* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&display=swap');

@font-face {
    font-family: header;
    src: url("./fonts/Merriweather-Regular.ttf");
}

@font-face {
    font-family: devator;
    src: url("./fonts/Devator.ttf");
}

@font-face {
    font-family: jokerman;
    src: url(../fonts/Jokerman-Regular.ttf);
}


@font-face {
    font-family: fonttype4;
    src: url(../fonts/A\ Love\ of\ Thunder.ttf);
}

@font-face {
    font-family: orbitron;
    src: url(../fonts/Orbitron\ Bold.ttf);
}

@font-face {
    font-family: fonttype6;
    src: url(../fonts/Bold.ttf);
}

@font-face {
    font-family: fonttype7;
    src: url(../fonts/RAVIE.TTF);
}

.main {
    width: 100%;
    height: fit-content;
    overflow: hidden;
}

.section1 nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: end;
    height: 7.5vw;
    width: 100%;
}

.nav ul {
    padding-right: 9%;

}

.nav ul li {
    display: inline-block;
    padding: 1.2vw;


}

.nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 1.25vw;
    font-family: gilroy, sans-serif;
    font-weight: bolder;
}

.nav ul li a:hover {
    color:#ffd500
}

.nav .active {
    color:#ffd500
}


.nav .active::before {
    content: url(/images/desktop-lines\ 1.webp);
    position: absolute;
    top: 2.9vw;
    margin-left: 0.7vw;
}

.nav i {
    display: none;
}

.main_box .sidebar_menu {
    position: fixed;
    height: 100vh;
    width: 50vw;
    z-index: 15;
    right: -50vw;
    background: #099962;
    overflow: hidden;
    transition: all 0.3s linear;
}

.sidebar_menu .menu {
    position: absolute;
    top: 80px;
    width: 100%;
}

.sidebar_menu .menu li {
    margin-top: .7vw;
    padding: 1vw 2vw 1vw 2vw;
    text-align: end;
}

.sidebar_menu .menu li img {
    rotate: 90deg;
    width: 5vw;
}

.sidebar_menu .menu i {
    color: #fff;
    font-size: 4vw;
    padding-right: 8px;
}

.sidebar_menu .menu a {
    color: #fff;
    font-size: 4vw;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
}

.sidebar_menu .menu li a:hover {
    color: #ffde04;
}

.sidebar_menu .menu li:hover {
    border-right: 1vw solid #fff;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}

#check {
    display: none;
}

.mobile-active {
    color: #ffde04 !important;
}

.main_box .btn_one i {
    color: #fff;
    font-size: 4vw;
    font-weight: 700;
    position: absolute;
    right: 6vw;
    line-height: 15vw;
    cursor: pointer;
    opacity: 1;
    z-index: 2;
    transition: all 0.3s linear;
    z-index: 16;
}

.sidebar_menu .btn_two i {
    font-size: 4vw;
    line-height: 15vw;
    position: absolute;
    right: 40vw;
    cursor: pointer;
    opacity: 0;
    z-index: 22;
    color: white;
    transition: all 0.3s linear;
    z-index: 16;
}

.btn_one i:hover {
    font-size: 4.3vw;
}

.btn_two i:hover {
    font-size: 4.2vw;
}

#check:checked~.sidebar_menu {
    right: 0;
}

#check:checked~.btn_one i {
    opacity: 0;
}

#check:checked~.sidebar_menu .btn_two i {
    opacity: 1;
}

.section1 .banner {
    width: 100%;
    height: auto;
    background-size: cover;
}

.b-text {
    position: absolute;
    right: 6%;
    top: 34%;
    width: 30vw;
}


.section2{
    position: relative;
    width: 100%;
    height: fit-content;
    background-image: url(/images/contact/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    padding: 10vw;
    align-items: center;
}

.section2 .left{
width: 55vw;
background-image: url(/images/contact/envelope.webp);
background-repeat: no-repeat;
background-size: cover;
height: 90vh;
padding: 5vw;
}

.left h1{
    padding-bottom: 3vw;
    word-spacing: .8vw;
    color: tomato;
}

.section2 .left form input{
    /* border: 1px solid black; */
    width: 60%;
    height: 2.5vw;
    margin: .5vw 0;
    padding: 1vw 1vw;
    align-items: center;
}

.left form textarea{
    padding: 1vw 1vw;
}

.left #submit{
    float: right;
    margin-right: 18vw;
    width: 8vw;
    height: 2vw;
    padding-bottom: 2vw;
    background-color: tomato;
    border: none;
    border-radius: 20%;
    color: white;
    font-weight: bolder;
    font-size: 1vw;
    
    
}

.section2 .right{
    position: absolute;
    right: 13%;
    width: 35vw;
    height: 20vw;
    background-color: #099962;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    padding-left: 4vw;
    color: #fff;
}

.right h2{
    font-size: 2.5vw;
    padding-bottom: 1.5vw;
}

.right h4{
    font-size: 1.5vw;
    line-height: 2.5vw;
}

footer {
    background-image: url(/images/footer_bg.webp);
    width: 100%;
    background-size: cover;
    height: 50vh;
    margin-top: -1vw;
    z-index: 222;
    position: relative;
}

footer .ft-content {
    padding: 0 8vw 9vw 8vw;
}

footer ul {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
}

footer ul li {
    margin: 4vw 0vw 2vw 0vw;
    list-style-type: none;

}

footer ul li a {
    text-decoration: none;
    color: white;
    font-size: 1.5vw;
    text-align: center;
    font-family: gilroy, sans-serif;
    font-weight: bolder;
}

footer h4 {
    font-size: 1.3vw;
    padding-top: 2vw;
    float: left;
    color: white;
}

footer .social {
    padding-top: 2vw;
    float: right;
    cursor: pointer;
}

footer .social i {
    margin-left: 1vw;
    background-color: #ffde04;
    padding: .4vw .4vw;
    border-radius: 50%;
    font-size: 1.4vw;
}

footer .social a {
    text-decoration: none;
    color: black;
}


















@media screen and (min-width:800px) {
    .main_box .btn_one {
        display: none;
    }
}

@media screen and (max-width:800px) {
    .section1 .nav ul {
        display: none;
    }
}