*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    list-style: none;
    text-decoration: none;
    text-transform:uppercase ;
}

:root{
    --shark-color:#20252b;
    --dark-shark-color:#1c2127;
    --grey-color:#9e9e9e4d;
    --pink-color:#ec3c4b;
    --white-color:#fff;
}

body{
    background:url(images/bg_img.png);
    font-family: 'Poppins' sans-serif;
}

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: 50px;
    color: white;
    z-index: 1;
    cursor: pointer;
  }
  .logo{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    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 300ms 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 300ms ease-in-out;
}

/* show overlay js */
/* .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 300ms 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 300ms ease-in-out;
}

.nav_icons{
    display: flex;
    font-size: 30px;
    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 300ms 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: 700;
    color: white;
}


.navlist{
    display: flex;
}

.navlist a{
    color: white;
    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 white;
}

#menu-icon{
    color: white;
    font-size: 35px;
    z-index: 10001;
    cursor: pointer;
    display: none;
} */
.hero{
    height: 100%;
    width: 100%;
    min-height: 100vh;
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    gap: 2rem;
    z-index: -1;
}
.p{
    text-transform: uppercase;
}
section{
    padding: 0 0 0 30%;
}

.hero-text h3{
    font-size: 40px;
    font-weight: 400;
    color: white;
    margin-bottom: 40px;
} 

.hero-text h2{
    font-size: 40px;
    font-weight: 400;
    color: white;
    margin-bottom: 40px;
}

.hero-text h1{
    font-size: 70px;
    font-weight: 400;
    color: white;
    margin-bottom: 40px;
}

#ana_contanct{
    background-color:#008F8C;
    color: #fff;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
}

#ana_contanct:hover{
    background: transparent;
    border: 1px solid white;
    transform: translateX(15px);
    transition-duration:0.5s;
}
.hero-text2{
    height: 100%;
    width: 100%;
    min-height: 100vh;
    background: transparent;
    position: relative;
    display: none;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    gap: 2rem;
}
.hero-text2 .ims_text_res3{
    font-size: 200%;
    font-weight: 700;
    color: white;
    margin-bottom: 40px;
} 

.hero-text2 .ims_text_res2{
    font-size: 200%;
    font-weight: 700;
    color: white;
    margin-bottom: 40px;
}

.hero-text2 .ims_text_res{
    font-size: 350%;
    font-weight: 700;
    color: white;
    margin-bottom: 40px;
}
#ana_contanct2{
    background-color:#008F8C;
    color: #fff;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
}

#ana_contanct2:hover{
    background: transparent;
    border: 1px solid white;
    transform: translateX(15px);
}

/* .icons{
    position: absolute;
    top: 50%;
    right: 1;
    padding: 0 1%;
    transform: translateY(-50%);
}

.icons i{
    display: block;
    margin: 26px 0;
    font-size: 24px;
    color: white;
    transition: all .50s ease;
}

.icons i:hover{
    color: #193441;
    transform: translateY(-5px);
} */



.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);
}

@media (max-width:1535px){
    header{
        padding: 15px 3%;
        transition: .2s;
    }
    .scroll_down{
        right: 3%;
        transition: .2s;
    }
}

@media (max-width:1460px){
    section{
        padding: 0 12%;
        transition: .2s;
    }
}
@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:380px){
    *{
        display: none;
    }

}
@media (max-width:1196px){
    section{
        position: relative;
        left: 40;
    }
}   

@media (max-width:1460px){
    .hero-text h1{
        font-size: 75px;
        margin:0 0 30px;
    }
    .hero-text h3{
        margin-bottom: 25px;
    }
}

@media (max-width:1195px){
    section{
        padding: 0 3%;
        transition: .2s;
    }
    .hero-text{
        padding-top: 115px;
    }
    .hero{
        height: 100%;
        gap: 1rem;
        grid-template-columns: 1fr;
    }
}

@media (max-width:630px){
    .hero-text{
        display: none;
    }
    .hero-text2{
        display: block;
        top: 35%;
    }
}

@media(max-width:600px){
    .nav_links li a{
        font-size: 22px;
    }
    .nav-overlay{
        padding: 30px;
    }
}
@media (max-width:1050px){
    .logo{
        padding-left:15% ;
    }
}

@media (max-width:900px){
    .logo{
        padding-left:12% ;
    }
}
@media (max-width:830px){
    .logo{
        padding-left:9% ;
    }
}
@media (max-width:730px){
    .logo{
        padding-left:7% ;
    }
}

/* @media (max-width:2000px){
    #menu-icon{
        display: block;
        margin-left: 0;
    }
    .navlist{
        position: absolute;
        top: 100%;
        right: -100%;
        height: 100vh;
        width: 100%;
        background-color:#53a5ce;
        opacity: 75%;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 50px 20px;
        transition: all .55s ease;
    }
    .hero-text h1 h2 h3{
        color: white;

    }
    .navlist a{
        display: block;
        margin: 10px 0;
        margin-left: 0;
    }
    .navlist.open{
        right: 0;
    }
} */

@media (max-width:680px){
    .hero-text h1{
        width: 100%;
        height: auto;
    }
}