@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import "https://unpkg.com/normalize.css";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.firstBtn a
{
    color: white;
}

.btnbig a
{
    color: #000;
}

.fourthBtn1 a
{
    color: white;
}

.buy1 a
{
    color: #1a40e7;
}



body{
    background: rgb(11,1,74);
    background: linear-gradient(186deg, rgba(11,1,74,1) 13%, rgba(0,73,184,1) 60%, rgba(50,100,227,1) 100%);
    background-repeat: no-repeat;
    font-family: 'Inter', sans-serif;
}

/* navbar section here  */
.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}
.nav-link{
    color: #fff !important;
    font-weight: 300 !important;
}
.btn{
    background: linear-gradient(285.64deg, #0099FF 0%, #00CCFF 100%);
    color: #fff;
    border-radius: 10px;
    background-repeat: no-repeat;
}
.btn:hover, .btn:active{
    color: #fff !important;
}


/* first section here  */
.firstSection{
    height: auto;
    width: 100%;
    padding: 50px 0;
    color: #fff;
    position: relative;
}
.firstSectionFirst{
    padding: 50px 0;
}


.firstSection h1{
    font-weight: bold;
    font-size: 50px;
    margin: 0;
    text-align: left;
}

.firstSection p{
    padding: 20px 0;
    font-size: 20px;

}
.btnCover{
    background-color: #ffffff2a;
    width: 260px;
    border: 1px solid #ffffff50;
    text-align: center;
    font-size: 20px;
    padding:  3px;
    border-radius: 15px;
    margin: 0 auto;
    margin-bottom: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 1px rgba(0,0,0,0.09), 0 4px 2px rgba(0,0,0,0.09), 0 8px 4px rgba(0,0,0,0.09), 0 16px 8px rgba(0,0,0,0.09), 0 32px 16px rgba(0,0,0,0.09);
    transition: transform 500ms ease;
}

.firstSectionFirst .btnCover{
    margin: 0 !important;
}


.btnCover:hover{
    transform: translateY(-10px) !important;
}

.firstBtn{
    background: #FBFBFC;
    color: #26282A;
    width: 270px;
    text-align: center;
    font-size: 18px;
    padding: 15px 5px;
    border-radius: 12px;
    box-shadow: 0px 40px 136px -3.75px #00000006;
    box-shadow: 0px 20.242799758911133px 68.82559967041016px -3.214289903640747px #0000000D;
    box-shadow: 0px 11.051899909973145px 37.57640075683594px -2.678570032119751px #00000010;
    box-shadow: 0px 6.350039958953857px 21.590200424194336px -2.142859935760498px #00000011;
    box-shadow: 0px 3.6374499797821045px 12.367300033569336px -1.6071399450302124px #00000012;
    box-shadow: 0px 1.9196499586105347px 6.526800155639648px -1.071429967880249px #00000013;
    box-shadow: 0px 0.7836300134658813px 2.664340019226074px -0.5357139706611633px #00000013;
    cursor: pointer;
    font-weight: 600;
}

.desktopBtn{
    height: auto;
    width: 150px;
}


.btnCover:before {
    content: "hello";
    background: linear-gradient(
      45deg,
      #0B014A,
      #0B014A,
      #06207A,
      #033397,
      #1957CE,
      #208AED,
      #01CAFE,
      #00CCFF,
      #01CCFF
    );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    transition: opactiy 0.3s ease-in-out;
    border-radius: 10px;
  }
  
  @keyframes glowing {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 400% 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  
  .btnCover:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    left: 0;
    top: 0;
    border-radius: 10px;
  }
  



.images{
    width: 800px !important;
}
.slick-dots li {
    width: 30px !important;
    background-color: gray;
    border-radius: 50px;
    margin: 0 5px !important;
    content: none !important;
    padding: 0 !important;
    height: 12px !important;
    width: 22px !important;
}
.slick-dots li button:before{
    content: '' !important;
    position: relative !important;
}

.slick-dots li.slick-active button {
    width: 50px !important;
    margin-right: 50px !important;
    background-color: #1a40e7;
    border-radius: 50px;
    height: 12px !important;
}
.slick-dots li.slick-active  {
    margin-right: 30px !important;
}

.slick-slide {
    padding:10px;
    background-color:transparent;
    text-align:center;
    margin-right:15px;
    margin-left:15px;
}

.navbar .btnCover{
    width: 150px;
    height: auto;
    border-radius: 5px !important;
    margin: 0;

}
.navbar .firstBtn{
    width: 140px;
    height: auto;
    margin: 0;
    border-radius: 5px !important;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 0;
    color: #fff;
    background: linear-gradient(285.64deg, #0099FF 0%, #00CCFF 100%);

}
.slider-btn .btnCover{
    position: relative;
    width: 250px !important;
    height: auto;
    border-radius: 5px;
    float: right !important;
    margin-bottom: 0 !important;
    margin-top: 30px !important;

}
.slider-btn .firstBtn{
    width: 240px !important;
    height: auto;
    border-radius: 5px;
    font-size: 12px !important;
    font-weight: 400;
    padding: 8px 0;
    color: #fff;
    margin: 0;
    background: linear-gradient(285.64deg, #0099FF 0%, #00CCFF 100%);

}
.thirdSection .btnCover{
    width: 200px;
    height: auto;
    position: relative;
    bottom: 0;
    margin: 0 auto !important;
    border-radius: 5px;

}
.thirdSection .firstBtn{
    width: 190px;
    height: auto;
    margin: 0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0;
    color: #fff;
    background: linear-gradient(285.64deg, #0099FF 0%, #00CCFF 100%);

}

.infosSection{
    padding: 30px 0 0 0;
    height: auto;
    width: 100%;

}
.innerInfoSec{
    width: 100%;
 
}

.firstInfoBox{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.firstInfoBox p{
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}
/* .infoRight{
    padding: 0 5px;
} */

.infoRight p
{
    font-size: medium;
}

.bigbtn a
{
    color: black;
}

.infosSection .btnCover {
    margin-top: 30px;
}

.firstSectionFirst .btnCover{
    width: 250px !important;
    border-radius: 5px;

}
.firstSectionFirst .firstBtn{
    width: 240px !important;
    padding: 7px 0;
    border-radius: 5px;
    font-size: 16px !important;
    color: #fff;
    background: linear-gradient(285.64deg, #0099FF 0%, #00CCFF 100%);
}



/* second section here  */
.secondSction{
    height: auto;
    width: 100%;
    padding: 50px 0;
}

.outerBox{
    height: 500px;
    width: 500px;
    background: #FFFFFF0F;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #ffffff23;
    border-radius: 20px;
}
.innerBox{
    height: 450px;
    width: 450px;
    background: #FFFFFF4D;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    z-index: 3;
}

.secondSctionBtn{
    background: rgb(77,216,255);
    background: linear-gradient(56deg, rgba(77,216,255,1) 0%, rgba(76,188,255,1) 100%);
    width: 200px;
    height: auto;
    padding: 15px 10px;
    color: #fff;
    text-align: center; 
}

.innerCol2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 500px;
    text-align: right;
}
.innerCol1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 450px;
    text-align: left;
    position: relative;
}


.line{
width: 200px;
position: absolute;
z-index: -2;
}



/* third section here  */
.thirdSection{
    height: auto;
    width: 100%;
    padding: 50px 0;
}

.thirdBox{
    height: auto;
    width: 100%;
    padding: 12px 30px;
    background-color: #39498F;
    color: #FBFBFC;
    border-radius: 15px;
    margin: 20px 0;
    border-bottom: 1px solid #ffffff69;
    cursor: pointer;
    transition:  200ms ease;
}

.thirdBox:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    border-left: 2px solid #00CCFF;
}

.thirdBox p{
    font-size: 12px;
    margin: 0;
}

 .videoDiv2, .videoDiv3, .videoDiv4, .videoDiv5{
    display: none;
}
/* fourth scetion here  */
.fourthSection{
    height: auto;
    width: 100%;
    padding: 50px 0;
    color: #fff;
}
.fourthSection .row{
    align-items: center !important;
    justify-content: center !important;
}

.fourthSection h2{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.fourthSection h4{
  
   
    text-align: center;
}

 .discount
{
    color: #0099FF;
    font-weight: bolder;
}

.fourthSection .subText{
    padding: 20px 0;
    text-align: center;
}

.fourthBox{
    height: 400px;
    width: 80%;
    background-color: #fff;
    color: #000;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;

    justify-content: center;
    margin: 0 auto;
    border: 1px solid #797A8A;
    box-shadow: 0px 2px 5px 0px #00000033;
    border-radius: 25px;
}
.fourthBox ul li{
    padding: 10px;
    font-size: 17px;
    color: #797A8A;
    font-weight: 400;
}

.fourthBox span{
    color: #797a8a7c;
}
.fourthBox h4{
    text-align: center;
    font-weight: bold;
}

.fourthBox P{
    text-align: center;
}

.middleBox{
    background: linear-gradient(0deg, #0F39A0, #0F39A0),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    color: #FBFBFC;
    height: 500px;

}

.middleBox ul li{
    color: #fff;
}

.fourthBtn1{
    height: auto;
    width: 150px;
    padding: 8px 15px;
    text-align: center;
    background: #1F40E7;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;

}
.fourthBtn2{
    background-color: #fff;
    color: #1F40E7;
    font-weight: bold;
    margin-top: 20px;
}

.boxRight{
    float: left;
    padding: 20px;
}

.boxRight span{
    text-align: center;
}

.boxRight p{
    text-align: left;
    font-weight: bold;
    color: #797A8A;
}
.boxRight h4{
    text-align: center !important;
    font-size: 25px;
}

.boxRight h3{
    text-align: center;
    color: #1F40E7;
    font-weight: bold;
}

.priceTag{
    font-weight: bold;
    font-size: 30px;
}
.switcherSection{
    padding-bottom: 15px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-left: -10px; 
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  

  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  .monthly {
    background: transparent;
    padding: 8px 0px;
    text-align: center;
    border-radius: 5px;
  }
  .yearly {
    background: #071D7580;
    padding: 8px 0px;
    text-align: center;
    border-radius: 5px;
  }
  #price{
    color: #fff;
  }

  #plan{
    font-size: 15px;
    color: #ffffffa9;
  }

/* fifth section here  */
.fifthSection{
    height: auto;
    width: 100%;
    padding-top: 50px;
}

.fifthSection {
    position: relative;
  }
  
  .creayorTag {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white; 
    width: 700px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: bolder;
    padding: 20px 10px;
    text-align: center;
    z-index: 999; 
    visibility: hidden; 
    transition: opacity 0.5s ease-in-out;
    background-color: rgba(255, 255, 255, 0.116); /* Adjust the last value (0.5) for transparency */
    color: #fff;
    border-radius: 10px;
    backdrop-filter: blur(10px); /* Adjust the blur amount as needed */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  

  .creayorTag.show {
    opacity: 1;
    visibility: visible;
  }
  

  .creayorTag.hide {
    opacity: 0;
    visibility: hidden;
  }

/* footer section here  */
.footerSection{
    height: auto;
    width: 100%;
    background-color: #000000;
    padding: 50px 0;
    /* margin-top: -800px; */
}
.topText p{
    padding-top: 8px;
}

.footerSection h6, .footerSection img{
    color: #1A40E7;
    padding-bottom: 5px;
}

.footerSection p, .footerSection li{
    color: #5C5E87;
}


.socialDiv ul{
    display: flex;
    float: left;

}
.middleText{
    padding: 30px 0;
}
.socialDiv ul li{
    background-color: #373C59;
    color: #fff;
    margin: 0 5px;
    height: 40px;
    width: 40px;
    padding: 15px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 500ms ease;
}
.socialDiv li:hover{
    background-color: #2c3258;
}

.socialDiv i{
    font-size: 20px;
}


.footerSection ul li{
    padding: 6px 0;
    font-weight: 400;
    font-size: 15px;
}



/* parallax code  */



.p-grid {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(5, var(--card-width));
	gap: 1rem;
  overflow: hidden;
  height: 214vh;
  /*margin-bottom: 50px;*/
}


.p-column {
	display: grid;
	gap: 1rem;
  align-content: start;
}

.p-column:not(:nth-of-type(2)) {
	animation: scale 1s linear both;
	animation-timeline: scroll(root);
}


.p-column:is(:nth-of-type(2), :nth-of-type(3)) {
	--origin: calc(var(--gap) * -1);
	--destination: calc(var(--card-height) * 1.5 + var(--gap));
}
.p-column:is(:nth-of-type(1), :nth-of-type(2)) {
	--origin: calc(var(--gap) * -2);
	--destination: calc(var(--card-height) * 3.4 + var(--gap));
}

@keyframes scale {
	0% {
		transform: translateY(var(--origin, 0%));
	}
	100% {
		transform: translateY(var(--destination, -50%));
	}
}

.p-column img {
	max-width: 100%;
	border: 0;
	padding: 0;
	/* max-height: 100%; */
	width: 100%;
	/* aspect-ratio: 6 / 7; */
	background: hsl(0 0% 80%);
}



/* sixth section here  */
.sixthSec{
    height: auto;
    width: 100%;
    padding: 50px 0;
    color: #fff;
    margin-bottom: 10rem;
}
.sixthSec .row{
    align-items: center !important;
}

.sixthSec h1{
    font-size: 90px;
    color: #fff;
}

.sixthSec .btnCover{
    width: 200px;
    height: auto;
    position: relative;
    bottom: 0;
    border-radius: 5px;
    float: left !important;
    margin-bottom: 0 !important;
}
.sixthSec .firstBtn{
    width: 190px;
    height: auto;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0;
    color: #fff;
    background: linear-gradient(285.64deg, #0099FF 0%, #00CCFF 100%);

}

/* sixth section ends here  */


.phoneBtn{
    display: none;
}


.desktopBtn{
    display: block;
}
.boxLeft{
    float: right;
}
.none{
    display: none;
}
/* .ytp-title-link, .ytp-title-channel-logo, .ytp-chrome-top .ytp-overflow-button {
    display: none !important;
} */

.disablePhn{
    display: none;
}

.ph
{
    margin-bottom: 10px;
}

.fourthCircle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }
  
  .circle {
    width: 285px;
    height: 285px;
    background-color: yellow;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 66rem;
    margin-bottom: -11rem;
    transform: rotate(25deg)

  }
  
  .dealText {
    color: #000;
    font-size: 16px;
    max-width: 80%;
  }

  .discounttext
  {
    margin-right: -152px;
  }



@media screen and (max-width: 991px) {
    .sixthSec h1 {
        font-size: 55px;
        color: #fff;
    }
    .firstSection h1{
        font-size: 60px;
    }
    
    .phoneBtn{
        display: block;
        float: right;
        margin-right: -260px;
    }
    .desktopBtn{
        display: none;
    }

    .boxLeft{
        float: initial;
    }
    .boxRight{
        float: initial;
    }

    .nav-link, .nav-item{
        text-align: center !important;
    }

    .navbar-toggler{
        background-color: #fff !important;
    }
    
    .shown{
        display: block;
    }

    .fourthBox{
        margin: 10px 0;
        width: 100%;
    }
    .creayorTag.show {
        opacity: 1;
        width: 80%;
        height: auto;
        visibility: visible;
        font-size: 20px;
    }
    .desktopBtnNew{
        position: relative;
        width: auto;
        right: auto;
        bottom:   auto;
        margin-top: 225px;
    }
    .d-flex {
        display: block !important;
    }
    .creayorTag{
        width: 80%;
        height: 200px;
        font-size: 35px;
    }
    .fourthBox{
        height: auto;
    }

    .images{
        width: 500px !important;
    }

    .switch{
        margin-left: -20px;
    }

    .fourthCircle
    {
        display: none;
    }

    .circle
    {
      display: none;
    }

    .dealText
    {
        display: none;
    }

    .discounttext
    {
        display: none;
    }

    .firstSection img
    {
        margin-top: 2rem;
    }


    

    
}
@media screen and (max-width:767px) {



    .export p
    {
        font-size: 0;
    }

    .infosSection
    {
        display: none;
    }

    

    .switch{
        margin-left: -10px;
    }
    .disablePhn{
        display: block;
    }
    .images{
        width: 400px !important;
    }
    .firstSection h1{
        font-size: 50px;
    }
    .creayorTag{
        width: 80%;
        height: auto;
        font-size: 20px;
    }

    .d-flex {
        display: block !important;
    }
    

    .desktopBtn{
        display: none;
    }

    .phoneBtn{
        display: block;
        float: right;
        margin-right: 0px;
    }
    .desktopBtnNew{
        margin-top: 25px;
    }

    .p-grid{
        height: 250vh;
    }
    .slider-btn .btnCover{
        position: relative;
    }


    .fourthCircle
    {
        display: none;
    }

    .circle
    {
      display: none;
    }

    .dealText
    {
        display: none;
    }

    .discounttext
    {
        display: none;
    }

    .firstSection img
    {
        margin-top: 2rem;
    }

}







  