* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background-color: #000;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anton", sans-serif;
  color: #fff;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
  color: #ffff;
}

a {
  text-decoration: none;
  color: #000;
}

.btn {
  background-color: #ff5cb8;
  color: #ffffff;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 60px;
  transition: all ease-in-out 0.2s;
  border: 1px solid #ff5cb8;
}

.btn:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}

.btn3 {
  background-color: #ffffff;
  color: #000000;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 60px;
  transition: all ease-in-out 0.2s;
  border: 1px solid #000000;
}

.btn3:hover {
  background-color: #ff5cb8;
  color: #ffffff;
  border: 1px solid #ff5cb8;
}

section {
  border-bottom: 10px solid rgb(35, 35, 35);
  padding: 80px 0;
}

.header {
  position: absolute;
  z-index: 99;
  width: 100%;
}

.header .row {
  align-items: center;
  justify-content: center;
}

.header .nav {
  justify-content: start;
  align-items: center;
}

.header .nav ul li {
  display: inline-block;
  margin: 0 15px;
}

.header .nav ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
}

.header .header-btn {
  text-align: center;
}

.header .logo img {
  width: 100px;
}

.banner-sec {
  background-image: url(../images/2.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #0000007a;
  background-blend-mode: color;
  padding: 0;
  border: none;
}

.banner-sec .area {
  text-align: center;
}

.banner-sec .area h1 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 70px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.banner-sec .banner-form  {
  padding-top: 30px;
}

.banner-sec .banner-form form .row {
  background-color: #00000057;
  padding: 15px 0;
  border-radius: 50px;
  width: 85%;
  margin: 0 auto;
}

.banner-sec .banner-form form input {
  width: 100%;
  padding: 10px 20px;
  border-radius: 50px;
}

.banner-sec .banner-form form input:focus {
  background-color: #ffffff;
  color: #000000;
  border: none !important;
}

.banner-sec .banner-form form input:focus-visible {
  border: none !important;
  outline: none;
}

.about-sec .row {
  align-items: center;
}

.about-sec .content {
  width: 70%;
}

.about-sec .content .about-btns {
  margin: 20px 0 0 0;
}

.about-sec .content h1 {
  padding-bottom: 15px;
}

.about-sec .content p {
  padding-bottom: 10px;
}

.about-sec2 .row {
  align-items: center;
}

.about-sec2 .content {
  width: 70%;
}

.about-sec2 .image {
  width: 100%;
  text-align: center;
}

.about-sec2 .image video {
  width: 500px;
  object-fit: cover;
}

.about-sec2 .content .about-btns {
  margin: 20px 0 0 0;
}

.about-sec2 .content h1 {
  padding-bottom: 15px;
}

.about-sec2 .content p {
  padding-bottom: 10px;
}

.sec-services {
  /* padding: 0 0 0; */
}

.sec-services .area video {
  width: 100%;
  height: 300px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

.sec-services .area img {
  width: 100%;
  height: 300px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

.sec-services .area {
  transition: all ease-in-out 0.2s;
  border-radius: 10px;
  min-height: 538px;
  background: #2d2d2d;
}

.sec-services .area:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  transform: scale3d(1.02, 1.02, 1.02);
}

.sec-services .area .content {
  padding: 40px 30px;
}

.sec-services .area .content p {
  margin-bottom: 20px;
  height: 70px;
}

/* FAQS */

/* Centers horizontally */
.qna {
  /* max-width: 500px; */
  margin: 0 auto;
}
/* Button default resets */
button {
  border: none;
  outline: none;
  cursor: pointer;
}
/* Styling the accordion buttons */
.accordion {
  width: 100%;
  background-color: #2d2d2d;
  color: #fff;
  font-size: 20px;
  padding: 22px 20px;
  margin-bottom: 1px;
  text-align: left;
  /*  To push the plus sign to the right  */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
  transition-duration: 250ms;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.9, 0, 0.51, 1);
}

.accordion:hover {
  background-color: rgb(65, 65, 65);
}

/* adding the "plus" sign (+) */
.accordion::after {
  content: "\02795";
  font-size: 20px;
  color: #fff;
}
.panel {
  background-color: #ffffff;
  color: #000;
  margin-bottom: 4px;
  overflow: hidden;
  transition: max-height 0.33s cubic-bezier(0.5, 0, 0.1, 1);
}
.panel > p {
  font-size: 20px;
  padding: 10px 20px;
  background-color: #2d2d2d;
  color: #fff;
}
.panel-closed {
  max-height: 0;
  overflow: hidden;
}
.panel-open {
  max-height: 700px;
}
/* active class for accordion, adds the "cross sign (x)" */
.accordion-active::after {
  content: "\274C";
}

.faqs .title {
  margin-bottom: 30px;
}

.faqs {
  /* padding: 0 0 100px; */
}

.footer {
  padding: 60px 0 0 0;
  background-color: #000;
}

.footer .row {
  justify-content: center;
}

.footer .footer-links h3 {
  color: #fff;
  margin-bottom: 40px;
}

.footer .footer-social h3 {
  color: #fff;
  margin-bottom: 40px;
}

.footer .footer-social ul li {
  list-style-type: none;
  margin: 0 10px;
  display: inline-block;
}

.footer .footer-social ul li a {
  color: #fff;
  transition: all ease-in-out 0.2s;
}

.footer .footer-social ul li a:hover {
  color: #ff5cb8;
}

.footer ul li {
  list-style-type: none;
  margin: 15px 0;
}

.footer ul li a {
  color: #fff;
  text-decoration: underline;
  transition: all ease-in-out 0.2s;
}

.footer ul li a:hover {
  color: #ff5cb8;
}

.footer .footer-content p {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 12px;
}

.footer .footer-content .footer-image {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 30px;
  gap: 30px;
}

.footer .footer-content .footer-image h3 {
  color: #fff;
  margin-bottom: 0;
}

.footer .footer-content .footer-image .img img {
  width: 150px;
}

.footer .footer-content .footer-image .img .image2 {
  width: 190px;
}

.footer .copy-right-row {
  border-top: 1px solid #ffffff44;
}

.footer .copy-right-row .copy-right {
  padding: 20px 0;
}

.footer .copy-right-row .copy-right p {
  color: #ffffff;
}

.footer .copy-right-row .copy-right p a {
  color: #ffffff;
  font-weight: bold;
  transition: all ease-in-out 0.2s;
}

.footer .copy-right-row .copy-right p a:hover {
  color: #ff5cb8;
}

.header-mobile {
  display: none;
}

@media only screen and (max-width: 1366px) {
  .header .nav ul li {
    margin: 0 7px;
  }

  .header .logo {
    width: fit-content;
  }

  .header .header-btn .btn {
    padding: 11px 20px;
    font-size: 13px;
  }

  .banner-sec .banner-form form .row {
    width: 100%;
  }

  section {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .about-sec2 .image img {
    width: 100%;
  }

  .about-sec .video video {
    width: 100%;
  }

  .header .nav ul li {
    margin: 0 7px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .header {
    display: none;
  }

  .header-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }

  .header-mobile .row {
    position: relative;
    align-items: center;
  }

  .header-mobile .row .col-lg-8 {
    display: none;
  }

  .header-mobile .row .col-lg-2 {
    width: 50%;
  }

  .header-mobile .nav {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
  }

  .header-mobile .nav ul {
    padding-top: 10px;
    padding-left: 10px;
    width: 100%;
  }

  .header-mobile .nav ul li {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    width: 100%;
    padding-bottom: 10px;
  }

  .header .nav ul li a {
    color: #000;
  }

  .header-mobile .logo img {
    width: 100px;
  }

  .header-mobile .mobile-toggle {
    text-align: end;
    padding-right: 20px;
  }

  .header-mobile .mobile-toggle i {
    color: #fff;
    font-size: 30px;
  }

  .banner-sec .area h1 {
    font-size: 40px;
    padding-top: 100px;
  }

  .banner-sec .banner-form form .row {
    width: 100%;
    border-radius: 0;
  }

  .banner-sec .banner-form form input {
    margin-bottom: 15px;
  }

  .about-sec .content .about-btns {
    margin: 20px 0 0 0;
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
  }

  .about-sec .content {
    width: 100%;
  }

  .about-sec .row {
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .about-sec .content p {
    font-size: 14px;
  }
  
  .sec-services .area .content {
    margin-bottom: 30px;
    text-align: center;
  }

  .sec-services {
    padding-bottom: 0;
  }

  .about-sec2 .image video {
    width: 100%;
    object-fit: cover;
  }

  .about-sec2 .row {
    gap: 20px;
  }

  .about-sec2 .content {
    width: 100%;
    text-align: center;
  }

  .about-sec2 .content h1 {
    padding-bottom: 8px;
  }

  .footer {
    padding: 30px 0 0 0;
    background-color: #000;
  }

  .footer .row {
    justify-content: center;
    gap: 30px;
  }

  .footer .footer-links h3 {
    color: #fff;
    margin-bottom: 20px;
  }

  .footer .footer-social h3 {
    color: #fff;
    margin-bottom: 20px;
  }

  .footer .footer-content .footer-image h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 35px;
  }

  .footer .footer-content .footer-image .img img {
    width: 130px;
  }

  .footer .footer-content .footer-image .img .image2 {
    width: 152px;
  }

  .footer .footer-image .img {
    text-align: center;
  }

  .banner-sec {
    height: 70vh;
  }
} 