/*order Fonts*/
@font-face {
  font-family: "nexa-black";
  src: url("../fonts/Nexa-Black.otf");
}

@font-face {
  font-family: "nexa-bold";
  src: url("../fonts/Nexa-Bold.otf");
}

@font-face {
  font-family: "nexa-regular";
  src: url("../fonts/Nexa-Regular.otf");
}

:root {
  --secondary-color: rgb(255, 81, 82);
  --primary-color: rgb(32, 14, 50);
  --background-color: rgb(244, 244, 244);
  --inactivity: rgb(102, 102, 102);
  --text-black-color: #000;
  --text-white-color: #fff;
}

body {
  font-family: "nexa-regular" !important;
  color: var(--text-white-color);
}

a {
  text-decoration: none;
}

.container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#hero .row>* {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#hero .hero-img {
text-align: end;
}


.all-containers {
  max-width: 80%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: auto;
  margin-left: auto;
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  background-color: var(--primary-color);
  color: var(--text-white-color);
}

.py-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pink-text {
  color: var(--secondary-color);
}
.purple-text {
  color: var(--primary-color);
}
.animated {
  animation-duration: 2s !important;
}

.navbar-collapse {
  justify-content: flex-end !important;
}

/*** Button Start ***/
.btn.btn-connect {
  border-style: solid;
  border-color: var(--secondary-color);
  background-color: var(--text-white-color);
  color: var(--primary-color);
}

.btn.btn-connect:hover {
  margin-left: 5px;
  border-style: solid;
  border-color: var(--primary-color);
  background: var(--primary-color) !important;
  color: var(--text-white-color) !important;
}

.btn.btn-try,
.btn.btn-try-sec {
  margin-left: 5px;
  border-style: solid;
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--text-white-color);
}



.btn.btn-try-sec2 {
  margin-left: 5px;
  border-style: solid;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--text-white-color);
}


.btn.btn-try:hover {
  margin-left: 5px;
  border-style: solid;
  border-color: var(--primary-color);
  background: var(--primary-color) !important;
  color: var(--text-white-color) !important;
}

.btn.btn-try-sec2:hover {
  border-style: solid;
  border-color: var(--text-white-color);
  background: var(--text-white-color) !important;
  color: var(--primary-color) !important;
}

.btn.btn-try-sec:hover {
  border-style: solid;
  border-color: var(--primary-color);
  background: var(--text-white-color) !important;
  color: var(--secondary-color) !important;
}
#buttonContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 38px;
  height: 38px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  color: var(--secondary-color);
}

/*** Navbar Start ***/

.logo {
  margin-right: auto;
}

.logo img {
  max-width: 150px;
  height: auto;
}

.navbar .navbar-nav .nav-link {
  padding: 10px 12px;
  font-weight: bold;
  font-size: 16px;
  transition: 0.5s;
  color: var(--secondary-color);
}

.navbar .navbar-nav .nav-link:hover {
  color: var(--);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

#searchModal .modal-content {
  background-color: rgba(255, 255, 255, 0.95);
}

/*** Navbar End ***/

/*** Main Header Start ***/
/* Default styles for screens 991 pixels and above */
.container-fluid.main-header {
  background: url("../imgs/headerbg.png") no-repeat center;
  background-size: cover;
  padding: 100px 0;
  height: calc(100vh - 80px);
}

.main-header h1 {
  font-family: "nexa-black";
  color: var(--text-white-color);
}

.main-header p {
  font-size: 16px;
}

/*** Main Header End ***/
/*** Fact Start ***/
.order {
  justify-content: space-between;
}
.order h2 {
  color: var(--primary-color);
  font-family: "nexa-black";
}

.order p {
  color: var(--primary-color);
  font-family: "nexa-regular";
  font-size: 16px;
}

/** Featurs Section Start **/

.featurs-content h4 {
  color: var(--secondary-color);
  font-family: "nexa-black";
}
.featurs-content p {
  color: var(--primary-color);
  font-size: 16px;
}

.faqt-item {
  padding: 40px 15px;
  background-color: rgb(253, 232, 230);
  border-radius: 50px;
}

.faqt-item h2 {
  color: var(--secondary-color);
  font-family: "nexa-black";
}

.faqt-item p {
  font-size: 22px;
  color: var(--primary-color);
  font-family: "nexa-bold";
}
/** Featurs Section End **/

/*** service start ***/
.service .service-item {
  position: relative;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.service-content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  bottom: auto;
  background: var(--bs-primary);
  border-radius: 8px;
  transition: 1s;
}

.service-item:hover .service-content::after {
  height: 100%;
  opacity: 1;
}

.service-item .service-content-icon {
  position: relative;
  z-index: 2;
}

.service-item .service-content-icon i,
.service-item .service-content-icon p {
  transition: 1s;
}

.service-item:hover .service-content-icon i {
  color: var(--bs-dark) !important;
}

.service-item:hover .service-content-icon p {
  color: var(--bs-white);
}

/*** Services End ***/

/*** Youtube Video start ***/
.video {
  position: relative;
  height: 100%;
  min-height: 400px;
  background: linear-gradient(
      rgba(254, 218, 154, 0.1),
      rgba(254, 218, 154, 0.1)
    ),
    url(../imgs/videobg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 80px 80px 0;
  margin-bottom: 10px;
}

.video .btn-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-primary);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-white);
  border-radius: 50%;
  transition: all 200ms;
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--bs-dark);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal {
  z-index: 99999;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}

/*** Youtube Video End ***/
.our-clients h2 {
  font-family: "nexa-bold";
  color: var(--primary-color);
  padding-bottom: 3rem;
}
.our-clients h4 {
  font-family: "nexa-bold";
  color: var(--primary-color);
}

.clients {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel.owl-rtl .testimonial-item {
  direction: ltr !important;
}
/*** testimonial End ***/

/*** Contact start ***/
.contact-form {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

/*** Contact End ***/

/*** Footer Start ***/
.footer {
  padding-top: 2rem;
  background-color: var(--secondary-color);
}
.footer .footer-item a.text-body:hover {
  color: var(--bs-primary) !important;
}

.footer-item .logo img {
  max-width: 250px;
  height: auto;
}
.footer-item a {
  font-family: "nexa-black";
  color: var(--text-white-color);
  margin-bottom: 10px;
}
.footer-items {
  align-items: center;
}

.footer-img {
  max-width: 100%;
}
.footer-icon .btn.btn-primary {
  color: var(--secondary-color);
  background-color: var(--text-white-color);
}
.footer-icon .btn.btn-primary:hover {
  background: var(--primary-color) !important;
  color: var(--text-white-color) !important;
}
/*** Footer End ***/

.img-fluid {
  border-radius: 80px 0 0 80px;
}

/********************************  RESPONSIVE ********************************/
/*
Extra Small (XS):

Typically less than 576 pixels wide.
Targeted at smartphones in portrait orientation or small mobile devices.
Small (SM):

Ranges from 576 pixels to 768 pixels wide.
Targeted at smartphones in landscape orientation, small tablets, and larger mobile devices.
Medium (MD):

Ranges from 768 pixels to 992 pixels wide.
Targeted at tablets and larger mobile devices, as well as smaller desktop screens.
Large (LG):

Ranges from 992 pixels to 1200 pixels wide.
Targeted at larger desktop screens and laptops.
Extra Large (XL):

Typically greater than 1200 pixels wide.
Targeted at larger desktop screens, high-resolution displays, and widescreen monitors.

*/
@media screen and (max-width: 768px) {
  .all-containers {
      max-width: 90%;
  }
  .row {
      --bs-gutter-x: 0;
  }
}
@media screen and (max-width: 576px) {
  .all-containers {
    max-width: 90%;
}
  .py-6 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .faqt-item {
margin: 10px;
  }
  .faqt-item p {
    font-size: 20px;
      }
      #section-about-us .row {
        flex-direction: column-reverse ;
      }
      .footer-item .logo img {
        max-width: 180px;
        height: auto;
      }
}

@media screen and (max-width: 991px) {
  .btn.btn-try {
    margin-left: 0 !important;
    margin-top: 10px;
  }

  #section-about-us .row {
    flex-direction: column-reverse ;
  }
  .container-fluid.main-header {
    height: calc(100vh - 80px);
    background: url("../imgs/headerbghr.png") no-repeat center;
    background-size: cover;
  }

  .main-header h1 {
    font-size: 28px;
  }
  .faqt-item p {
    font-size: 18px;
    color: var(--primary-color);
    font-family: "nexa-bold";
  }
  .footer-item .logo img {
    max-width: 180px;
    height: auto;
  }
}


@media screen and (min-width: 992px) and (max-width: 1200px) {
  .all-containers {
    max-width: 90%;
}
  .footer-item .logo img {
    max-width: 200px;
    height: auto;
  }
  .main-header h1 {
    font-size: 32px;
  }
}


@media screen and (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
  }
}



#hero {
  width: 100%;
  padding: 0 0 0 0;
  background: url("../imgs/headerbgpurple.png") no-repeat center;
  background-size: cover;
  padding: 50px 0 0 0;

}

#hero h1 {
  margin: 0 0 15px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: var(--text-white-color);
  font-family: 'nexa-black';
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 22px;
}
.hero-img .img-fluid {
  border-radius: 0;
}

@media (max-width: 991px) {
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 40%;
  }
  #hero h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
  }
  
  #hero h2 {
    font-size: 16px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  #hero .hero-img {
    text-align: center;
  }
  
  #hero h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
  }
  
  #hero h2 {
    font-size: 16px;
  }
}


@media (max-width: 768px) {
  #hero {
    -moz-text-align-last: center;
    text-align-last: center;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 575px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: justify;
  }
  #hero .hero-img img {
    width: 60%;
  }
}