body, * {font-family: 'Montserrat', sans-serif ;}
.rtl .mon-font {font-family: 'Montserrat', sans-serif !important;}
:root {
  /* --red-clr: #F23C3C; */
  --red-clr: #f48220;
  --light-red: #FD8B7C;
  --blue-clr: #7A5CD0;
  --light-blue: #3591FF;
  --green-clr: #BFC44A;
  --gray-clr: #A1A1A1;
}
a:hover {text-decoration: none; color: unset;}

/* Start header */
.main-header {
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  transition: .3s;
}
.main-header.dark-bg {background-color: rgba(0, 0, 0, .8); height: 60px;}
.main-header .logo {max-width: 130px; transition: .3s;}
.main-header.dark-bg .logo {max-width: 100px;}
.main-header .dark-logo, .dark-header .logo {display: none;}
.dark-header .dark-logo {display: block;}
.main-header .nav-btn {
  display: block;
  width: 40px;
  height: 36px;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 99;
}
.main-header .nav-btn span {
  display: block;
  height: 3px;
  background-color: #fff;
  border-radius: 20%
}
.main-header .nav-btn span:not(:last-child) {margin-bottom: 8px;}

/* End header */
/* Start menu list with nav btn */
#nav-icon2 {
  width: 35px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.dark-header #nav-icon2 span {background: #000;}

.dark-header #nav-icon2.open span {background: #fff}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 10px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 20px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 3px;
  top: 8px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 4px);
  top: 8px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 3px;
  top: 18px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 4px);
  top: 18px;
}

.menu {
  position: fixed;
  right: -50%;
  top: 0;
  bottom:0;
  width: 50%;
  background-color: #000;
  transition: all .8s ease-in-out;
}
.menu.active {right:0}
.menu .menu-list li a {color: #fff; font-size: 20px;}
.menu .menu-list li a.active, .menu .menu-list li a:hover {color: var(--red-clr);}
.menu .menu-list li {
  margin-bottom: 20px;
  margin-left: 100px;
  transition:all .5s ease-in-out;
}
.menu.active .menu-list li {margin-left: 30px;}
.menu .menu-list li:first-child{transition-delay: .2s;}
.menu .menu-list li:nth-child(2){transition-delay: .3s;}
.menu .menu-list li:nth-child(3){transition-delay: .4s;}
.menu .menu-list li:nth-child(4){transition-delay: .5s;}
.menu .menu-list li:nth-child(5){transition-delay: .6s;}
.menu .menu-list li:nth-child(6){transition-delay: .7s;}
.menu .menu-list li:nth-child(7){transition-delay: .8s;}
.close-btn {
  background-color: transparent;
  cursor: pointer;
  height: 35px;
  right: 40px;
  top: 40px;
  position:absolute;
}
.close-btn:focus {outline: none;border: none;}
.lang-btns .lang-link {
  border: 1px solid #ddd;
  height: 32px;
  width: 38px;
  margin-right: 10px;
  font-size: 14px !important;
  text-align: center;
  padding-top: 5px;
  font-weight: bold;
}
.lang-btns .lang-link.active,
.lang-btns .lang-link:hover
{background-color: #fff; color: #000 !important}

/* End menu list */
/* Start Gastro slide */
.gastro-section .gastro-img{
  background: #fff;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 5px 11px 0px #333;
    object-fit: cover;
}

/* End Gastro slide */
/*Start top slide section */
.top-section {position: relative;}
.top-section::before, .top-section::after {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  transition: .5s;
}
.top-section.menu-active::before{background-color:#101113}
.top-section::after {background-color: #101113;right:0;left: auto;}
.top-section .company-name p {transition: .8s;}
.top-section .company-name h1 {font-weight: 800; font-size: 58px; transition: .8s;}
.top-section .company-name h1.hide, .top-section .company-name p.hide {opacity: 0;}
.top-section .right-col ul li a {font-size: 26px;font-weight: 700;position: relative;}
.top-section .right-col ul li a::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height:3px;
  border-radius: 100px;
  width: 0px;
  background: var(--red-clr);
  transition: .5s;
}
.top-section .right-col ul li a:hover:before {width:100%}
.top-section .right-col ul li:nth-child(1) { animation-delay: 1.1s}
.top-section .right-col ul li:nth-child(2) {animation-delay: .6s}
.top-section .right-col ul li:nth-child(3) {animation-delay: .1s;}
/* End top slide section */
/* Start website section */
.image-bg {position: relative;}
.image-bg::before {
  content: '';
  background-image: url('../images/motiv-x.png');
  background-size: 73%;
  background-repeat: no-repeat;
  display: block;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  /* right: 0; */
  bottom: 0;
  background-position: 0%;
  animation: animateLeftRight 40s infinite ease-in-out;
}
@keyframes animateLeftRight {
  0%, 100% {
      left: 0%;
  }
  50% {
      left: -47%;
  }
}
.more-info {position: absolute;}
.more-info::after {
  content: '';
  display: block;
  width: 15%;
  height: 3px;
  position: relative;
  bottom: 0;
  left: 0;
  background: #fff;
  transition: .3s;
}
.more-info:hover::after {width: 80%}
/* End website section */

/* Start google section */
.play-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .5);
  cursor: pointer;
}
.white-rounded-bg {
  width: 75%;
  height: 75%;
  background-color: #fff;
  border-radius: 50%;
}
.white-rounded-bg i {color:  var(--light-red);}

/* End google section */
/* Start about us section */
.about-image img {
  background: #fff;
  padding: 5px;
  border-radius: 6px;
  box-shadow: 0 5px 11px 0px #333;
}
/* End about us section */

/* Start responsive test */
.responsive-test input, .responsive-test button {
  border: none;
  outline: none;
  padding: 10px;
  width: 300px;
  border-radius: 6px 0px 0px 6px;
}
.responsive-test button {
  background-color: #F48455;
  cursor: pointer;
  color: #fff;
  width: auto;
  border-radius: 0 6px 6px 0;
  padding: 10px 20px;
}
.l-read-more {left: 0; bottom: -151px;}
/* End responsive test */

/* Start contact section (footer) */
.contact-section .title{
  border-bottom: 2px solid var(--red-clr);
  /* width: 200px */
}
.contact-section .email-number a{position: relative; top:-3px; font-size: 14px;}
.copyright {
  bottom: 20px;
  left: 20px;
}
.footer {height: 100vh}
/* End contact section (footer) */



/* Start Swiper slider */
.swiper-container {
  width: 100%;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100); /* this --vh from main.js file */
}
.swiper-wrapper {height: 100%;}

.swiper-pagination-bullet {height:auto; width: auto;}
.swiper-container-vertical>.swiper-pagination-bullets {
  right: 100px;
  top: auto;
  transform: translate3d(0, 0, 0);
  bottom: 20px
}
.relative-index {
  position: relative;
  z-index: 9;
}
.swiper-pagination-bullet{border-radius: 0; background-color: transparent;}
.pagination-container .custom-pagination {right:0}
.custom-pagination .swiper-pagination-bullet{
  color: #fff;
  font-weight: bold;
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
  padding: 5px 0;
}
.custom-pagination .swiper-pagination-bullet-active {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
  padding:0;
}
.custom-pagination .swiper-pagination-bullet .line {
  display: inline-block;
  background-color: #fff;
  height: 6px;
  width: 30px;
  border-radius: 50px;
  margin-left: 10px;
  opacity: .8;
}
.custom-pagination .swiper-pagination-bullet-active .line {
  opacity: 1;
  width: 60px;
}
.custom-pagination .swiper-pagination-bullet .slide-title {display:none;}
.custom-pagination .swiper-pagination-bullet-active .slide-title {display: block;}
.pagination-container {top: -159px;}

.dark-mode .swiper-pagination-bullet .line {background-color: rgba(0, 0, 0, .9)}
.dark-mode .swiper-pagination-bullet-active .line {background-color: #000; }
.dark-mode .swiper-pagination-bullet-active .slide-title{color: #000}
.swiper-button-next {
  top:auto;
  bottom:20px;
  right:auto;
  left: 50% !important;
  transform: translateX(-50%);
  animation: upDown 1s infinite ease-in-out;
}
.swiper-button-next:after{display: none;}
@keyframes upDown {
  0%, 100% {
      bottom: 25px;
  }
  50% {
      bottom: 0px;
  }
}
.water-mark {
  top: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
}
.water-mark img {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  animation: moveLeftRight 30s infinite ease-in-out;
}
@keyframes moveLeftRight {
  0%, 100% {
      left: 0%;
  }
  50% {
      left: -1797px;
  }
}

/* End Swiper slider */

/* Start websites page */
              /* Start top section */
.websites-page .top-section {height: 100vh}
.websites-page .top-section .company-name h1 {font-size: 50px;}
.google-page .top-section .company-name h1 {font-size: 58px;}
              /* End top section */
.features-section .feat p {width: 60%}

              /*** Start portfolio websites section ***/
.portfolio-section .image-box {
  height: 520px;
  overflow: hidden;
  position: relative;
  transition: all 6s ease-in-out;
  box-shadow: 0px 0px 13px -5px #d88;
  border-radius: 4px;
}

.portfolio-section .image-box img {
  position: absolute;
  transition: all 6s ease-in-out;
  top: 0;
}
.load-more {
  font-size: 20px;
  color: #000;
  position: relative;
  display: inline-block;
}
.load-more::after, .box-url::after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background-color: #000;
}
.box-url::after {background-color: #fff;}


              /*** End portfolio websites section ***/


/* End websites page */

/* Start 3dpage */
.about-3d .about-p {padding: 0 150px}
.portfolio-section .portfolio-title {font-weight: 900;}

  /**=====================================================
              Start 3d references
======================================================**/
/***********************
Boxs
***********************/

.main-body{
  position: relative;
  background-image: url(../img/pic-00.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  transition: background-image 0.5s ease;
}
.main-body:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  top:0;
  left:0;
}
.main-boxs{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: transparent;
}

.main-boxs .box .content .content-box .title {color: #fff}
.box{
  position: relative;
  height: 25vh;
  flex: 0 0 25%;
  max-width: 25%;
  justify-content: center;
}
.box:hover{
  background: rgba(255,255,255,0.2);
}
.box .content{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  border-right: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
}
.box .content .content-box{
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.box .content a {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.box .content .content-box .title{
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.box .content .content-box .description{
  transform: translateY(100%);
  margin: 0;
  opacity: 0;
  font-size: 14px;
  text-transform: uppercase;
  transition: .5s;
}
.box .content:hover .content-box .description{transform: translateY(0%); opacity: 1;}

.project-list .main-body{overflow: hidden; max-height: 100vh;}
.project-list .main-boxs-body{
  position: relative;
  width: 65%;
  height: 100%;
  float: left;
  display: block;
}
.project-list .main-boxs-content{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  padding: 26% 30% 0% 17%;
}
.project-list .main-boxs-content .box-title{
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
.project-list .main-boxs-content .box-url{
  color: #fff;
}
.project-list .main-boxs{
  max-width: 35%;
  height: 100vh;
  float: right;
  background-color: rgba(0,0,0,.4);
  overflow-y: scroll;
  box-sizing: content-box;
  scroll-behavior: smooth;
  transform: translate3d(0,0,0);
}
.three-d ::selection {
  background-color: rgba(235,116,86,1);
}
.three-d .main-boxs {
  max-width: 24%;
}
.three-d #post_data {
  width:100%
}
.project-list .main-boxs::-webkit-scrollbar {
  display: none;
}
.project-list.int .main-boxs{
  transform: translate3d(0,0,0);
  transition: transform .5s cubic-bezier(.65,.17,0,.92);
}
.project-list .main-boxs .box {
  height: auto;
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 50px;
}
.project-list .main-boxs .box:first-child{
  margin-top: 30%;
}
.project-list .main-boxs .box .content{
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.project-list .main-boxs .box .content .content-box {
  position: relative;
  left: auto;
  bottom: auto;
  display: flex;
  align-items: center;
}
.project-list .main-boxs .box .content .content-box .counter{
  font-style: italic;
  font-size: 14px;
  padding: 0 5px;
  margin: 0;
  width: 50px;
  text-align: center;
}
.project-list .main-boxs .box .content .content-box .title{
  /* width: 60%; */
  margin:0;
  padding: 0 5px;
  font-size: 16px;
}
.project-list .main-boxs .box .content .content-box .description {
  transform: none;
  opacity: 1;
  font-size: 14px;
  font-style: italic;
  padding: 0 5px;
}
@media all and (max-width: 992px) {
  .main-boxs {
    height: 100%;
  }
  .box{
    flex: 0 0 33.333337%;
    max-width: 33.333337%;
    height: 33.333337vh;
  }

  .project-list .main-boxs{
    padding-top: 150px;
    max-width: 40%;
  }
}
@media all and (max-width: 768px){
  .box{
    flex: 0 0 50%;
    max-width: 50%;
    height: 33.333337vh;
  }
  .project-list .main-boxs .box .content .content-box .title{
    width: 100%;
    font-size: 14px !important;
    padding: 0;
  }
  /* .project-list .main-boxs {max-width: 45%;}
  .project-list .main-boxs-body {max-width: 65%;} */

}
@media (max-width: 580px) {
  .box{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .project-list .main-boxs .box .content .content-box .description {
    display:none;
  }

  .project-list .main-boxs-body {
    width: 54%;
    height: 100vh;
  }
  .project-list .main-boxs{width: 46%; max-width: 46%;}
  .project-list .main-boxs-content { padding: 15px; top: 40%;}
  .project-list .main-boxs-content .box-title { font-size: 24px;}
  .project-list .main-boxs .box .content .content-box .title {font-size: 11px;}
}

/**=====================================================
                End 3d references
======================================================**/
/* End 3dpage */
/**=====================================================
                Start Google page
======================================================**/
.before-portfolio {
background-image: url('../images/google-street/google-bg.png');
background-repeat: no-repeat;
background-size: cover;
padding: 100px 0
}
.before-portfolio .text-box-wrap {width: 75%; margin: auto;}
.pagination ul li {padding: 0 10px}
.pagination ul li span {color: #000; font-weight: 500; cursor: pointer;}
.pagination ul li.active span {color: var(--red-clr); cursor: auto;}

/**=====================================================
                End Google page
======================================================**/

/**=====================================================
                Start Responsive web page
======================================================**/
.screens-display {left: 0px; height: 730px; }

iframe .cookies-overlay{display: none !important;}
.screens-display .screen, .screens-display .screen-inner-div {
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}
.screens-display iframe {
  transform:scale(0.219);
  -webkit-transform:scale(0.219);
  -o-transform:scale(0.219);
  -ms-transform:scale(0.219);
  -moz-transform:scale(0.219);
  transform-origin:top left;
  -webkit-transform-origin:top left;
  -o-transform-origin:top left;
  -ms-transform-origin:top left;
  -moz-transform-origin:top left;
  margin:0;padding:0;
  position:relative;
  background-color:#fff;
  border:none
}
.screens-display .mobile-sc {
  background-image: url('https://www.motiv-x.com/images/web-screens/iphone.png');
  width: 95px;
  height: 196px;
  top: 501px;
  left: 618px;
  z-index: 5;
}
.screens-display .mobile-sc iframe {
  width: 332px;
  height: 493px;
  top: 32px;
  left: 10px;
  overflow-y: hidden;
}
.screens-display .tablet-sc {
  background-image: url('https://www.motiv-x.com/images/web-screens/Ipad.png');
  width: 246px;
  height: 400px;
  z-index: 3;
  left: 770px;
  top: 386px;
}
.screens-display .tablet-sc iframe {
  width: 770px;
  height: 1024px;
  top: 34px;
  left: 38px;
  overflow-y: hidden;

}
.screens-display .laptop-sc {
  background-image: url('https://www.motiv-x.com/images/web-screens/laptop.png');
  width: 477px;
    height: 307px;
    top: 386px;
    left: 73px;
    z-index: 2;
}
.screens-display .laptop-sc iframe {
    width: 1288px;
    height: 811px;
    top: 26px;
    left: 59px;
    transform: scale(0.277);
    -webkit-transform: scale(0.277);
    -o-transform: scale(0.277);
    -ms-transform: scale(0.277);
    -moz-transform: scale(0.277);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
}
.screens-display .desktop-sc {
  background-image: url('https://www.motiv-x.com/images/web-screens/Largescreen.png');
  width: 566px;
  height: 538px;
  top: 0px;
  left: 322px;
  z-index: 1;
}
.screens-display .desktop-sc iframe {
  left: 28px;
  top: 38px;
  width: 1603px;
  height: 1006px;
  transform: scale(0.3181);
  -webkit-transform: scale(0.3181);
  -o-transform: scale(0.3181);
  -ms-transform: scale(0.3181);
  -moz-transform: scale(0.3181);
  transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -moz-transform-origin: top left;
}

.input-url-box .res-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-url-box .go-url-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-url-box .ht-btn:hover,
.input-url-box .ht-btn:focus,
.input-url-box .btn:hover, .input-url-box .btn:active, .input-url-box .btn:focus{
  -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.website-link .responsive-test input {
  border:1px solid #A1A1A1;
  border-right: none;
}
.responsive-test button {background-color: var(--red-clr);}
/**=====================================================
                End Responsive web page
======================================================**/
/**=====================================================
                Start contact page
======================================================**/
.contact-form-ftyle {padding: 8px 10px; border: 1px solid #A1A1A1; font-size: 15px;}
.contact-form-ftyle:focus{outline: none;}
.submit-btn {
  background-color: var(--red-clr);
  color: #fff;
  border: none;
  outline: none;
  padding: 11px 30px;
  cursor: pointer;
}
.submit-btn:focus{outline: none;}
    /**map**/
.section-map {height: 550px}
.contact-input-style {
  border-radius: 30px;
  padding-top:12px;
  padding-bottom:12px;
  border-color: #999999;
}
.submit-btn {border-radius: 30px; padding-top:12px;padding-bottom:12px;}
.google-map {border-radius: 30px;}
/**=====================================================
                End contact page
======================================================**/


/* Start my framework */
.gray-clr {color: var(--gray-clr)}
.red-clr {color: var(--red-clr);}
.font-weight-600 {font-weight: 600;}
.font-weight-500 {font-weight: 500;}
.font-weight-400 {font-weight: 400;}
.font-size-15 {font-size: 15px;}
.font-size-16 {font-size: 16px;}
/* End my framework */

/* Start animations width slide */
.animation-element {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.swiper-slide-active .top-section .title-animation {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  animation-name: fadeInUp;
}

.swiper-slide-active .fade-up, .swiper-slide-active .fade-down {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-name: fadeInUp;
}
.swiper-slide-active .fade-down {animation-name: fadeInDown;}

.swiper-slide-active .top-section .right-col ul li {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-name: backInDown;
}

/* End animations width slide */

.dropdown-menu {min-width: auto;}
.dropdown-item.active, .dropdown-item:active {background-color: #545b62;}

/* Start virtual 3d page */
.tabs-wrap {
  max-height: 430px;
  overflow-y: auto;
}
.virtual3d-tabs li a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.virtual3d-tabs li.active a {
  border-bottom: 3px solid #f23c3c;
}
.virtual-image {
  max-width: 480px;
  max-height: 430px;
  object-fit: cover;
}
.virtual-works-slider .owl-stage {
    padding-left: 0px !important;
}
.virtual-works-slider .owl-stage-outer,
.virtual-works-slider .owl-stage-outer .owl-stage,
.virtual-works-slider .owl-item
 {height: 100%;}
/* End virtual 3d page */

/* Start Gastro order page */
.top-section .company-name h1.gastro-page-title {font-size: 37px;}
.gastro-water-mark-wrap {top: 50%;z-index: 1;}
.gastro-water-mark {width: 42%;right: 0; transform: translateY(-50%);}
.services-section{padding-block: 80px;}
.services-section .section-title {font-size: 30px;font-weight: 600;}
.services-section .service-box {border: 1px solid #D0D0D0;border-radius: 8px;}
.svg-serv-icon {min-width: 24px;}
.service-box{transition: all .2s ease-in-out;}
.service-box:hover {background-color: var(--red-clr);}
.save-money-section {background-color: #F7F7F7;}
.save-money-section .wrap-content {border-radius: 25px;}

.select2-selection__arrow {display: none !important;}
/* .select2-container {width: 100% !important;} */
.select2-container--default .select2-selection--single {position: relative;}
.select2-container--default .select2-selection--single::after {
  content: ''; /* Or you can use background-image */
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url('../images/angle-down.svg');
  pointer-events: none;
  font-size: 18px;
  color: #555;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}
.select2-dropdown {top: 4px;}
.select2-container--open .select2-dropdown--above {top: -4px !important;}
.select2-container--default .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border:1px solid #000;
  border-radius: 50px;
}
.select2-container .select2-selection--single {height: 45px;}
.select2-container .select2-selection--single .select2-selection__rendered{padding-top: 7px;}
.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {border-radius: 13px; overflow: hidden; border: 1px solid #000;}
.save-money-section .price {font-size: 30px; color: var(--red-clr);}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {background-color: var(--red-clr);}
.designs-section {background-color: var(--red-clr); padding-block: 80px;}
.designs-section .section-title {font-size: 33px;}
.see-more-btn {
  border: 1px solid #000;
  padding: 10px 40px;
  border-radius: 27px;
  width: max-content;
  color: #000;
  font-weight: 600;
 }

 .app-section {background-color: #000; padding-block: 80px;}
 .app-section .sub-title {font-size: 20px;}
 .app-section img {max-width: 419px;}

 .payment-records-section {padding-block: 80px;}
 .records-slider {overflow: hidden;}
 
.swiper-pagination-gastro .swiper-pagination-bullet {
  background: #D9D9D9; /* color of bullets */
  width: 20px;
  height: 20px; 
  opacity: 1;
  border-radius: 50%;
}
.swiper-pagination-gastro .swiper-pagination-bullet-active {background: var(--red-clr); /* color of active bullet */}


.plan-offers {background-color: #000; padding-block: 80px;}
.plan-offers .logo-svg {max-width: 100px; max-height: 100px;}
.plan-box {
  border: 1px solid #D7D7D7;
  box-shadow: 1px 7px 9.4px 6px #58585840;
  border-radius: 35px;
  padding: 23px;

}

.plan-box .top-box{border-bottom: 1px solid #999999}
.plan-box .top-box .period {font-size: 13px;}
.plan-box .top-box  .price {font-size: 18px;}
.plan-box .top-box .plan-title {font-weight: 600;font-size: 18px;}
.plan-box .top-box .note-title {font-size: 13px;}
.plan-contact-btn {
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  padding: 10px 30px;
  color: white;
  width: max-content;

}

/* End Gastro order page */



















