
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
transition: all ease 0.2s;
   scroll-behavior: smooth;

}

body{
   
 min-height: 100vh;
 overflow-x: hidden;

}
.top_nav{
position: fixed;
    background-color: #ffffff;
width: 100%;
height: 40px;
display: flex;
z-index: 50000;
}
.top_nav .socio{
    display: flex;
    width: 60%;
    height: 40px;
    align-items: center;
    justify-content: flex-end;
}
.top_nav .h3div{
    display: flex;
    width: 40%;
    align-items: center;
}
.top_nav .h3div img{
    height: 50%;
    width: 4%;
}
.top_nav .h3div:nth-child(1){
    margin-left: 60px;
    
}
.top_nav .h3div h3{
    margin-bottom: 0px;
    width: 40%;
margin-left: 10px;
    color: #014c52;
    font-weight: 200;
    font-size: 16px;
    font-family: "DM SANS";
}
.top_nav .h3div h3 a{
    text-decoration: none;
    color: #014c52;
    font-weight: 500;

}
.top_nav .socio svg{
    fill: #014c52;
    margin-left: 10px;
    margin-right: 10px;
    transition: all ease-in-out 300ms;
}
.top_nav .socio svg:last-child{
    margin-right: 50px;
}
.top_nav .socio svg:hover{
    fill: #000000;

}

.header{

position: fixed;
top: 40px;
    width: 100%;
    display: flex;
    height: 64px;
    /* position: fixed; */
    z-index: 5000;
    background:#014c52;     
     /* backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px); */
}
.header .leftC{

    align-self: center;
    width: 50%;
}
.header .leftC img{
    width: 39%;
    border-radius: 25px;
    text-align: center;

    margin-left: 16px;

}
.header .rightC{
   
    width: 50%;

    align-self: center;
}
.header .rightC .menu{
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 9px;
}
.header .rightC .menu li{
    list-style: none;
    width: 16%;
    
    text-align: -webkit-center;
}

.header .rightC .menu li a{
   
    text-decoration: none;
  /* padding: 20px; */
    font-weight: 500;
    font-family: DM sans;
    color:  #ffffff;
    transition:all ease-in-out 0.2s ;
    /* border-bottom:3px solid #ffffff; */
    
}


.header .rightC .menu li .underline{
    margin-top: 6px;
    width: 0%;
    border-radius: 14px;
    height: 2px;
    background-color: #ffffff;
    transition: all ease-in 300ms;
}  
.header .rightC .menu li:hover .underline{

    width: 100%;

}
/* first secton of the eleganza--------------- */
.firstSec{
    
    padding-top:150px ;
width: 100%;
height: 761px;
}
.firstSec .headtex{
    position: relative;
    top: 104px;
    text-align: -webkit-center;
    font-family:DM SANS;
    font-size:138px ;
    color: white;
    /* color:transparent; -webkit-text-stroke: 2px #fff; */
    animation-name: eleganza;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-delay: 0.25s;
    /* margin-top: 0px; */
    font-weight: 900;
}
@keyframes eleganza {
    0%{ opacity: 0;
    margin-top:0;
    }
    100%{opacity: 1;margin-top:100;}
    
}
.firstSec .headtex::selection{
    background-color:#000000;

}


.firstSec .subTex{
    text-align: -webkit-center;
}
.firstSec .subTex h6{ 
    position: relative;
    text-align: -webkit-center;
    margin-top: 30px;
    width:700px;
    font-family: Mulish;
    font-size:18px;
    animation-name: bathf;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-delay: 0.10s;
}

.firstSec .but{
    text-align: -webkit-center;
    width: 100%;
}
.firstSec .but button{

    font-family:DM sans;
    margin-top: 30px;
    padding: 20px;
    width: 250px;
    font-size: 15px;
    border: none;
    color:white;
    border-radius: 30px;
    background-color: #000;
    transition: ease-in-out 1s;
}
.firstSec .botTex{
    margin-left: 20px;
    position: absolute;
    
    bottom: 0px;
    animation-name: bathf;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-delay: 0.10s;

}
.firstSec .botTex h1{
    margin-bottom: 10px;
    font-family: DM SANS;
    color: #ffffff;
    /* width: 80%; */
    font-size: 50px;
    /* font-weight: bold; */


}
.firstSec .botTex h1::selection{
    background-color: #000;
    color: white;
;
}
@keyframes bathf {
    0%{ top:0px}
    100%{top:50;}
    
}
.firstSec .botTex h2{
    
    font-family: Mulish;
    width: 270px;
    font-size:20px;
    color: #ffffff;
}
.firstSec .botTex h2::selection{
    background-color: #000;
    color: #ffffff;
}
.firstSec button:hover{
    color:#000;
    background-color: #fff;
}
.firstSec .tc{
    
    position: absolute;
    right: -202px;
    top: 343px;
    /* text-align: center; */
    rotate: 270deg;
    animation-name: bathf;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-delay: 0.10s;
}
.firstSec .tc h3{
    position: relative;
    font-family: DM sans;
    font-size: 15px;
    color: #ffffff;
  
}

/*-------------------- video section -------------------- */

.vidCon{
    position: absolute;
    top: 43px; 
    z-index: -1;
width: 100%;
height: 100vh;
filter: blur(2px);
}
.vidCon video{
    width: 100%;

    
}
/* .......----------.. Mid section ..........--------.....  */
.midCon{
    display: grid;
    width: 100%;
    height: 540px;
    background: #ffffff;
    position: relative;
    z-index: 10;
    align-items: center;
    
}
.midCon .midSec{
    text-align: -webkit-center;
}
.midCon .midSec h1{
    font-size: 60px;
    margin-bottom: 10px;
    font-family: DM sans;
    width: 60%px;
    font-weight: bold;
    color:#014c52;
    ;
}
.midCon .midSec h1::selection{
    background-color: #ffffff;
    color:  #389191;
    ;
}
.midCon .midSec h3{
    font-family: Mulish;
    color: rgb(0, 0, 0);
    
}
.midCon .midSec h3::selection{
    background-color: #000;
    color: #ffffff;
}
.midCon .midSec .butbox{

    display: grid;
    position: absolute;
    right: 45px;
    width: 100px;
    background-color: white;
    height: 100px;
    border:2px solid #014c52;
    border-radius: 59px;
    align-content: center;
    justify-content: center;
    transition: all ease 0.3s;

}
.midCon .midSec .butbox:hover{
    background-color: #0481c0;
    /* border:2px solid #000000; */



} 

.midCon .midSec .butbox a img{
background-size: cover;
width:70% ;
}

/* Section 2--------------------------------------------- */
.section_2{
    width: 100%;
    height: 746px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;

}
.section_2 .box1{
    position: relative;
    bottom: 310px;
    left: -10px;
    width: 80px;
    height: 80px;
    border: 10px solid   #ffffff;
    border-radius: 40px;

}
.section_2 .corsl{
    display: grid;
    position: relative;
    width: 600px;
    height: 589px;
    background-color: #1bbcdc00;
    z-index: 1;
    align-content: center;
    justify-content: center;
    border-radius: 11px

}
.section_2 .corsl .img_shdow{
    position: absolute;
    width: 189px;
    height: 549px;
    border-radius: 64px;
    background-color: #ffffff5f;
    filter: blur(30px);
    bottom: 69px;
    left: 193px;
}
.section_2 .texCon{
    position: relative;
    width: 600px;
    height: 700px;
    display: grid;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-left: 20px;
    
}
.section_2 .texCon h1{
    font-family: DM sans;
    color: white;
    font-size: 50px;
}
.section_2 .texCon h2{
    margin-top: 10px;
    font-family: Mulish;
    color:#ffffff5f;
    font-size: 20px;
}
/* ---------------------section three----------------------- */
.section_3{
    position: relative;
    padding: 5px;
    display: grid;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    z-index: 999;
    border-bottom: -14px solid #389191;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.section_3 h2{
    display: flex;
    /* text-align: -webkit-center; */
    font-size: 79px;
    font-family: "DM SANS";
    font-weight: bold;
    color: #014c52;
    position: relative;
    height: 180px;
    /* align-content: center; */
    justify-content: center;
    z-index: 1;
    align-items: center;
}
.section_3 .leftTex{
    margin-top:0px;
    font-family: DM sans;

    font-size: 80px;
    color: #000000;
    justify-self: center;
    -webkit-text-stroke: 2px rgb(0, 0, 0);

}
.section_3 .rightTex{
    margin-right: 190px;
    align-self: flex-start;
    
    right: 0;
    position: absolute;
    font-family: DM sans;
    align-items: self-start;
    font-size: 80px;
    color: #fff;
    -webkit-text-stroke: 2px rgb(255, 255, 255);
}
.section_3 #gallery{
    border-top: 6px solid #000000;
    background-color: #ffffff;
    padding-top: 40px;
    margin-top: -4px;
    padding-bottom: 105px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 10;
    animation-name: card;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-delay: 0.2s;
    transition: all ease 1s;
}
.section_3 #gallery .card{
    position: relative;
    width: 310px;
    height: 351px; 
    margin: 5px;
    border-radius: 0px;
    /* box-shadow: inset 0px 0px 16px 1px #00000059; */

    
}
@keyframes cards {
    0%{opacity: 0;}
    100%{opacity: 1;}
}
.section_3 #gallery .card img{
    position: absolute;
    align-self: center;
    width: 100%;
    filter: grayscale(1);
   
}
.section_3 #gallery .card img:hover{
   
    filter: grayscale(0);

}
/* .section_3 #gallery .card .img2{
    margin-top: 15px;
    width: 58%;
}
.section_3 #gallery .card .img2:hover{
    width: 65%;
} */
.section_3 #gallery .card h2{
  
    opacity: 1;
    display: grid;
    text-align: center;
    position: absolute;
    font-family: 'Mulish';
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    background-color: #000000;
    width: 100%;
    height: 60px;
    bottom: 0px;
    margin-bottom: 0px;
    /* filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.329)); */
    align-content: center;
    transition: all ease 0.5s;
}
.section_3 #gallery .card:hover h2{
opacity: 0;
height: 0px;
}
/* .section_3 #gallery .card:hover{

    box-shadow: inset 0px 17px 39px -3px #00000059;
} */

/* ................ Footer................... */

.footer{
    position: relative;
    width: 100%;
    height: 393px;
    background-color: #161616;
    display:flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.footer .drops{
    position: absolute;
    right: 0px;
    width: 50%;
}
.footer .leftF{
    /* margin-left: 20px; */
    /* border-right: 2px solid rgba(39, 37, 37, 0.61); */
    border-end-end-radius: 5px;
    width: 50%;
    height: 100%;
}
.footer .leftF .social{
    display: flex;
    width: 180px;
    margin-left: 15px;
    height: 50px;
  

}
.footer .leftF .social .social_card{
    display: grid;
    width: 100%;
    height: 100%;
    margin-left: 14px;
    margin-right: 12px;
    justify-content: center;
    align-items: center;

}
.footer .leftF .social .social_card img{
    width: 100%;
    /* opacity: 0.25; */
    filter: grayscale(1);
    transition: all ease 0.2s;
}
.footer .leftF .social .social_card img:hover{
    filter: grayscale(0);
}
.footer .leftF .lis{
    
    margin-left: 130px;
    margin-top: 34px;

    height: 250px;
    width: 38%;
}
.footer .leftF .lis li{
    list-style: none;
    margin-bottom:8px ;
}
.footer .leftF .lis li a{

    font-family: Mulish;
    color: #ffffff97;
    text-decoration: none;
    transition: all ease 0.2s;
}
.footer .leftF .lis li a:hover{
    color: #ffffff;

}
.footer .rightF{
    margin-right: 20px;
 
    width: 50%;
    height:390px 
}
.footer .rightF img{
    position: absolute;
    width:6%;
    top: 25px;
    right: 83px;
    transition: all ease;
}
.footer .rightF h1{
    position: absolute;
    right: 0;
    margin-top: 186px;
    /* margin-left: 59px; */
    margin-right: 33px;
    font-family: Mulish;
    color: #fff;
    font-size: 23px;
}
.footer .rightF .treeL{
    position: absolute;
    top: 0;
}
.footer .midSec{
    position: absolute;
    bottom: 0px;
    width: 50%;
    height: 50px;
    border-bottom:2px solid rgba(39, 37, 37, 0.61);
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
}
.footer .midSec h4{
    font-family: 'Mulish';
    color: #ffffff;
    font-size: 15px;
}
.header #ham{
    position: absolute;
    right: 10px;
    margin: 37px;
    display: none;
    width: 40px;
    height: 20px;
}
.header #cross{
    display: none;
    position: absolute;
    right: 0;
    margin: 22px;
    width: 25px;
    height: 25px;
    z-index: 74;
}
.firstSec img{
    display: none;
    width: 460px;
  margin-top: 100px;
}
.headtex{
    position: absolute;
     width: 100%;
     height: 200px;
        text-align: center;
        top: 0px;
    }
       
    
    
    .headtex h1{
        text-align: -webkit-center;
        font-size: 147px;
        font-family: "DM SANS";
        font-weight: bold;
        color: #e7e7e78c;
    }
.catel{
    position: relative;
    width: 100%;
    height: 500px;
    /* background-color: #000000; */
    display: grid;
    justify-items: center;
    /* margin-bottom: 100px; */

}
.catel li{
    text-align: -webkit-center;
    list-style: none;
    width: 300px;
    height: 60px;
    background-color: #014c52;
    border-radius: 30px;
    transition: all ease-in-out 200ms;
}
.catel li:hover{
    background-color: #ffffff;
border:1px solid #0481c0;
}
.catel li:hover a{
    color: #0481c0;
}
.catel li a {
    width: 100%;
    padding: 18px 50px 14px 53px;

    color: #ffffff;
    align-self: center;
    text-decoration: none;
    line-height: 3.5;
    font-family: raleway;
    font-size: 18px;
}
.catel h2{
    display: flex;
    font-size: 81px;
    font-family: "DM SANS";
    font-weight: bold;
    color: #014c52;
    position: relative;
    height: 200px;
    justify-content: center;
    z-index: 1;
    align-items: center;
}
.gallery{
    
   
    margin-top: 30px;
    width: 100%;
    display: flex;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
 .gallery .card{
    position: relative;
    border:none;
   opacity: 1;
    width: 277px;
    height: 370px;
  
    margin: 40px;

    transition: all ease-in 500ms;
}
 .gallery .card img{
    width: 100%;
    filter: grayscale(1);
    transition: all ease-in-out .2s;
}
 .gallery .card img:hover{
    filter: grayscale(0);

}
.gallery .card h3{
    margin-top: 9px;
    font-weight: 700;
    font-family: Raleway;
    text-align: left;
    font-size: 16px;
}
/* ----------------------------------media query-------------------- */
@media only screen and (max-width: 768px) {
    .vidCon{
     position: absolute; 
        top: 43px; 
        z-index: -1;
    width: 100%;
    height: 100vh;
    filter: blur(2px);
    }
    .vidCon video{
        width: 100%;

    
        
    }

    .firstSec{
        height: 1000px;
        width: 60%;
    }

    .top_nav .h3div:nth-child(1) {
        background-color: #ffffff;
        width: 100% !important;
        margin-left: -5% !important;
    }

    
  }
  @media only screen and (max-width: 425px ) {

    .top_nav .h3div h3 {
        
        margin-bottom: 0px;
        width: 57% !important;
    }

  }

  

  
@media only screen and (max-width: 990px ) {
    .top_nav {
        position: relative;
        width: 100%;
        height: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        height: fit-content;
        z-index: 10;
    }
    .top_nav .h3div h3 {
        
        margin-bottom: 0px;
        width: 57%;
    }
    .top_nav .h3div:nth-child(1) {
        background-color: #ffffff;
        width: 100%;
        margin-left: 0px;
    }
    .top_nav .h3div {
        padding: 7px;
        display: flex;
        width: 40%;
        align-items: left;
        justify-content: center;
    }
    .top_nav .socio svg:last-child {
        margin-right: 10px;
    }
    .top_nav .socio {
        display: flex;
        width: 60%;
        height: 40px;
        align-items: center;
        justify-content: space-evenly;
    }
    .header{
        position: static;
        width: 100%;
        display: flex;
       
    }
    .header #ham{
        position: absolute;
        right: 0px;
        margin: 22px;
        display: flex;
        width: 40px;
        height: 20px;
        z-index: 999;
    }
    .header .leftC{
    
        width: 50%;
    }
    .header .leftC img{
    
        width: 188px;
    
        border-radius: 25px;
    
        text-align: center;
        margin-top:10px ;
        margin-left: 20px;
    }
    /* .header .rightC{
        display: none;
        border: 2px solid red;
    width: 50%;
    height: 520px;
    align-self: center;
    transition: all ease 2s;
    } */

    .header .rightD{
        position: absolute;
        top: 0;
        right: 0;
        background-color: #000000d0;
        width: 50%;
        height: 0px;
        align-self: center;
        z-index: 10;
        transition: all ease-in 0.5s;
    }

    .header .rightD .menu{
        
        margin-top:-180px;
        display: flex;
        width: 100%;
  
        flex-direction: column;
        align-content: stretch;
        transition: all ease-in 0.5s;
        
     
    }
    .header .rightD .menu li{
        list-style: none;
        margin-bottom: 10px;
    }
    
    .header .rightD .menu li a{
        text-decoration: none;
        margin-left: 50px;
        font-family: DM sans;
        color: #ffffff;
        transition: ease ;
        
    }
    .header .rightD .menu li a:hover{
        border-bottom:3px solid #088eca;
    }
    .header .rightD .menu li a img{
        width: 20px;
        margin-bottom: 5px;
    }

    
.vidCon{
    position: absolute;
    top: 0; 
    z-index: -1;
width: 100%;
height: 100vh;
}
.vidCon video{
    width: 100%;

    
}
 /* ----------------first section ------------------- */
 .firstSec{   
    padding-top:0px ;
    width: 100%;
    height: 100vh;

}
.firstSec .headtex{
 margin-top: 150px;
    text-align: -webkit-center;
    font-family:DM sans;
    font-size:70px ;
    color:transparent; -webkit-text-stroke: 2px rgb(255, 255, 255);
    animation-name: eleganza;
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-delay: 0.25s;
    

}
.firstSec .headtex::selection{
    background-color:#000000;

}
@keyframes eleganza {
    0%{ opacity: 0}
    100%{opacity: 1;}
    
}

/* .firstSec .subTex{
    text-align: -webkit-center;
}
.firstSec .subTex h6{ 
    position: relative;
    text-align: -webkit-center;
    margin-top: 30px;
    width:700px;
    font-family: Mulish;
    font-size:18px;
    animation-name: bathf;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-delay: 0.10s;
} */
/* 
.firstSec .but{
    text-align: -webkit-center;
    width: 100%;
}
.firstSec .but button{

    font-family:DM sans;
    margin-top: 30px;
    padding: 20px;
    width: 250px;
    font-size: 15px;
    border: none;
    color:white;
    border-radius: 30px;
    background-color: #000;
    transition: ease-in-out 1s;
} */
.firstSec img{
    display: flex;
    width: 380px;
    margin-top: 190px;

}
.firstSec .botTex{
margin-left: 20px;
    position: absolute;
    
   bottom: -303px;
    animation-name: bathf;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-delay: 0.10s;

}
.firstSec .botTex h1{
    margin-bottom: 10px;
    font-family: Mulish;
    color: #ffffff;
    width: 80%;
    font-size: 30px;
    font-weight: bold;


}
.firstSec .botTex h1::selection{
    background-color: #000;
    color: #1bbcdc;
}
@keyframes bathf {
    0%{ top:0px}
    100%{top:130;}
    
}
.firstSec .botTex h2{
    
    font-family: Mulish;
    width: 200px;
    font-size:15px;
    color: #ffffff;
}

.firstSec .tc{
    
    position: absolute;
    right: -180px;
    top: 640px;
    /* text-align: center; */
    rotate: 270deg;
    animation-name: bathf;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-delay: 0.10s;
}
.firstSec .tc h3{
    position: relative;
    font-family: DM sans;
    font-size: 12px;
    color: #ffffff;
  
}

/* -------------------Middle section------------------ */
.midCon{
    margin-bottom: 0px;
}
.midCon .midSec h1{
    font-size: 40px;
    margin-bottom: 10px;
    font-family: DM sans;
    width: 50%px;
    font-weight: bold;
    color: #014c52;
}

.midCon .midSec .butbox{
position: static;
margin-top: 42px;
}
.midCon .midSec .butbox:hover{
    background-color: #389191;
} 

/* --------------------------section three --------------- */
.section_2{
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.section_2 .box1{
    position: relative;
    bottom: 290px;
    
    width: 80px;
    height: 80px;
    border: 10px solid rgba(255, 255, 255, 0.479);
    border-radius:40px;
}
.section_2 .corsl{
    display: grid;
    position: relative;
    width: 400px;
    height: 589px;
    background-color: #1bbcdc00;
    z-index: 1;
    align-content: center;
    justify-content: center;
    border-radius: 11px

}
.section_2 .corsl .img_shdow{
    position: absolute;
    width: 179px;
    height: 470px;
    border-radius: 64px;
    background-color: #ffffff60;

    filter: blur(30px);
    bottom: 69px;
    left: 123px;
}
.section_2 .texCon{
   
    width: 100%;
    height:425px;
    display: grid;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-left: 0px;
 margin-bottom: 80px;
    
}
.section_2 .texCon h1{margin-top: 30px;
    font-family: DM sans;
    color: white;
    font-size: 50px;
    text-align: center;
    margin-left: 0px;

}
.section_2 .texCon h2{
   
    margin-top: 10px;
    font-family: Mulish;
    color:#e2e2e2;
    font-size: 25px;
    margin-left: 3px;
    margin-right: 3px;

    text-align: center;
    margin-bottom: 30px;
    

}
 

/* _________________third section _______________ */

.section_3{
    position: relative;
    padding: 5px;
    display: grid;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    z-index: 999;
    border-bottom: -14px solid #0382bf;;
    padding-bottom: 40px;
    margin-bottom: 0px;

}
.section_3 .leftTex{
    
   

    font-family: DM sans;
  
    font-size: 60px;
    color: #000000;
    -webkit-text-stroke: 2px rgb(0, 0, 0);

}
.section_3 .rightTex{
    margin-right: 15px;
    align-self: flex-start;
    

    position: absolute;
    font-family: DM sans;
    align-items: self-start;
    font-size: 60px;
    color: #fff;
    -webkit-text-stroke: 2px rgb(255, 255, 255);
}
 
/* -----------------footer section -------------------- */
.footer{
    position: relative;
    width: 100%;
    height: 393px;
    background-color: #000000;
    display:flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.footer .drops{
    position: absolute;
    right: 0px;
    width: 50%;
}
.footer .leftF{
    margin-left: 20px;
    border-right:2px solid rgba(0, 0, 0, 0.61);

    border-end-end-radius:5px ;
    width: 50%;
    height:260px ;
}
.footer .leftF .social{
    display: flex;
    width: 180px;
    margin-left: 0px;
    height: 50px;
  

}
.section_3 #gallery .card h2 {
margin-bottom: 0px;
}
.footer .leftF .social .social_card{
    display: grid;
    width: 100%;
    height: 100%;
    margin-left: 14px;
    margin-right: 12px;
    justify-content: center;
    align-items: center;

}
.footer .leftF .social .social_card img{
    width: 100%;
    opacity: 0.25;
    transition: all ease 0.2s;
}
.footer .leftF .social .social_card img:hover{
    opacity: 1;
}
.footer .leftF .lis{
    margin-left: 50px;
    margin-top: 19px;
    height: 250px;
    width: 74%;
}
.footer .leftF .lis li{
    list-style: none;
    margin-bottom:8px ;
}
.footer .leftF .lis li a{

    font-family: Mulish;
    color: #ffffff8a;
    text-decoration: none;
    transition: all ease 0.2s;
}
.footer .leftF .lis li a:hover{
    color: #ffffff;

}
.footer .rightF{
    margin-right: 20px;
 
    width: 50%;
    height:390px 
}
.footer .rightF img{
    position: absolute;
    width: 15%;
    top: 35px;
    right: 20px;
    transition: all ease;
}
.footer .rightF h1{
    position: absolute;
    right: 0;
    margin-top: 250px;
    /* margin-left: 59px; */
    margin-right: 20px;
    font-family: Mulish;
    color: #fff;
    font-size: 20px;
}
.footer .rightF .treeL{
    position: absolute;
    top: 0;
}
.footer .midSec{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    border-bottom:2px solid rgba(0, 0, 0, 0.61);
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
}
.footer .midSec h4{
    font-family: 'Mulish';
    color: #ffffff57;
    font-size: 15px;
    width: 100%;
    text-align: center;
}


#proList{
    
    margin-top: 161px !important;
    margin-left: -172px !important;
    width: 291px !important;
    height: 300px !important;

  }
  

#AccList{
    margin-top: 196px !important;
    margin-left: -203px !important;
    width: 336px !important;
    height: 363px !important
  }
.gallery {
    /* background-color: #58A7A7; */
    margin-top: 50px;
    width: 100%;
    display: flex;
    height: auto;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.gallery .card {
    position: relative;
    top: 0px;
    width: 170px;
    height: 250px;
    /* border: 1px solid #0000002e; */
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    transition-delay: 300ms;
    transition: all ease-in 300ms;
}
.headtex h1 {

    font-size: 80px;

}
.section_3 h2 {
    font-size: 42px !important;
    height: 211px;
}
.catel h2 {
    font-size: 57px;
}
.aboutsec .imgcon .backbut a {
    padding: 6px;
}
.aboutsec .imgcon .backbut {
   
    margin-left: 20px !important;
 
}
.aboutsec .imgcon img {
    width: 42% !important;
}
.aboutsec .firstcon .heading h1 {
    font-size: 32px !important;
}
.aboutsec .content p {
    line-height: 29px !important;
    word-spacing: 4px !important;
    letter-spacing: 0px !important;
    width: 90% !important;
    color: #e2e2e2;
    font-family: DM SANS;
    font-size: 17px !important;
    text-align: justify !important;
}
.aboutsec .content .underlinecon {
    width: 90% !important; 
  }
}
/* ------------------Dropdown list------------------- */

  /* #proList{

    display:none;
    position: absolute;
    margin-top: 25px;
    margin-left: 72px;
    width: 401px;
    height: 300px;
    border-bottom: 3px solid #ffffff;
    border-radius: 5px;
    background-color: #0000007d;
    transition:  all ease-in 0.2s;
z-index: 9999;
  }
  #proList .firstLis{
    width:50%
  }
  #proList .firstLis li{
    list-style: none;
    width: 90%;
    margin: 5px;
    margin-left: 15px;
    padding: 8px;
    transition:  all ease 0.5s;


}

#proList .firstLis li:hover{
    border-bottom: 2px solid #ffffff;

}
#proList .firstLis li a{
    text-decoration: none;
    font-family: DM sans;
    color:#fff;
   
}
  

#AccList{
    display: none;
    position: absolute;
    margin-top: 25px;
    margin-left: 170px;
    width: 401px;
    height: 326px;
    border-bottom: 3px solid #ffffff;
    border-radius: 5px;
    background-color: #0000007d;
    z-index: 9999;
  }
  #AccList .firstLis{
    width:50%
  }
  #AccList .firstLis li{
    list-style: none;
    width: 90%;
    margin: 5px;
    
    padding: 8px;
    transition:  all ease 0.5s;

}
#AccList .firstLis li:hover{
    border-bottom: 2px solid #ffffff;

}
#AccList .firstLis li a{
    text-decoration: none;
    font-family: DM sans;
    color:#fff;
   
} */

.scon li{

    display: grid;
    list-style: none;
    height: 50px;
    width: 200px;
    background-color: #389191;
    border-radius: 30px;
    align-items: center;
    border: 1px solid #389191;

    transition: all ease-in-out 400ms;
}
.scon li a{
    text-decoration: none;
    font-family: "Raleway";
    color:#ffff;
    font-weight: 400;
    
}
.scon li:hover{
    background-color: #ffffff;
}
.scon li:hover a{
    color: #389191;
}
.aboutsec{
    width: 100%;
    height: 100%;
    background-color: #014c52;
    padding-bottom: 100px;
}
/* .aboutsec .headimg{
    width: 100%;
    background: url(Assests/bathss.jpg);
    height: 500px;
    background-size: cover;
    background-position: 0px 527px;
   
} */
.aboutsec .headimg img{
    width: 100%;
}
.aboutsec .imgcon{
width: 100%;
text-align: center;
}
.aboutsec .imgcon img{
   width:  22%;
}
.aboutsec .imgcon .backbut{
    display: flex;
    margin-left: 50px;
    width: 40%;
}
.aboutsec .imgcon .backbut a{
    text-decoration: none;
    background-color: #00000000;
    padding: 20px;
    color: #ffffff;
    font-size: 52px;
    border-radius: 45px;
    transition: all ease-in-out 500ms;

}
.aboutsec .firstcon {
    margin-top: 49px;
    width: 100%;
    display: flex;
    height: 97px;
    align-items: center;
}
.aboutsec .firstcon .backbut{
    margin-left: 50px;
    width: 30%;
}
.aboutsec .firstcon .backbut a{
    text-decoration: none;
    background-color: #00000000;
    padding: 20px;
    color: #ffffff;
    font-size: 52px;
    border-radius: 45px;
    transition: all ease-in-out 500ms;

}
.aboutsec .firstcon .backbut a:hover{
    
   color:#000000
}
.aboutsec .firstcon .heading{
    width: 100%;
}
.aboutsec .firstcon .heading h1{
    font-size:40px;
    font-family:"Lora";
    color:#fed349;
    text-align: center;
}
.aboutsec  .content{
    margin-top: 20px;
    width: 100%;
    text-align: -webkit-center
}
.aboutsec  .content p{
    line-height: 36px;
    word-spacing: 7px;
    letter-spacing: 0px;
    width: 66%;
    color: #e2e2e2;
    font-family: DM SANS;
    font-size: 23px;
}
.aboutsec  .content .underlinecon{
    width: 66%;
    height: 40px;
    display: flex;
    /* background-color: #000; */
    justify-content: flex-end;
    align-items: center;

}
.aboutsec  .content .underlinecon .firstli{
width: 0%;
height: 3px;
background-color: #ffffff;
border-radius: 20px;
transition: all ease 400ms;
}
.aboutsec  .content:hover .underlinecon .firstli{
    width: 50%;
}