* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'Tajawal', sans-serif;
  scroll-behavior: smooth;
}

*::-moz-selection {
  background-color: var(--secondary);
  color: #fff;
}

*::selection {
  background-color: var(--secondary);
  color: #fff;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
  background: var(--secondary);
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

body {
  direction: rtl;
  overflow-x: hidden;
}

/**********************************************
   Start Global Style
**********************************************/
.color-gray {
  color: #ccc;
}

.color-gray2 {
  color: #888;
}

.color-dark {
  color: #1B2021;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.filterPrimary {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.filterSecondary {
  -webkit-filter: var(--filterSecondary);
          filter: var(--filterSecondary);
}

.filterWhite {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.font_league {
  font-family: 'League Gothic', sans-serif;
}

.font_messiri {
  font-family: 'El Messiri', sans-serif;
}

p {
  font-size: 15px;
  color: #555;
  line-height: 1.7rem;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none !important;
}

a:hover {
  color: var(--primary) !important;
}

a:focus {
  outline: 0;
}

del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

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

button {
  border: none;
  padding: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-group {
  position: relative;
}

form .form-control {
  font-size: 14px;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid var(--primary) !important;
}

form input,
form select {
  height: 55px !important;
}

form .custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--primary);
  background-color: var(--primary);
}

form .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
          box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
  z-index: 99;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  background: url(../images/icons/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: var(--primary);
  left: 13px;
  top: 13px;
  height: 30px;
  width: 30px;
  display: block;
  -webkit-filter: var(--filterSecondary);
          filter: var(--filterSecondary);
}

.progress-wrap svg path {
  fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.center-vr {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.in-flex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inFlex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container,
.container-fluid,
.zi-5 {
  position: relative;
  z-index: 5;
}

.sec-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-end {
  text-align: end;
}

.overflow_hidden {
  overflow: hidden !important;
}

.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floating-x {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}
@keyframes floating-x {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

@keyframes floating-y {
  0% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

@-webkit-keyframes pulsecust {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulsecust {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navbar.navbar-fixed-top {
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.navbar.navbar-fixed-top.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: -20px;
  opacity: .99;
  z-index: 999;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-box-shadow: 3px 10px 30px #0002;
          box-shadow: 3px 10px 30px #0002;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  background-color: #fff;
}

.navbar .logo {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navbar .nav-link {
  margin: 0 13px;
  color: #555;
}

.navbar .nav-link.active {
  font-weight: bold;
  color: var(--secondary);
}

.navbar .butn.active {
  background-color: var(--secondary) !important;
  color: #fff !important;
}

.navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.3);
  border: none;
  position: relative;
}

.navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after, .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -6px;
  right: 0px;
}

.navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 6px;
  right: 0px;
}

.footer {
  padding: 15px 0 10px 0;
  background-color: var(--secondary);
}

.footer .logo {
  width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer .social-links a {
  width: 35px;
  height: 35px;
  background-color: var(--primary);
  color: var(--secondary);
  border-radius: 5px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.footer .social-links a:hover {
  background-color: #fff;
  color: var(--secondary) !important;
}

/**********************************************
    Start Public Classes
**********************************************/
.butn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: center;
  border-radius: 25px;
  padding: .6rem 2rem;
  font-weight: 500;
}

.butn.primary-butn {
  background-color: var(--primary);
  color: var(--secondary);
}

.butn:hover {
  background-color: var(--secondary);
  color: #fff !important;
}

.butn.secondary-butn {
  background-color: var(--secondary);
  color: #fff;
}

.butn.secondary-butn:hover {
  background-color: #2a0018;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}

.sec-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.sec-title::before {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  z-index: -1;
  position: absolute;
  right: -5px;
  top: -5px;
  animation: floating-y 1.5s ease-in-out both infinite alternate-reverse;
}

.bg1 {
  background-color: var(--primary) !important;
}

.bg2 {
  background-color: var(--secondary) !important;
}

.bg3 {
  background-color: var(--primary) !important;
}

.bg4 {
  background-color: var(--secondary) !important;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet {
  border-radius: 25px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  background-color: var(--secondary);
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header {
  position: relative;
  padding: 100px 0;
  background-color: var(--primary);
}

.header .text-box .title {
  font-size: calc(4vw + 35px);
  letter-spacing: 5px;
}

.header .text-box .job {
  font-weight: bold;
  color: var(--secondary);
  letter-spacing: 5px;
  -webkit-padding-start: 9rem;
          padding-inline-start: 9rem;
}

.header .text-box .slogan {
  position: relative;
}

.header .text-box .slogan::before {
  content: '';
  height: 1px;
  background-color: var(--secondary);
  display: inline-block;
  width: 15%;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.header .text-box .p {
  font-size: 14px;
}

.header .text-box .butn {
  padding: .6rem 3rem;
}

.header .sec-img {
  width: 80%;
  display: block;
  margin: auto;
  border-radius: 200px 200px 10px 10px;
  -webkit-box-shadow: 37px 56px 68px -62px #826c5f;
          box-shadow: 37px 56px 68px -62px #826c5f;
}

.header .shape3 {
  position: absolute;
  top: 0;
  width: 20%;
  -o-object-fit: contain;
     object-fit: contain;
  right: 10%;
  opacity: .5;
}

.header .shape2 {
  position: absolute;
  width: 45%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 10%;
  opacity: .5;
}

.header .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 210px;
}

.about-sec {
  background-color: #FAFAFA;
}

.about-sec .text-box {
  padding: 1vw;
}

.about-sec .text-box .custom-list .li {
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  position: relative;
  margin: 15px 0;
  font-size: 18px;
}

.about-sec .text-box .custom-list .li::before {
  content: '\f111';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 4px;
  color: var(--primary);
  font-size: 15px;
}

.about-sec .sec-img {
  border-radius: 10px;
  -webkit-box-shadow: 37px 56px 68px -62px #826c5f;
          box-shadow: 37px 56px 68px -62px #826c5f;
  margin-bottom: 15px;
}

.about-sec .sec-img.lg-img {
  height: 500px;
}

.about-sec .sec-img.sm-img {
  height: 240px;
}

.services-sec {
  background-color: #fff2fa;
}

.services-sec .data-group {
  margin-bottom: 55px;
}

.services-sec .data-group .p {
  color: #888;
}

.services-sec .img-box {
  height: 550px;
  position: relative;
}

.services-sec .img-box .icon-outer {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  color: #fff;
  font-size: 28px;
}

.services-sec .img-box .icon-outer.icon1 {
  top: 55px;
  right: 10px;
}

.services-sec .img-box .icon-outer.icon2 {
  top: 230px;
  right: 10px;
}

.services-sec .img-box .icon-outer.icon3 {
  bottom: 67px;
  right: 10px;
}

.services-sec .img-box .icon-outer.icon4 {
  top: 55px;
  left: 10px;
}

.services-sec .img-box .icon-outer.icon5 {
  top: 230px;
  left: 10px;
}

.services-sec .img-box .icon-outer.icon6 {
  bottom: 67px;
  left: 10px;
}

.services-sec .img-box .sec-img {
  width: 80%;
  display: block;
  margin: auto;
  border-radius: 200px 200px 10px 10px;
  -webkit-box-shadow: 37px 56px 68px -62px #826c5f;
          box-shadow: 37px 56px 68px -62px #826c5f;
}

.services-sec .data-group .p {
  font-size: 14px;
}

.services-sec .shape {
  position: absolute;
  left: -22%;
  top: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
  opacity: .015;
}

.statics-sec .static_card {
  text-align: center;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px 0 #eee;
          box-shadow: 0 0 15px 0 #eee;
  padding: 45px 25px;
  position: relative;
}

.statics-sec .static_card::before {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 55px;
  left: 40%;
  z-index: -1;
  border-radius: 50%;
  background-color: var(--primary);
  opacity: .5;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.statics-sec .static_card .icon-outer {
  width: 70px;
  height: 70px;
  border-radius: 50px 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  font-size: 25px;
  color: #fff;
}

.statics-sec .static_card .icon-outer i {
  position: relative;
  top: 3px;
}

.statics-sec .static_card .content {
  margin-top: 20px;
}

.statics-sec .static_card .content .num {
  font-weight: bold;
  font-size: 2.3rem;
  color: var(--secondary);
}

.statics-sec .static_card .content .name {
  margin-bottom: 0;
  color: #666;
  font-size: 1.1rem;
}

.statics-sec .static_card:hover i {
  -webkit-animation: tada 1s both infinite;
          animation: tada 1s both infinite;
}

.statics-sec .static_card:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  top: 0;
  left: 0;
}

.most-watched {
  padding: 0;
}

.most-watched .item {
  padding: 0 0 50px 0;
}

.most-watched .item .img-box {
  height: 600px;
  position: relative;
}

.most-watched .item .img-box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(41, 22, 13, 0.3);
}

.most-watched .item .img-box .sec-img, .most-watched .item .img-box::before {
  width: 120%;
  border-radius: 25px;
  height: 380px;
  z-index: 2;
  margin-top: 100px;
}

.most-watched .item .img-box .shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
  opacity: .03;
}

.most-watched .item .img-box .play-btn {
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 40%;
  top: 50%;
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
  z-index: 5;
}

.most-watched .item .img-box .play-btn:before, .most-watched .item .img-box .play-btn:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.most-watched .item .img-box .play-btn:before {
  z-index: 1;
}

.most-watched .item .img-box .play-btn:after {
  overflow: hidden;
  z-index: 0;
  opacity: 1;
  visibility: visible;
  -webkit-animation: pulsecust 1.8s linear;
          animation: pulsecust 1.8s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: visibility 0.1s ease-out, opacity 0.2s ease-out;
  transition: visibility 0.1s ease-out, opacity 0.2s ease-out;
  background-color: #fff;
}

.most-watched .item .img-box .play-btn i {
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.most-watched .item .img-box .play-btn:hover:before {
  background-color: var(--primary);
}

.most-watched .item .img-box .play-btn:hover i {
  color: var(--secondary) !important;
}

.most-watched .item .text-box {
  border-radius: 20px;
  background-color: #fff2fa;
  -webkit-box-shadow: 37px 56px 68px -62px #826c5f;
          box-shadow: 37px 56px 68px -62px #826c5f;
  padding: 50px;
  position: relative;
  z-index: 5;
  margin-top: 150px;
}

.most-watched .swiper-pagination {
  bottom: 50px !important;
}

.most-watched .swiper-slide-active .item .text-box {
  -webkit-animation: zoomIn 1s both;
          animation: zoomIn 1s both;
}

.achievments-sec {
  background-color: #fff2fa;
}

.achievments-sec .achievment_card {
  height: 550px;
  position: relative;
  -webkit-margin-start: 50px;
          margin-inline-start: 50px;
}

.achievments-sec .achievment_card .content {
  width: 70%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 1;
  padding: 45px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: -10px 43px 68px -35px #826c5f;
          box-shadow: -10px 43px 68px -35px #826c5f;
}

.achievments-sec .achievment_card .content .title {
  line-height: 1.7;
  font-weight: bold;
  color: #666;
}

.achievments-sec .achievment_card .sec-img {
  -webkit-box-shadow: 37px 56px 68px -62px #826c5f;
          box-shadow: 37px 56px 68px -62px #826c5f;
}

.achievments-sec .achievment_card::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(41, 22, 13, 0.3);
}

.achievments-sec .achievment_card .sec-img, .achievments-sec .achievment_card::before {
  width: 70%;
  border-radius: 200px 200px 10px 10px;
}

.audience-sec .audience_card {
  padding: 100px 50px 50px 50px;
  background-color: #fff2fa;
  border-radius: 200px 200px 0 0;
  position: relative;
  margin-bottom: 25px;
}

.audience-sec .audience_card .nav .nav-link {
  color: #333;
}

.audience-sec .audience_card .nav .nav-link.active {
  color: var(--secondary);
  font-weight: bold;
  background-color: transparent;
}

.audience-sec .audience_card .content .item {
  margin-bottom: 10px;
}

.audience-sec .audience_card .content .item .label {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  min-width: 80px;
}

.audience-sec .gender-box .circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: block;
  margin: auto;
  background-color: var(--secondary);
  position: relative;
}

.audience-sec .gender-box .circle .men-value {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100% 0 0 0;
  top: 0;
  left: 0;
  background-color: var(--primary);
}

.clients-sec .client_logo {
  width: 95%;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
  opacity: .9;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.clients-sec .client_logo:hover {
  opacity: 1;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.contact-sec {
  background-color: #F5F5F5;
}

.contact-sec .form-box {
  -webkit-padding-end: 4vw;
          padding-inline-end: 4vw;
}

.contact-sec .form-box .form-group {
  margin-bottom: 1rem;
}

.contact-sec .form-box .form-control {
  border: 1px solid #fff;
  border-radius: 25px;
}

.contact-sec .data-box {
  -webkit-padding-start: 4vw;
          padding-inline-start: 4vw;
}

.contact-sec .data-box .data-group {
  margin-bottom: 3rem;
}

.contact-sec .data-box .data-group .icon-outer {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: var(--secondary);
  color: #fff;
  border-radius: 50%;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  font-size: 22px;
}

.contact-sec::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(41, 22, 13, 0.3);
  width: 50%;
  right: unset;
  background-color: #EDEBEC;
}
/*# sourceMappingURL=style.css.map */