@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap");

@font-face {
  font-family: 'darkside';
  src: url(./TheJacklyn.ttf);
}

@font-face {
  font-family: 'darkside1';
  src: url(./Darkside-gxjZP.ttf);
}

* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #111;
}

html::-webkit-scrollbar-thumb {
  background: #29d9d5;
  border-radius: 54rem;
}

body {
  background: black;
  overflow-x: hidden;
  overflow-y: hidden;

}

section {
  padding: 3rem 9%;
}

.heading {
  text-align: center;
  margin-bottom: 2rem;
}

.heading span {
  color: #29d9d5;
  font-size: 2rem;
}

.heading h1 {

  color: #fff;
  font-size: 6vw;
  font-weight: bolder;
  font-family: 'darkside';
  font-style: oblique;
  background: linear-gradient(90deg, rgb(2, 221, 246), #00ff73, #ddff00, #ff9100, #ff2600);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}


.heading h2 {

  color: rgb(192, 244, 248);
  font-size: 3vw;
  font-weight: bolder;
  font-family: 'Times New Roman', Times, serif;
}

.heading h4 {

  color: rgb(247, 247, 247);
  font-size: 6vw;
  font-weight: bolder;
  font-family: 'darkside1';
  background: linear-gradient(90deg, rgb(2, 108, 246), #ff008c);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  color: #29d9d5;
  border: 0.2rem solid #29d9d5;
  border-radius: 5rem;
  cursor: pointer;
  background: none;
}

.btn:hover {
  background: #29d9d5;
  color: #111;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 9%;
}

.header .navbar a {
  font-size: 1.8rem;
  color: #aaa;
  display: inline-block;
  margin: 0 1rem;
}

.header .navbar a:hover {
  color: #29d9d5;
}

.header .btn {
  margin-top: 0;
}

.logo {
  color: black;
  font-weight: bolder;
}

.logo i {
  color: #29d9d5;
  padding-right: .5rem;
}

#menu-btn {
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
  display: none;
}

.home {
  margin: 0 auto;
  margin-top: 9rem;
  width: 100%;
  border-radius: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.7)), to(rgba(17, 17, 17, 0.7))), blur(4px), url(../images/test.jpg) no-repeat;
  background: url(../images/test.jpg) no-repeat;
  background-size: cover;
  background-position: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5rem;


}

.home .content {
  text-align: center;

}

.home .content span {
  font-weight: bolder;
  color: transparent;
  -webkit-text-stroke: 0.1rem #fff;
  font-size: 4vw;
  display: block;

}

.home .content h3 {
  font-size: 6vw;
  color: #111;
  font-weight: bolder;
  font-family: 'Times New Roman', Times, serif;

}

.home .content p {
  max-width: 60rem;
  margin: 1rem auto;
  font-size: 2rem;
  color: #111;
  line-height: 2;
}



/*------ LP VIDEO CONTAINER ----*/

.lp1 .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(27rem, 2fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(40rem, 4fr));
  grid-template-rows: repeat(auto-fit, minmax(40rem, 4fr));
  gap: 1rem;

}


.lp1 .box-container {
  gap: 1.5rem;
}

.lp1 .video-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 42rem;
  flex: 1 1 42rem;
  margin-top: 4rem;
}

.lp1 .video-container video {
  border-radius: 1rem;
  width: 100%;
}

.lp1 .video-container .controls {
  text-align: center;
  padding: 2rem 0;
}

.lp1 .video-container .controls span {
  display: inline-block;
  height: 2rem;
  width: 1.5rem;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  margin: .7rem;
}

.lp1 .video-container .controls span:hover {
  background: #29d9d5;
}

.lp1 .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 42rem;
  flex: 1 1 42rem;
  margin-bottom: 5rem;
  margin-top: 5rem;

}

.lp1 .content span {
  color: #29d9d5;
  font-size: 2rem;
}

.lp1 .content h2 {
  color: #fff;
  font-size: 3rem;
  margin-top: .5rem;
  background: linear-gradient(30deg, rgb(2, 221, 246), #ff2600);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.lp1 .content p {
  padding: 1rem 1rem;
  font-size: 2rem;
  color: #aaa;
  line-height: 2;
}

/*------ LP VIDEO CONTAINER ----*/

/* ----------  lp starts here -----*/

.lp .box-container {

  -ms-grid-columns: (minmax(27rem, 2fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(50rem, 5fr));
  grid-template-rows: repeat(auto-fit, minmax(40rem, 5fr));
  gap: 1rem;

}

.lp .box-container .box {
  border-radius: 1rem;
  overflow: hidden;
  background: #222;
  border: 0.5rem solid #111;
  border-radius: 1rem;
  margin-bottom: 30px;
  margin-top: 50px;


}

.lp .box-container .box:hover {
  border: 0.2rem solid #29d9d5;
}

.lp .box-container .box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.lp .box-container .box .image {
  height: 30rem;
  overflow: hidden;
  width: 100%;
}

.lp .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: fill;
}

.lp .box-container .box .content {
  padding: 2rem;
  text-align: center;

}



.lp .box-container .box .content h3 {
  font-size: 2rem;
  color: #fff;
}

.lp .box-container .box .content p {
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #aaa;
  line-height: 2;
}

.lp .box-container .box .content a {
  font-size: 1.7rem;
  color: #29d9d5;
}

.lp .box-container .box .content a:hover i {
  padding-left: 1rem;
}

.lp .box-container .box .content a i {
  padding-right: .5rem;
}

.lp .links {
  font-size: 1.4rem;
  color: #aaa;
  padding: 1rem 0;
  display: block;
}

.lp .links:hover {
  color: #29d9d5;
}

.lp .links:hover i {
  padding-right: 2rem;
}

.lp .links i {
  padding-right: .5rem;
  color: #29d9d5;
}

.lp .box-container .box .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4rem;
  font-size: 2rem;
  border-radius: 50%;
  font-size: 1.7rem;
  border: 0.2rem solid #29d9d5;
  color: #29d9d5;
  margin-right: .5rem;
  text-align: center;
}

.lp .box-container .box .share a:hover {
  background: #29d9d5;
  color: #111;
}

.lp .btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  color: #29d9d5;
  border: 0.2rem solid #29d9d5;
  border-radius: 5rem;
  cursor: pointer;
  background: none;
}

.lp .box-container .box .content .btn:hover {
  background: #29d9d5;
  color: #111;
}

/*---- lp ends --- */

/*--- About1 Section Starts ---*/


.about1 .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 42rem;
  flex: 1 1 42rem;
  margin-bottom: 5rem;

}

.about1 .content span {
  color: #29d9d5;
  font-size: 2rem;

}

.about1 .content h3 {
  color: #fff;
  font-size: 4rem;
  margin-top: .5rem;
}

.about1 .content p {
  padding: 1rem 0;
  font-size: 1.4rem;
  color: white;
  line-height: 2;
}

.about1 {
  margin: 0 auto;
  margin-top: 12rem;
  width: 90%;
  border-radius: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.7)), to(rgba(17, 17, 17, 0.7))), url(../images/1.png) no-repeat;
  background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.7)), url(../images/1.png) no-repeat;
  background-size: cover;
  background-position: center;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5rem;
  margin-bottom: 3rem;

}

.about1 .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 42rem;
  flex: 1 1 42rem;
  margin-top: 5rem;
}

.about1 .content p {
  padding: 1rem 0;
  font-size: 2rem;
  color: white;
  line-height: 1;
}

.about1 .content1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 42rem;
  flex: 1 1 42rem;
  margin-bottom: 5rem;
  text-align: center;

}

.about1 .content1 span {
  color: #29d9d5;
  font-size: 6rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  font-style: italic;
}

.about1 .content1 h3 {
  color: #fff;
  font-size: 4rem;
  margin-top: .5rem;
}

.about1 .content1 p {
  padding: 2rem 0;
  font-size: 2rem;
  color: white;
  line-height: 1.5;
  font-weight: normal;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.about1 .content1 a {
  color: #FFA500;
}

.about1 .links {
  font-size: 1.4rem;
  color: #aaa;
  padding: 1rem 0;
  display: block;
}

.about1 .links:hover {
  color: #29d9d5;
}

.about1 .links:hover i {
  padding-right: 2rem;
}

.about1 .links i {
  padding-right: .5rem;
  color: #29d9d5;
}

/* --------- about1 ends ---*/

/* -------- premium section begins here ---*/

.premium {
  margin: 0 auto;
  margin-top: 9rem;
  width: 100%;
}



.premium .container3 {
  width: 100%;
  min-height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8%;

}

.premium .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
}

.premium .gallery img {
  width: 100%;
}

.premium span {
  font-size: 3rem;
  color: #29d9d5;
  background: linear-gradient(30deg, rgb(2, 221, 246), #ffea00);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;

}

.premium ul {
  list-style-type: upper-roman;
  list-style-position: inside;
  list-style-type: square;


}

.premium ul li {
  font-size: 2rem;
  color: rgb(157, 157, 157);
  margin-bottom: 15px;
  margin-top: 10px;
  background: linear-gradient(30deg, rgb(255, 255, 255), #00f2ff);
  font-weight: bold;
  font-style: italic;


}

.premium p {
  padding: 1rem 0;
  font-size: 2rem;
  color: #d0d0d0;
  line-height: 2;
  font-family: 'Times New Roman', Times, serif;
}

.premium .heading p1 {
  padding: 1rem 0;
  font-size: 3rem;
  color: #c6c3c3;
  line-height: 2;
  font-family: 'Times New Roman', Times, serif;
}

.premium .heading h1 {
  margin-top: 50px;
}

.premium h2 {
  margin-top: 50px;
  font-style: italic;

}

.premium .heading h4 {
  margin-top: 100px;
}

.premium ul li {
  font-size: 2rem;
  color: rgb(0, 0, 0);
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: left;

}



/*----- premium section ends here ---*/




/*-- banner starts here --*/

.banner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.7)), to(rgba(17, 17, 17, 0.7))), url(../images/1.png) no-repeat;
  background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.7)), url(../images/1.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem 2rem;
  background-attachment: fixed;
  text-align: center;
  margin-top: 2rem;
}

.banner .content span {
  font-size: 2rem;
  color: #29d9d5;


}

.banner .content h3 {
  font-size: 4rem;
  color: #fff;
  margin-top: 1rem;
  font-style: italic;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

.banner .content p {
  max-width: 60rem;
  margin: 1rem auto;
  font-size: 1.4rem;
  color: #aaa;
  line-height: 2;
}

/*-- banner ends here --*/

/*--- footer starts here --*/

.footer .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: .1rem;
  align-items: center;

}

.footer .box-container .box {
  padding: 1rem 0;
  margin-left: 15rem;
  align-items: center;
}

.footer .box-container .box .logo {
  padding-bottom: 1rem;
  align-items: center;
}

.footer .box-container .box h3 {
  font-size: 2.2rem;
  color: #fff;
  padding: 1rem 0;
  margin-left: 5rem;
  align-items: center;
}

.footer .box-container .box p {
  font-size: 1.4rem;
  color: #aaa;
  padding: 1rem 0;
  line-height: 2;
  align-items: center;
}

.footer .box-container .box p i {
  padding-right: .5rem;
  color: #29d9d5;
  margin-left: 5rem;
}

.footer .box-container .box .share {
  padding-top: 1rem;
  align-items: center;

}

.footer .box-container .box .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4rem;
  font-size: 2rem;
  border-radius: 50%;
  font-size: 1.7rem;
  border: 0.2rem solid #29d9d5;
  color: #29d9d5;
  margin-right: .5rem;
  text-align: center;
  align-items: center;


}

.footer .box-container .box .share a:hover {
  background: #29d9d5;
  color: #111;
  transform: translatey(-20px);
}

.footer .box-container .box .links {
  font-size: 1.4rem;
  color: #aaa;
  padding: 1rem 0;
  display: block;
  border-top: 1rem;
  margin-left: 5rem;
}


.footer .box-container .box .links:hover {
  color: #29d9d5;
}

.footer .box-container .box .links:hover i {
  padding-right: 2rem;
}

.footer .box-container .box .links i {
  padding-right: .5rem;
  color: #29d9d5;
}

.footer .box-container .box form .email {
  width: 100%;
  border-radius: 5rem;
  border: 0.2rem solid #29d9d5;
  background: none;
  font-size: 1.5rem;
  text-transform: none;
  color: #aaa;
  margin-bottom: 1rem;
  padding: 1.2rem 1.4rem;
}

/*-- footer ends here -- */

/* -- credit --*/

.credit {
  background: black;
  text-align: center;
  font-size: 1rem;
  padding: 2rem 1rem;
  color: #aaa;
}

.credit span {
  color: #29d9d5;
}

.credit a {
  color: #FFA500;
}

/*-- credit ends --*/

/*--------CONTACT US ----*/

.contact {
  background: black;
  background-size: cover;
  background-position: center;
  padding: 3rem 2rem;
  background-attachment: fixed;
  text-align: center;
  background-color: black;
  margin-top: 9rem;
}

.contact h1 {
  margin-top: 10rem;
}

.contact p {
  max-width: 60rem;
  margin: 1rem auto;
  font-size: 1.4rem;
  color: #aaa;
  line-height: 2;

}

.contact .footer .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
}

.contact .footer .box-container .box {
  padding: 1rem 0;

}


.contact .footer .box-container .box .logo {
  padding-bottom: 1rem;
}

.contact .footer .box-container .box h3 {
  font-size: 2.2rem;
  color: #fff;
  padding: 1rem 0;
  margin-left: 5rem;
}

.contact .footer .box-container .box p {
  font-size: 1.4rem;
  color: #aaa;
  padding: 1rem 0;
  line-height: 2;
}

.contact .footer .box-container .box p i {
  padding-right: .5rem;
  color: #29d9d5;
  margin-left: 5rem;
}

.contact .footer .box-container .box .share {
  padding-top: 1rem;

}

.contact .footer .box-container .box .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4rem;
  font-size: 2rem;
  border-radius: 50%;
  font-size: 1.7rem;
  border: 0.2rem solid #29d9d5;
  color: #29d9d5;
  margin-right: .5rem;
  text-align: center;

}

.contact .footer .box-container .box .share a:hover {
  background: #29d9d5;
  color: #111;
  transform: translatey(-20px);
}

.contact .footer .box-container .box .links {
  font-size: 1.4rem;
  color: #aaa;
  padding: 1rem 0;
  display: block;
  border-top: 1rem;
  margin-left: 2rem;
}


.contact .footer .box-container .box .links:hover {
  color: #29d9d5;
}

.contact .footer .box-container .box .links:hover i {
  padding-right: 2rem;
}

.contact .footer .box-container .box .links i {
  padding-right: .5rem;
  color: #29d9d5;
}

.contact .footer .box-container .box form .email {
  width: 100%;
  border-radius: 5rem;
  border: 0.2rem solid #29d9d5;
  background: none;
  font-size: 1.5rem;
  text-transform: none;
  color: #aaa;
  margin-bottom: 1rem;
  padding: 1.2rem 1.4rem;
}

.contact .heading .content span {
  font-size: 3rem;
  color: #FFA500;

}

.contact .heading .content ul {
  list-style-type: upper-roman;
  list-style-position: inside;
  list-style-type: square;


}

.contact .heading .content ul li {
  font-size: 2rem;
  color: white;
  margin-bottom: 15px;
  margin-top: 10px;


}

.contact .heading .content ul li a {
  font-size: 2rem;
  color: white;
  margin-bottom: 15px;
  margin-top: 10px;
  background: linear-gradient(90deg, rgb(255, 255, 255), rgb(2, 221, 246), #ff8c00);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;


}

/*---- Contact ends here --- */

/* -- terms & Conditions --*/

.terms {
  margin: 0 auto;
  margin-top: 12rem;
  width: 90%;
  border-radius: 1rem;
  background: linear-gradient(rgba(255, 235, 242, 0), rgba(9, 9, 9, 0)), url(../images/white-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5rem;
  margin-bottom: 3rem;
  color: #fff;

}

.terms .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 42rem;
  flex: 1 1 42rem;
  margin-top: .2rem;
  text-align: justify;

}

.terms .content span {
  color: BLACK;
  font-size: 3rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;

}

.terms .content ul {
  list-style-type: upper-roman;
  list-style-position: inside;
  list-style-type: square;


}

.terms .content ul li {
  font-size: 1.3rem;
  color: black;
  margin-bottom: 10px;
  margin-top: 10px;



}


@media (max-width: 991px) {
  html {
    font-size: 55%;
  }

  .header {
    padding: 1.5rem 2rem;
  }

  section {
    padding: 3rem 2rem;
  }
}

@media (max-width: 768px) {
  #menu-btn {
    display: inline-block;
  }

  .header .navbar {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: black;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }

  .header .navbar.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .header .navbar a {
    margin: 1.5rem;
    font-size: 2rem;
    display: block;
  }

  .home {
    margin-top: 10rem;
  }

  .home .content span {
    font-size: 8vw;
  }

  .home .content h3 {
    font-size: 9vw;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }

  .about .content h3 {
    font-size: 3.5rem;
  }

  .banner .content h3 {
    font-size: 2.7rem;
  }
}

/*# sourceMappingURL=style.css.map */