* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

section {
    /*background-image: url(../images/blackCar.jpg);*/
    background-position: left;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    background-image: linear-gradient(264deg, #231557 0%, #2c041f 29%, #4e051d 67%, #1d1148 100%);
}
::-moz-selection {
    background: rgba(41,0,30,.15)
}

::selection {
    background: rgba(41,0,30,.15)
}

::-webkit-scrollbar {
    width: 0.4125rem;
    height: 0.3125rem
}

::-webkit-scrollbar-track {
    background: #111521db
}

::-webkit-scrollbar-thumb {
    background-color: #920031
}
@media (max-width: 767px) {
  section {
    padding-bottom: 30px;
  }
}
section:first-child {
    position: relative;
    /*background: #ffdf2b;*/
    background-image: linear-gradient(264deg, #755e1d 0%, #9b7b38 29%, #deb361 67%, #c09b4d 100%);
}
@media (max-width: 992px) {
  section:first-child {
    padding-bottom: 0;
  }
}
section:nth-child(4) {
  background-position-y: bottom;
  padding-bottom: 0;
}
section:nth-child(6) {
  background-image: url(../images/banner.jpg);
  position: relative;
  background-position-x: right;
  background-position-y: top;
  background-size: 1619px;
  position: relative;
}
section:nth-child(6)::before {
  content: "";
  background-color: rgba(34, 35, 68, 0.8901960784);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(1, 1);
}
section:nth-child(6) div {
  z-index: 2;
}
section:nth-child(7) {
  background: #141927;
}
section:nth-child(9) {
  position: relative;
  padding-bottom: 0;
}

.container {
  /*max-width: 1200px;*/
  margin: 0 auto;
}

h1 {
  font-size: clamp(40px, 6vw, 63px);
}

h2 {
  font-size: clamp(35px, 4vw, 42px);
}

p {
  font-size: clamp(20px, 3vw, 28px);
  color: #fff;
}

.cardDesk {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  min-height: 234px;
  width: 248px;
  /*background: rgba(255, 255, 255, 0.0980392157);*/
background : rgb(0 0 0 / 45%);
  position: relative;
  padding: 50px 10px 30px 10px;
}
.card figure {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 63px;
}
.card div {
  text-align: center;
}
.card div img {
  max-width: 100%;
  max-height: 100px;
  height: 100%;
  width: auto;
  margin: 0 0 10px 0;
  flex-grow: 1;
}
.card div p {
  font-size: 22.3px;
  margin-bottom: 10px;
  flex-grow: 1;
}

video {
  max-height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  video {
    height: 100%;
    max-height: unset;
  }
}

.video {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: rgba(20, 25, 39, 0.831372549);
}
@media (max-width: 992px) {
  .video {
    height: 97%;
  }
}
.video h1 {
  font-size: clamp(80px, 12vw, 142px);
  font-weight: 700;
  color: #fff;
}
.video h1 span {
  color: #ffdf2b;
}
.video img {
  width: 70%;
  max-width: 500px;
  height: auto;
}

.problem {
  text-align: center;
}
.problem h1 {
  color: #fff;
  padding: 116px 0 40px 0;
}
@media (max-width: 992px) {
  .problem h1 {
    padding: 20px 0 40px 0;
  }
}
.problem .depend {
  background: rgba(255, 255, 255, 0.0431372549);
  max-width: 793px;
  margin: 0 auto 50px auto;
  padding: 30px 10px;
  position: relative;
}
.problem .depend p {
  font-size: clamp(18px, 3vw, 26.2px);
  color: #ffdf2b;
  max-width: 577px;
  margin: 0 auto;
}
.problem .depend .hr {
  border-top: 4px solid #ffdf2b;
  border-color: #ffdf2b;
  width: 57%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -2px);
}
.problem .no1 {
  margin: 35px 0 100px 0;
}
.problem .no1 p span {
  color: #ffdf2b;
}
    .problem .no1 > div {
        max-width: 869px;
        padding: 8px;
        background: #6e298b59;
        margin: 0 auto;
        position: relative;
        margin-top: 35px;
    }
.problem .no1 > div p {
  color: #ffbffa !important;
  font-style: italic;
  margin-bottom: 0;
  font-size: 24px;
  padding-left: 67px;
}
.problem .no1 > div p span {
  color: #ffbffa !important;
}
.problem .no1 > div p b {
  color: #fff;
  font-style: normal;
}
.problem .no1 > div p b em {
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px) {
  .problem .no1 > div p {
    padding-left: 0;
  }
  .problem .no1 > div p span {
    display: block;
  }
}
.problem .no1 > div .no {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    background: #bf0000;
    width: 62.77px;
    height: 57px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
@media (max-width: 767px) {
  .problem .no1 > div .no {
    display: none;
  }
}

.prblemTab {
  max-width: 1137px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.0431372549);
  padding: 120px 20px;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .prblemTab {
    padding: 110px 15px 60px 15px;
  }
}
.prblemTab .theProblem {
  background: #a70404;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: 0;
  max-width: 76px;
  height: 100%;
  font-size: clamp(25px, 5vw, 55px);
  font-weight: bolder;
  writing-mode: vertical-lr;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media (max-width: 992px) {
  .prblemTab .theProblem {
    transform: rotate(0deg);
    writing-mode: unset;
    max-width: unset;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.prblemTab .cardDesk {
  margin-left: 56px;
  gap: 50px;
}
@media (max-width: 992px) {
  .prblemTab .cardDesk {
    margin-left: 0;
  }
}

.leadr {
  text-align: center;
}
.leadr p {
  margin-bottom: 10px;
  font-style: italic;
}
.leadr p span {
  color: #ffbffa;
}
.leadr h2 {
  color: #fff;
  font-style: italic;
  border-bottom: 5px solid #f39c00;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding-bottom: 10px;
}
.leadr h2 span {
  color: #ffdf2b;
}
.leadr img {
  width: 175px;
  height: auto;
  padding-bottom: 10px;
}

.leadrTab {
  padding: 40px 15px;
  max-width: 1137px;
  margin: 60px auto 0 auto;
  background: rgba(255, 255, 255, 0.0431372549);
  position: relative;
  min-height: 474px;
}
@media (max-width: 992px) {
  .leadrTab {
    padding-top: 103px;
  }
}
@media (max-width: 767px) {
  .leadrTab {
    padding-top: 70px;
  }
}
.leadrTab h2 {
  font-size: clamp(38px, 5vw, 59px);
  font-weight: 700;
}
.leadrTab .theSolution {
    background: #a57b04;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 76px;
    height: 100%;
    font-size: clamp(25px, 5vw, 55px);
    font-weight: bolder;
    writing-mode: vertical-lr;
    text-align: center;
    color: rgb(255, 255, 255);
}
@media (max-width: 992px) {
  .leadrTab .theSolution {
    transform: rotate(0deg);
    writing-mode: unset;
    max-width: unset;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.leadrTab .cardDesk {
  margin-top: 60px;
  gap: 10px;
  margin-right: 76px;
}
@media (max-width: 992px) {
  .leadrTab .cardDesk {
    margin-right: 0;
  }
}
.leadrTab .cardDesk .card {
  padding: 50px 10px 20px 10px;
}
.leadrTab .cardDesk .card img {
  margin-bottom: 40px;
}
.leadrTab .cardDesk .card p {
  font-size: 18px;
  font-weight: 700;
}

.callUs {
    background: #b1004b;
    padding: 20px 0;
    text-align: center;
}
.callUs p {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .callUs p span {
    display: block;
  }
}
.callUs p img {
  width: 32px;
  height: auto;
}
.callUs p a {
  text-decoration: none;
  color: #fff;
}

.banner {
  margin-top: 100px;
}
.banner h1 {
  font-size: clamp(60px, 6vw, 104px);
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 700;
}
.banner p {
  color: #ffbffa;
}
.banner span {
  display: block;
  width: 153px;
  height: 5px;
  background: #ffdf2b;
}
@media (max-width: 767px) {
  .banner {
    margin-top: 50px;
    text-align: center;
  }
  .banner span {
    margin: auto;
  }
}
.banner.leadr {
  text-align: left;
}
@media (max-width: 767px) {
  .banner.leadr {
    text-align: center;
  }
}
.banner.leadr h1 {
  color: #fff;
}
.banner.leadr h1 span {
  color: #ffdf2b;
  display: inline;
  background: none;
}
.banner.leadr img {
  width: 250px;
}
.banner.packages p {
  color: #fff;
}

.bannerTab {
  display: flex;
  gap: 60px;
  padding-top: 80px;
}
.bannerTab .phone {
  margin-left: -50px;
  width: 300px;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
@media (max-width: 1300px) {
  .bannerTab .phone {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .bannerTab .phone {
    display: none;
  }
}
.bannerTab .phone img {
  width: 300px;
  height: auto;
}
.bannerTab .phone h1 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bannerTab .phone h1 span {
  color: #ffdf2b;
}
.bannerTab .phone .leadrImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
}
.bannerTab .content div {
  margin-bottom: 30px;
}
.bannerTab .content h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 2px;
}
.bannerTab .content p {
  font-size: 17px;
  color: #ffbffa;
  margin-bottom: 10px;
}
.bannerTab .content p span {
  font-weight: 700;
  color: #ffdf2b;
}
@media (max-width: 767px) {
  .bannerTab {
    flex-wrap: wrap;
    gap: unset;
  }
  .bannerTab .content {
    text-align: center;
  }
}
.bannerTab.webPage {
  justify-content: center;
  max-width: 1005px;
  margin: 50px auto 0 auto;
}
@media (max-width: 767px) {
  .bannerTab.webPage {
    margin-top: 0;
  }
}

.laptop {
  text-align: center;
  margin-top: 80px;
  position: relative;
}
.laptop img {
  max-width: 587px;
  width: 100%;
  height: auto;
}
.laptop .leadrImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
  width: 60%;
  max-width: 300px;
}

.bannerTab.leader {
  gap: unset;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .bannerTab.leader {
    flex-wrap: wrap-reverse;
    gap: 40px;
    justify-content: center;
  }
}
.bannerTab.leader .grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(139px, 1fr));
  grid-gap: 20px;
}
@media (max-width: 992px) {
  .bannerTab.leader .grid {
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    grid-gap: 15px;
  }
}
@media (max-width: 767px) {
  .bannerTab.leader .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 15px;
  }
}
.bannerTab.leader .grid a {
  width: 139px;
  height: 139px;
}
@media (max-width: 992px) {
  .bannerTab.leader .grid a {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .bannerTab.leader .grid a {
    width: 100%;
    height: 100%;
  }
}
.bannerTab.leader .grid a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.bannerTab.leader .gridRight {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media (max-width: 767px) {
  .bannerTab.leader .gridRight > img {
    display: none;
  }
}
.bannerTab.leader .gridRight img {
  max-width: 328px;
}
@media (max-width: 992px) {
  .bannerTab.leader .gridRight img {
    max-width: 220px;
  }
}
.bannerTab.leader .gridRight .leadrImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 190px;
}
.bannerTab.leader .gridRight a img {
  max-width: 200px;
}
@media (max-width: 767px) {
  .bannerTab.leader .gridRight a img {
    max-width: 100%;
    width: 100%;
  }
}

.addCompany {
  max-width: 1400px;
  padding: 40px 10px 70px 10px;
  background: #fff;
  text-align: center;
  position: relative;
  margin-top: 80px;
  margin-bottom: -50px;
}
.addCompany span {
  font-size: 44px;
  font-weight: 700;
  background: #7d0404;
  padding: 0 25px;
  color: #fff;
}
.addCompany p {
  font-size: 20px;
  color: #000;
  font-style: italic;
  margin-bottom: 0;
}
.addCompany .qna {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  text-align: start;
}
@media (max-width: 767px) {
  .addCompany .qna {
    flex-direction: column;
    text-align: center;
  }
}
.addCompany button {
  padding: 5px 25px;
  background: #000;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  border-radius: 0;
}
@media (max-width: 340px) {
  .addCompany button {
    padding: 5px 20px;
  }
}
.addCompany em {
  display: block;
  height: 4px;
  max-width: 450px;
  width: 70%;
  background: #7d0404;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.packages {
  position: relative;
  gap: 20px;
}
.packages.cardDesk {
  margin-top: 60px;
}
.packages .card {
  width: 100%;
  max-width: 22%;
  border-radius: 4px;
  background: #fff;
  padding: 30px 10px 50px 10px;
}
.packages .card .card-body {
  padding: 0;
}
.packages .card .card-body p {
  font-size: 18px;
  color: #23243f;
  font-weight: 600;
}
.packages .card .card-body h6 {
  font-size: 23px;
  color: rgba(35, 36, 63, 0.6588235294);
  font-weight: 600;
  margin-bottom: 13px;
}
.packages .card .card-body h5 {
  font-size: 25px;
  color: #fff;
  background: rgba(32, 33, 63, 0.9882352941);
  padding: 7px;
  max-width: 246px;
  margin: 30px auto;
  border-radius: 40px;
}
.packages .card .card-body h4 {
  font-size: 20px;
  color: #23243f;
  font-weight: 600;
}
.packages .card .card-footer {
  padding: 10px 0 0 0;
  background: transparent;
  border-top: 1px solid #000;
  margin-top: 30px;
}
.packages .card .card-footer p {
  font-size: 14px;
  color: #232441;
}
.packages .card:nth-child(2) {
  background: #ffdf2b;
}
@media (max-width: 1040px) {
  .packages .card {
    max-width: 48%;
  }
}
@media (max-width: 767px) {
  .packages .card {
    max-width: 390px;
  }
}

.quote {
  text-align: center;
  padding: 90px 0 50px 0;
}
.quote img {
  max-width: 55px;
  margin-bottom: 25px;
}
.quote p {
  font-size: 25px;
  margin-bottom: 0;
  margin-bottom: 4px;
}
.quote h5 {
  margin-bottom: 25px;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
}
.quote h5 span, .quote h5 a {
  color: #ffdf2b;
}
.quote h6 {
  color: #ffdf2b;
  font-weight: normal;
  font-size: 17.5px;
  letter-spacing: 0.15em;
}

.allAboutText {
  margin-top: 60px;
}
.allAboutText p {
  font-size: 21px;
  color: #ffbffa;
  margin-bottom: 25px;
}
.allAboutText p span {
  color: #fff;
  font-weight: 700;
}
.allAboutText .row {
  margin: 120px 0 150px 0;
}
.allAboutText .row img {
  height: 100%;
  max-height: 185px;
  width: auto;
}
@media (max-width: 767px) {
  .allAboutText .row {
    gap: 30px;
  }
  .allAboutText .row img {
    width: 31%;
    height: auto;
  }
}
.allAboutText .row h2 {
  color: #fff;
}
.allAboutText .row .card {
  padding: 15px 10px 0 10px;
  background: rgba(205, 205, 205, 0.1803921569);
  width: 100%;
  margin-top: 20px;
  border-radius: 10px;
}
.allAboutText .row .card h6 {
  color: #cbc51b;
  font-size: 21px;
  margin-top: auto;
  font-weight: normal;
}
@media (max-width: 767px) {
  .allAboutText .row {
    text-align: start;
  }
}
@media (max-width: 767px) {
  .allAboutText {
    text-align: center;
  }
}

.contactUs {
  padding-top: 60px;
  padding-bottom: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .contactUs {
    flex-wrap: wrap;
  }
}
.contactUs h3 {
  font-size: 32px;
  color: #fff;
}
.contactUs .contactLeft ul {
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 50px;
}
.contactUs .contactLeft ul li {
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
}
.contactUs .contactLeft ul li img {
  width: 100%;
  max-width: 25px;
  height: auto;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}
.contactUs .contactLeft ul li a {
  font-size: 16.6px;
  color: #fff;
  text-decoration: none;
}
.contactUs .contactLeft div {
  margin-bottom: 25px;
  max-width: 404px;
}
.contactUs .contactLeft div span {
  color: #ffdf2b;
  font-size: 18.6px;
}
.contactUs .contactLeft div p {
  font-size: 18.6px;
}
.contactUs .contactRight {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contactUs .contactRight .leadrImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 190px;
}
.contactUs .contactRight img {
  max-width: 260px;
  width: 100%;
  height: auto;
}
.contactUs .contactRight a {
  display: block;
  margin: auto;
}
.contactUs .contactRight a img img {
  max-width: 250px;
}

.footer {
    padding: 0 15px;
    /*max-width: 1377px;*/
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #131e3d;
    background-image: linear-gradient(264deg, #755e1d 0%, #9b7b38 29%, #deb361 67%, #c09b4d 100%);
    position: absolute;
    /*bottom: 0;*/
    left: 50%;
    transform: translate(-50%, 0);
}
.footer p {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}

.toggle-container {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 99999;
}
.toggle-container .theme-btn {
  width: 6em;
  height: 6em;
  padding: 0.5em;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.toggle-container .theme-btn img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.toggle-container.light {
  display: none;
}
.toggle-container.dark {
  display: none;
}
.toggle-container.light {
  display: block;
}/*# sourceMappingURL=style.css.map */