.container {
  max-width: 1138px;
}
.header {
  padding-block: 22px;
  position: sticky;
  top: 0;
  z-index: 3;
  transition: 0.4s;
}
.header .logo {
  width: 219px;
  height: 56px;
}
.header .logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s;
}
.header.scrolling {
  background-color: #000;
  box-shadow: 0 30px 40px -30px rgba(0, 0, 0, 0.4);
}
.header.main {
  background-color: var(--main-color);
}
.header.main .logo .orange-logo {
  opacity: 0;
}
.header.main .header-opt-main-right .btn-header {
  background: #000 !important;
}
.header.main .header-opt-main-right .btn-header:before {
  background-color: #fff;
}
.header.main .header-opt-main-right .btn-header:hover span {
  color: #000;
}
.header.main .header-menu .current_page_item a,
.header.main .header-menu a:hover {
  color: #000;
}

/* #transparent header */
.header.transparent {
  background-color: #f4f4f4;
}
.header.transparent .logo .orange-logo {
  opacity: 1;
}
.header.transparent .header-opt-main-right .btn-header {
  background: var(--main-color) !important;
}
.header.transparent .header-opt-main-right .btn-header:before {
  background-color: #000;
}
.header.transparent .header-opt-main-right .btn-header:hover span {
  color: #fff;
}
.header.transparent .header-menu a {
  color: #000;
}
.header.transparent .header-menu .current_page_item a,
.header.transparent .header-menu a:hover {
  color: var(--main-color);
}

.header .header-menu .current_page_item a,
.header .header-menu a:hover {
  color: var(--main-color);
}
.header .header-menu .current_page_item a {
  font-weight: bold;
}
.header .header-menu a {
  font-size: 12px;
  transition: 0.4s;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.header .header-menu {
  gap: 24px;
}
.btn-4 {
  background-color: var(--main-color);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  text-transform: uppercase;
  padding: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 40px;
  border: 0;
}
.btn-4:before {
  --tilt: 1.2rem;
  background: var(--secondary-color);
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - var(--tilt)) 0,
    100% 100%,
    0 100%
  );
  clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 100%, 0 100%);
  content: "";
  display: block;
  height: 100%;
  left: calc(-100% - var(--tilt));
  position: absolute;
  top: 0;
  transform: translateX(var(--progress, 0));
  transition: transform 0.4s ease;
  width: calc(100% + var(--tilt));
}
.btn-4:hover:before {
  --progress: 100%;
}
.btn-4 span {
  transition: 0.4s;
  z-index: 1;
}
.header-menu li {
  position: relative;
}
.header-menu li ul:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  background: url("../image/poly.svg") no-repeat;
  height: 18px;
  background-size: 18px 15px;
}
.header-menu li ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: calc(100% + 7px);
  background: #fff;
  max-width: 200px;
  padding-block: 15px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
  box-shadow: 0 30px 40px -30px rgba(0, 0, 0, 0.1);
}
.header-menu li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  pointer-events: inherit;
}
.header-menu li ul a {
  display: block;
  color: #000 !important;
  transition: 0.4s;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 13px;
  white-space: nowrap;
  min-width: 110px;
}
.header-menu li ul a:hover {
  background: var(--main-color);
  color: #fff !important;
}
.landing-section {
  height: 780px;
  padding-top: 100px;
}

.after-header {
  margin-top: -100px;
}
.land-tt {
  font-size: 110px;
}
.land-tt span {
  color: var(--main-color);
}
.landing-section .right {
  padding-bottom: 89px;
}
.landing-section .um {
  width: 120%;
  height: auto;
  top: inherit;
  bottom: 0;
  z-index: 2;
}
.landing-section .right {
  align-self: end;
}
.cut-1, .cut-2 {
  clip: rect(0px,250px,540px,0px);
  position: absolute;
  bottom: 100%;
  left: -20px;
  transition: .6s;
  opacity: 0;
  z-index: -1;
  
}
.cut-2 {
  clip: rect(0px,530px,540px,250px);
  left: auto;
  right: -100px;
}
.landing-section.active .cut-1,
.landing-section.active .cut-2{
  opacity: 1;
  z-index: 1;
}
.landing-section.active-2 .cut-1{
  left: 50px;
}
.landing-section.active-2 .cut-2 {
  right: 10px;
}
.span-inside span {
  color: var(--main-color);
}

.section-title-32 {
  font-size: 32px;
  font-weight: 600;
}
.section-title-32 span,
.section-title-48 span {
  color: var(--main-color);
}
.section-title-48 {
  font-size: 48px;
  text-transform: capitalize;
}
.gray {
  color: #343434;
}
.acc-head {
  padding: 10px 30px;
  gap: 10px;
}
.acc-head i {
  width: 34px;
  height: 34px;
  position: relative;
  flex-shrink: 0;
}
.acc-head.active i {
  transform: rotate(360deg);
}
.acc-head.active i:before {
  content: "\f068";
}
/* .accs-item.active {
      
  } */
.acc-head.active ~ .acc-body {
  background-color: #000;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

[ticker] .item {
  height: 60px;
  display: inline-block;
  margin-left: 40px;
}

[ticker] .item figure {
  display: flex;
  height: 60px;
}
.vid-sec video, .video-parr {
  /* height: 700px; */
  /* z-index: -1; */
}
.vid-sec video {
  /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.above-parralax {
  /* position: relative; */
  /* z-index: 1; */

  /* background-color: #F4F4F4; */
}
.supp-item {
  border-radius: 10px;
}
.supp-item .group {
  opacity: 0.7;
}
.supp-item .lbl {
  height: 27px;
  color: #fff;
  border-radius: 3px;
  padding-inline: 10px;
}
.supply-slider-box {
  /* height:220px; */
  overflow: hidden;
}

.supply-slider .swiper-slide,
.supply-slider {
  /* height: 100px!important; */
}
.supply-slider .swiper-slide-active .tt {
  font-size: 28px;
}
.supply-slider .swiper-slide-active .dd {
  font-size: 14px;
  margin-top: 4px;
}
.supp-num {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  stroke-width: 0.5px;
  border: 0.5px solid #c0c0c0;
  border-radius: 50%;
  /* position: relative; */
  transform: translateY(15px);
  background: #f4f4f4;
  z-index: 1;
}
.supply-slider .swiper-slide-active .supp-num {
  opacity: 1;
  background: var(--main-color);
  color: #fff;
  border-color: transparent;
  transform: translateY(0);
}

.swiper-slide-item {
  position: relative;
  height: 100%;
}
.supply-slider .swiper-slide-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 23px;
  width: 0.5px;
  height: 100%;
  background: #c0c0c0;
}
.supply-slider .swiper-slide:first-of-type .swiper-slide-item:before {
  height: 50%;
  top: calc(50%);
}
.supply-slider .swiper-slide:last-of-type .swiper-slide-item:before {
  height: 50%;
}
.supply-slider .swiper-slide-active .group {
  opacity: 1;
}
.supp-item {
  flex: 1;
}
.supply-slider .swiper-slide-active .supp-item {
  padding: 10px 35px 20px 20px;
  background: #fff;
}
.supply .left {
  width: 570px;
  overflow: hidden;
}
.supply .right {
  flex: 1;
}
.supply .right .supp-big-slider .supp-big-item {
  width: 100%;
  padding-inline-start: 100px;
}
.supply-slider-box {
  height: 700px;
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
}
.supply-slider .swiper-slide {
  /* height: 138px!important; */
  /* top: -200px; */
}

.supp-item .lbl {
  opacity: 0;
}
.supply-slider .swiper-slide-active .supp-item .lbl {
  opacity: 1;
  margin-bottom: 7px;
}
.hover-zoom .img {
  transition: 0.4s;
}
.hover-zoom .fig {
  overflow: hidden;
  display: flex;
}
.hover-zoom:hover .img {
  transform: scale(1.1);
}
.orange-lbl {
  height: 27px;
  padding-inline: 10px;
  background: var(--main-color);
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.section-title-30 {
  font-size: 30px;
}
.supp-big-slider .swiper-slide {
  background: #f4f4f4;
}
.numbers-section {
  background: url(../image/poly.png) no-repeat;
  padding: 40px 0;
  background-size: 100% 100% !important;
}
.numbers-section .item .tt {
  font-size: 80px;
  font-weight: bold;
}
.stra-section {
  background-image: url(../image/stra.jpg);
  padding-block: 184px 150px;
  margin-top: -60px;
}
.section-title-48.white span,
.section-title-32.white span {
  color: #000;
}
.section-title-32 span.main-color {
  color: var(--main-color);
}
.stra-section .box {
  gap: 60px;
}
.stra-section .box .tt {
  font-size: 130px;
  line-height: 1;
}
.map-section {
  padding-block: 170px 120px;
  position: relative;
  z-index: 1;
}
.map-section .right .t1 {
  width: 70%;
}
.map-section .left .item {
  width: 176px;
  border-radius: 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 10px;
  z-index: 1;
  background: #fff;
  justify-content: center;
  position: absolute;
  transition: 0.4s;
  height: 50px;
  left: 0;
  right: 0;
}
.map-section .left .item:before {
  content: "";
  position: absolute;
  top: -8px;
  background: var(--main-color);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  transition: 0.4s;
}
.map-section .left {
  min-width: 740px;
}
.map-section .left .up {
  left: 100px;
  right: 0;
  top: -25px;
  margin: auto;
}
.map-section .left .up:before {
  transform: scale(1.8) translateX(2px);
  top: calc(100% + 5px);
}
.map-section .left .dubai {
  top: -62px;
  bottom: 0;
  margin: auto;
  left: -345px;
}
.map-section .left > img,
.map-section .left {
  height: 469px;
}
.map-section .left .item .tt {
  text-transform: uppercase;
  margin-bottom: 2px;
}
.map-section {
  overflow: hidden;
}
.map-section .left .usa {
  bottom: 75px;
  margin: auto;
  left: 255px;
}
.map-section .left .usa2 {
  bottom: 14px;
  margin: auto;
  right: 0;
  left: -247px;
}
.map-section .left .pop {
  position: absolute;
  top: 100%;
  left: -20%;
  right: 0;
  margin: auto;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
  padding: 30px 15px;
  width: 244px;
  transition: 0.4s;
  cursor: default;
  visibility: hidden;
  opacity: 0;
}
.map-section .left .usa2 .pop {
  top: auto;
  bottom: 100%;
}
.map-section .left .pop .in i {
  width: 10px;
}
.map-section .left .item:hover .pop {
  opacity: 1;
  visibility: visible;
}
.btn-4.white {
  background: #fff;
  color: #000;
}
.btn-4.white:hover span {
  color: #fff;
}
.review-item .upper {
  background: #fff;
  border-radius: 12px;
  box-shadow: 8px 4px 80px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 10px 20px 30px;
}
.review-item .upper:after {
  content: "";
  background: url(../image/rev.svg) no-repeat;
  width: 41px;
  height: 29px;
  display: block;
  position: absolute;
  top: calc(100% - 5px);
  margin-inline-start: 30px;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.source-section .title,
.source2-section .title {
  font-size: 110px;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
}
.footer {
  background: linear-gradient(102deg, #282828 -32.68%, #000 91.84%);
  padding: 56px 0;
  position: relative;
  z-index: 1;
}
.foot-col ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.foot-col ul a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  transition: 0.4s;
  padding-block: 4px;
}
.foot-col ul a:hover {
  color: var(--main-color);
}
.foot-col {
  max-width: 20%;
}
.footer .box {
  border-bottom: 1px solid #cacaca80;
}
.social-box a {
  color: #fff;
  transition: 0.4s;
}
.social-box a:hover {
  color: var(--main-color);
}
.banner-tt {
  font-size: 48px;
  line-height: 1.3;
}
.w-180 {
  width: 180px;
}
.banner-section {
  height: 680px;
}
.lbl-item p {
  font-weight: 800;
  font-size: 100px;
}
.lbl-section {
  background: url(../image/lbl.png) no-repeat;
  padding-block: 130px 80px;
}
.history-section {
  background: url(../image/history.jpg) no-repeat;
  padding-block: 120px;
}
.lbl-title {
  font-size: 70px;
}
.lbl-slider,
.lbl-slider .swiper-slide {
  height: 120px !important;
}
.his-item .y1 {
  font-size: 36px;
  transition: 0.4s;
}

.his-item .year {
  writing-mode: tb;
  transform: scale(-1);
  height: 122px;
}
.his-item .point {
  width: 11px;
  height: 11px;
  display: block;
}
.swiper-slide-active .his-item .point,
.point-bb {
  width: 47px;
  height: 47px;
}
.history-slider .swiper-slide > * {
  width: 282px !important;
  transform: translateX(120px);
}
.history-slider .head {
  align-items: flex-start;
  height: 184px;
}
.point-bb {
  display: flex;
  align-items: center;
}
.history-slider .head .year {
  margin-left: -15px;
}
.history-slider .swiper-slide {
  justify-content: center;
  display: flex;
}
.history-section .bar {
  position: absolute;
  top: 180px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.swiper-slide-active .his-item .y1 {
  font-size: 48px;
}
.his-arrows {
  gap: 130px;
  font-size: 20px;
}
.his-arrows > * {
  cursor: pointer;
  transition: 0.4s;
  top: 25px;
  position: relative;
  z-index: 2;
}
.his-arrows > *:hover {
  color: var(--main-color);
}
.as-1 {
  aspect-ratio: 1/1;
}
.span-line {
  display: block;
  width: 15px;
  height: 1px;
  background: #fff;
}
.lead-item .full-el {
  transition: 0.4s;
  background: #ee4127cc;
  padding: 50px 18px 10px 18px;
  opacity: 0;
}
.lead-item:hover .full-el {
  opacity: 1;
}
.bg-dark {
  background: #1f1f1f;
}
.section-title-48.dark {
  color: #fff;
}
.contact-banner-section {
  height: auto;
  padding-block: 170px 110px;
}
.form-control::placeholder,
.form-control-2::placeholder {
  color: #fff6;
}
.form-control,
.form-control-2 {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff8a;
  color: #fff;
  font-size: 12px;
  width: 100%;
  padding: 8px 0 8px 0;
}
.form-box {
  text-align: left;
}
.form-place {
  padding: 70px 35px;
}
.form-place .form-box {
  row-gap: 60px;
}

.iti__selected-flag {
  padding-left: 0;
}
.iti__arrow {
  border-top-color: #fff;
}
.iti__flag {
  width: 10px;
  height: 10px !important;
  border-radius: 50%;
}

.form-box [type="radio"]:checked,
.form-box [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.form-box [type="radio"]:checked + label,
.form-box [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #fff;
}
.form-box [type="radio"]:checked + label:before,
.form-box [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 100%;
  background: transparent;
}
.form-box [type="radio"]:checked + label:after,
.form-box [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ffffff;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-box [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.form-box [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.radio-box p label {
  font-size: 12px;
}
.all-form .left-form .img {
  height: 547px;
}

.ui-datepicker-header {
  background-color: transparent;
  color: var(--main-color);
  text-align: center;
  padding: 10px;
  height: 40px;
  border-radius: 8px 8px 0px 0px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}

.ui-datepicker-prev:after {
  content: "<";
  font-size: 2rem;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}

.ui-datepicker-next:after {
  content: ">";
  float: right;
  font-size: 2rem;
  margin-right: 10px;
  cursor: pointer;
}
.ui-datepicker-calendar th {
  padding: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.ui-datepicker-calendar {
  text-align: center;
  margin: 0 auto;
  padding: 8px;
}

.ui-datepicker-title {
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.ui-datepicker-calendar td {
  padding: 16px 0px;
}

.ui-datepicker-calendar .ui-state-default {
  text-decoration: none;
  color: #d3d3d3;
}

.ui-datepicker-calendar .ui-state-active {
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  background: var(--main-color);
  border-radius: 30px;
  align-items: center;
}
.prefer-section .left {
  background: #202020;
}
td.ui-datepicker-week-end.ui-datepicker-current-day,
td.ui-datepicker-current-day {
  padding: 10px 0 !important;
}
.ui-datepicker-next,
.ui-datepicker-prev {
  position: absolute;
  right: 0;
  left: 210px;
  margin: auto;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 64px;
}
.ui-datepicker-prev {
  left: 0;
  right: 210px;
}
.ui-datepicker-next:after,
.ui-datepicker-prev:after {
  content: "\f053";
  font-family: "font awesome 6 free";
  font-weight: bold;
  font-size: 16px;
}
.ui-datepicker-next:after {
  content: "\f054";
}
.prefer-section .left {
  padding-block: 50px 45px;
}
.ui-datepicker-calendar {
  margin-top: 20px;
  width: 100%;
}
.white-form .frm-lbl {
  color: #000;
}
.form-control-2 {
  border-bottom-color: #000;
  color: #000;
}
.form-control-2::placeholder {
  color: #aaa;
}
select option {
  color: #000;
}
.form-note {
  color: #aaa;
}
.prefer-section .right {
  padding: 35px 45px;
}
.next-section {
  background: url(../image/next.jpg) no-repeat;
}
.next-section .nn {
  font-size: 64px;
  line-height: 1;
}
.next-section .cntnt {
}
.banner-after-header-section {
  padding-top: 170px;
  padding-bottom: 70px;
}
.tabs-section {
  padding-block: 35px;
}
.tabs-section button {
  border-radius: 30px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  transition: 0.4s;
  min-width: 145px;
  height: 35px;
  padding-inline: 8px;
  cursor: pointer;
  background: transparent;
}
.tabs-section button.active,
.tabs-section button:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
.tabs-section button.active {
  font-weight: 600;
}
.tabs-wrap-section .acc-head {
  padding: 22px 65px;
}
.tabs-wrap-section .acc-head.active ~ .acc-body {
  background: transparent !important;
}
.tabs-wrap-section .acc-body .acc- {
  color: #5f5f5f;
  padding: 20px 65px 10px 65px;
}
.tabs-wrap-section .acc-head:not(.active) i {
  background: #4a4a4a;
}
.banner-after-30-header-section {
  padding-top: 135px;
  padding-bottom: 90px;
}
.sub-input::placeholder {
  opacity: 00.8;
  color: #fff;
}
.sub-input {
  background: transparent;
  border: 0.5px solid rgb(255 255 255);
  height: 45px;
  padding: 14px;
  font-size: 14px;
  color: #fff;
  width: 250px;
}
.sub-submit span {
  font-size: 12px;
}
.sub-submit {
  height: 45px;
}
.dark-2 {
  background-color: #0b0c0c;
}
.ggg {
  color: #dfdfdf;
}
.small-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: var(--main-color);
  border-radius: 50%;
}
.behind-section .left {
  padding: 100px 40px 10px 40px;
}
.box-item .tt {
  height: 42px;
}
.bbb {
  color: #353535;
}
.breadcrumb {
  font-size: 12px;
}
.blogs-inner-banner-section,
.small-banner {
  padding-bottom: 40px;
}
.social-2-box a {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 0.5px solid #8e8e8e;
  transition: 0.4s;
}
.gray-21 {
  color: #8e8e8e;
}
.social-2-box a:hover {
  transform: rotate(360deg);
}
.book-item .left {
  width: 225px;
  height: 310px;
  border-left: 21px solid #0000001f;
  background: #ffc479;
  flex-shrink: 0;
}
.book-item:nth-of-type(2) .left {
  background: #ff9979;
}
.book-item:nth-of-type(3) .left {
  background: #db6666;
}
.book-item:nth-of-type(4) .left {
  background: #ff7989;
}
.book-item:nth-of-type(5) .left {
  background: #ff9979;
}
.book-item:nth-of-type(6) .left {
  background: #ff7979;
}
.book-item .left figure {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 43px;
  height: 43px;
}
.small-dot.white {
  background: #fff;
}
.book-item .left .str {
  padding-left: 16px;
}
.book-item .right {
  padding-inline: 31px;
  padding-top: 35px;
  padding-bottom: 40px;
}
.services-banner {
  padding-top: 170px;
  padding-bottom: 130px;
}
.chaining-section .btn-4 {
  height: 45px;
  width: 130px;
}
.sec-num {
  font-size: 200px;
  font-weight: 600;
  position: absolute;
  top: -40px;
  left: 0;
  opacity: 0.05;
}
.flip-wrapper-section .chaining-section:nth-of-type(odd) {
  background: #fafafa;
}
.flip-wrapper-section .chaining-section:nth-of-type(odd) .box {
  flex-direction: row-reverse;
}
.elevate-section .item .fig {
  height: 55px;
  display: flex;
  align-items: center;
}
.source2-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 10.83%, #000 100%);
}
.section-title-32 {
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 600;
}
.radius-10 {
  border-radius: 10px;
}
.decade-section .box .item {
  padding: 40px;
}
.general-section .item .fig {
  background-color: #323232;
  border-radius: 50%;
  width: 73px;
  height: 73px;
  flex-shrink: 0;
}
.general-section .item .head {
  gap: 90px;
}
.general-section .box {
  gap: 90px;
}
.general-section .item:hover .fig {
  background-color: var(--main-color);
}
.general-section .item .fig img {
  transition: 0.4s;
}
.general-section .item:hover .fig img {
  filter: invert(1);
}
.small-banner {
  background-color: #000;
}
.procees-banner {
  height: 626px;
}
.steper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #d3d3d3;
}
.proc-section .box {
  position: relative;
  z-index: 1;
}
.proc-section .box .step-num {
  width: 124px;
  height: 38px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  transition: 0.4s;
  font-size: 18px;
  font-weight: 600;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
.proc-section .right-side {
  width: 40%;
}
.proc-section .right-side .title {
  font-size: 32px;
}
.proc-section .box .right-side {
  padding-top: 80px;
}
.proc-section .box {
  padding-bottom: 100px;
}
.proc-section .box:nth-of-type(odd) .content {
  flex-direction: row-reverse;
}
.proc-section .step-num.active {
  animation: jello-horizontal 0.9s both;
}
.like-game {
  /* animation: like 1s ease infinite alternate; */
}

@keyframes like {
  to {
    transform: translateY(-20px);
  }
}
@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
[gray-img] {
  filter: grayscale(1) blur(3px);
  transition: 0.8s;
}
.proc-section .step-num.active ~ .content [gray-img] {
  filter: grayscale(0);
}
.proc-section .bg-main .step-num {
  color: #000;
  background: #fff;
}
.proc-section .bg-main .title,
.proc-section .bg-main .dd {
  color: #fff;
}
.proc-section .box-6 {
  padding-bottom: 200px;
}
.proc-section .box-6 .right-side {
  padding-top: 20px;
}
.proc-section {
  padding-bottom: 100px;
}
.supply .supp-big-item .fig img {
  width: 100%;
}
.history-slider .swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  height: 1px;
  top: 160px;
}
.history-slider .swiper-slide:first-of-type:before {
  width: 54%;
  left: auto;
  right: 0;
}
.history-slider .swiper-slide:last-of-type:before {
  width: 48%;
}
.proc-section .box .left-side {
  width: 45%;
}
@media (max-width: 767px) {
  .header {
    padding-block: 6px;
  }
  .land-tt {
    font-size: 70px;
  }
  .landing-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .landing-section .box {
    gap: 70px;
  }
  .landing-section .right {
    padding-bottom: 0;
  }
  .landing-section .um {
    margin: 0;
    width: 100% !important;
    height: auto;
    margin-top: 10px;
  }
  .like-game {
    width: 336px;
  }
  .section-title-32 {
    font-size: 26px;
  }
  .section-title-32 br,
  .section-title-48 br {
    display: none;
  }
  .acc-head {
    padding: 10px 15px;
  }
  .section-title-48 {
    font-size: 30px;
  }
  .numbers-section {
    background-color: #fff;
  }
  .stra-section {
    padding-block: 120px 70px;
    margin-top: -60px;
  }
  .stra-section .cntnt,
  .stra-section .cntnt p {
    text-align: center;
  }
  .stra-section .item {
    gap: 10px;
  }
  .map-section {
    padding-block: 60px;
  }
  .map-section .left {
    min-width: inherit;
  }
  .map-section .box {
    flex-direction: column-reverse;
    gap: 60px;
  }
  .map-section .ii .d1 {
    align-self: baseline;
  }
  .map-section .left .item {
    width: 136px;
    height: 40px;
  }
  .map-section .left .item > img {
    width: 23px;
  }
  .map-section .left .item .tt {
    font-size: 10px;
  }
  .map-section .left .up {
    left: 43px;
    top: -35px;
  }
  .map-section .left > img,
  .map-section .left {
    height: 320px;
    width: 336px !important;
  }
  .map-section .left .dubai {
    top: -32px;
    left: -155px;
  }
  .map-section .left .usa {
    bottom: 45px;
    left: 118px;
  }
  .map-section .left .usa2 {
    bottom: 0px;
    left: -114px;
  }
  .map-section .left .usa .pop {
    top: inherit;
    bottom: 100%;
  }
  .source-section .box .right {
    width: 100% !important;
  }
  .source-section .box .right img {
    margin-left: 10px;
  }
  .source-section .title,
  .source2-section .title {
    font-size: 60px;
  }
  .footer .box {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .foot-col {
    max-width: inherit;
    width: 48%;
  }
  .footer {
    padding-bottom: 25px;
  }
  .foot-col ul a {
    font-size: 12px;
  }
  .banner-section {
    height: auto;
    padding-block: 160px 50px;
  }
  .banner-tt br,
  .banner-dd br {
    display: none;
  }
  .banner-tt {
    font-size: 36px;
  }
  .lbl-section {
    padding-block: 60px;
  }
  .lbl-title {
    font-size: 36px;
  }
  .lbl-item p {
    font-size: 56px;
  }
  .lbl-slider,
  .lbl-slider .swiper-slide {
    height: 70px !important;
  }
  .history-slider .swiper-slide > * {
    width: 100% !important;
    transform: none;
    padding-inline-start: 50px;
  }
  .history-slider .head {
    align-items: center;
  }
  .history-slider .point-bb {
    position: relative;
    left: -12px;
  }
  .his-arrows > .arr-left {
    transform: translateX(17px);
  }
  .history-slider .swiper-slide:first-of-type:before {
    width: 50%;
  }
  .all-form .left-form .img {
    height: 300px;
  }
  .form-place .form-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .radio-box .gap-30 {
    gap: 10px;
  }
  .prefer-section .left {
    overflow: hidden;
  }
  .prefer-section .right {
    padding: 25px 25px;
  }
  .prefer-section .right figure img {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
  }
  .next-section .item figure img {
    display: none;
  }
  .sub-form-box {
    gap: 10px;
  }
  .sub-form-box .sub-submit {
    width: 130px;
  }
  .sub-form-box .sub-input {
    width: auto;
  }
  .behind-section .left {
    padding: 40px 20px 40px 20px;
  }
  .tabs-section .box {
    justify-content: start;
    overflow-x: auto;
  }
  .tabs-section button {
    white-space: nowrap;
  }
  .tabs-wrap-section .acc-head {
    padding: 22px 25px;
  }
  .tabs-wrap-section .acc-body .acc- {
    padding: 20px 15px 10px 15px;
  }
  .proc-section .box:nth-of-type(odd) .content {
    flex-direction: column;
  }
  .proc-section .box .right-side {
    width: 100%;
    padding-top: 40px;
  }
  .proc-section .box .left-side {
    width: 100%;
  }
  .proc-section .box-6 {
    padding-bottom: 100px;
  }
  .proc-section .box:last-of-type {
    padding-bottom: 0;
  }
  .books-section .book-item {
    flex-direction: column;
  }
  .books-section .book-item .left {
    width: 100%;
    height: auto;
    padding-block: 50px;
  }
  .general-section .item .head > img {
    display: none;
  }
  .services-banner {
    padding-bottom: 70px;
  }
  .flip-wrapper-section .chaining-section:nth-of-type(odd) .box {
    flex-direction: column-reverse;
  }
  .chaining-section .box {
    flex-direction: column-reverse;
  }
  .source2-section .box .left {
    width: 100%;
  }
  .open-mobile-icon {
    color: #fff;
  }
  .header .btn-header {
    width: 100px;
    height: 30px;
    font-size: 9px;
  }
  .mobile-menu {
    background: var(--main-color);
    padding-top: 80px;
  }
  .close-menu-icon {
    fill: var(--main-color);
    top: 10px;
    left: 20px;
    background-color: #fafafa;
    border-radius: 10px;
  }
  .mobile-menu li {
    margin-bottom: 10px;
    position: relative;
  }
  .mobile-menu li a {
    display: block;
    padding: 5px 15px;
    font-size: 25px;
    font-family: "Kanit";
    text-align: left;
    background: #fafafa;
    border-radius: 10px;
    color: var(--main-color);
  }
  .mobile-menu li ul {
    display: none;
  }
  .mobile-menu .has-submenu i {
    position: absolute;
    font-size: 30px;
    color: var(--main-color);
    right: 10px;
    top: 10px;
    transition: 0.4s;
  }
  .mobile-menu .has-submenu i.active {
    transform: rotate(-90deg);
  }
  .mobile-menu li ul a {
    font-size: 18px;
  }
  .mobile-menu li.has-submenu {
    background: #fafafa;
    border-radius: 10px;
  }
  .mobile-menu li.has-submenu li {
    margin: 0;
    margin-bottom: 4px;
  }
  .mobile-menu li.has-submenu li a {
    color: #000;
  }
  .header.transparent .open-mobile-icon {
    color: #000;
  }
  .supply .left {
    display: none;
  }
  .supply .right .supp-big-slider .supp-big-item {
    padding: 0;
  }
  .supply .swiper-pagination-bullet-active {
    background: var(--main-color);
  }
  .landing-section  .box {
    flex-direction: column-reverse;
  }
  .landing-section .um {
    position: inherit;
  }
  .cut-1, .cut-2 {
    clip: rect(0px,150px,336px,0px);
    transition: 1s;
  }
  .cut-2 {
    clip: rect(0px,336px,336px,150px);
  }
  .landing-section .cut-1, .landing-section .cut-2 {
    bottom: 0;
  }
  .landing-section.active-2 .cut-1 {
    left: 0;
  }
}
