@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
:root {
  --white: #fff;
  --black: #000;
  --theme-color: #ed1c24;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

.df {
  display: flex;
}

.aic {
  align-items: center;
}
.ais {
  align-items: flex-start;
}
.aie {
  align-items: flex-end;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.frr {
  flex-direction: row-reverse;
}

.fw {
  flex-wrap: wrap;
}

.fnw {
  flex-wrap: nowrap;
}

.gap1 {
  gap: 1rem;
}

.gap2 {
  gap: 2rem;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1440px;
  }
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #828288;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

figure {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navbar-brand img {
  max-height: 150px;
  transition: 0.3s ease-in-out;
}

header {
  border-top: 7px solid var(--theme-color);
  /* position: absolute; */
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  top: 0;
  width: 100%;
  background-color: var(--white);
  transition: 0.3s ease-in-out;
}

header.sticky {
  position: fixed;
}

header.sticky .navbar-brand img {
  max-width: 100px;
}
.navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 400;
  color: #828288;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 2.5em;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}
.navbar-nav .nav-item + .nav-item {
  border-left: 2px solid #ebebeb;
}
.navbar-nav .nav-item .nav-link::after {
  content: "";
  width: calc(100% - 5em);
  height: 2px;
  position: absolute;
  left: 2.5em;
  bottom: -5px;
  transition: transform 0.3s ease-in-out;
  background-color: var(--theme-color);
  transform-origin: center;
  transform: scaleX(0);
}
.navbar-nav .nav-item.active .nav-link::after,
.navbar-nav .nav-item .nav-link:hover::after {
  transform: scaleX(1);
}
/* Main Section */
.mainSection {
  padding: 0;
}
.mainCard {
  position: relative;
}
.mainCard .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgb(0 0 0/20%);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.mainCard .content h2 {
  color: var(--white);
  font-size: 4.6875rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.mainCard .content h3 {
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.125rem;
  margin: 0;
  font-weight: 300;
}
.mainCard .content p {
  color: var(--white);
  font-size: 1.125rem;
}
.main-slider .mainCard.slick-center .content,
.mainCard:hover .content {
  transform-origin: top;
  transform: scaleY(1);
}

.slick-dots li button::before {
  display: none;
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 5rem;
  z-index: 1;
}
.slick-dots li {
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 2px solid transparent;
}
.slick-dots li.slick-active {
  border-color: var(--white);
}
.slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--white);
}
.inban {
    position: relative;
}
.inban .mainCard {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.inban .mainCard .content {
    opacity: 1;
    background: rgb(0 0 0/20%);
    transform: scaleY(1);
    transform-origin: unset;
}
.themeBtn {
  background-color: var(--theme-color);
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 1em 1.5em;
  text-transform: uppercase;
  line-height: 1;
  border: 2px solid var(--theme-color);
}
.themeBtn:hover {
  background-color: var(--white);
  color: var(--theme-color);
  box-shadow: inset 0 0 0 2em var(--white);
}

.secHeading {
  font-size: 3.75rem;
  font-weight: 700;
  color: var(--black);
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
.secHeading.slide-vertical .char:after {
  color: var(--black);
}
.secHeading.slide-vertical .char:before{
  color: var(--theme-color);
}
.aboutSec h3 {
  display: block;
  color: #7f7f7f;
  font-size: 2.125rem;
  text-transform: uppercase;
  font-weight: 300;
}
/* aboutSec */
.aboutSec figure .aboutImg {
  display: inline-block;
  margin-top: -28rem;
  margin-left: -6rem;
  animation: infinite 5s pulse;
  border: 10px solid var(--white);
}
.aboutSec p {
  font-size: 1.125rem;
}
.socialIo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.socialIo li a {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  line-height: 44px;
  font-size: 18px;
  display: inline-block;
  color: var(--black);
  border: 1px solid var(--black);
}
.socialIo li a:hover {
  background-color: var(--black);
  color: var(--white);
}

/* servCard */
.servCard {
  position: relative;
  margin: 0 0.75rem;
}
.servCard .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 1rem 2rem;
  transition: 0.3s ease-in-out;
  background: rgb(0 0 0/20%);
  transform: scaleY(0);
  transform-origin: bottom;
}
.servCard .content h3 {
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.servCard .content p {
  color: var(--white);
  max-width: 80%;
  margin: 0 auto;
  font-size: 1rem;
}
.serviceSlider .servCard.slick-center .content,
.servCard:hover .content {
  transform: scaleY(1);
}

.serviceSlider .slick-list.draggable {
  margin-right: -10rem;
}
.servicesSec img {
    border: 0.4rem solid var(--white);
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
/* discoverSec */
.discoverSec {
  padding: 0;
}
.discoverSec .carousel-caption {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.discoverSec .contentWrap {
  margin: 0 -3rem;
  text-align: left;
  position: relative;
  z-index: 1;
  padding: 4rem 2.5rem;
  background-color: var(--white);
}
.discoverSec .contentWrap::before {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 1rem;
  bottom: 1rem;
  border: 1px solid #7f7f7f;
  z-index: -1;
}
.discoverSec .contentWrap::after {
  content: "";
  position: absolute;
  left: 1.5rem;
  right: 0.5rem;
  top: 1.5rem;
  bottom: 0.5rem;
  border: 1px solid #7f7f7f;
  z-index: -1;
}
.contentWrap h3 {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 200;
  font-size: 2rem;
  display: inline-block;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #000;
}
.contentWrap p {
  font-size: 1.125rem;
  font-weight: 400;
}

.btnWrap {
  display: flex;
  position: absolute;
  bottom: 9rem;
  right: 15rem;
}
.btnWrap .carousel-control-prev,
.btnWrap .carousel-control-next {
  height: 3.5rem;
  width: 3.5rem;
  display: grid;
  place-items: center;
  font-size: 1rem;
  color: var(--white);
  opacity: 1;
  position: unset;
  background-color: #7f7f7f;
}

.btnWrap .carousel-control-prev:hover,
.btnWrap .carousel-control-next:hover {
  background-color: var(--theme-color);
  color: var(--white);
}
.gallerySection {
  padding-bottom: 10rem;
}
.galleryThumb {
  position: relative;
  overflow: hidden;
  background-color: var(--black);
  margin: 0 1rem 2rem;
}
.galleryThumb img {
  opacity: 0.8;
  transition: opacity, ease all 2s;
  transform: scale(1);
  width: 100%;
}

.galleryThumb:hover img,
.galleryThumb:focus img {
  opacity: 1;
  transform: scale(1.1);
}

.galleryCarousel1 {
  transform: rotate(180deg);
}

.galleryCarousel1 .slick-slide {
  transform: rotate(180deg);
}

/* ctaSection */
.ctaSection {
  background: url(../images/ctaBnnr.jpg) center/cover no-repeat;
  text-align: center;
  padding: 8rem 0;
}
.ctaSection .secHeading {
  font-size: 4.375rem;
  color: var(--white);
}
.ctaSection .secHeading.slide-vertical .char:after {
  color: var(--white);
}
.ctaSection p {
  font-size: 1.125rem;
  color: var(--white);
}

/* howtoSection */
.howtoSection .contentWrap {
  text-align: center;
  padding: 3rem 2rem 20rem;
  margin-bottom: -19rem;
  background-color: #efefef;
}
.videoThumb {
  border: 0.75rem solid var(--white);
  overflow: hidden;
  position: relative;
}
.videoThumb img {
  transition: 0.3s ease-in-out;
}
.videoThumb .playVid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  height: 2.75rem;
  width: 4rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--white);
  border-radius: 10px;
  color: var(--white);
}
.videoThumb:hover .playVid {
  background-color: var(--theme-color);
  color: var(--white);
  border-color: var(--theme-color);
}
.videoThumb:hover img {
  transform: scale(1.125);
}

/* Testimonial Section */
.testimonialSec {
  padding-bottom: 10rem;
}
.testimonial-card {
  margin: 2rem auto 0;
}
.testimonial-card .content {
  background: #fff;
  padding: 3rem 1rem;
  border-radius: 10px;
  text-align: center;
  position: relative;
  border-width: 1px;
  border-color: rgb(215, 215, 215);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 8%);
}
.testimonial-card .content .fa-quote-left {
  position: absolute;
  top: -1.6rem;
  left: 2rem;
  font-size: 3rem;
  color: #7f7f7f;
}
.star li {
  display: inline-block;
}
.star li i {
  color: #ffc107;
}
.testimonial-card p {
  line-height: 1.875;
  margin: 1rem 0 0;
  color: #828282;
  font-size: 1rem;
}
.testimonial-card .content:after {
  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ebe7e7;
  position: absolute;
  bottom: -20px;
  left: 2rem;
}
.testimonial-info {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  margin-top: 2.5rem;
  padding-left: 2rem;
}
.testimonial-info figure img {
  border-radius: 50%;
  border: 3px solid #e1e1e1;
}
.testimonial-info a {
  font-size: 1.4375rem;
  font-weight: 500;
  display: block;
  color: var(--white);
  line-height: 1;
}

.slick-center .testimonial-card .content {
  border-color: transparent;
  box-shadow: 0px 3px 50px 0px rgb(0 0 0 / 8%);
}
.slick-center .testimonial-card .content .fa-quote-left {
  color: var(--theme-color);
}
.slick-center .testimonial-info figure img {
  border-color: var(--theme-color);
}

/* Begin: Instagram */

.instaSec {
  position: relative;
}

.instaIco {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 50%;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  width: 150px;
  height: 150px;
  background-color: var(--white);
  position: absolute;
  left: 50%;
  top: -75px;
  transform: translate(-50%);
  z-index: 1;
}
.instaIco i {
  font-size: 2rem;
  color: var(--black);
}
.instaCard {
  position: relative;
}
.instaCard .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  transform-origin: center;
  transform: scale(0);
  background-color: rgba(9, 31, 69, 0.3);
}
.instaCard a {
  font-size: 4rem;
  color: var(--white);
}
.instaCard:hover .content {
  transform: scale(1);
}

/* END: Instagram */

/* Begin: footer */
footer {
  background-color: var(--black);
  position: relative;
  padding-top: 6rem;
}
footer h3 {
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
footer .links,
footer .contInfo {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  /*gap: 0.75rem 0;*/
}
footer .contInfo {
  gap: 2rem 1rem;
}
footer .links li a {
  font-size: 1.0625rem;
  color: var(--white);
  text-transform: uppercase;
}
footer .contInfo li a {
  display: flex;
  align-items: flex-start;
  gap: 0 2rem;
  line-height: 1.5;
}
footer .contInfo li a i {
  font-size: 1rem;
  color: var(--white);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: var(--theme-color);
  width: 40px;
  height: 40px;
}
footer .contInfo li a span {
  display: block;
  text-transform: none;
  font-size: 1.125rem;
  color: var(--white);
  line-height: 1;
}
footer .contInfo li a strong {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  color: var(--white);
}
footer .links li a:hover,
footer .links li a:focus {
  color: var(--theme-color);
}
.payment {
  margin-top: 3rem;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white);
}
.payment img {
  display: block;
}
.copyRight {
  border-top: 1px solid rgb(225 225 225/18%);
  padding: 2em 0;
  margin-top: 2rem;
  align-items: center;
}
.copyRight p {
  font-size: 14px;
  color: var(--white);
  line-height: 1;
  margin: 0;
}
.footerSocial {
  display: flex;
  margin-top: 2rem;
  align-items: center;
  /* justify-content: center; */
  gap: 0 6px;
}
.footerSocial a {
  font-size: 1rem;
  color: var(--white);
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--white);
  width: 50px;
  height: 50px;
}
.footerSocial a:hover {
  background-color: var(--theme-color);
  color: var(--white);
  border-color: var(--theme-color);
}
.copyRight .links {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.copyRight .links li a {
  font-size: 14px;
  font-weight: 400;
  color: aliceblue;
  text-transform: unset;
  text-decoration: underline !important;
  line-height: 1;
}

.roleback {
  border-radius: 5px;
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: 1rem;
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color);
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 2rem;
  z-index: 1;
  right: 15rem;
}
.roleback:hover {
  background-color: var(--white);
  color: var(--theme-color);
}
/* END: footer */

/* ---------------------------------- */
.slide-vertical .char {
  overflow: hidden;
  color: transparent;
}
.slide-vertical .char:before,
.slide-vertical .char:after {
  visibility: visible;
  color: #fff;
  transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
  transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
}
.slide-vertical .char:before {
  color: var(--theme-color);
  transition-delay: calc(0.02s * (var(--char-index)));
}
.slide-vertical:hover .char:before {
  transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
}
.slide-vertical:hover .char:after {
  transition-delay: calc(0.02s * (var(--char-index)));
}
.slide-vertical .char:before {
  transform: translateY(-100%);
}
.slide-vertical:hover .char:before {
  transform: translateY(0%);
}
.slide-vertical:hover .char:after {
  transform: translateY(100%);
}

.portfolioSec a {
    display: block;
    margin-bottom: 1.875rem;
}

/* contactSec */
.contactSec {
  padding: 10rem 0;
}
.contactList {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contactList h2 {
  font-size: 3.875rem;
  font-family: "Oswald", sans-serif;
  color: var(--black);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.contactList p {
  color: #828282;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Montserrat";
  line-height: 1.5;
  margin: 0;
}

.contactList .infoList {
  display: flex;
  flex-direction: column;
  margin: 2rem 0 3rem;
  gap: 1.5rem;
}
.contactList .infoList li a {
  display: flex;
  align-items: center;
  color: var(--black);
  gap: 1rem;
  line-height: 1.4;
}
.contactList .infoList li a span {
  font-weight: 500;
  font-size: 14px;
}
.contactList .infoList li a span strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
}
.formWrap {
  background: #ffffff;
  padding: 1rem 3rem 3rem;
  box-shadow: 0px 3px 51px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  border-top: 4px solid var(--theme-color);
  margin: 0;
}

.formWrap .form-group {
  margin-bottom: 2rem;
}
.formWrap .form-group label {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0.5rem 1.2rem;
}
.formWrap .form-group .form-control {
  border: 1px solid #e0e0e0;
  border-radius: 100px;
  height: 4rem;
  background: transparent;
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  padding-left: 1.5rem;
}
.formWrap .form-group textarea.form-control {
  height: 160px;
  border-radius: 1rem;
  resize: none;
}
.formWrap .themeBtn {
  background: var(--theme-color);
  color: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1em 2em;
  text-align: center;
  color: var(--black);
  letter-spacing: 3px;
  text-decoration: none !important;
}
.formWrap .themeBtn:hover {
  transform: none;
  color: var(--theme-color);
  background-color: var(--black);
}
.contactList .infoList li a .fal {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7f7f7f;
    color: var(--white);
    border-radius: 100px;
    box-shadow: 0 0 0 6px rgb(127 127 127 / 20%);
}
.contactList .infoList li a:hover .fal {
    background: var(--theme-color);
    color: var(--white);
    box-shadow: 0 0 0 6px rgb(242 0 31 / 20%);
}