
body{
    font-family: 'Poppins', sans-serif;
}


/*----indiex-page---------*/
.nav-logo {
  width: 13%;
}

.navbar ul li {
    margin-right: 30px;
}
.nav-item a{
    color: #182FA5;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #182FA5;
}
.btn-primary {
    background-color: #182FA5;
    border-radius: 30px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(24, 47, 165);
}
.background-banner {
    background-image: url(../img/banner.jpg);
    object-fit: cover;
    width: 100%;
    height: 390px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    margin: 140px 0px;
    background-size: cover;
  }

.background-banner h1{
    color: #1E1E1E;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
}
.background-banner p{
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 300;
}
.banner-img{
    margin-top: 89px; 
    animation-duration: 3s;
    animation-iteration-count: infinite;
}


.banner-img {
    animation-name: banner-img;
    animation-timing-function: linear;
}
@keyframes banner-img {
    0%   { transform: translateY(1); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
.bg-img-a{
    width: 41%;
    position: absolute;
    left: -312px;
    top: -253px;
}

.bg-img-b {
  width: 21%;
    position: absolute;
    top: 14px;
    right: 0;
    z-index: 0;}

.dwld-app {
    background-color: #1E1E1E;
display: flex;
padding: 13px 32px;
color: #fff;
border-radius: 50px;
width: 217px;
}
.dwld-app img {
    width: 70%;
  }
.dwld-app .dwl-btn p{
    font-size: 10px;
    margin: 0px;
}
.dwld-app .dwl-btn h6{
    font-size: 18px;
    margin: 0px;  
} 
.watch-video {
    margin-bottom: 100px;
  }
.download {
    margin-bottom: 110px;
}
.card-style {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 48px 0px rgba(0, 78, 241, 0.12);
    display: flex;
    padding: 32px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    margin-bottom: 30px;
}
.card-style img{
    height: 63px;
    width: auto;
    margin-right: 13px;
}
.card-style h6{
color: #1E1E1E;
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 135%;
letter-spacing: 0.78px;}

.card-style p{
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}
.watch-media {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 20px;
}
.watch-video .top-space {
  margin-top: 97px;
}
.watch-video h5{
    color: #182FA5;
font-size: 24px;
font-weight: 500;
}
.bg-15g {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.Curators h5,
.About h5,
.watch-video h5 {
    color: #182FA5;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.72px;
}

.available h4,
.Curators h4,
.About h4,
.watch-video h4{
  color: #1E1E1E;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: 120%;
letter-spacing: 1.44px;
margin-bottom: 30px;
}
.available .media-text,
.Curators .media-text,
.About .media-text,
.watch-video .media-text {
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.6px;
    margin-bottom: 30px;
}
.available h4 span{
    color: #182FA5;
font-weight: 600;
line-height: 120%;
letter-spacing: 1.44px;
}
.watch-video .video {
    position: relative;
}
.Curators {
  margin-bottom: 35px;
    position: relative;
}

.About {
    margin-bottom: 100px;
  }




.play-btn {
    width: 9%;
margin: 0;
position: absolute;
top: 46%;
left: 46%;
}

.play-btn {
    animation: play-btn 2s ease infinite;
  }
  @keyframes play-btn {
      70% { transform:translateY(0%); }
      80% { transform:translateY(-15%); }
      90% { transform:translateY(0%); }
      95% { transform:translateY(-7%); }
      97% { transform:translateY(0%); }
      99% { transform:translateY(-3%); }
      100% { transform:translateY(0); }
}




.line-style {
  position: absolute;
  bottom: -29px;
  right: 63px;
}
  .line-style-b {
    position: absolute;
    transform: rotate(181deg);
    top: -16px;
    left: -19px;
}
.about-image {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 85%;
}



.antroid{

    animation-duration: 5s;
    animation-iteration-count: infinite;
    transition-timing-function: ease-in;
}


.antroid {
    animation-name: antroid;
    animation-timing-function: linear;
}
@keyframes antroid {
    0%   { transform: translateY(1); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
    
}


.ios{
    
    animation-duration: 5s;
    animation-iteration-count: infinite;
}


.ios {
    animation-name: ios;
    animation-timing-function: linear;
}
@keyframes ios {
    0%   { transform: translateY(-10px); }
    50%  { transform: translateY(0px); }
    100% { transform: translateY(-10px); }
}

.img-fluid.antroid {
    width: 30%;
    z-index: 1;
  }
.img-fluid.ios {
    width: 30%;
    position: absolute;
    z-index: 9;
    margin-right: 235px;
}
  
.available .background-bg {
    position: absolute;
    width: 70%;
}
.img-fluid.antroid-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
.available {
    margin-bottom: 110px;
  }

  .btn-secondary {
    background-color: #ffffff00;
    color: #182fa5;
    width: 155px;
    border: #182fa5 1px solid;
    border-radius: 30px;
    transition: all 0.6s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }
  
  .btn-secondary:hover {
    background-color: #ccd5ff;
    border-color: #fff0;
    color: #182fa5;
  }
  
  .btn-secondary svg {
    width: 1.6em;
  
    /* position: absolute;
    display: flex; */
    transition: all 0.6s ease;
  }
  
  .btn-secondary:hover svg {
    transform: translateX(5px);
  }
  .btn-secondary.Contact-Us-card{
    width: 174px !important
  }
 
/*---end--indiex-page---------*/


/*----footer---------*/
footer{
    background: #F4F6FC;
    padding: 50px;
}
footer nav ul{
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 15px;
}
footer nav ul li a{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-right: 30px;
    letter-spacing: 0.192px;
    text-decoration: none;
}
footer .social-media ul{
    display: flex;
list-style: none;
padding: 0;
justify-content: end;
margin-bottom: 0px;
margin-top: 10px;
}
footer .social-media ul li a{
  text-decoration: none;
}
footer .social-media ul li a i:hover{
  color: #fff;
  background-color: #162ca2;
  border-radius: 19.5px;
}
footer .social-media ul li a i {
  margin-left: 11px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 19.5px;
  border: 1.5px solid #979797;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
footer .Copyright {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    color: #0A142FB5;
    margin-bottom: 0;
    margin-top: 31px;
    
}
.footer-spacing{
    margin-top: 40px;
}
footer .contact ul{
    display: flex;
list-style: none;
padding: 0px;
}
footer .contact ul li{
    font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px;
color: #6F6C90;
margin-right: 15px;
display: flex;
align-items: baseline;
}
footer .contact ul li i{
    color: #162CA2;
    font-size: 15px;
    margin-right: 10px;
}
.powered-spacing{
    margin-top: 26px;
text-align: end;
}
.download .dwld-btn-section-top {
    display: flex;
    justify-content: center;
  }
.download .dwld-btn-section {
    display: flex;
    justify-content: start;
  }

/*----end-footer---------*/



/*-----------About us---------*/

.text-content {
    text-align: center;
  }

.about-banner .text-content h2 {
    color: #000;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* width: 770px; */
    margin-top: 60px;
}
.about-banner .text-content p{
    color: #1E1E1E;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 135%;
letter-spacing: 0.48px;
width: 470px;
}
.quotes{
    position: relative;
}

.quotes h4{
    color: #1E1E1E;
text-align: center;
font-size: 21px;
font-weight: 500;
letter-spacing: 0.32px;
line-height: normal;
}

.quotes {
    margin-top: 50px;
    margin-bottom: 50px;
  }
.quotes .double-quotes-a{
    position: absolute;
    z-index: -1;
    left: 220px;
}
.quotes .double-quotes-b {
    position: absolute;
    z-index: -1;
    right: 220px;
    bottom: 0;
  }


.story {
    background-color: #F3F7FF;
    padding: 108px 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.story h6{
    color: #182FA5;
    font-size: 20px;
}
.story h2{
    color: #1E1E1E;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
    letter-spacing: 0.48px;  
}
.story p{
    color: #1E1E1E;
font-size: 18px;
font-style: normal;
font-weight: 300;
text-align: justify;
margin-top: 20px;
}
.img-fluid.bg-story-a {
    position: absolute;
    left: -247px;
    width: 23%;
    bottom: 0;
  }
  .img-fluid.bg-story-b {
    position: absolute;
    top: -170px;
    right: -100px;

}

.bg-story-b {
    animation: rotate-gf 50s infinite linear;
}
.bg-story-a {
    animation: rotate-gf 50s infinite linear;
    
}
.card-bg{
    animation: rotate-gf 50s infinite linear;
    position: absolute;
    left: -174px;
    width: 28%;
    bottom: 9px;

}
.journey-img-a {
    animation: rotate-gf 50s infinite linear;
    position: absolute;
    z-index: -1;
    width: 35%;
    top: 20px;
    left: 38px;
    animation-iteration-count: infinite;
  }

@keyframes rotate-gf {
   
      0%   { transform: rotate(0deg);}
    100% { transform: rotate(359deg); }
}


.journey {
    padding: 60px 0px;
}
.journey h5{
    color: #1E1E1E;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.journey p span,
.journey h5 span{
    color: #182FA5;
}
.journey p{
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    text-align: justify;
    margin-top: 14px;
}

.journey-image-one {
    position: relative;
    display: flex;
    justify-content: center;
}
.journey-image-one .journey-img-main{
    width: 90%;
}
.pg-spacing{
    margin-top: 10px !important;

}

  /*----------end-About us---------*/






/*-------------curators------------*/
.curation-banner{
    position: relative;
    overflow: hidden;
  }
  .curation-banner .Curation-bg {
    animation: rotate-gf 50s infinite linear;
    position: absolute;
    right: -56px;
    top: 0;
    width: 14%;
  }
.about-banner .curators-prg p {
    color: #1E1E1E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 135%;
    letter-spacing: 0.48px;
    width: 545px;
  }
.curators{
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 50px 0px;
justify-content: center;

}
.profile-section{
    position: relative;
}
.curators .profile {
    width: 240px;
    height: 240px;
    flex-shrink: 0;
    border-radius: 24px;
    box-shadow: #182FA51C 0px 2px 8px 0px;
    margin: 8px;
    overflow: hidden;
    position: relative;
  }
  .bottom-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 10px 0px;
    background: rgba(30, 30, 30, 0.64);
    color: #fff;
  }
  
  .curators .profile .bottom-name h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
  }

  .curators .profile .bottom-name p {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    margin: 0;
  }

.curators .profile a img{
	transform: scale(1);
	transition: .3s ease-in-out;
}

.profile a img:hover {
	transform: scale(1.2);
}
.curator-card {
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(219, 228, 255, 0.80) 0%, rgba(238, 243, 255, 0.80) 100%);
    backdrop-filter: blur(50px);
    height: 350px;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
  }
  .curator-card .card-text h3{
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    margin-top: 60px;
  }

  .curator-card .card-text h3 span{
    color: #182FA5;
  }
  .curator-card .card-text p{
    color: #333;
font-family: Poppins;
font-size: 17px;
font-style: normal;
font-weight: 300;
  }
  .img-fluid.card-img {
    position: absolute;
    width: 50%;
    top: -137px;
    right: -172px;
  }
.profile-section .profile-bg {
    animation: rotate-gf 50s infinite linear;
    position: absolute;
    left: 0;
    width: 15%;
  }
.profile-section .profile-bottom-bg {
  position: absolute;
  right: 0;
  bottom: -170px;
  z-index: -1;
  }

  /*-------------end--curators------------*/




  

/*-------------contact-------------*/

.contact-us p {
    width: 580px !important;
}

.contact-form-section {
    border-radius: 13.177px;
    background: #FFF;
    box-shadow: 0px 4px 52px 0px rgba(32, 43, 76, 0.12);
    padding: 10px;
    margin-top: 40px;
  }

  .contact-form-section .info {
    fill: linear-gradient;
    background: rgb(219,228,255);
    background: linear-gradient(135deg, rgba(219,228,255,1) 0%, rgba(238,243,255,1) 100%);
    padding: 0px 70px;
    border-radius: 10px;
    height: 545px;
    display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
overflow: hidden;
  }

  .contact-form-section .info .contact-info h3{
    color: #1E1E1E;
text-align: center;
font-size: 33px;
font-style: normal;
font-weight: 600;

  }
  .contact-form-section .info .contact-info p{
    color: #1E1E1E;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.48px;
  }
  .contact-form-section .contact-info ul{
    padding: 0;
    list-style: none;
    margin-top: 55px;
  }
  .contact-form-section .contact-info ul li{
    display: flex;
    margin-bottom: 30px;
  }
  .contact-form-section .contact-info ul li span img{
    width: 21px;
    margin-right: 25px;
  }
  .contact-form-section .info .contact-info ul li p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    text-align: start;
    margin: 0px;
  }
  .contact-form-section .info .contact-info {
    padding-top: 55px;
  }
  .contact-media ul{
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
  }
  .contact-media ul li{
    border: 1px solid #ffffff57;
border-radius: 50%;
width: 30px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
  }

.contact-media ul .media-one {
    background-color: #2766eb;
    
  }
  .contact-media ul .media-one a{
    color: #fff;
  }
.contact-media ul .media-two {
    background-color: #fff;
   
  }
  .contact-media ul .media-two a{
    color: #2766eb;
  }
  .contact-media {
    margin-bottom: 70px;
  }
  .info-bg{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 43%; 
  }




  
  .container form .form-row{
    display: flex;
    margin-bottom: 55px;

  }
  form .form-row .input-data{
    width: 100%;
    height: 40px;
    margin: 0 20px;
    position: relative;
  }
  form .form-row .textarea{
    height: 70px;
  }
  .input-data input,
  .textarea textarea{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 17px;
    border-bottom: 2px solid rgba(0,0,0, 0.12);
  }
  .input-data input:focus ~ label, .textarea textarea:focus ~ label,
  .input-data input:valid ~ label, .textarea textarea:valid ~ label{
    transform: translateY(-20px);
    font-size: 14px;
    color: #182fa5;
  }
  .textarea textarea{
    resize: none;
    padding-top: 10px;
  }
  .input-data label{
    position: absolute;
    pointer-events: none;
    bottom: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
  }
  .textarea label{
    width: 100%;
    bottom: 40px;
    background: #fff;
  }
  .input-data .underline{
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
  }
  .input-data .underline:before{
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #182fa5;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
  }
  .input-data input:focus ~ .underline:before,
  .input-data input:valid ~ .underline:before,
  .textarea textarea:focus ~ .underline:before,
  .textarea textarea:valid ~ .underline:before{
    transform: scale(1);
  }
  .submit-btn .input-data{
    overflow: hidden;
    height: 45px!important;
    width: 25%!important;
  }
  .submit-btn .input-data .inner{
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    background: -webkit-linear-gradient(right, #56d8e4, #9f01ea, #56d8e4, #9f01ea);
    transition: all 0.4s;
  }
  .submit-btn .input-data:hover .inner{
    left: 0;
  }
  .submit-btn .input-data input{
    background: none;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }
  .form-row .input-data textarea,
.form-row .input-data input:focus{
  outline: none;
}

  
  @media (max-width: 700px) {
    .container .text{
      font-size: 30px;
    }
    .container form{
      padding: 10px 0 0 0;
    }
    .container form .form-row{
      display: block;
    }
    form .form-row .input-data{
      margin: 35px 0!important;
    }
    .submit-btn .input-data{
      width: 40%!important;
    }
  } 

  .btn-primary {
    background-color: #182FA5;
    border-radius: 30px;
    padding-bottom: 5px;
    border-color: #182FA5;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    transition: all 0.5s;
}

.btn-primary:hover {
  color: #162ca2 !important;
  background-color: #d2dfff !important;
  border-color: #a3bbf7 !important;
}

.btn-primary.btn-style {
  font-size: 17px;
  padding: 13px 33px;
}
.reach-bg {
  animation: rotate-gf 50s infinite linear;
  position: absolute;
  z-index: -1;
  width: 18%;
  top: -231px;
  left: 0;
}
.faq {
  margin-top: 90px;
}
.faq p{
  color: #182FA5;
font-size: 24px;
font-style: normal;
font-weight: 500;
}
.faq h5{
  color: #1E1E1E;
text-align: center;
font-size: 47px;
font-style: normal;
font-weight: 600;
}

.faq .question {
  background: #F4F6FC;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  border-radius: 16px;
  align-items: center;
  margin-bottom: 11px;
}

.faq .question i{
  background: #2a81ce;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 10px;
  
}

.grow-card {
  background: linear-gradient(135deg, rgba(219, 228, 255, 0.80) 0%, rgba(238, 243, 255, 0.80) 100%);
  border-radius: 18px;
  height: 350px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
}
.grow-bg-a {
  animation: rotate-gf 50s infinite linear;
  left: -111px;
  position: absolute;
  width: 21%;
  bottom: -80px;
}
.grow-card h3{
  color: #000;
font-size: 47px;
font-style: normal;
font-weight: 600;
}
.grow-card p{
color: #333;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 300;
}
.grow-bg-b {
  animation: rotate-gf 50s infinite linear;
  position: absolute;
  right: -150px;
  top: -140px;
  width: 26%;
}
.noselect {
  -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none;
            user-select: none;
}

.faq .question .accordion-item {
  background-color: #fff0;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
}
.faq .question .accordion-item .accordion-button  {
  background-color: #fff0;
  padding: 20px;
  min-height: 70px;
}
.accordion-button:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0);
}

.faq .question .accordion-item .accordion-button {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  display: flex;
justify-content: space-between;
}

.faq .question .accordion-item .accordion-button::after{
  display: none;
}





/*--------end-----contact------------*/





/*-------VIP Access----*/
.vpn-modal .modal-body {
  padding: 0;
}
.modal-l{
  background: linear-gradient(94deg, rgba(24,47,165,0.6768908246892507) 0%, rgba(24,47,165,1) 100%); 
  padding: 62px 32px;
  text-align: center;
  border-radius: 18px 80px 0px 18px;
  padding-bottom: 30px;
}
.vpn-modal .modal-body .btn-close{
position: absolute;
right: -38px;
top: -19px;
background-color: #fff;
width: 25px;
height: 25px;
border-radius: 50%;
opacity: 1;
}

.vpn-modal  .modal-l h2{
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.vpn-modal  .modal-l p{
color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 300;
text-align: start;
}

.vpn-modal .modal-l img {
  width: 190px;
  margin-top: 70px;
  transform-origin: top center;
	animation: swing 2s ease infinite;
}
/* .swing {
	transform-origin: top center;
	animation: swing 2s ease infinite;
} */
@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.vpn-modal .modal-content{
  border-radius: 20px; 
}



.form-modal {
  padding: 0px 30px 2px 0px;
}

.title {
  color: #1E1E1E;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  margin-top: 0px;

}

.subtitle {
  margin-top: 10px;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
}

.input-container {
  height: 50px;
  position: relative;
  width: 100%;
}

.ic1 {
  margin-top: 40px;
}

.ic2 {
  margin-top: 30px;
}

.input {
  background-color: #E8EBFF;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #575757;
  font-size: 18px;
  height: 90%;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
}


.cut-short {
  width: 50px;
}

.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
}

.placeholder {
  color: #65657b;
  font-family: sans-serif;
  left: 8px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: -19px;
  font-size: 14px;
}



.input:not(:placeholder-shown) ~ .placeholder {
  color: #808097;
}

.input:focus ~ .placeholder {
  color: #1f36a8
}

.submit {
  background-color: #08d;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  margin-top: 38px;
   outline: 0;
  text-align: center;
  width: 100%;
}

.submit:active {
  background-color: #06b;
}
.carousel-style {
  overflow: hidden;
  margin-bottom: 160px;
}
.carousel-style .owl-wrapper-outer{
 padding-left: 300px;
}





/*--------Breakpoints---------*/



@media (max-width: 1399.98px) { 
.background-banner h1 {
        font-size: 42px;
 }
 .background-banner {
    height: 320px;
}
.card-style h6 {
    color: #1E1E1E;
    font-size: 16px;
}
.available h4, .Curators h4, .About h4, .watch-video h4 {
    color: #1E1E1E;
    font-size: 40px;
}
.Curators h5, .About h5, .watch-video h5 {
    color: #182FA5;
    font-size: 15px;
}
  /*---------------curators------------*/
.about-banner .text-content h2 {
    font-size: 43px;
}


.card-bg {
    animation: rotate-gf 50s infinite linear;
    position: absolute;
    left: -174px;
    width: 28%;
    bottom: 0px;
  }
  /*-------------end--curators------------*/

  /*-------------contact------------*/
  .contact-form-section .info .contact-info h3 {
    font-size: 29px;
  }


   /*------------end-contact------------*/

   .carousel-style .owl-wrapper-outer {
    padding-left: 40px;
  }
}





@media (max-width: 1199.98px) { 
.background-banner h1 {
        font-size: 35px;
}
.background-banner p {
    font-size: 14px;
}
.background-banner {
    height: 260px;
    margin-top: 120px;
}
.banner-img {
margin-top: 70px;
}
.dwld-app .dwl-btn h6 {
    font-size: 15px;
    margin: 0px;
}
.card-style img {
    height: 40px;
}
.Curators h5, .About h5, .watch-video h5 {
    font-size: 14px;
}
.available h4, .Curators h4, .About h4, .watch-video h4 {
    color: #1E1E1E;
    font-size: 35px;
}
.available .media-text, .Curators .media-text, .About .media-text, .watch-video .media-text {
    letter-spacing: 0px;
}
.watch-video .top-space {
    margin-top: 55px;
}
.watch-video {
    margin-bottom: 50px;
  }
  footer .social-media ul li {
    margin-left: 3px;
}
.watch-video {
    margin-bottom: 60px;
}
  .nav-logo {
    width: 13%;
}
.navbar ul li {
    margin-right: 12px;
  }

   /*---------------curators------------*/
   .curator-card .card-text h3 {
    font-size: 25px;
    margin-top: 40px;
   }
   .curator-card .card-text p {
    font-size: 14px;
   }
   .curator-card {
    height: 270px;
   }

    /*------------end---curators------------*/

   /*-------------contact------------*/
   .contact-form-section .info {
    padding: 0px 47px;
   }
   .contact-form-section .info .contact-info h3 {
    font-size: 26px;
   }
  
   .grow-bg-a {
    left: -99px;
    width: 24%;
    bottom: -47px;
  }
  .grow-bg-b {
    right: -101px;
    top: -95px;
    width: 26%;
  }

  /*------------end-contact------------*/
  .carousel-text {
    background: #1E1E1E99;
    color: #fff;
    padding: 14px 0px;
  }
  .item h4 {
    font-size: 17px !important;
    margin: 0;
  }
  .item p {
    color: #fff;
    font-size: 13px !important
}

}






@media (max-width: 991.98px) { 
    .nav-logo {
        width: 20%;
      }
.background-banner h1 {
        font-size: 27px;
}
.background-banner p {
    font-size: 13px;
}
.btn-primary {
    font-size: 12px;
}
.mob-menu{
    text-align: center;
}
.navbar ul li {
    margin-right: 0px;
}
.background-banner {
    height: 260px;
    margin-top: 40px !important;
    margin: 90px 0px;
}
.download {
    margin-bottom: 65px;
  }

.line-style-b,
.line-style{
     display: none;
}
.watch-video .mob-space {
    margin-bottom: 50px;
}
.available .mob-style {
    text-align: center;
}
.download .dwld-btn-section {
    display: flex;
    justify-content: center;
}
.img-fluid.antroid {
    margin-right: -115px;
}
.img-fluid.ios {
    margin-right: 135px;
}
footer .ftr-logo-style {
    text-align: center;
}
footer .Copyright {
    font-size: 13px;
    text-align: center;
}
footer nav ul {
    margin-top: 30px;
    justify-content: center;
}
footer nav ul li a {
    margin-right: 0px;
    margin-left: 25px;
}
footer {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
}
footer .contact ul {
    justify-content: center;
}
footer .social-media ul {
    justify-content: center;
  }
footer .social-media ul li {
    margin-left: 15px;
}
.powered-spacing {
    margin-top: 26px;
    text-align: center;
  }

 /*-----------About us---------*/
 .quotes h4 {
    font-size: 18px;
 }
 .quotes .double-quotes-a {
    left: 0px;
    width: 10%;
  }
  .quotes .double-quotes-b {
    position: absolute;
    z-index: -1;
    right: 0px;
    bottom: 0;
    width: 10%;
  }
  .img-fluid.bg-story-a {
    left: -146px;
    width: 36%;
    bottom: -120px;
  }
  .img-fluid.bg-story-b {
    width: 39%;
  }
  .story p {
    color: #1E1E1E;
    font-size: 15px;
  }
  .story {
    background-color: #F3F7FF;
    padding: 65px 0px;
  }
  .journey-image-one .journey-img-main {
    width: 75%;
  }
  .journey-img-a {
    left: 85px;
  }
  .journey p {
    color: #1E1E1E;
    font-size: 15px;}
 /*-------end----About us---------*/

  /*-----------curators------------*/
  .curator-card {
    height: 359px;
  }
  .img-fluid.card-img {
    position: absolute;
    width: 67%;
    top: 72px;
    right: -68px;
    z-index: -1;
  }
  .card-bg {
    animation: rotate-gf 50s infinite linear;
    position: absolute;
    left: -100px;
    width: 39%;
    bottom: -105px;
  }
  /*------------end---curators------------*/

    /*-------------contact------------*/
    .info-bg {
      width: 28%;
    }
    .contact-form-section .mob-form{
      margin-top: 60px;
      margin-bottom: 70px;
      padding: 0px 10px;
    }

    .grow-card {
      height: 324px;
      padding: 0px 26px;
    }

    .grow-bg-a {
      left: -80px;
      width: 29%;
      bottom: -76px;
    }
    .grow-bg-b {
      right: -74px;
      top: -70px;
      width: 26%;
    }
    .contact-form-section .info {
      height: 470px;
    }
    .contact-form-section .info .contact-info h3 {
      font-size: 30px;
    }

    /*------------end-contact------------*/

    .modal-l {
      border-radius: 18px 18px 60px 0px;
    }
    .form-modal {
      padding: 20px 30px 2px 0px;
      width: 100%;
    }
    .form-modal {
      padding: 40px 20px;
      width: 100%;
    }
    .vpn-modal .modal-l img {
      width: 153px;
    }
    .title {
      text-align: center;
    }
    .subtitle {
      text-align: center;
    }
    .vpn-modal .modal-l p {
      text-align: center;
    }
    .vpn-modal .modal-body .btn-close {
      position: absolute;
      right: 5px;
      top: 5px;
    }
    .vpn-modal .modal-l img {
      width: 120px;
      margin-top: 30px;
}
.btn-secondary {
  margin-bottom: 43px;
}

}


@media (max-width: 767.98px) { 
.background-banner {
        display: block;
        height: auto;
}
.background-banner .mob-banner {
    margin-top: 45px;
}
.background-banner .banner-section {
    text-align: center;
}
.banner-img {
    margin-top: 70px;
    width: 70%;
  }
  .background-banner h1 {
    font-size: 30px;
  }
  .background-banner p {
    font-size: 14px;
  }
  .watch-video .top-space {
    margin-top: 0px;
  }
  .watch-video .mob-space {
    margin-bottom: 60px;
  }
  .watch-video {
    margin-bottom: 50px;
  }
  footer .contact ul {
    justify-content: center;
    display: grid;
  }
  footer .contact ul li {
    justify-content: center;
    margin-bottom: 6px;
    font-size: 14px;
    margin-right: 0px;
  }
  .dwld-app img {
    width: 55%;
  }
  .dwld-app {
    padding: 9px 25px;
    width: 190px
}

/*----------About us---------*/

.about-banner .text-content h2 {
    font-size: 31px;
}
.about-banner .text-content p {
    font-size: 14px;
}
.quotes h4 {
    font-size: 14px;
  }
  .story h6 {
    font-size: 16px;
  }
  .story h2 {
    font-size: 28px;
  }
  .story p {
    font-size: 14px;
    text-align: center;
}
.journey {
    padding: 30px 0px;
  }
  .journey p {
    color: #1E1E1E;
    font-size: 14px;
  }
  .journey-img-a {
    left: 20px;
  }
  .quotes .double-quotes-a {
    left: -30px;
    width: 10%;
    top: -18px;
  }
  .quotes .double-quotes-b {
    right: -25px;
    bottom: 0;
    width: 10%;
  }
/*-------end----About us---------*/


 /*-----------curators------------*/
 .about-banner .text-content h2 {
    font-size: 41px;
  }
  .about-banner .curators-prg p {
    font-size: 15px;
  }
.card-text {
        padding: 0px 40px;
}
.img-fluid.card-img {
    position: absolute;
    width: 80%;
    top: 104px;
}
.card-bg {
    width: 45%;
}
  /*------------end---curators------------*/


  
  /*-------------contact------------*/
  
  .contact-form-section .mob-form {
    margin-top: 35px;
    margin-bottom: 70px;
    padding: 0px 10px;
  }
  .contact-us p {
    width: auto !important;
  }

  .grow-card p {
    font-size: 14px;
  }
  .grow-card h3 {
    font-size: 41px;
  }
  .reach-bg {
    width: 40%;
    top: -199px;
    left: -101px;
  }
  .grow-bg-a {
    left: -80px;
    width: 40%;
  }
  .grow-bg-b {
    right: -74px;
    top: -70px;
    width: 35%;
  }

  /*------------end-contact------------*/
 
}


@media (max-width: 575.98px) { 
.background-banner .mob-banner {
        margin-top: 0px;
}
.background-banner h1 {
    color: #1E1E1E;
    font-size: 24px !important;
  }
  .card-style h6 {
    color: #1E1E1E;
    font-size: 17px;
  }
  /*-----------About us---------*/
  .about-banner .text-content h2 {
    font-size: 27px;
  }
  .journey h5 {
    text-align: center;
  }
  .journey p {
    color: #1E1E1E;
    font-size: 14px;
    text-align: center;
  }
  .about-banner .text-content p {
    width: auto;
  }
  .quotes .double-quotes-b {
    right: 30px;
    bottom: -26px;
    width: 10%;
  }
  .quotes .double-quotes-a {
    left: 20px;
    width: 10%;
    top: -33px;
  }
  .story h2 {
    font-size: 22px;
  }


   /*---------end--About us---------*/
   /*--------------curators------------*/

.about-banner .curators-prg p {
    width: auto;}
.about-banner .text-content h2 {
        font-size: 30px;
}
.curator-card {
    height: 430px;
  }
  .img-fluid.card-img {
    position: absolute;
    width: 80%;
    top: 175px;
  }
  .card-bg {
    width: 52%;
    bottom: -75px;
  }
   /*------------end---curators------------*/

/*-------------contact------------*/
.contact-form-section .info {
  padding: 0px 20px;
}
.contact-form-section .contact-info ul li {
  display: flex;
  margin-bottom: 20px;
}
.contact-media {
  margin-bottom: 30px;
}
.faq h5 {
  font-size: 24px;
}
.faq p {
  font-size: 20px;
  margin-bottom: 2px;
}
.faq .question {
  min-height: 70px;
}
.contact-form-section .info .contact-info h3 {
  font-size: 20px;
  margin-bottom: 0px;
}

.contact-form-section .info .contact-info p {
  font-size: 13px;
}
.grow-card h3 {
  font-size: 24px;
}
.grow-bg-a {
  left: -46px;
  width: 40%;
  bottom: -48px;
}
.grow-bg-b {
  right: -55px;
  top: -54px;
  width: 38%;
}
.container form .form-row {
  margin-bottom: 0px;
}


/*------------end-contact------------*/




 }











@media (max-width: 400px) {
  .carousel-style .owl-wrapper-outer {
    padding-left: 10px;
  }

    .download .dwld-btn-section-top {
        display: grid;
        justify-content: center;
      }
.nav-logo {
        width: 35%;
 } 
 .background-banner h1 {
    color: #1E1E1E;
    font-size: 20px;
 }
 .background-banner h1 {
    color: #1E1E1E;
    font-size: 20px;
}
 .background-banner p {
    font-size: 12px;
}
.background-banner {
    height: auto;
    border-radius: 40px;
    display: block;
    align-items: center;
    margin: 50px 0px;
}
.background-banner .mob-banner {
    padding-top: 65px;
}
.dwld-btn-section{
    
}
.download .dwld-btn-section {
    display: grid;
    justify-content: center;
}
.dwld-app {
    width: 222px;
    margin-bottom: 10px;
    padding: 14px 35px;
}
.download {
    margin-bottom: 50px;
}
.watch-video .top-space {
    margin-top: 0px;
}
.watch-video .mob-space {
    margin-bottom: 60px;
}
.available h4, .Curators h4, .About h4, .watch-video h4 {
    font-size: 27px;
}
.Curators h5, .About h5, .watch-video h5 {
    font-size: 14px;
}
.available .media-text, .Curators .media-text, .About .media-text, .watch-video .media-text {
    font-size: 13px;

}
.watch-video {
    margin-bottom: 20px;
}
.about-image {
    width: 100%;
}
.line-style-b,
.line-style{
    display: none;
}
.About .about-img {
    margin-top: 20px;
}
.mob-menu{
    text-align: center;
}

.img-fluid.antroid {
    margin-right: -65px;

}
.img-fluid.ios {
    margin-right: 50px;
}
.available {
    margin-bottom: 60px;
}
footer nav ul {
    display: grid;
    justify-content: center;
    text-align: center;
}
footer nav ul li a {
    margin-right: 0px;
    margin-left: 0px;
}

footer nav ul li {
    margin-bottom: 10px;
}
footer .Copyright {
    margin-bottom: 20px;
    text-align: center;

}
.footer-spacing {
    margin-top: 10px;
}
footer .contact ul {
    display: grid;
}
footer .contact ul li {
    margin-right: 0px;
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
    font-size: 13px;
    justify-content: center;
    text-align: center;
}
footer .social-media ul {
    justify-content: center;
}

.powered-spacing {
    margin-top: 10px;
    text-align: center;
}
footer {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
.dwld-app .dwl-btn h6 {
    font-size: 15px;
}
footer .ftr-logo-style{
    text-align: center;
}
.banner-img {
    margin-top: 70px;
    width: 100%;
  }

 /*-----------About us---------*/
 .about-banner .text-content h2 {
font-size: 23px;
 }
 .about-banner .text-content p {
    font-size: 13px;
    width: auto;
}
.quotes h4 {
    font-size: 13px;
}
.quotes .double-quotes-a {
    left: 10px;
    top: -23px;
    width: 10%;
}
  .quotes .double-quotes-b {
    right: 10px;
    bottom: 0px;
    width: 10%;
}
.story {
    background-color: #F3F7FF;
    padding: 45px 0px;
}
.story h6 {
   color: #182FA5;
   font-size: 15px;
}
.story h2 {
color: #1E1E1E;
text-align: center;
font-size: 20px;
}

.story p {
    color: #1E1E1E;
    font-size: 13px;
}
.story p {
    color: #1E1E1E;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    margin-top: 14px;
    line-height: 22px;
}
.img-fluid.bg-story-a {
    left: -111px;
    width: 73%;
    bottom: -115px;
}
.img-fluid.bg-story-b {
    top: -170px;
    right: -100px;
    width: 80%;
}
.journey h5 {
    font-size: 23px;
    text-align: center;
}
.journey p {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
  }
  /*----------end-About us---------*/



  /*--------------curators------------*/
  .about-banner .text-content h2 {
    font-size: 24px;
    margin-top: 30px;
  }
  .about-banner .curators-prg p {
    font-size: 13px;
  }
  .curator-card .card-text h3 {
    font-size: 20px;
    margin-top: 40px;
  }
  .curator-card .card-text p {
    font-size: 13px;
  }
  .img-fluid.card-img {
    position: absolute;
    width: 80%;
    top: 212px;
  }
  .card-bg {
    width: 68%;
    bottom: -85px;
  }

  .vpn-modal .modal-l h2 {
    color: #FFF;
    font-size: 24px;}

    .vpn-modal .modal-l p {
      color: #FFF;
      font-size: 13px;}
      .vpn-modal .modal-l img {
        width: 160px;
      }
      .title {
        color: #1E1E1E;
        font-size: 29px;
      }
      .subtitle {
        font-size: 13px;
      }
  /*------------end---curators------------*/


}