

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap');

@font-face {
    font-family: 'EntypoRegular';
    src: url('../assets/fonts/entypo-webfont.eot');
    src: url('../assets/fonts/entypo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/entypo-webfont.woff') format('woff'),
         url('../assets/fonts/entypo-webfont.ttf') format('truetype'),
         url('../assets/fonts/entypo-webfont.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	
}

.icon { font-family: "EntypoRegular", Arial, Helvetica,sans-serif; }

.font150px { font-size:140px; }
.font72px { font-size:72px; }
.font48px { font-size:48px; }
.font36px { font-size:36px; }
.font30px { font-size:30px; }
.font24px { font-size:24px; }
.font14px { font-size:14px; }
.font11px { font-size:11px; }


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

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    /* overflow-x: hidden; */
    font-family: 'PT Serif', serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-weight: 300;

    background: rgb(247,91,36);
background: linear-gradient(90deg, rgba(247,91,36,1) 0%, rgba(248,243,130,1) 51%, rgba(42,150,194,1) 100%);

    /* background: rgb(119,119,119);
    background: linear-gradient(90deg, rgba(119,119,119,1) 0%, rgba(255,255,255,1) 49%, rgba(119,119,119,1) 100%); */
    background-blend-mode: screen;


}


/* @media (max-width: 1200px) {

    h1, h2, h3, h4, h5, h6 {

        font-size: 2rem;
    }

   
} */


body h1 h2 h3 h4{

    letter-spacing: 1px;
    font-weight: 100;
    
}


.sectiontop {
    width: 100%;
    height: 100vh;
}

/* Media Query for screens smaller than 768px */
@media screen and (max-width: 767px) {
    .sectiontop {
        height: 35vh; /* Adjust height as needed for smaller screens */
    }
}

/* Media Query for screens between 768px and 1024px */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .sectiontop {
        height: 80vh; /* Adjust height as needed for medium-sized screens */
    }
}

/* Media Query for screens larger than 1024px */
@media screen and (min-width: 1024px) {
    .sectiontop {
        height: 100vh; /* Keep original height for larger screens */
    }
}


.bg-1 {

    /* background-color: #F8fffd !important; */
    padding-top: 10rem;
}

.bg-2 {

    /* background-color: #898AA6 !important; */
    padding-top: 10rem;

}

.main{
     background: url(../assets/img/bg1.jpg) no-repeat center center/cover;

}

/* @media only screen and (max-width: 991px) {
    .main {
        transition: 0.5s;
        background: url(../assets/img/bg2.png) no-repeat center center/cover;

    }
  } */





a {
    text-decoration: none;
}

header {
    z-index: 200;
}




.container {

    align-items: center;
}


.nav{
    height : 7vh;
    padding: 0 4em;
    justify-content: space-between;
    display: flex;
    align-items: center;
    width : 10px;
    position: fixed;
    transition: all 0.5s;
    z-index: 1000;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    font-weight: 100;
}

.navbar {
   
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    transition: 0.5s;

}



.logo img{

    width: 8.7rem;
    height: 5rem;
}

@media only screen and (max-width: 991px) {
    .logo img {
        margin-left: 0rem;
    }
  }

nav a {
    color:white;
    font-size:1.6rem;
    text-transform: capitalize;
    transition: all 0.5s;    
    
}


/* 
nav ul {

  
} */


    @media only screen and (max-width: 991px) {
        nav li {
         padding: 1rem;
         margin-top: 2rem;
        }
        html {

            font-size: 65%;
        }
      }

      @media only screen and (max-width: 768px) {
        nav li {
         padding: 1rem;
         margin-top: 2rem;
        }

        html {

            font-size: 55%;
        }

      }
  
.socials {

    padding-left: 2rem;
 }

.nav-item {

  
        color:white;
        font-size:1.6rem;
        margin-left: 4rem;
        text-transform: capitalize;
        transition: all 0.5s;
         
}

/* .head-content {
    position: absolute;
    top: 60%;
    left: 42%;
    transform: translate (-50%, -50%);
    
} */
/* 
.head-content h1 {
    font-size: 6rem;
    font-weight: 100;
    color: white;
   


} */

/* .content {
   
  padding-bottom: 10rem;
    
} */

.content p {
    font-size: 1.4rem;
    padding: 0 4rem;
    line-height: 2.4rem;
     
}


nav.sticky {

    background-color: rgba(255, 255, 255, 0.5);

}
nav.sticky a {
    color:black;
}

h1 {

    text-align: center;
    font-size: 5rem;
    font-weight: 100;
    margin-bottom: 5rem;
    /* color:white; */
}

   
.para{
   

    /* font-size: 1.6rem; */
    text-align: justify;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-weight: 400;

    /* color:white */
}


.navbar-toggler {

    /* margin: auto; */
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: 3rem;

}

.navbar>.container-fluid {

    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: end;
}




        
    



/* wrapper */

.wrapper { 
    
    width:100%; 
    height:40rem; 
 

}

.wrapper { width:100%; height:400px; }

.wrapper1 { background: url(../assets/img/sticky/11.jpg) 50% 50% fixed; }
.wrapper2 { background: url(../assets/img/sticky/2.jpg) 50% 50% fixed; }
.wrapper3 { background: url(../assets/img/sticky/33.jpg) 50% 50% fixed; }
.wrapper4 { background: url(../assets/img/sticky/44.jpg) 50% 50% fixed; }

.wrapper-background { background: rgba(0, 0, 0, 0.25); width:100%; height:100%;  }

.wrapper-content { 
    max-width:960px; 
    margin:0 auto; 
    padding:155px 30px 0;
 }
.wrapper-text { 

     margin:0 auto;
     background: rgba(0, 0, 0, 0.75);
     color: #898AA6; 
     display:table; 
     padding: 30px 20px; 
     line-height:48px; 

    }

.wrapper-content-video { padding:65px 30px; }
.wrapper-video { width:100%; min-height:400px; }

.vimeo { margin-top:25px; }



/* Pricing */




.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
    
}

.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;


}

.pricing-action {
    color: inherit;
    border: none;
    background: none;
    cursor: pointer;
}

.pricing-action:focus {
    outline: none;
}

.pricing-feature-list {
    text-align: left;
    
    
}

.pricing-palden .pricing-item {
    font-family: 'Open Sans', sans-serif;
    cursor: default;
    color: #84697c;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
    
}



@media screen and (min-width: 66.25em) {
    /* .pricing-palden .pricing-item {
        margin: 1em -0.5em;
    } */
    .pricing-palden .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
}

.pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: linear-gradient(135deg,#4097f9,#0af0c7);
    padding: 4em 0 9rem;
    position: relative;


}

.pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
 
 
}

.pricing-palden .pricing-title {
    font-size: 1.5rem;
    margin: 0;
    margin-top: 4rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;

}

.pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    

}

.pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
    
}

.pricing-palden .icon {
    font-size: 2.5em;
}

.pricing-palden .pricing-price {
    font-size: 4em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
    
}

.pricing-palden .pricing-currency {
    font-size: 2rem;
    vertical-align: top;
}

.pricing-palden .pricing-period {
    font-size: 1rem;
    padding: 0 0 0 0.5em;
    font-style: italic;
}

.pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
    
}

.pricing-palden .pricing-feature {
    padding: 1em 0;
    font-size: 1.5rem;
}

.pricing-palden .pricing-action {
    font-weight: bold;
    margin: 2em 9em;
    padding: 1em 2em;
    position:relative;
    color: #fff;
    border-radius: 30px;
    background: linear-gradient(135deg,#a93bfe,#584efd);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    
}

.pricing-palden .pricing-action:hover,
.pricing-palden .pricing-action:focus {
    background: linear-gradient(135deg,#fd7d57,#f55d59);
}

.pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
    
}

center {

   margin-bottom: 8rem;
}




/* Brand Slider */


.imglogo {

    height: 10rem;
    margin-right: 8rem;
    /* margin-bottom: 10rem; */
    margin-top: 1rem;

}

.brandslider {
    --color-bg: rgba(0, 0, 0, 0.073);
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration: 20s;
  }

/*  
 @media (prefers-color-scheme: dark) {
   .brandslider {
     --color-text: papayawhip;
     --color-bg: rgba(0, 0, 128, 0.142);
     --color-bg-accent: #2626a0;
   }
 }
  */

.brandslider {
   display: grid;
   align-content: center;
   overflow: hidden;
   gap: var(--gap);
   width: 100%;
   min-height: 1vh;
   font-family: system-ui, sans-serif;
   font-size: 1rem;
   line-height: 1.5;
   color: var(--color-text);
   background-color: var(--color-bg);
   border-radius: 4rem;
 }
 
 .marquee {
   display: flex;
   overflow: hidden;
   user-select: none;
   gap: var(--gap);
   mask-image: linear-gradient(
     var(--mask-direction, to right),
     hsl(0 0% 0% / 0),
     hsl(0 0% 0% / 1) 20%,
     hsl(0 0% 0% / 1) 80%,
     hsl(0 0% 0% / 0)
   );
 }
 
 .marquee__group {
   flex-shrink: 0;
   display: flex;
   align-items: center;
   justify-content: space-around;
   gap: var(--gap);
   min-width: 100%;
   animation: scroll-x var(--duration) linear infinite;
 }
 
 @media (prefers-reduced-motion: reduce) {
   .marquee__group {
     animation-play-state: paused;
   }
 }
 
 
 @keyframes scroll-x {
    from {
      transform: translateX(0); /* Change to your starting position */
    }
    to {
      transform: translateX(-100%); /* Change to your ending position */
    }
  }
  
 
 /* Element styles */
 .marquee svg {
   display: grid;
   place-items: center;
   width: var(--size);
   fill: var(--color-text);
   background: var(--color-bg-accent);
   aspect-ratio: 16/9;
   padding: calc(var(--size) / 10);
   border-radius: 0.5rem;
 }
 
 /* Parent wrapper */
 .wrapper {
   display: flex;
   /* flex-direction: column; */
   gap: var(--gap);
   margin: auto;
   max-width: 100vw;
   margin-bottom: 3rem;
 }
 
 @keyframes fade {
   to {
     opacity: 0;
     visibility: hidden;
   }
 }
 
 .tnc {

    font-size: 1.2rem;

 }

 .tncsection {

    background-color: white;
    padding: 5rem;
    border-radius: 2rem;
    margin-top: 8rem;
    max-height: 50rem;
    overflow: scroll;
    margin-bottom: 3rem;

 }



 .social {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
  
  .social a {
    height: 60px;
    width: 60px;
    border-radius: 15px;
    background-color: #37c1fd;
    display: grid;
    place-items: center;
    position: relative;
    border-radius: 10px;
    background: #e0e0e0;
    box-shadow: 14px 14px 28px #c3c3c3, -14px -14px 28px #fdfdfd;
  }
  
  .social .phone2 {
    background-color: #000000;
    font-size: 3rem;
    color: rgb(255, 255, 255);
  }
  .social .facebook {
    background-color: #4267b2;
    font-size: 3rem;
    color: white;
  }
  
  .social .youtube {
    background-color: #bf0404;
    font-size: 3rem;
    color: white;
  }
  .social .instagram {
    background-color: #e1306c;
    font-size: 3rem;
    color: white;
  }
  
  .copyright {

    background-color: #ffffff;
    text-align: center;

  }