@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-transform: capitalize;
}

a,
a:hover {
  text-decoration: none !important;
}

@font-face {
  font-family: "heading-font";
  src: url(../font/teko/Teko-Bold.ttf);
}
@font-face {
  font-family: "body-font";
  src: url(../font/inter/Inter-Medium.ttf);
}
@font-face {
  font-family: taprom;
  src: url(../font/Taprom-Regular.ttf);
}
html {
  font-size: 62.5%;
}

body {
  font-family: "body-font";
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "heading-font";
}

p {
  font-size: 1.3rem;
}

/* Reset some default styles */
body,
h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
  text-align: justify;
}

/* Global styles */
body {
  font-family: "Arial", sans-serif;
  background-color: #000;
}

.ph_view {
  display: none;
}

.main_heading {
  font-size: 5.5rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  text-align: left;
}

.common-btn {
  background-color: #FFFF07;
  padding: 10px 40px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  border: 1.3px solid #FFFF07;
}

.common-btn:hover {
  border: 1.3px solid #FFFF07;
  color: #fff;
}

.common-heading {
  font-size: 7.5rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  text-wrap: balance;
  text-align: center;
  text-transform: capitalize;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -1.18px;
  margin-bottom: 50px;
}

section {
  padding-top: 100px;
}

/* Header styles */
.main-header {
  background-color: #000;
  padding: 10px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .logo img {
  max-width: 90px;
  height: auto;
  position: relative;
  z-index: 40;
}
.main-header .main-nav ul {
  list-style: none;
  display: flex;
}
.main-header .main-nav ul li {
  margin-right: 20px;
  text-align: center;
}
.main-header .main-nav ul li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  position: relative;
  font-size: 1.4rem;
}
.main-header .main-nav ul li a:after {
  position: absolute;
  content: "";
  border-bottom: 1.3px solid white;
  width: 100%;
  height: 1px;
  bottom: -4px;
  left: 0;
  display: block;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.main-header .main-nav ul li a:hover::after {
  transform: scaleX(1);
}

.social-links a {
  color: white;
  margin-left: 10px;
  text-decoration: none;
  font-size: 1.4rem;
}
.social-links a:hover {
  text-decoration: underline;
  background-color: #48B100;
}

/* Toggle button and social links styles */
.toggle-button {
  display: none; /* Initially hide on larger screens */
  cursor: pointer;
}
.toggle-button span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.social-links {
  display: flex;
}
.social-links a {
  color: white;
  margin-left: 10px;
  text-decoration: none;
  border: 1px solid grey;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.social-links a:hover {
  text-decoration: underline;
}

/* Logo with black slope styles */
.logo {
  position: relative;
}
.logo img {
  max-width: 100%;
  height: auto;
}
.logo::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: -63px;
  width: 358px;
  height: -77px;
  border-right: 50px solid transparent;
  border-top: 50px solid black;
  z-index: 11;
  transform: rotate(351deg);
}

.common_background_section {
  position: relative;
  background-color: #000;
  color: white;
  background: url(../images/wql_bg.png) right center/auto 100% no-repeat, black;
  background-position: top right;
  /* Add space at the top of the image */
  padding-bottom: 112px;
}

.why_us .content {
  margin-bottom: 3rem;
}
.why_us img {
  width: 60%;
}
.why_us::after {
  position: absolute;
  content: "";
  border-top: 1px solid #48B100; /* Adjust the thickness of the thin side */
  border-bottom: 7px double #48B100; /* Adjust the thickness of the thick side */
  width: 100%;
  height: 0; /* Set height to 0 to avoid interfering with layout */
  top: 50%;
  transform: translateY(-50%) rotate(354deg);
}
.why_us.changed-border::after {
  border-color: #53BBE0;
}

.brand {
  padding-top: 200px;
  position: relative;
}
.brand::after {
  position: absolute;
  content: "";
  border-top: 7px double #48B100;
  width: 100%;
  height: 2px;
  margin-top: 100px;
  transform: rotate(4deg);
}
.brand.changed-border_brand::after {
  border-color: #53BBE0;
}
.brand .brand-heading {
  font-size: 6rem;
  margin-bottom: 10px;
}
.brand .text {
  color: #48B100;
  font-size: 1.3rem;
}
.brand img {
  position: relative;
}
.brand .hide-content {
  font-size: 8rem;
  position: absolute;
  top: 56%;
  transform: rotate(270deg);
  text-transform: uppercase;
  left: -8px;
  z-index: 0;
  background: linear-gradient(208deg, #000 -5.38%, rgba(82, 82, 82, 0.41) 22.1%, rgba(180, 180, 180, 0) 127.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video-section {
  overflow: hidden;
  max-width: 100%;
  position: relative;
}
.video-section video {
  width: 100%;
  height: auto;
  display: block;
}

.inspire_model .model-wrap {
  position: relative;
  overflow: hidden;
}
.inspire_model .model-wrap:hover .overlay-text {
  left: 0;
  /* Move the text to the left edge on hover */
  opacity: 1;
}
.inspire_model .overlay-text {
  position: absolute;
  top: 21px;
  left: -100%;
  background: rgba(217, 217, 217, 0.5);
  color: #fff;
  padding: 7px 17px;
  margin: 0;
  opacity: 0;
  transition: left 0.5s ease, opacity 0.3s ease;
}

.testimonial input {
  display: none;
}
.testimonial .cards {
  position: relative;
  height: 500px;
  width: 430px;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.testimonial .cards label {
  position: absolute;
  width: 250px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  transition: transform 0.55s ease;
  /* Consistent transition duration */
}
.testimonial .cards .card {
  position: relative;
  height: 100%;
  background-color: #323444;
  border-radius: 10px;
  transition: transform 0.55s ease;
  box-shadow: 0px 0px 6px 0px #858585;
  /* Consistent transition duration */
}
.testimonial .cards .card .image {
  display: flex;
  justify-content: space-between;
}
.testimonial .cards .card .image video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.testimonial .pagination {
  display: none;
}

#s1:checked ~ .cards #slide4,
#s2:checked ~ .cards #slide5,
#s3:checked ~ .cards #slide1,
#s4:checked ~ .cards #slide2,
#s5:checked ~ .cards #slide3 {
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.45);
  transform: translate3d(-100%, 0, -220px) rotate(-9deg);
  --current-color1: #ECEAED;
  --current-color2: #404457;
}

#s1:checked ~ .cards #slide5,
#s2:checked ~ .cards #slide1,
#s3:checked ~ .cards #slide2,
#s4:checked ~ .cards #slide3,
#s5:checked ~ .cards #slide4 {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.45);
  transform: translate3d(-45%, 0, -120px) rotate(-6deg);
  --current-color1: #ECEAED;
  --current-color2: #404457;
}

#s1:checked ~ .cards #slide1,
#s2:checked ~ .cards #slide2,
#s3:checked ~ .cards #slide3,
#s4:checked ~ .cards #slide4,
#s5:checked ~ .cards #slide5 {
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.5);
  transform: translate3d(0, 0, 0);
  --current-color1: #fad00c;
  --current-color2: #ECEAED;
}

#s1:checked ~ .cards #slide2,
#s2:checked ~ .cards #slide3,
#s3:checked ~ .cards #slide4,
#s4:checked ~ .cards #slide5,
#s5:checked ~ .cards #slide1 {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.45);
  transform: translate3d(45%, 0, -120px) rotate(6deg);
  --current-color1: #ECEAED;
  --current-color2: #404457;
}

#s1:checked ~ .cards #slide3,
#s2:checked ~ .cards #slide4,
#s3:checked ~ .cards #slide5,
#s4:checked ~ .cards #slide1,
#s5:checked ~ .cards #slide2 {
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.45);
  transform: translate3d(100%, 0, -220px) rotate(9deg);
  --current-color1: #ECEAED;
  --current-color2: #404457;
}

/* Your existing CSS styles for the slider */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.play-button::before {
  content: "▶";
  /* Unicode character for play button */
  font-size: 24px;
  color: #333;
  /* Change the color as needed */
}

footer {
  padding-top: 100px;
}
footer .footer-subheading {
  color: #FFFF07;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 200;
}
footer .form-wrap {
  width: 55%;
  margin: 50px auto;
}
footer .form-wrap textarea {
  color: white;
}
footer .form-control:not([type=submit]) {
  background: rgba(45, 45, 45, 0.65);
  padding: 10px 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 0px;
  color: white;
  text-transform: capitalize;
  font-size: 15px;
}
footer .form-control:not([type=submit])::-moz-placeholder {
  color: #656565;
  text-transform: capitalize;
  font-size: 13px;
}
footer .form-control:not([type=submit])::placeholder {
  color: #656565;
  text-transform: capitalize;
  font-size: 13px;
}
footer .form-control:not([type=submit]):focus {
  border: none;
  outline: none;
  box-shadow: none;
}
footer .bottom-footer {
  padding: 10px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .bottom-footer .footerlogo img {
  max-width: 90px;
  height: auto;
  position: relative;
  z-index: 40;
}
footer .bottom-footer ul {
  list-style: none;
  display: flex;
}
footer .bottom-footer ul li {
  margin: 0px 10px;
  text-align: center;
}
footer .bottom-footer ul li a {
  text-decoration: none;
  color: white;
  position: relative;
  font-size: 1.2rem;
}
footer .bottom-footer ul li a:hover {
  color: #48B100;
}

@media only screen and (max-width: 991px) {
  section {
    padding-top: 50px;
  }
  .desk_view {
    display: none;
  }
  .ph_view {
    display: block;
  }
  .main_heading {
    font-size: 4.5rem;
    margin-bottom: 0.5rem;
  }
  .brand {
    padding-top: 150px;
  }
  .brand .brand-heading {
    font-size: 6rem;
    text-align: center;
  }
  .brand .text {
    font-size: 3rem;
    text-align: center;
  }
  .common-heading {
    font-size: 6.5rem;
  }
  .main-nav {
    display: none;
    /* Initially hide menu on smaller screens */
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 15%;
    /* Position the menu below the toggle button */
    background-color: rgba(201, 201, 201, 0.71);
    /* Match the header background color */
    width: 100%;
    /* Full width of the screen */
    left: 0;
    margin-top: -8px;
    z-index: 16;
  }
  .main-nav ul {
    margin-top: 10px;
    display: block !important;
  }
  .main-nav li {
    margin: 10px 10px;
  }
  .main-nav a {
    color: #000 !important;
  }
  .toggle-button {
    display: block;
    /* Show toggle button on smaller screens */
    order: 2;
    /* Move toggle button to the right of the menu */
  }
  .social-links:not(footer .social-links) {
    display: none;
    /* Hide social links on smaller screens */
  }
  .main-header {
    flex-direction: row;
    padding: 10px 10px;
  }
  .main-header.is-active .main-nav {
    display: flex;
  }
  .main-header.is-active .toggle-button span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  .main-header.is-active .toggle-button span:nth-child(2) {
    opacity: 0;
  }
  .main-header.is-active .toggle-button span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }
  .logo::after {
    display: contents !important;
  }
  .logo img {
    max-width: 70px !important;
  }
  .content {
    margin-top: 40px;
  }
  footer .form-wrap {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 1.1rem;
  }
  .main_heading {
    font-size: 3rem;
  }
  .why_us::after {
    top: 50%;
  }
  .brand {
    padding-top: 100px;
  }
  .brand .brand-heading {
    font-size: 5rem;
  }
  .common-heading {
    font-size: 4.5rem;
  }
  .inspire_model .overlay-text {
    padding: 7px 17px;
    left: 0px;
    opacity: 1;
  }
  footer .bottom-footer {
    padding: 10px 0px;
  }
  footer .footer-subheading {
    font-size: 1.4rem;
  }
  footer .form-wrap {
    width: 90%;
  }
}
@media only screen and (max-width: 575px) {
  .common-heading {
    font-size: 3rem;
  }
  .common_background_section img {
    width: 70%;
  }
  footer .bottom-footer {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cards {
    white-space: nowrap;
    overflow: hidden; /* Remove quotes around hidden */
    -webkit-overflow-scrolling: touch;
    display: flex;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
  }
  .cards label {
    width: 50%;
    display: inline-block;
    scroll-snap-align: start;
    flex: 0 0 auto;
  }
  #s1:checked ~ .cards #slide4,
  #s2:checked ~ .cards #slide5,
  #s3:checked ~ .cards #slide1,
  #s4:checked ~ .cards #slide2,
  #s5:checked ~ .cards #slide3 {
    transform: translate3d(0, 0, 0) rotate(0);
    z-index: -1;
  }
  #s1:checked ~ .cards #slide5,
  #s2:checked ~ .cards #slide1,
  #s3:checked ~ .cards #slide2,
  #s4:checked ~ .cards #slide3,
  #s5:checked ~ .cards #slide4 {
    transform: translate3d(0, 0, 0) rotate(0);
    z-index: -1;
  }
  #s1:checked ~ .cards #slide2,
  #s2:checked ~ .cards #slide3,
  #s3:checked ~ .cards #slide4,
  #s4:checked ~ .cards #slide5,
  #s5:checked ~ .cards #slide1 {
    transform: translate3d(0, 0, 0) rotate(0);
    z-index: -1;
  }
  #s1:checked ~ .cards #slide3,
  #s2:checked ~ .cards #slide4,
  #s3:checked ~ .cards #slide5,
  #s4:checked ~ .cards #slide1,
  #s5:checked ~ .cards #slide2 {
    transform: translate3d(0, 0, 0) rotate(0);
    z-index: -1;
  }
  #s1:checked ~ .cards #slide1,
  #s2:checked ~ .cards #slide2,
  #s3:checked ~ .cards #slide3,
  #s4:checked ~ .cards #slide4,
  #s5:checked ~ .cards #slide5 {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  /* Add styles for pagination buttons */
  .pagination {
    display: flex !important;
    justify-content: center;
    padding: 10px;
    gap: 20px;
  }
  .prev,
  .next {
    background-color: #333;
    color: #fff;
    padding: 10px 30px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }
  .prev:hover,
  .next:hover {
    background-color: #555;
  }
}/*# sourceMappingURL=main.css.map */