:root {

    /* colours */

    --custom-primary: #D3B292;
    --custom-secondary: #DB2B29;
    --custom-red: #FC6363;
    --white: #FFFFFF;
    --custom-blue: #234185;
    --custom-blue2: #234185;
    --custom-black: #000000ab;
    --custom-white: #ffffffbf;
    --custom-black2: #0000009f;
    --custom-black3: #191919ab;
    --custom-black4: #00000094;
    --grey: #5D5D5D;
    --custom-black6: #1D1D1D;
    --leaderboard-grid-bg: #D8D4FE;
    --custom-white3: #fffafa;
    --custom-grey: #3f3e3e;
    --custom-grey2: #444444;
    --custom-grey3: #8c8c8c;
    --custom-grey4: #d4d4d4;
    --custom-grey5: #ffffff3d;
    --custom-grey6: #CFCFCF;
    --custom-grey7: #ffffffa8;
    --custom-green: #314F3F;
    --custom-green2: #1e3227;
    --custom-gold: #95806c;

    /* colours end */

    /* Font sizes start */

    --fs-xl: clamp(3.5rem, 8.8vw - 1rem, 8rem);
    --fs-ml: clamp(2.5rem, 5.5vw - 1rem, 5rem);
    --fs-sl: clamp(1rem, 5.5vw + 1rem, 5rem);
    --fs-a: clamp(2rem, 5.5vw + 1rem, 4rem);
    --fa-b: clamp(1rem, 3.5vw + 1rem, 3rem);
    --fs-a1: clamp(1.5rem, 5.5vw + 1rem, 5rem);
    --fs-600: 2rem;
    --fs-400: 1rem; 
    --fs-bold: 3rem;

    /* Font sizes End */

}
@font-face {
    font-family: lato;
    src: url(../Fonts/lato/Lato-Regular.woff);
    font-weight: 400;
}

@font-face {
    font-family: Lato-Black;
    src: url(../Fonts/lato/Lato-Black.woff);
    font-weight: 900;
}
@font-face {
    font-family: Lato-Bold;
    src: url(../Fonts/lato/Lato-Bold.woff);
    font-weight: 600;
}
@font-face {
    font-family: Lato-Light;
    src: url(../Fonts/lato/Lato-Light.woff);
    font-weight: 200;
}
@font-face {
    font-family: Lato-Italic;
    src: url(../Fonts/lato/Lato-Italic.woff);
    font-weight: 200;
}
@font-face{
    font-family: Raleway-Regular;
    src: url(../Fonts/raleway/Raleway-Regular.ttf);
    font-weight: 200;
}
@font-face{
    font-family: Raleway-Bold;
    src: url(../Fonts/raleway/Raleway-Bold.ttf);
    font-weight: 200;
}
@font-face {
    font-family: Arapey;
    src: url(../Fonts/Arapey.woff);
    font-weight: 200;
}
@font-face {
    font-family: Arapey-Italic;
    src: url(../Fonts/Arapey\ Italic.woff);
    font-weight: 200;
}
@font-face {
    font-family: Photograph-Signature;
    src: url(../Fonts/Photograph\ Signature.woff);
    font-weight: 200;
}
@font-face {
    font-family: Roxborough CF;
    src: url(../Fonts/Roxborough\ CF\ Thin.woff);
    font-weight: 200;
}
@font-face {
    font-family: Roboto Mono-Light;
    src: url(../Fonts/Roboto\ Mono\ Light.woff);
    font-weight: 200;
}
* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 2s all ease;
  }
  
.reveal.active {
    transform: translateY(0);
    opacity: 1;
  }
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--white);
    z-index: 999;
}
.top-arrow #top-page{
    /* display: none; */
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--custom-grey6);
    color: var(--custom-primary);
    cursor: pointer;
    padding: 8px 15px;
    border-radius: 4px;
    transform: rotate(-90deg);
  }
  .top-arrow #top-page:hover{
    color: var(--custom-grey6);
    background-color: red;
  }
  .top-arrow-ITSM #top-page{
     /* display: none; */
     position: fixed;
     bottom: 20px;
     right: 30px;
     z-index: 99;
     font-size: 18px;
     border: none;
     outline: none;
     background-color: var(--custom-primary);
     color: var(--custom-grey6);
     cursor: pointer;
     padding: 8px 15px;
     border-radius: 4px;
     transform: rotate(-90deg);
  }
  .top-arrow-ITSM #top-page:hover{
    background-color: red;
  }
  .to
.grey-box{
    display: inline-block;
    background-color: var(--custom-grey6);
    padding: 2px 8px;
    border-radius: 3px;
}
.blue {
    color: var(--custom-primary);
    font-weight: 900;
}
.red {
    color: var(--custom-secondary);
    font-weight: 900;
}
.light {
    
    font-weight: 200;
}
.heavy {
    
font-family: Lato-Black;

}
.special {
    font-family: montserrat;
    font-weight: 600; 
    color: var(--custom-red);
}
/* Navbar Start */
#header{
    background: white;
    width: 100%;
    position: fixed;
    z-index: 1001;
}
.menubars {
    /* margin: 0 auto;
    text-align: center;  */
    background-color: var(--custom-green);
}
.menubars a img{
    height: 65px; 
    width: 163px;
}
.menubars button{
    margin-top: 0;
    padding: 10px 50px 10px 0px;
}
.hamburger {
    position: relative;
    display: none;
    appearance: none;
    background: none;
    outline: none; 
    border: none;
    width: 58px;
    cursor: pointer;
    z-index: 99;
    float: right;
}
.hamburger .bar, .hamburger:after, .hamburger:before {
    content: '';
    display: block;
    width: 40px;
    height: 5px;
    background-color: var(--custom-gold);
    margin: 6px 0px;
    transition: 0.5s;
    border-radius: 3px;
    
}
.hamburger.is-active:before {
	transform: rotate(-45deg) translate(-11px, 8px);
    background-color: var(--white);
    position: fixed;
    margin-top: 20px;
}
.hamburger.is-active:after {
	transform: rotate(45deg) translate(-3px, -1px);
    background-color: var(--white);
    position: fixed;
    margin-top: 20px;
}
.menubars ul li{
    position: relative;
}
.dropdown-menu {
    display: none;
  }
  
  .menubars ul li:hover .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 150%;
    background-color: var(--custom-green2);
  }
  
  .menubars ul li:hover .dropdown-menu ul {
    display: block;
    margin: 10px;
  }
  
  .menubars ul li:hover .dropdown-menu ul li {
    width: 250px;
    padding: 10px;
  }
  
  .dropdown-menu-1 {
    display: none;
  }
  
  .dropdown-menu ul li:hover .dropdown-menu-1 {
    display: block;
    position: absolute;
    left: 150px;
    top: 0;
    background-color: var(--custom-green2);
  }
.hamburger.is-active .bar {
	opacity: 0;
}
.mobile-nav {
    display: block;
    width: 50%;
    min-height: 150vh;
    top: 0;
    right: -100%;
    position: fixed;
    z-index: 98;
    background-color: rgba(23, 87, 51, 0.816);
    padding-top: 120px;
    transition: 0.5s;
}
.mobile-nav.is-active {
    right: 0;
}
.mobile-nav a {
    display: block;
    text-align: left;
    margin-bottom: 50px;
    text-decoration: none;
    color: var(--white);
    font-size: 1.5rem;
    padding: 10px 20px;   
    font-family: 'Lato', Arial, Helvetica, sans-serif; 
} 
.mobile-nav a:hover{
    background-color: var(--white);
    color: var(--custom-primary);
    font-weight: 700;
}
.menubars .menu {
    margin: 0;
    display: inline-block;
    float: right;
    padding: 19px 50px 19px 19px;
}
.menubars .get-started{
    background-color: #FFD4AB;
    color: #314f3f;
    border-radius: 50px;
    padding: 17px 20px 17px 20px;
    font-family: Lato-Bold;
}

.menubars li {
    display: inline-block; 
}
.menubars a {
    text-decoration: none;
    color: var(--custom-primary) ;
    font-family: Lato-Light;
    text-align: center;
    width: 100%;
    padding: 25px 25px 25px 50px;
    height: 85px
}
.menubars ul li:nth-child(1) a:hover, .menubars ul li:nth-child(1) a.active {
    padding: 25px 25px;
    background: var(--custom-green2);
    transition: 1.25s;
    border-radius: 5px;
}
.menubars ul li:nth-child(2) a:hover, .menubars ul li:nth-child(2) a.active{
    padding: 25px 25px;
    background: var(--custom-green2);
    transition: 1.25s;
    border-radius: 5px;
}
/* Navbar End */
.whatsapp-icon {
position: fixed;
bottom: 20px;
right: 50px;
z-index: 1000;
width: 80px;
}
.whatsapp-icon a img{
    width: 100%;
}

#aboutus{
    background-image: url(../images/Page\ 1/aboutus-bg.png);
    background-size: cover;
    padding: 100px 0;
}
#aboutus .img-col{
    padding: 50px 0; 
}
#aboutus .green-col{
    padding: 0;
}
#aboutus .border .image{
    padding: 20px;
}
#aboutus .border .image img{
    width: 100%;
}
#aboutus .green-bg{
    background-color: #314f3fc7;
    color: white;
    padding: 100px 50px 50px 50px;
}
#aboutus .green-bg .text h2{
    text-align: center;
    font-family: Lato-Light;
    font-size: 45px;
    letter-spacing: 10px;
}
#aboutus .green-bg .text p{
    text-align: justify;
    margin-bottom: 0;
    font-size: 25px;
    font-family: Arapey-Italic;
}
#aboutus .title-align{
    text-align: center;
    margin-bottom: 50px;

}
#aboutus .title {
    display: inline-block;
    background: #E2CAB0;
    padding: 10px 20px;
    border-radius: 5px;
}
#aboutus .title h2{
    margin-bottom: 0;
    font-family: Raleway-Bold;
    font-size: 50px;
}
#aboutus .about-intro{
    margin-bottom: 50px;
}
#aboutus-2{
    background-color: #1A211F;
    padding: 100px 0;
}
#aboutus-2 .meet-the-team-title h1{
    text-align: center;
    color: var(--custom-primary);
    letter-spacing: 3px;

}
#aboutus-2 .founder-img img{
    width: 60%;
}
#aboutus-2 .founder-img{
    text-align: center;
}
#aboutus-2 .founder-text{
    padding: 10px 0;
}
#aboutus-2 .founder-text p{
    background-color: #181515;
    color: #FFD4AB;
    padding: 20px;
    font-family: Arapey-Italic;
    font-size: 15px;
    text-align: justify;
    margin: 25px;
}
#aboutus-2 .founder-text h2{
    text-align: center;
    font-family: Lato-Light;
    font-size: 36px;
    letter-spacing: 10px;
    color: white;
    line-height: 60px;
    
}
/* North Goa Page start */
#primeiro-amor{
    background-image: url(../images/north-goa/Primeiro\ Amor.png);
    background-size: cover;
    height: 100vh;
    padding: 150px 0;
}
#primeiro-amor h2{
    color: white;
    font-family: Roboto Mono-Light;
    letter-spacing: 10px;
    font-size: 50px;
    padding-top: 30px;
}
#primeiro-amor p{
    color: white;
    font-family: Roboto Mono-Light;
    font-size: 18px;
}
#candolim{
    background-image: url(../images/north-goa/veera-eminence.jpg);
    background-size: cover;
    height: 100vh;
    padding: 150px 0;
}
#candolim h2{
    color: white;
    font-family: Roboto Mono-Light;
    letter-spacing: 10px;
    font-size: 50px;
    padding-top: 30px;
}
#candolim p{
    color: white;
    font-family: Roboto Mono-Light;
    font-size: 18px;
}
#verla-canca{
    background-image: url(../images/2BHK-verla-canca/hero.jpg);
    background-size: cover;
    height: 100vh;
    padding: 150px 0;
}
#verla-canca h2{
    color: white;
    font-family: Roboto Mono-Light;
    letter-spacing: 10px;
    font-size: 50px;
    padding-top: 30px;
}
#verla-canca p{
    color: white;
    font-family: Roboto Mono-Light;
    font-size: 18px;
}
#reis-magos{
    background-image: url(../images/3BHK-reis-magos/hero.jpg);
    background-size: cover;
    height: 100vh;
    padding: 150px 0;
}
#reis-magos h2{
    color: white;
    font-family: Roboto Mono-Light;
    letter-spacing: 10px;
    font-size: 50px;
    padding-top: 30px;
}
#reis-magos p{
    color: white;
    font-family: Roboto Mono-Light;
    font-size: 18px;
}
#sangolda{
    background-image: url(../images/3BHK-sangolda/hero.jpg);
    background-size: cover;
    height: 100vh;
    padding: 150px 0;
}
#sangolda h2{
    color: white;
    font-family: Roboto Mono-Light;
    letter-spacing: 10px;
    font-size: 50px;
    padding-top: 30px;
}
#sangolda p{
    color: white;
    font-family: Roboto Mono-Light;
    font-size: 18px;
}
#thivim{
    background-image: url(../images/3BHK-thivim/hero.jpg);
    background-size: cover;
    height: 100vh;
    padding: 150px 0;
}
#thivim h2{
    color: white;
    font-family: Roboto Mono-Light;
    letter-spacing: 10px;
    font-size: 50px;
    padding-top: 30px;
}
#thivim p{
    color: white;
    font-family: Roboto Mono-Light;
    font-size: 18px;
}
#assagao{
    background-image: url(../images/4BHK-assagao/hero.jpg);
    background-size: cover;
    height: 100vh;
    padding: 150px 0;
}
#assagao h2{
    color: white;
    font-family: Roboto Mono-Light;
    letter-spacing: 10px;
    font-size: 50px;
    padding-top: 30px;
}
#assagao p{
    color: white;
    font-family: Roboto Mono-Light;
    font-size: 18px;
}
#parra{
    background-image: url(../images/4BHK-parra/hero.jpg);
    background-size: cover;
    height: 100vh;
    padding: 150px 0;
}
#parra h2{
    color: white;
    font-family: Roboto Mono-Light;
    letter-spacing: 10px;
    font-size: 50px;
    padding-top: 30px;
}
#parra p{
    color: white;
    font-family: Roboto Mono-Light;
    font-size: 18px;
}
#siolim{
    background-image: url(../images/4BHK-siolim/hero.jpg);
    background-size: cover;
    height: 100vh;
    padding: 150px 0;
}
#siolim h2{
    color: white;
    font-family: Roboto Mono-Light;
    letter-spacing: 10px;
    font-size: 50px;
    padding-top: 30px;
}
#siolim p{
    color: white;
    font-family: Roboto Mono-Light;
    font-size: 18px;
}
#siolim-2{
    background-image: url(../images/4BHK-siolim-2/hero.jpg);
    background-size: cover;
    height: 100vh;
    padding: 150px 0;
}
#siolim-2 h2{
    color: white;
    font-family: Roboto Mono-Light;
    letter-spacing: 10px;
    font-size: 50px;
    padding-top: 30px;
}
#siolim-2 p{
    color: white;
    font-family: Roboto Mono-Light;
    font-size: 18px;
}
#moira{
    background-image: url(../images/5BHK-moira/exterior.png);
    background-size: cover;
    height: 100vh;
    padding: 150px 0;
}
#moira h2{
    color: white;
    font-family: Roboto Mono-Light;
    letter-spacing: 10px;
    font-size: 50px;
    padding-top: 30px;
}
#moira p{
    color: white;
    font-family: Roboto Mono-Light;
    font-size: 18px;
}

/* North Goa Page End */
/* South Goa Page Start */
#varca{
    background-image: url(../images/4BHK-varca/Apartment1\ \(1\).jpg);
    background-size: cover;
    height: 100vh;
    padding: 150px 0;
}
#varca h2{
    color: white;
    font-family: Roboto Mono-Light;
    letter-spacing: 10px;
    font-size: 50px;
    padding-top: 30px;
}
#varca p{
    color: white;
    font-family: Roboto Mono-Light;
    font-size: 18px;
}
#raia{
    background-image: url(../images/3BHK-raia/front-view.jpg);
    background-size: cover;
    height: 100vh;
    padding: 150px 0;
}
#raia h2{
    color: white;
    font-family: Roboto Mono-Light;
    letter-spacing: 10px;
    font-size: 50px;
    padding-top: 30px;
}
#raia p{
    color: white;
    font-family: Roboto Mono-Light;
    font-size: 18px;
}
#benaulim{
    background-image: url(../images/4BHK-benaulim/hero.jpg);
    background-size: cover;
    height: 100vh;
    padding: 150px 0;
}
#benaulim h2{
    color: white;
    font-family: Roboto Mono-Light;
    letter-spacing: 10px;
    font-size: 50px;
    padding-top: 30px;
}
#benaulim p{
    color: white;
    font-family: Roboto Mono-Light;
    font-size: 18px;
}
/* South Goa Page End */
/* Footer Start */

#footer {
    background: transparent linear-gradient(180deg, #325F47 0%, #041A0E 100%) 0% 0% no-repeat padding-box;
    color: var(--custom-white);
    font-family: lato;
    padding-top: 50px;
    padding-bottom: 20px;
}

#footer .cta-content .location .locationtext p span{
    font-weight: 900;
}
#footer .about-logo {
    margin: auto;
}
.contact {
    display: flex;
}
.location {
    display: flex;
}
.locationicon {
    padding-top: 1%;
}
.locationtext {
    padding-left: 5%;
}
.locationtext p a{
    text-decoration: none;
    color: var(--custom-white);
}
.location .socialicon img {
     width: 25px;
}
#footer .connect-cta{
    padding: 0 20px;
}
#footer .cta-content form label{
    margin-top: 5px;
}
#footer .cta-content .form-1 input{
    width: 100%;
    background-color: var(--custom-grey7);
    border: none;
    border-radius: 3px;
}
#footer .cta-content .form-1{
    text-align: left;
}
#footer .taglinefooter .head{
    margin-top: 20px;
}
#footer .taglinefooter .head p {
    text-align: center;
    margin: 0;
}
#footer .cta-content .head .footer-button-align{
    text-align: center;
}
#footer .cta-content .submit-button{
    text-align: center;
}
#footer .cta-content .submit-button input[type="submit"]{
    background-color: var(--custom-secondary);
    color: var(--white);
    border: none;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 3px;
}
.copyright {
    text-align: center;
}
#footer .taglinefooter span{
    font-size: 50px;
    text-align: center;
    letter-spacing: -4px;
    font-family: taglineFont;
}
#footer .taglinefooter img{
    margin-top: 0px;
}
#footer .taglinefooter{
    text-align: center;
    margin: auto;
}

#footer .taglinefooter .head .footer-button-align button {
    background-color: var(--custom-secondary);
    border: none;
    padding: 2px 6px;
    color: var(--custom-green2);
    border-radius: 4px;
}

/* Footer End */
/* Sea Training css start */

/* Sea Training css end */
/* cloud and it management service start */

/* common css start */

/* common css end */
body {
    margin: 0 !important;
}
.elements {
    font-size: 20px;
}
.footer-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    /* max-width: 700px; */
  }
.footer-modal .footer-modal-content {
    background: transparent linear-gradient(180deg, #363636 0%, #000000 100%) 0% 0% no-repeat padding-box;
    margin: auto;
    padding: 30px 20px 40px 20px;
    max-width: 400px;
    width: 80%;
    border-radius: 15px;
    
  }
  
  /* The Close Button */
  .footer-modal .footer-modal-content .footer-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -20px;
  }
  
  .footer-modal .footer-modal-content .footer-close:hover,
  .footer-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .footer-modal .footer-modal-content input[type=text], select {
    width: 100%;
    margin: 0 0 34px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 3px 0 3px 5px;

  }
  input::placeholder{
    font-size: 15px;
  }
  .footer-modal .soft-modal-content .sub-btn {
    text-align: center;
  }
  .sub-btn {
    text-align: center;
  }
.sub-btn .submit {
  background: transparent linear-gradient(180deg, #FF0000 0%, #AC4343 100%) 0% 0% no-repeat padding-box;
  color: white;
  padding: 7px 14px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 20px;
  }
  .footer-modal .footer-modal-content label{
    color: var(--custom-grey6);
    margin-bottom: 10px;
    font-size: 15px;
  }
  input[type=submit]:hover {
    background: transparent linear-gradient(180deg, #ff2222 0%, #913232 100%) 0% 0% no-repeat padding-box;
  } 
  .footer-button-align{
    text-align: center;
  }
  .footer-button-align #footer-red-button{
    border: none;
    background: transparent linear-gradient(180deg, #CCAE8E 0%, #ffbf7b 100%) 0% 0% no-repeat padding-box;
    color: var(--custom-green);
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 8px;
    text-align: center;
    font-family: Lato;
  }
  .footer-button-align a{
    text-decoration: none;
  }
  #message {
    height: 150px;
    width: 100%;
    border: none;
    border-radius: 4px;
    padding: 3px 0 3px 5px;
  }
  .back-button{
    background-color: var(--custom-grey6);
    color: var(--custom-primary);
    display: inline-block;
    font-family: Lato-Bold;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 40px;
  }
  .back-button a{
  color: var(--custom-primary);
    text-decoration: none;
    font-family: Lato-Bold;
    font-size: 15px;
  }
  .footer-modal-content form textarea {
    margin-bottom: 20px;
  }
  .copyright a{
    text-decoration: none;
    color: var(--custom-primary);
  }
  /* Slider Start */
  .slider{
    height: 100vh;
    position: relative;

}
.slider .list .item{
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}
.slider .list .item img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.slider .list .item .logo img{
    width: 200px;
    margin-bottom: 50px;
    filter: drop-shadow(3px 3px 3px Black);
}
.slider .list .item::after{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    /* background-image: linear-gradient(to top, #202020 10%, transparent); */
}
.slider .list .item .content{
    position: absolute;
    left: 10%;
    top: 200px;
    width: 700px;
    max-width: 80%;
    z-index: 1;
    color: white;
    
}

.slider .list .item .content p:nth-child(1){
    /* text-transform: uppercase; */
    letter-spacing: 10px;
    font-family: Lato-Light;
    font-size: 20px;
}
.slider .list .item .content h2{
    font-size: 50px;
    margin: 0;
    font-family: Lato-Black;
}
.slider .list .item .content p {
    font-size: 20px;
}
.slider .list .item .content .learn-more{
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid white;
    color: white;
    font-family: Lato-Light;
    background-color: transparent;
}
.learn-more{
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid white;
    color: white;
    font-family: Lato-Light;
    background-color: transparent;
}
.learn-more:hover{
    background-color: white;
    color: #000;
}
.slider .list .item .content .learn-more:hover{
    background-color: white;
    color: #000;
}
@keyframes showContent {
    to{
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}
.slider .list .item.active p:nth-child(1),
.slider .list .item.active h2,
.slider .list .item.active p,
.slider .list .item.active .learn-more{
    transform: translateY(30);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s .7s ease-in-out 1 forwards;
} 
.slider .list .item.active h2{
    animation-delay: 1s;
}
.slider .list .item.active p{
    animation-duration: 1.3s;
}
.slider .list .item.active .learn-more{
    animation-delay: 1.6s;
}
.slider .thumbnail .item .content .learn-more{
    
}
.slider .list .item.active{
    opacity: 1;
    z-index: 10;
}
.slider .arrows #prev{
    position: absolute;
    top: 30%;
    left: 10px;
    z-index: 100;
}
.slider .arrows #next{
    position: absolute;
    top: 30%;
    right: 10px;
    z-index: 100;
}
.slider .arrows button {
    background-color: #eee5;
    border: none;
    font-family: monospace;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: x-large;
    color: #eee;
    transition: .5s;
}
.slider .arrows button:hover{
    background-color: #eee;
    color: #000;
}
.slider .thumbnail {
    position: absolute;
    bottom: 50px;
    z-index: 111;
    display: flex;
    gap: 10px;
    width: 100%;
    height: 150px;
    padding: 0 50px;
    box-sizing: border-box;
    overflow-y: hidden;
}
.thumbnail::-webkit-scrollbar{
    width: 0;
}
.slider .thumbnail .item{
    width: 150px;
    height: 220px;
    filter: brightness(.5);
    transition: 1s;
    flex-shrink: 0;
}

.slider .thumbnail .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.slider .thumbnail .item.active{
    filter: brightness(1.5);
}
/* Slider End */
/* Media Queries Start */


@media screen and (max-width: 1199px){
    .whatsapp-icon{
        bottom: 15px;
        right: 15px;
        width: 65px;
    }
}


@media screen and (min-width: 1066px){
    .hamburger{
        display: none;
    }
}
@media screen and (max-width: 1065px){
    .menubars .menu{
        display: none;
    }
    .menubars a{
        padding: 25px;
    }
}
@media screen and (max-width: 767px) {
   
    #footer {
        text-align: center;
        padding-top: 30px;
    }
    #footer .about-logo p {
        padding: 0 20px;
    }
    #footer .cta{
        padding-top: 20px;
    }
    #footer .cta-content {
      display: inline-block;

    }
    #footer .cta-content .location {
        text-align: left;
    }
    .copyright p {
        padding: 3px 10px;
    }
    #footer .cta-content p {
        text-align: left;
    }
    #footer .taglinefooter {
        margin-top: 20px;
    }
    .slider .list .item .content p:nth-child(1){
        font-size: 30px;
    }
    .slider .content h2{
        font-size: 35px;
    }
    .slider .list .item .content p{
        font-size: 16px;
    }
    #aboutus-2 .founder-text p {
        font-size: 18px;
    }
    #aboutus-2 .founder-text {
        padding: 10px 0;
    }
    #aboutus .green-bg{
        padding: 20px;
    }
    #aboutus .green-bg .text p{
        font-size: 18px;
    }
}
@media screen and (max-width: 430px){
    .slider .thumbnail{
        padding: 0 30px;
    }
    .slider .arrows #prev {
        top: 35%;
    }
    .slider .arrows #next {
        top: 35%;
    }
    .slider .arrows button{
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    .whatsapp-icon{
        bottom: 10px;
        right: 10px;
        width: 50px;
    }
}

@media screen and (max-width: 1065px) {
    .menubars {
     padding-top: 5px;
     padding-bottom: 5px;
    }
    .menubars ul{
        display: none;
        width: 50%;
        height: 100vh;
        background-color: var(--custom-white3);
        padding: 50px;
    }
    
    .hamburger {
        float: right;
        display: block;        
        align-items: center;
        cursor: pointer;
        margin-top: 7.4px;
        padding-right: 20px;
    }
    .menulogo{

        max-width: 480px;
        margin: auto;
        background-color: #555;
        height: 500px;
        color: white;
        border-radius: 10px;
        float:left
    }       
}

@media screen and (max-width: 312px) {
    .mobile-nav a {
        font-size: 1rem;
    }
}
@media screen and (max-width: 426px) {
.navbar {
    padding: 0%;
 }
.logo {
    align-content: space-between;
 }
.topheader {
    font-size: 0.8em;
    margin-top: 2%;    
}

    @media (min-width: 40em) {
        :root {
          --fs-600: 3rem;
          --fs-400: 1.125rem;
        }
      }
}
@media screen and (max-height: 760px) {
    .slider .thumbnail{
        bottom: 0;
        height: 95px;
    }
    .slider .list .item .content p:nth-child(1){
        font-size: 20px;
    }
    .slider .content h2{
        font-size: 30px;
    }
    .slider .list .item .content p{
        font-size: 12px;
    }
}

/* Media Queries End */