@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

 


@font-face {
  font-family: 'Larken';
  src: url("../upload/Fonts/Gilroy-Regular.woff") format("woff") ;
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: 'Larken';
  src: url("../upload/Fonts/Gilroy-Medium.woff") format("woff") ;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Larken';
  src: url("../upload/Fonts/Gilroy-Bold.woff") format("woff") ;
  font-weight: 700;
  font-style: normal;
}
 

 

:root {
  --socute-font: 'Be Vietnam Pro', sans-serif;
  --socute-reey-font: "reeyregular";
  --socute-gray: #191b1d;
  --socute-gray-rgb: 121, 129, 124;
  --socute-white: #ffffff;
  --socute-white-rgb: 255, 255, 255;
  --socute-base: #e7611b;
  --socute-base-rgb: 167, 145, 50;
  --socute-black: #263253;
  --socute-black-rgb: 148, 156, 164;
  --socute-primary: #f8f7f1;
  --socute-primary-rgb: 248, 247, 241;
  --socute-letter-spacing: -0.04em;

}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--socute-font);
  color: var(--socute-gray);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--socute-gray);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* color: var(--socute-black); */
  margin: 0;
  letter-spacing: var(--socute-letter-spacing);
  font-family: 'Larken';
}

p {
  margin: 0;
  letter-spacing: -.03em;
  font-size: 17px;
  text-align: justify;
  line-height: 1.56em;
  white-space: normal;


}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.socute-page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--socute-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--socute-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--socute-base);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--socute-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}


.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--socute-black);
  color: var(--socute-white);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 15px 60px 15px;
  transition: all 0.5s linear;
  z-index: 1;
}

.thm-btn::before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background-color: var(--socute-base);
  content: "";
  transform: scaleY(0.0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
}

.thm-btn:hover {
  color: var(--socute-white);
}

.thm-btn:hover:before {
  transform: scaleY(1.0) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}


.section-title {
  position: relative;
  display: block;
  margin-top: -9px;
  margin-bottom: 47px;
  z-index: 3;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 16px;
  color: #e7611b;
   
   
   
  z-index: 1;
  font-family: 'Playfair Display', serif !important;
}

.header-span-text {
  font-family: 'Playfair Display', serif !important;
font-style: italic;
font-weight: 400;
color: #e7611b;
}

.section-title__title {
  margin: 5px 0px 0px;
  color: var(--socute-black);
  font-size: 50px;
  letter-spacing: -0.04em;
  line-height: 1;
  font-weight: 600;
  cursor: default;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--socute-primary);
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--socute-base);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--socute-black);
  color: var(--socute-white);
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  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;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../upload/Logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 180px auto;
  width: 200%;
  height: 200%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--socute-base);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
}

.scroll-to-top i {
  color: var(--socute-white);
  font-size: 18px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  display: inline-block;
  transform: rotate(-90deg);
}

.scroll-to-top:hover {
  background-color: var(--socute-black);
}

.scroll-to-top:hover i {
  color: #fff;
}


 

.socute-main-menu {
  position: relative;
  display: block;
}

.socute-main-menu__wrapper {
  position: relative;
  display: block;
  padding: 0 55px;
}

.socute-main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.socute-main-menu__left {
  display: block;
}

.socute-main-menu__logo {
  display: block;
  padding: 26px 0;
}

.socute-main-menu__socute-main-menu-box {
  display: block;
}

.socute-main-menu__right {
  position: relative;
  display: block;
}

.socute-main-menu__search-cart-call-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 0;
}

.socute-main-menu__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.socute-main-menu__search-cart-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 1px;
  background-color: rgba(var(--socute-white-rgb), .10);
}

.socute-main-menu__search-box {
  position: relative;
  display: block;
}

.socute-main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--socute-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.socute-main-menu__search:hover {
  color: var(--socute-base);
}

.socute-main-menu__cart-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.socute-main-menu__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--socute-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.socute-main-menu__cart:hover {
  color: var(--socute-base);
}

.socute-main-menu__call {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.socute-main-menu__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--socute-base);
  border-radius: 50%;
  color: var(--socute-white);
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.socute-main-menu__call-icon:hover {
  background-color: var(--socute-white);
  color: var(--socute-base);
}

.socute-main-menu__call-content {
  margin-left: 10px;
}

.socute-main-menu__call-sub-title {
  font-size: 13px;
  font-weight: 500;
  color: rgba(var(--socute-white-rgb), .40);
  line-height: 13px;
}

.socute-main-menu__call-number {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  margin-top: 6px;
  letter-spacing: 0;
}

.socute-main-menu__call-number a {
  color: var(--socute-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.socute-main-menu__call-number a:hover {
  color: var(--socute-base);
}

.stricky-header.socute-main-menu {
  background-color: var(--socute-black);
}

.socute-main-menu .socute-main-menu__list,
.socute-main-menu .socute-main-menu__list>li>ul,
.socute-main-menu .socute-main-menu__list>li>ul>li>ul,
.stricky-header .socute-main-menu__list,
.stricky-header .socute-main-menu__list>li>ul,
.stricky-header .socute-main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .socute-main-menu .socute-main-menu__list,
  .socute-main-menu .socute-main-menu__list>li>ul,
  .socute-main-menu .socute-main-menu__list>li>ul>li>ul,
  .stricky-header .socute-main-menu__list,
  .stricky-header .socute-main-menu__list>li>ul,
  .stricky-header .socute-main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.socute-main-menu .socute-main-menu__list>li,
.stricky-header .socute-main-menu__list>li {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

.socute-main-menu .socute-main-menu__list>li+li,
.stricky-header .socute-main-menu__list>li+li {
  margin-left: 90px;
}

.socute-main-menu .socute-main-menu__list>li>a,
.stricky-header .socute-main-menu__list>li>a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--socute-white);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.socute-main-menu .socute-main-menu__list>li.current>a,
.socute-main-menu .socute-main-menu__list>li:hover>a,
.stricky-header .socute-main-menu__list>li.current>a,
.stricky-header .socute-main-menu__list>li:hover>a {
  color: var(--socute-base);
}

.socute-main-menu .socute-main-menu__list>li>ul,
.socute-main-menu .socute-main-menu__list>li>ul>li>ul,
.stricky-header .socute-main-menu__list>li>ul,
.stricky-header .socute-main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  padding: 31px 20px 31px;
}

.shadow-box {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.socute-main-menu .socute-main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .socute-main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.socute-main-menu .socute-main-menu__list>li:hover>ul,
.socute-main-menu .socute-main-menu__list>li>ul>li:hover>ul,
.stricky-header .socute-main-menu__list>li:hover>ul,
.stricky-header .socute-main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.socute-main-menu .socute-main-menu__list>li>ul>li,
.socute-main-menu .socute-main-menu__list>li>ul>li>ul>li,
.stricky-header .socute-main-menu__list>li>ul>li,
.stricky-header .socute-main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.socute-main-menu .socute-main-menu__list>li>ul>li+li,
.socute-main-menu .socute-main-menu__list>li>ul>li>ul>li+li,
.stricky-header .socute-main-menu__list>li>ul>li+li,
.stricky-header .socute-main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
  margin-top: 10px;
}

.socute-main-menu .socute-main-menu__list>li>ul>li>a,
.socute-main-menu .socute-main-menu__list>li>ul>li>ul>li>a,
.stricky-header .socute-main-menu__list>li>ul>li>a,
.stricky-header .socute-main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--socute-gray);
  letter-spacing: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20px 5px;
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: var(--socute-white);
  letter-spacing: var(--socute-letter-spacing);
}

.socute-main-menu .socute-main-menu__list>li>ul>li:hover>a,
.socute-main-menu .socute-main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .socute-main-menu__list>li>ul>li:hover>a,
.stricky-header .socute-main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--socute-primary);
  color: var(--socute-black);
}

.socute-main-menu .socute-main-menu__list>li>ul>li>a::before,
.socute-main-menu .socute-main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .socute-main-menu__list>li>ul>li>a::before,
.stricky-header .socute-main-menu__list>li>ul>li>ul>li>a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: var(--socute-base);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.socute-main-menu .socute-main-menu__list>li>ul>li:hover>a::before,
.socute-main-menu .socute-main-menu__list>li>ul>li>ul>li:hover>a::before,
.stricky-header .socute-main-menu__list>li>ul>li:hover>a::before,
.stricky-header .socute-main-menu__list>li>ul>li>ul>li:hover>a::before {
  transform: translateY(-50%) scale(1);
}

.socute-main-menu .socute-main-menu__list>li>ul>li>ul,
.stricky-header .socute-main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.socute-main-menu .socute-main-menu__list li ul li>ul.right-align,
.stricky-header .socute-main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.socute-main-menu-three__socute-main-menu-box .socute-main-menu__list>.megamenu,
.socute-main-menu-two__socute-main-menu-box .socute-main-menu__list>.megamenu,
.socute-main-menu__wrapper .socute-main-menu__list>.megamenu {
  position: static;
}

.socute-main-menu-three__socute-main-menu-box .socute-main-menu__list>.megamenu>ul,
.socute-main-menu-two__socute-main-menu-box .socute-main-menu__list>.megamenu>ul,
.socute-main-menu__wrapper .socute-main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
}

.socute-main-menu-three__socute-main-menu-box .socute-main-menu__list>.megamenu>ul>li,
.socute-main-menu-two__socute-main-menu-box .socute-main-menu__list>.megamenu>ul>li,
.socute-main-menu__wrapper .socute-main-menu__list>.megamenu>ul>li {
  padding: 0 !important;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .socute-main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--socute-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--socute-base);
}

.socute-main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--socute-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.socute-main-menu .mobile-nav__toggler:hover {
  color: var(--socute-black);
}

@media (min-width: 1200px) {
  .socute-main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 /* background-color: #000000; */
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--socute-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--socute-white);
  cursor: pointer;
}

.mobile-nav__content .socute-main-menu__list,
.mobile-nav__content .socute-main-menu__list>li>ul,
.mobile-nav__content .socute-main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .socute-main-menu__list>li>ul,
.mobile-nav__content .socute-main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .socute-main-menu__list>li:not(:last-child),
.mobile-nav__content .socute-main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .socute-main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .socute-main-menu__list>li>a>.socute-main-menu-border {
  display: none !important;
}

.mobile-nav__content .socute-main-menu__list>li>a,
.mobile-nav__content .socute-main-menu__list>li>ul>li>a,
.mobile-nav__content .socute-main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--socute-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .socute-main-menu__list>li>a.expanded .mobile-nav__content .socute-main-menu__list>li>ul>li>a.expanded .mobile-nav__content .socute-main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--socute-base);
}

.mobile-nav__content .socute-main-menu__list>li>a>button,
.mobile-nav__content .socute-main-menu__list>li>ul>li>a>button,
.mobile-nav__content .socute-main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--socute-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .socute-main-menu__list>li>a>button.expanded,
.mobile-nav__content .socute-main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .socute-main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--socute-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .socute-main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .socute-main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .socute-main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .socute-main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .socute-main-menu__login a {
  color: var(--socute-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--socute-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--socute-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--socute-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--socute-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--socute-base);
  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;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .socute-main-menu__language,
.mobile-nav__container .socute-main-menu__login {
  display: none;
}



   



.socute-main-menu-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.socute-main-menu-two__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.socute-main-menu-two__wrapper-inner-border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: rgba(var(--socute-white-rgb), .10);
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.socute-main-menu-two__left {
  display: block;
  margin-right: 135px;
}

.socute-main-menu-two__logo {
  display: block;
  padding: 26px 0;
}

.socute-main-menu-two__socute-main-menu-box {
  display: block;
}

.socute-main-menu-two__right {
  display: flex;
  align-items: center;
}

.socute-main-menu-two__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 178px;
  padding: 38px 0;
}

.socute-main-menu-two__search-cart-box:before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: -30px;
  width: 1px;
  background-color: rgba(var(--socute-white-rgb), .10);
}

.socute-main-menu-two__search-box {
  position: relative;
  display: flex;
  align-items: center;
}

.socute-main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--socute-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.socute-main-menu-two__search:hover {
  color: var(--socute-base);
}

.socute-main-menu-two__cart-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.socute-main-menu-two__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--socute-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.socute-main-menu-two__cart:hover {
  color: var(--socute-base);
}

.socute-main-menu-two .socute-main-menu__list>li+li,
.stricky-header.socute-main-menu-two .socute-main-menu__list>li+li {
  margin-left: 60px;
}

.socute-main-menu-two .socute-main-menu__list>li>a,
.stricky-header.socute-main-menu-two .socute-main-menu__list>li>a {
  color: var(--socute-white);
}

.socute-main-menu-two .socute-main-menu__list>li.current>a,
.socute-main-menu-two .socute-main-menu__list>li:hover>a,
.stricky-header.socute-main-menu-two .socute-main-menu__list>li.current>a,
.stricky-header.socute-main-menu-two .socute-main-menu__list>li:hover>a {
  color: var(--socute-base);
}

 
.socute-main-header {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.stricky-header.socute-main-menu-three {
  background-color: var(--socute-white);
}

.socute-main-header__top {
  position: relative;
  display: block;
  border-bottom: 1px solid #eeede5;
  padding: 2px 0;
  z-index: 1;
}

.socute-main-header__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 60px 0;
}

.socute-main-header__top-left {
  position: relative;
  display: block;
}

.socute-main-header__contact-list {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.socute-main-header__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.socute-main-header__contact-list li+li {
  margin-left: 30px;
}

.socute-main-header__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  top: 1px;
}

.socute-main-header__contact-list li .icon i {
  font-size: 12px;
  color: var(--socute-base);
}

.socute-main-header__contact-list .text {
  margin-left: 10px;
}

.socute-main-header__contact-list .text p {
  font-size: 13px;
  font-weight: 500;
  color: var(--socute-gray);
}

.socute-main-header__contact-list .text p a {
  color: var(--socute-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.socute-main-header__contact-list li .text p a:hover {
  color: var(--socute-base);
}

.socute-main-header__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.socute-main-header__social {
  position: relative;
  display: flex;
  align-items: center;
}

.socute-main-header__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--socute-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.socute-main-header__social a:hover {
  color: var(--socute-base);
}

.socute-main-header__social a+a {
  margin-left: 25px;
}

.socute-main-menu-three__wrapper {
  position: relative;
  display: block;
  border: 1px solid #eee;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: saturate(180%) blur(20px);
}

.socute-main-menu-three__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 60px 0;
}

.socute-main-menu-three__left {
  position: relative;
  display: block;
}

.socute-main-menu-three__logo {
  position: relative;
  display: block;
  padding: 26px 0;
}

.socute-main-menu-three__right {
  position: relative;
  display: block;
}

.socute-main-menu-three__socute-main-menu-box {
  display: block;
}

.socute-main-menu-three__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 38px 0;
}

.socute-main-menu-three__search-cart-box:before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: -30px;
  width: 1px;
  background-color: #eeede5;
}

.socute-main-menu-three__search-box {
  position: relative;
  display: flex;
  align-items: center;
}

.socute-main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--socute-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.socute-main-menu-three__search:hover {
  color: var(--socute-base);
}

.socute-main-menu-three__cart-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.socute-main-menu-three__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--socute-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.socute-main-menu-three__cart:hover {
  color: var(--socute-base);
}

.stricky-header.socute-main-menu-three {
  background-color: var(--socute-white);
}

.socute-main-menu-three .socute-main-menu__list>li>a,
.stricky-header.socute-main-menu-three .socute-main-menu__list>li>a {
  color: var(--socute-gray);
  font-weight: 500;
  letter-spacing: 0;
}

.socute-main-menu-three .socute-main-menu__list>li.current>a,
.socute-main-menu-three .socute-main-menu__list>li:hover>a,
.stricky-header.socute-main-menu-three .socute-main-menu__list>li.current>a,
.stricky-header.socute-main-menu-three .socute-main-menu__list>li:hover>a {
  color: var(--socute-black);
}





.socute-main-slider-two {
  position: relative;
  display: block;
  z-index: 91;
}

.socute-main-slider-two .swiper-slide {
  position: relative;
  background-color: var(--socute-black);
}

.socute-main-slider-two .container {
  position: relative;
  padding-top: 388px;
  padding-bottom: 175px;
  z-index: 30;
}

.image-layer-two {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.socute-main-slider-two .swiper-slide-active .image-layer-two {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.image-layer-two:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--socute-black-rgb), .50);
}

.socute-main-slider-two__content {
  position: relative;
  display: block;
}

.socute-main-slider-two__title {
  position: relative;
  display: block;
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
  color: var(--socute-white);
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-bottom: 32px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.socute-main-slider-two__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.socute-main-slider-two .swiper-slide-active .socute-main-slider-two__title,
.socute-main-slider-two .swiper-slide-active .socute-main-slider-two__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.socute-main-slider-two__shape-1 {
  position: absolute;
  top: -65px;
  left: 0;
  transform: translateX(-200px);
  opacity: 0;
}

.swiper-slide-active .socute-main-slider-two__shape-1 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1000ms ease;
  transition-delay: 1200ms;
}

.socute-main-slider-two__shape-1 img {
  width: auto;
}

.main-slider__nav {
  position: absolute;
  top: 52%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  height: 0;
  line-height: 0;
}


.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: rgba(var(--socute-black-rgb), 1);
  background-color: rgba(var(--socute-white-rgb), .20);
  border-radius: 50%;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  padding: 23px 0;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: rgba(var(--socute-black-rgb), 1);
  background-color: rgba(var(--socute-white-rgb), 1);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

.main-slider__nav .swiper-button-prev {
  margin-bottom: 10px;
}






 
.socute-destination-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background-color: var(--socute-black);
  z-index: 1;
}

.socute-destination-one__shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.02;
  z-index: -1;
}

.socute-destination-one .section-title__title {
  color: var(--socute-white);
}

.socute-destination-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.socute-destination-one__img-box {
  position: relative;
  display: block;
}

.socute-destination-one__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.socute-destination-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgb(0 0 0 / 30%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  background-position: center center;
  z-index: 1;
}

.socute-destination-one__single:hover .socute-destination-one__img:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.socute-destination-one__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.socute-destination-one__single:hover .socute-destination-one__img img {
  transform: scale(1.05);
}

.socute-destination-one__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #263352;
  padding: 26px 40px 28px;
  z-index: 2;
}

.socute-destination-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: center;
}

.socute-destination-one__title a {
  color: var(--socute-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.socute-destination-one__title a:hover {
  color: var(--socute-base);
}

.socute-destination-one__time {
  position: relative;
  display: flex;
  align-items: center;
}

.socute-destination-one__paris-time p {
  font-size: 15px;
  color: var(--socute-white);
}

.socute-destination-one__paris-time span {
  font-weight: 500;
  color: var(--socute-base);
}

.socute-destination-one__barcelona-time {
  position: relative;
  display: block;
  margin-left: 16px;
}

.socute-destination-one__barcelona-time p {
  font-size: 15px;
  font-weight: 400;
  color: var(--socute-white);
  line-height: 30px;
}

.socute-destination-one__barcelona-time span {
  font-size: 15px;
  font-weight: 500;
  color: var(--socute-base);
}


.site-footer {
  position: relative;
  display: block;
  background-color: var(--socute-black);
  z-index: 1;
}

.site-footer__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.site-footer__shape-1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.05;
  z-index: -1;
}

.site-footer__shape-1 img {
  width: auto;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 92px 0 93px;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-top: 8px;
}

.footer-widget__logo {
  position: relative;
  display: block;
}

.footer-widget__about-text-box {
  position: relative;
  display: block;
  padding-top: 22px;
}

.footer-widget__about-text {
  font-size: 20px;
  font-weight: 200;
  color: #ccc;
  line-height: 30px;
  margin: 0;
  letter-spacing: -.03em;
  font-size: 17px;
  text-align: left;
  line-height: 1.56em;
  white-space: normal;
  font-family: 'Be Vietnam Pro', sans-serif;
}

.footer-widget__Explore {
  position: relative;
  display: block;
  margin-left: 100px;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.footer-widget__title {
  font-size: 18px;
  color: var(--socute-white);
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
}

.footer-widget__Explore-list {
  position: relative;
  display: block;
}

.footer-widget__Explore-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #ccc;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.footer-widget__Explore-list li a:hover {
  color: var(--socute-white);
}

.footer-widget__links {
  position: relative;
  display: block;
}

.footer-widget__Contact {
  position: relative;
  display: block;
}

.footer-widget__Contact-list {
  position: relative;
  display: block;
  padding-top: 2px;
}

.footer-widget__Contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__Contact-list li+li {
  margin-top: 7px;
}

.footer-widget__Contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  top: 2px;
}

.footer-widget__Contact-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--socute-base);
}

.footer-widget__Contact-list li .text {
  margin-left: 7px;
}

.footer-widget__Contact-list li .text p {
  font-size: 15px;
  font-weight: 400;
  color: #ccc;
}

.footer-widget__Contact-list li .text p a {
  color: #ccc;
  transition: all 500ms ease;
}

.footer-widget__Contact-list li .text p a:hover {
  color: var(--socute-base);
}

.site-footer__bottom {
  position: relative;
  display: block;
  padding: 30px 0 30px;
  border-top: 1px solid rgba(var(--socute-white-rgb), .10);
}

.site-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer__bottom-left {
  position: relative;
  display: block;
}

.site-footer__bottom-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #b1b8cb;
  width: 100%;
  text-align: center;
}

.site-footer__bottom-text a {
  color: #b1b8cb;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--socute-base);
}

.site-footer__bottom-right {
  position: relative;
  display: block;
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--socute-white);
  background-color: #e7611b;
  font-size: 14px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:hover {
  color: var(--socute-base);
  background-color: var(--socute-white);
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--socute-white);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer__social a+a {
  margin-left: 10px;
}


.socute-about-three {
  position: relative;
  display: block;
  padding: 120px 0 134px;
}

.socute-about-three__left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.socute-about-three__img-box {
  position: relative;
  display: block;
}

.socute-about-three__img {
  position: relative;
  display: block;
}

.socute-about-three__img>img {
  width: 100%;
  border-top-left-radius: 130px;
}

.socute-about-three__experience {
  position: absolute;
  top: -14px;
  left: -14px;
}

.socute-about-three__curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: top left;
  transform: rotate(-45deg);
}

.socute-about-three__curved-circle .curved-circle {
  font-size: 16px;
  font-weight: 700;
  color: var(--socute-black);
  text-transform: uppercase;
  font-family: var(--conalz-font-two);
}

.socute-about-three__curved-circle .curved-circle span {
  margin-right: 0.1em;
}

.socute-about-three__icon-box {
  position: relative;
  display: flex;
  height: 145px;
  width: 145px;
  border: 2px solid var(--socute-black);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: var(--socute-white);
}

.socute-about-three__icon {
  height: 129px;
  width: 129px;
  border: 7px solid var(--socute-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.socute-about-three__icon>img {
  width: auto;
}

.socute-about-three__shape-1 {
  position: absolute;
  bottom: -86px;
  left: -155px;
}

.socute-about-three__shape-1>img {
  width: auto;
}

.socute-about-three__right {
  position: relative;
  display: block;
}

.socute-about-three .section-title {
  margin-bottom: 28px;
}

.socute-about-three__text-two {
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 38px;
}

.socute-about-three__points {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.socute-about-three__points li {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--socute-primary);
  padding: 23px 41px 17px 28px;
}

.socute-about-three__points li+li {
  margin-left: 30px;
}

.socute-about-three__points-icon {
  position: relative;
  display: inline-block;
  margin-right: 17px;
  top: 1px;
}

.socute-about-three__points-icon span {
  position: relative;
  display: inline-block;
  font-size: 53px;
  color: var(--socute-black);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.socute-about-three__points li:hover .socute-about-three__points-icon span {
  transform: scale(.9);
  color: var(--socute-base);
}

.socute-about-three__points-text h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.socute-about-three__btn {
  background-color: var(--socute-base);
}

.socute-about-three__btn:before {
  background-color: var(--socute-black);
}

.socute-about-three__btn:hover {
  color: var(--socute-white);
}

.socute-collection {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.socute-collection__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.socute-collection__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--socute-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.socute-collection__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.socute-collection__single:hover .socute-collection__img img {
  transform: scale(1.05);
  opacity: .5;
}

.socute-collection__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 23px 40px 40px;
}

.socute-collection__date {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  color: var(--socute-base);
  letter-spacing: 0.1em;
}

.socute-collection__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.socute-collection__title a {
  color: var(--socute-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.socute-collection__title a:hover {
  color: var(--socute-base);
}

.socute-collection__text {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 20px;
}

.socute-collection__btn {
  background-color: var(--socute-base);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 29px 4px;
}

.socute-collection__btn:before {
  background-color: var(--socute-black);
}

 
.socute-benefits-one {
  position: relative;
  display: block;
  background-color: var(--socute-primary);
  padding: 120px 0 100px;
  z-index: 1;
}

.socute-benefits-one__shape-1 {
  position: absolute;
  bottom: 0;
  left: 95px;
  z-index: -1;
}

.socute-benefits-one__shape-1 img {
  width: auto;
}

.socute-benefits-one__shape-2 {
  position: absolute;
  top: 180px;
  right: 120px;
  z-index: -1;
}

.socute-benefits-one__shape-2 img {
  width: auto;
}

.socute-benefits-one__left {
  position: relative;
  display: block;
}

.socute-benefits-one .section-title {
  margin-bottom: 28px;
}

.socute-benefits-one__text {
  padding-bottom: 40px;
}

.socute-benefits-one__btn {
  background-color: var(--socute-base);
}

.socute-benefits-one__btn:before {
  background-color: var(--socute-black);
}

.socute-benefits-one__right {
  position: relative;
  display: block;
  margin-left: 10px;
}

.socute-benefits-one__right .row {
  --bs-gutter-x: 20px;
}

.socute-benefits-one__single {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 20px 22px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  color: #191B1D;
  border-radius: 5px;
}

.socute-benefits-one__single:hover {
  color: white;
}

.socute-benefits-one__single:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--socute-black);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear ease-in;
  z-index: -1;
}

.socute-benefits-one__single:hover:before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear ease-in;
  opacity: 1;
  color: #191B1D;
}

.socute-benefits-one__content {
  position: relative;
  display: flex;
  align-items: center;
}

.socute-benefits-one__icon {
  position: relative;
  display: inline-block;
  margin-right: 18px;
  top: 5px;
}

.socute-benefits-one__icon span {
  font-size: 50px;
  color: var(--socute-base);
}

.socute-benefits-one__title {
  position: relative;
  display: block;
}

.socute-benefits-one__title h3 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: none;
}

.socute-benefits-one__title a {
  color: var(--socute-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.socute-benefits-one__single:hover .socute-benefits-one__title a {
  color: var(--socute-white);
}

.socute-benefits-one__arrow {
  position: relative;
  display: block;
}

.socute-benefits-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--socute-primary);
  border-radius: 50%;
  font-size: 14px;
  color: var(--socute-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.socute-benefits-one__single:hover .socute-benefits-one__arrow a {
  color: var(--socute-white);
  background-color: var(--socute-base);
}





/*--------------------------------------------------------------
# Feature Three
--------------------------------------------------------------*/
.feature-three {
  position: relative;
  display: block;
  padding: 120px 0 104px;
  z-index: 1;
}

.feature-three:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 435px;
  /* background-color: var(--socute-primary); */
  content: "";
  z-index: -1;
}

.feature-three__shape-1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1170px;
  height: 435px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .60;
  z-index: -1;
}

.feature-three__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.feature-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding: 33px 39px 32px;
  background-color: rgb(38, 50, 84);
  /* box-shadow: rgb(0 0 0 / 5%) 0px 10px 60px 0px; */
  z-index: 1;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #6d6d6d;
  border-radius: 5px;
}

.feature-three__single:before {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  content: "";
  background-color: var(--socute-black);
  /* transform: scaleX(0.7) rotateX(20deg); */
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.feature-three__single:hover:before {
  /* transform: scaleX(1.0) rotateX(0deg); */
  transition: all 0.4s linear;
  opacity: 1;
  background-color: #3a476b;
}

.feature-three__single:hover {
  background-color: #3a476b;
  transition: all 0.4s linear;
}

.feature-three__icon {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.feature-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--socute-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.feature-three__single:hover .feature-three__icon span {
  color: var(--socute-base);
  transform: scale(.9);
}

.feature-three__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 16px;
  color: white;
  font-family: 'Be Vietnam Pro', sans-serif;
}

.feature-three__title a {
  color: var(--socute-black);
  transition: all 0.4s linear;
}

.feature-three__single:hover .feature-three__title a {
  color: var(--socute-white);
}

.socute-ourgoal {
  position: relative;
  display: block;
  z-index: 1;
}

.socute-ourgoal__wrap {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--socute-primary);
}

.socute-ourgoal__left {
  position: relative;
  display: block;
  float: left;
  width: 55%;
  min-height: 600px;

  z-index: 1;

}

@media only screen and (min-width: 1800px) {
  .socute-ourgoal__left {

    min-height: 800px;

  }
}

@media only screen and (min-width: 2300px) {
  .socute-ourgoal__left {

    min-height: 900px;

  }
}

.socute-ourgoal__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.socute-ourgoal__real-time {
  position: absolute;
  bottom: 105px;
  right: 90px;
  background-color: var(--socute-white);
  display: flex;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 30px;
  padding-right: 50px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
  z-index: 1;
}

.socute-ourgoal__real-time:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  border-bottom: 30px solid transparent;
  border-left: 47px solid var(--socute-white);
  z-index: -1;
}

.socute-ourgoal__real-time-shape {
  position: absolute;
  top: 11px;
  left: 12px;
  right: 11px;
  bottom: 11px;
  z-index: -1;
}

.socute-ourgoal__real-time-shape img {
  width: auto;
}

.socute-ourgoal__real-time-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.socute-ourgoal__real-time-icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--socute-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.socute-ourgoal__real-time:hover .socute-ourgoal__real-time-icon span {
  transform: scale(.9);
}

.socute-ourgoal__real-time-content-box {
  margin-left: 12px;
}

.socute-ourgoal__real-time-content {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.socute-ourgoal__right {
  position: relative;
  display: block;
  float: right;
  width: 45%;
  padding-left: 100px;
  padding-top: 120px;

  padding-bottom: 110px;
  z-index: 1;
}

.socute-ourgoal__shape-1 {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: -1;
}

.socute-ourgoal__shape-1 img {
  width: auto;
  opacity: 0.3;
}

.socute-ourgoal__content {
  position: relative;
  display: block;
  max-width: 545px;
  width: 100%;
  z-index: 2;
}

.socute-ourgoal__right .section-title {
  margin-bottom: 28px;
}

.socute-ourgoal__text {
  padding-bottom: 39px;
}

.socute-ourgoal__bottom {
  position: relative;
  display: block;
}

.socute-ourgoal__points {
  position: relative;
  display: block;
}

.socute-ourgoal__points li {
  position: relative;
  display: flex;
}

.socute-ourgoal__points li+li {
  margin-top: 40px;
}

.socute-ourgoal__points li .icon {
  position: relative;
  display: block;
}

.socute-ourgoal__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--socute-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.socute-ourgoal__points li:hover .icon span {
  transform: scale(.9);
}

.socute-ourgoal__points li .content {
  margin-left: 30px;
}

.socute-ourgoal__points li .content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 6px;
}

.page-header {
  position: relative;
  display: block;
  background-color: var(--socute-black);
  z-index: 1;
}

.page-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .70;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.page-header-bg:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(39, 43, 48, .60);
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 230px 0 151px;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 50px;
  color: var(--socute-white);
  line-height: 60px;
  margin-bottom: 6px;
  font-weight: 600;
}

.thm-breadcrumb {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thm-breadcrumb li {
  position: relative;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--socute-white);
  color: var(--socute-black);
  letter-spacing: 0.1em;
  padding: 15px 4px;
}

.thm-breadcrumb li:first-of-type {
  padding-left: 60px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.thm-breadcrumb li:last-of-type {
  padding-right: 60px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}


.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--socute-black);
  letter-spacing: 0.1em;
}

.thm-breadcrumb li:hover a {
  color: var(--socute-base);
  opacity: 1;
}

.thm-breadcrumb li span {
  font-size: 14px;
}


.socute-contact-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.socute-contact-page__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 39px 50px 40px;
  margin-bottom: 30px;
}

.socute-contact-page__title-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.socute-contact-page__title span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: var(--socute-base);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 12px;
}

.socute-contact-page__title h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 2px;
}

.socute-contact-page__icon {
  position: relative;
  display: flex;
  align-items: center;
}

.socute-contact-page__icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--socute-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.socute-contact-page__icon--last span {
  font-size: 42px;
}

.socute-contact-page__single:hover .socute-contact-page__icon span {
  transform: scale(1.2);
}

.socute-contact-page__text a {
  position: relative;
  display: block;
  color: var(--socute-gray);
  transition: all 500ms ease;
}

.socute-contact-page__text a:hover {
  color: var(--socute-base);
}

 
.contact-one {
  position: relative;
  display: block;
  padding: 0px 0px 120px;
  z-index: 1;
}

.contact-one .container {
  max-width: 770px;
}

.contact-one__form-box {
  position: relative;
  display: block;
}

.contact-one__form {
  position: relative;
  display: block;
}

.contact-one__form .row {
  --bs-gutter-x: 20px;
}

.contact-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-form__input-box input[type="text"],
.contact-form__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--socute-primary);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--socute-gray);
  display: block;
  font-weight: 400;
}

.contact-form__input-box textarea {
  font-size: 14px;
  color: var(--socute-gray);
  height: 155px;
  width: 100%;
  background-color: var(--socute-primary);
  padding: 15px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  font-weight: 400;
}

.contact-form__input-box.text-message-box {
  height: 155px;
}

.contact-form__btn {
  display: block;
  margin: 0 auto;
  border: none;
  background-color: var(--socute-base);
}

.contact-form__btn:before {
  background-color: var(--socute-black);
}

 
.google-map {
  position: relative;
  display: block;
  background-color: var(--socute-primary);
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 470px;
  width: 100%;
  mix-blend-mode: luminosity;
}

 
.socute-catalogue-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.socute-catalogue-page__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.socute-catalogue-page__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.socute-catalogue-page__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(242, 242, 242, 0.389);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
}

.socute-catalogue-page__single:hover .socute-catalogue-page__img:before {
  opacity: .80;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.socute-catalogue-page__img img {
  width: 100%;
}

.socute-catalogue-page__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.socute-catalogue-page__icon a {
  height: 97px;
  width: 97px;
  background-color: var(--socute-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--socute-white);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.socute-catalogue-page__single:hover .socute-catalogue-page__icon a {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 500ms;
  opacity: 1;
}

.socute-catalogue-page__icon a:hover {
  background-color: var(--socute-white);
  color: var(--socute-base);
}

 
.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background-color: var(--socute-primary);
}

.faq-page__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.socute-about-four {
  position: relative;
  display: block;
  padding: 80px 0 80px;
}

.socute-about-four__left {
  position: relative;
  display: block;
  /* margin-right: 30px; */
}

.socute-about-four__img {
  position: relative;
  display: block;
  z-index: 1;
}

/* .socute-about-four__img:before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: -30px;
  width: 60px;
  background-color: var(--socute-base);
  z-index: -1;
} */

.socute-about-four__img img {
  width: 100%;
}

.socute-about-four__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.socute-about-four__right .section-title {
  margin-bottom: 28px;
}

.socute-about-four__text-1 {
  font-size: 18px;
  color: var(--socute-base);
  font-weight: 700;
}

.socute-about-four__text-2 {
  padding-top: 27px;
  padding-bottom: 35px;
}

 
.socute-country {
  position: relative;
  display: block;
  background-color: var(--socute-black);
  padding-top: 72px;
  padding-bottom: 50px;
  z-index: 1;
}

.socute-country__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 223px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.03;
  z-index: -1;
}

.socute-country__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.socute-country__single {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

/* .socute-country__single:before {
  position: absolute;
  top: 8px;
  bottom: 6px;
  left: 0;
  content: "";
  width: 1px;
  background-color: rgba(var(--socute-white-rgb), .10);
} */

.socute-country__single:first-child:before {
  display: none;
}

.socute-country__count-box {
  position: relative;
  display: block;
}

.socute-country__count-box h3 {
  font-size: 40px;
  color: var(--socute-white);
  font-weight: 700;
  line-height: 40px !important;
  font-family: var(--socute-font) !important;
}

.socute-country__text {
  font-size: 18px;
  color: #dfdfdf;
  line-height: 29px;
  text-align: center;
}


body.boxed-wrapper {
  background-color: var(--socute-primary);
}

.boxed-wrapper .socute-page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}


 


.home-img {

  /* animation: spin 10s ease infinite; */
  -webkit-animation: spin-1 8s infinite linear;
  animation: spin 8s infinite linear;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.normal-top-spacing {
  margin-top: 35px;
}

 




.sec-1-bg {
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}

 

.floating-img {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  /* margin-left: 30px;
  margin-top: 20px; */
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, -0px);
  }
}

.feature-three__text {
  text-align: left;
  color: #ABABB5;
}

.about-one__img:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: -40px;
  bottom: 0;
  /* background-image: url(https://trophymaterials.com/wp-content/uploads/2021/03/Dirt-5-2.jpg); */
  z-index: -1;
}

.custom-raw {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);

}

.left-custom-padding {
  padding-left: 80px;
  padding-right: 80px;
}

.left-custom-padding2 {
  padding-left: 150px;

}


.about-two__img:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: -40px;
  bottom: 0;
  /* background-image: url(https://trophymaterials.com/wp-content/uploads/2021/03/Dirt-5-2.jpg); */
  z-index: -1;
}

@media only screen and (min-width: 1800px) {
  .left-custom-padding {
    padding-left: 160px;
    padding-right: 160px;
  }

  .left-custom-padding2 {
    padding-left: 150px;

  }
}

@media only screen and (min-width: 2300px) {
  .left-custom-padding {
    padding-left: 170px;
    padding-right: 200px;
  }

  .left-custom-padding2 {
    padding-left: 150px;

  }
}


.head-img {
  
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* height: 100vh; */
  background-size: cover;
  width: 100%;

}

.apllication-icon {
  width: 50px;
}

.value-text {
 
    position: relative;
    display: block;
    font-size: 15px;
    text-align: left;
 
}

.value-header {
  font-weight: 600 !important;
  font-size: 19px !important;
  margin-bottom: 7px;
}

.catalouge-btn {
  display: flex;
}

.catalouge-btn-custom {
  text-align: center;
  background-color: white;
  color: black;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s linear;
  margin: 10px;
  padding: 10px;
  width: 49%;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.right-catalogue-btn {
  margin-left: 2%;
}

.catalouge-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 10px;
  color: #ffffff;
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: center;
  background: #2a2471;
  border-radius: 10px;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.catalogue-icon {
  width: 30px;
}


.catalouge-btn-custom:hover {
  background-color: #ccc;
  color: rgb(0, 0, 0);
}

.export-flag {
  padding: 0 50px;
  border-radius: 50%;
  width: 60%;
}

.country-flag  .section-title__title {
  color: white;
}

.head-title-span {
  font-size: 22px;
}

.head-title-color a {
  color: white;
  font-size: 23px;
}

.cominsoon-text {
  text-transform: uppercase;
   font-size: 75px; 
   font-weight: 700;
}


@media only screen and (max-width: 600px) {
  .head-img {
  height: auto;
    margin-top: 95px;
    /* display: none; */
  
  }

  .custom-mobile-row {
    flex-direction: column-reverse;
  }

  .socute-about-three__points li {
    width: 100%;
  }

  .custom-cursor__cursor {
display: none;
  }

  .socute-about-three__img>img {
    width: 100%;
    border-top-left-radius: 0px;
}

.socute-about-three {
  padding: 40px 0 80px;
}
  
  .custom-cursor__cursor-two {
display: none;
  }

  .export-flag {

   width: 100%;
}


.cominsoon-text {
 
   font-size: 38px; 
 
}
}


.footer-widget__newsletter {
  position: relative;
  display: block;
  background-color: #1e2639; 
  margin-right: 30px;
  padding: 43px 50px 41px;
  margin-top: 7px;
}

.footer-widget__newsletter .footer-widget__title {
  margin-bottom: 0;
}

.footer-widget__newsletter-form {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  content: "";
  height: 2px;
  background-color: #303b58;
  border-radius: 0;
}

.footer-widget__newsletter-input-box input:-webkit-autofill,
.footer-widget__newsletter-input-box input:-webkit-autofill:hover,
.footer-widget__newsletter-input-box input:-webkit-autofill:focus,
.footer-widget__newsletter-input-box textarea:-webkit-autofill,
.footer-widget__newsletter-input-box textarea:-webkit-autofill:hover,
.footer-widget__newsletter-input-box textarea:-webkit-autofill:focus,
.footer-widget__newsletter-input-box select:-webkit-autofill,
.footer-widget__newsletter-input-box select:-webkit-autofill:hover,
.footer-widget__newsletter-input-box select:-webkit-autofill:focus {
  border: 0px solid var(--mibooz-black);
  -webkit-text-fill-color: #807e85;
  -webkit-box-shadow: 0 0 0px 1000px var(--mibooz-black) inset;
  box-shadow: 0 0 0px 1000px var(--mibooz-black) inset;
  transition: background-color 5000s ease-in-out 0s;
}

.footer-widget__newsletter-input-box input[type="email"] {
  font-size: 14px;
  color: #807e85;
  font-weight: 400;
  height: 70px;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  padding-right: 60px;
  outline: none;
  box-shadow: none !important;
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 50%;
  right: 0;
  height: 70px;
  width: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  border: 0;
  transform: translateY(-50%);
  transition: all 500ms ease;
  padding: 0;
}

.footer-widget__newsletter-btn i {
  font-size: 16px;
  color: var(--mibooz-primary);
}

.footer-widget__newsletter-bottom {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.footer-widget__newsletter-bottom-icon {
  height: 18px;
  width: 18px;
  border: 1px solid #3c3b3d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-widget__newsletter-bottom-icon i {
  font-size: 8px;
  color: #807e85;
}

.footer-widget__newsletter-bottom-text {
  margin-left: 10px;
}

.footer-widget__newsletter-bottom-text p {
  font-size: 14px;
  color: #807e85;
  margin: 0;
}
