*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    list-style: none;
    text-decoration: none;
}
header{
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:  33px 9%;
    background: transparent;
}

:root{
    --shark-color:#20252b;
    --dark-shark-color:#1c2127;
    --grey-color:#9e9e9e4d;
    --pink-color:#ec3c4b;
    --white-color:#fff;
}
body {
    margin: 0px;
    padding: 0px;
    background-color: #333;
  }
  
  .container .image {
    position: absolute;
    width: 100vw;
    height: 100vh;
  }
  
  .container .menu-icon {
    position: absolute;
    color: white;
    font-size: 30px;
    left: 42px;
    top: 24px;
    cursor: pointer;
    z-index: 1;
  }
  
  .menu-container {
    height: 0%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: var(--dark-shark-color);
    overflow: hidden;
    transition: 1s ease-in-out;
  }
  
  .menu-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .menu-content a {
    padding: 15px;
    text-decoration: none;
    font-size: 70px;
    color: #ccc;
    opacity: 0.3;
    display: block;
    font-family: sans-serif;
    transition: .3s ease-in-out;
  }
  .menu-content a:hover{
    opacity: 1;
    color: #fff;
    transition: 0.5s;
  }
  
  .menu-container .closebtn {
    position: absolute;
    top: 36px;
    right: 48px;
    font-size: 45px;
    color: white;
    z-index: 1;
    cursor: pointer;
  }

  .logo{
    position: absolute;
    z-index: -1;
    width: 130%;
    height: 130%;
    top: -7%;
    padding-left:33%;
}
.logo2{
    display: none;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: -7%;
    padding-left:33%;
}
/* a{
    color: var(--white-color);
}


button{
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

button:hover{
    opacity: 0.9;
}

.nav-brand{
    color: var(--white-color);
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 4px;
}

.nav-container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color: var(--shark-color);
    padding: 60px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.show-overlay{
    opacity: 1;
    visibility: visible;
}


.nav-overlay-container{
    background-color: var(--dark-shark-color);
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
    position: relative;
}

#menu-hide-btn{
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    line-height:40px;
    border-radius: 50px;
    background-color: var(--white-color);
    color: var(--dark-shark-color);
}

.nav_links li{
    margin: 16px 0;
    position: relative;
}

.nav_links li::before , .nav_links li::after{
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background-color: var(--pink-color);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.nav_links li::before{
    top: 0;
    left: 0;
}

.nav_links li::after{
    bottom: 0;
    right: 0;
}

.nav_links li:hover::before , .nav_links li:hover::after{
    width: 75%;
    opacity: 1;
}

.nav_links li a{
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 5px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}

.nav_icons{
    display: flex;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.nav_icons li{
    border: 1px solid var(--grey-color);
    width: 40px;
    height: 40px;
    margin: 0 5px;
    line-height: 35px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.nav_icons li:hover{
    background-color: var(--pink-color);
    border-color: var(--pink-color);
    transform:scale(1.2);
}

.nav_links li:hover a{
    color: var(--pink-color);
}

.nav-menu{
    background-color: transparent;
    z-index: 0;
} */

/* .logo{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.navlist{
    display: flex;
}

.navlist a{
    color:#fff;
    margin-left: 60px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all .55s ease;
}
.navlist a:hover{
    border-bottom: 2px  solid #fff;
}
#menu-icon{
    color: #fff;
    font-size: 35px;
    z-index: 10001;
    cursor: pointer;
    display: none;
} */

body{
    background: url(images/bg_img.png);

}

.heading{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin:20px auto;
    z-index: -1;
}

.heading h1{
    font-size: 50px;
    color: #fff;
    margin-bottom: 25px;
}

.heading h1::after{
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    margin: 0 auto;
    background-color: #c78d20;
}

.heading p{
    font-size: 18px;
    color: black;
    margin-bottom: 35px;
}

.container{
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;
    z-index: -1;
}

.about{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.about-image{
    flex: 1;
    margin-right: 40px;
    overflow: hidden;
}

.about-image img{
    max-width: 100%;
    height: auto;
    display: block;
    transition: 0.5s ease;
}

.about-image:hover img{
    transform: scale(1.1);
}

.about-content{
    flex: 1;
}

.about-content h2{
    font-size: 23px;
    margin-bottom: 15px;
    color: #fff;
}

.about-content p{
    font-size: 18px;
    color: #fff;
}

.scroll_down{
    position: absolute;
    bottom: 6%;
    right: 9%;
    z-index: -1;
}

.scroll_down i{
    display: block;
    padding: 12px;
    font-size: 25px;
    color: white;
    background-color:#53a5ce ;
    border-radius: 30px;
    transition: all .50s ease;
}

.scroll_down i:hover{
    transform: translateY(-5px);
}
.scroll_down{
    position: absolute;
    bottom: 6%;
    right: 9%;
}

.scroll_down i{
    display: block;
    padding: 12px;
    font-size: 25px;
    color: white;
    background-color:#53a5ce ;
    border-radius: 30px;
    transition: all .50s ease;
}

.scroll_down i:hover{
    transform: translateY(-5px);
}

@media (max-width:1050px) {
    .heading{
        padding: 50px 20px;
    }
    .heading h1{
        font-size: 36px;
    }
    .heading p{
        font-size: 17px;
        margin-bottom: 0px;
    }
    .container{
        padding: 0px;
    }
    .about{
        padding: 20px;
        flex-direction: column;
    }
    .about-image{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .about-content p{
        padding: 0px;
        font-size: 16px;
    }
}
@media (max-width:660px){
    .menu-content a{
        font-size: 50px;
    }
    .logo{
        display: none;
    }
    .logo2{
        display: block;
        margin-top: 15%;
        padding-left: 25%;
    }
}
@media (max-width:550px){
    .logo2{
        margin-top: 12%;
        padding-left: 20%;
    }
}
@media (max-width:480px){
    .logo2{
        margin-top: 18%;
        padding-left: 15%;
    }
}
@media (max-width:400px){
    .logo2{
        margin-top: 25%;
        padding-left: 10%;
    }
}
@media (max-width:1400px){
    .logo{
        padding-left: 28%;
    }
}
@media (max-width:1300px){
    .logo{
        padding-left: 23%;
    }
}
@media (max-width:1150px){
    .logo{
        padding-left: 21%;
    }
}
@media (max-width:1000px){
    .logo{
        padding-left:18%;
    }
}
@media (max-width:900px){
    .logo{
        padding-left: 15%;
    }
}
@media (max-width:380px){
    *{
        display: none;
    }

}
@media (max-width:800px){
    .logo{
        padding-left: 13%;
    }
}
@media (max-width:700px){
    .logo{
        padding-left: 7%;
    }
}
@media (max-width:400px){
    .navlist{
        margin-bottom: 50px;
    }
}
