/*
	Daraz by TEMPLATE STOCK
    templatestock.co @templatestock
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/


:root {
    --primary: #FFE99B;
    --secondary: #FDEEC3;
    --thirth: white;
    --four: #F6F2ED;

    --text-black: #333;
    --black: black;
    --bg-pink: #f7f7f7;
}



@font-face {
  font-family: 'time';
  src: url('../fonts/TimesNRSevenMTStd.woff2') format('woff2'),
    url('../fonts/TimesNRSevenMTStd.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #aadbf3;
}

::selection {
  color: #fff;
  background: #aadbf3;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.projects-detail-page .navbar-nav .nav-link.active:hover {
  color: #aadbf3 !important;
}

.projects-detail-page .navbar-nav .nav-link.active {
  color: #aadbf3;
}

.bg-review {
  background: url(images/banner.jpg) #d7e3edb0 top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-blend-mode: overlay;
}

.popup {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  padding-top: 2rem;
  background-color: var(--primary);
  position: relative;
  margin: 10% auto;
  max-width: 600px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}

.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .popup-content {
    margin: 70% auto;
    width: 80%;
    transform: translate(0%, 0%);
  }
}

.bg-title {
  position: relative;
  overflow: hidden;
  padding: 15px 15px 0 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.section-padding {
  padding: 50px 0;
}

.sections-padding {
  padding-bottom: 120px;
}

.hero-header {
  background: url(../images/banner.jpg) top no-repeat;
  background-blend-mode: overlay;
  background-size: cover;
  min-height: 850px;
  position: relative;
}

/* .hero-header:before {
  content: "";
  width: 100%;
  height: 70px;
  background: url(../images/shape.png) center;
  background-repeat: repeat-x;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 240px;
  -webkit-animation: slide 80s linear infinite;
} */
/* .hero-header:after {
  content: "";
  width: 100%;
  height: 240px;
  background: var(--bg-pink);
  position: absolute;
  left: 0;
  bottom: 0;
} */
.hero-header .banner-ndung {
  background: var(--bg-pink);
  background-image: url("../images/leaf.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
  padding: 40px 0;
}

@keyframes slide {

  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -3000px 0;
  }

}

body {
  background-color: white !important;
  color: var(--text-black);
  line-height: 1.5;
  font-family: 'Raleway', sans-serif;
  overflow-x: hidden;
}

.animated {
  opacity: 0;
}

.bg-default {
  background-color: #ffffff;
}

.animated.visible {
  opacity: 1;
}


.section-md,
.section-lg,
.section-xl,
.section-xxl {
  padding: 50px 0;
}

.bg-dark-radial {
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
  background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
  background-size: 3px 3px;
}

.bg-light-radial {
  background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
  background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
  background-size: 3px 3px;
}

.navbar-dark .navbar-nav .nav-link {
  position: relative;
  padding: 35px 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--light);
  outline: none;
  transition: .5s;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }

  .aside-contacts {
    padding-top: 20px;
  }
}

.column-left {
  width: 70px;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.list-style-none {
  list-style: none !important;
}

.mg-a {
  margin: auto;
}

.btn {
  font-weight: 700 !important;
  transition: .5s !important;
}


.btn-dark {
  color: #aadbf3;
  background-color: #fff;
  border-color: #1D2A4D;
}

.btn-blue {
  text-decoration: none;
  color: white;
  background-color: #fff;
  border-color: #1D2A4D;
}

.rounded-pill {
  border-radius: 50rem !important;
}


.text-gray-13 {
  color: #cccccc;
}

.text-gold {
  color: #ccaa7f;
}

.text-pink {
  color: var(--secondary);
  text-shadow: 1px 1px 2px #aadbf3;
}

.btn-blue:hover {
  -webkit-box-shadow: 0 8px 6px -6px #ffffff;
  -moz-box-shadow: 0 8px 6px -6px #ffffff;
  box-shadow: 0 8px 6px -6px #ffffff;
  color: #aadbf3 !important;
}

/* Product */
.product {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 20px;
  width: 100%;
  margin: 10px 0;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 var(--third);
}

.product p {
  font-weight: 500;
  text-align: left;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 80px;
  text-align: center;
  min-height: 100px;
}

.justify {
  text-align: justify !important;
}

.title-art {
  color: #aadbf3;
  text-align: center;
  font-size: 50px !important;
}

.product.article {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 15px 15px;
  max-width: 350px;
  max-height: 370px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.product-rating {
  font-size: 17px;
  color: #ffe745;
}

.product-rating>* {
  display: inline-block;
  vertical-align: middle;
}

.product-title {
  display: block;
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 20px;
  position: absolute;
  bottom: 135px;
  left: 0;
  right: 0;
  /* background: linear-gradient(45deg, #840c0b, #141c64); */
  color: var(--black);
  border: none;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg.jpg");
}

/* .product-title:before {
    background-image: url(../images/bg-texture.png);
    background-size: 50%;
    background-position: right;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    opacity: .2;
} */

.limit-cont {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.product-price {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  letter-spacing: .025em;
  color: #aadbf3;
}

.product-price-old {
  color: rgba(21, 21, 21, 0.5);
  text-decoration: line-through;
}

.product-price-old+.product-price {
  margin-left: 4px;
}

.product-badge {
  position: absolute;
  text-align: center;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 2px 14px 3px 10px;
  min-width: 76px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: .1em;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}

.product-badge::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skew(-22deg);
  transform-origin: 50% 0;
  pointer-events: none;
  z-index: -1;
}

.product-badge-new {
  color: #ffffff;
}

.product-badge-new::before {
  background: #6046b6;
}

.product-badge-sale {
  color: #151515;
}

.product-badge-sale::before {
  background: #ffe745;
}

.product-button {
  pointer-events: none;
}

.product-button .button {
  width: 100%;
  letter-spacing: .01em;
  pointer-events: auto;
  min-width: 176px;
}

.product-button *+.button-wrap,
.product-button *+.button {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .desktop .product-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .desktop .product-button::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    opacity: 0;
    visibility: hidden;
    background: rgba(96, 70, 182, 0.5);
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
    transition-delay: .35s;
  }

  .desktop .product-button .button-wrap {
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease-in-out;
  }

  .desktop .product-button .button-wrap .button {
    font-weight: 600;
    letter-spacing: 2px;
  }

  .desktop .product-button .button-wrap:first-child {
    transform: translate3d(15px, 0, 0);
  }

  .desktop .product-button .button-wrap:last-child {
    transform: translate3d(-15px, 0, 0);
  }

  .desktop .product:hover .product-button::before {
    width: 500px;
    height: 500px;
    opacity: 1;
    visibility: visible;
    background: rgba(255, 255, 255, 0.92);
    transition: all .35s ease;
  }

  .desktop .product:hover .product-button .button-wrap {
    opacity: 1;
    transform: none;
    visibility: visible;
  }

  .desktop *+.product-button {
    margin-top: 0;
  }
}

*+.product-rating {
  margin-top: 18px;
}


*+.product-price-wrap {
  margin-top: 6px;
}

*+.product-button {
  margin-top: 14px;
}

@media (min-width: 992px) {}

@media (min-width: 375px) {
  .padding-left {
    padding-left: 10px;
  }
}

@media (min-width: 425px) {
  .padding-left {
    padding-left: 1px;
  }
}

@media (min-width: 1440px) {
  .padding-left {
    padding-left: 1px;
    padding-right: 45px;
  }
}

.bg-fixed {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.overlay {
  background-color: rgba(0, 0, 0, 0.63);
  background-image: url(../img/overlay-pattern.png) !important;
  background-repeat: repeat;
  background-attachment: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mt-md-5 {
  margin-top: 3rem !important
}


/*BOOTSTRAP RESET*/

.mg-t {
  margin-top: 100px !important;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

a {
  color: #aadbf3;
}

.text-primary {
  color: #267db8 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #f56649 !important;
}

.text-secondary {
  color: #6EBBF6 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #2699f2 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #FEF1EF !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #fab2a7 !important;
}

.text-dark {
  color: #211E1C !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #757575 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}


.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-black-51 {
  color: #8b6f84 !important;
  font-size: 14px !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.pb-lg-0,
.py-lg-0 {
  padding-bottom: 0 !important;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.align-items-center {
  align-items: center !important;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.containers,
.container-fluids {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.py-5 {
  padding-top: 3rem !important;
}


/* .row {
  margin: 0;
} */

@media (min-width: 768px) {
  .row.table-row {
    display: table;
    width: 100%;
    margin: 0 auto;
  }

  .row.table-row>[class*="col-"] {
    float: none;
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}


/*LOADER SVG*/

.pageload-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 99;
}

.pageload-overlay.show {
  visibility: visible;
}

.pageload-overlay svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.pageload-overlay svg path {
  fill: #f7f7f7;
}

.pageload-overlay::before {
  content: '';
  position: absolute;
  top: 36%;
  left: 50%;
  width: 50px;
  height: 50px;
  visibility: hidden;
  opacity: 0;
  margin: 60px 0 0 -25px;
  z-index: 98;
  background-image: url(../img/bars.svg);
  background-size: 50px 50px;
  background-repeat: no-rgb(0, 0, 0)nd-position: top center;
}

@media(min-width: 768px) {
  .pageload-overlay::before {
    margin-top: 0;
  }
}

.pageload-loading.pageload-overlay::before {
  opacity: 1;
  visibility: visible;
}

.text-md-start {
  text-align: left !important;
}

.text-md-end {
  text-align: right !important;
}

/*NAVIGATION STYLE*/

.navbar-fixed-top,
.navbar-fixed-top.bottom {
  background-color: rgb(255, 255, 255);
  position: fixed;
  bottom: inherit;
  padding: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.navbar-fixed-top .navbar-brand,
.navbar-fixed-top .navbar-nav>li>a {
  color: #000;
  font-weight: 700;
}

.navbar-fixed-top .navbar-nav>li>a:hover {
  color: #aadbf3;
}

.navbar-fixed-top .navbar-brand {
  font-size: 30px;
}

.navbar-fixed-top.bottom .navbar-brand,
.navbar-fixed-top.bottom .navbar-nav>li>a {
  color: #000;
}

.navbar-fixed-top .navbar-nav>li>a:hover {
  color: #aadbf3;
}

.navbar-fixed-top .navbar-toggle {
  border-color: transparent;
}

.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: #aaa;
}

.navbar-fixed-top .navbar-toggle:hover .icon-bar,
.navbar-fixed-top .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}

.navbar-fixed-top .navbar-toggle:hover,
.navbar-fixed-top .navbar-toggle:focus {
  background-color: #aadbf3;
}

@media (min-width:768px) {
  .navbar-fixed-top {
    background-color: rgba(255, 255, 255, 0.95);
    border: none;
    margin: 0;
    padding: 20px 0 !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
  }

  .navbar-fixed-top.bottom {
    background-color: rgba(21, 21, 21, 0.51);
    position: absolute;
    left: 0;
    bottom: 0;
    top: inherit;
    box-shadow: 0 0 0;
  }

  .navbar-fixed-top.bottom .navbar-brand,
  .navbar-fixed-top.bottom .navbar-nav>li>a {
    color: #fff;
  }
}


/*HEADER STYLE*/


#header {
  position: relative;
  height: 100%;
  padding: 0;
  /* padding-top: 50px; */

}

.header-area {
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 100;
  padding: 10px 0;
  background: #fff;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  box-shadow: rgb(0 0 0 / 19%) 0px 0px 10px 0px;
}

.header-area.header-sticky {
  border-bottom: 3px solid #ffce20;
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.5s ease-in-out;
}

.header-area.header-sticky .navbar img {
  /*height: 65px;*/
}

.sticky-top {
  position: relative;
  /* background-image: url("../images/bg-book.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
  /* background-image: linear-gradient(to bottom,var(--primary),var(--primary)); */
  z-index: 999 !important;
  background-color: var(--thirth);
}

.sticky-top::after {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000c4;
  content: "";
  z-index: -1; */

}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.nav-slide a {
  position: absolute;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 97;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-slide a:hover {
  z-index: 98;
}

.nav-slide a.prev {
  left: 0;
}

.nav-slide a.next {
  right: 0;
}

.nav-slide a svg {
  display: block;
  margin: 0 auto;
  padding: 0;
}

.nav-slide .icon-wrap {
  position: relative;
  z-index: 97;
  display: block;
  padding: 16px 10px;
  border: 0px solid #aadbf3;
  background: #aadbf3;
  -webkit-transition: border-width 0.3s 0.15s;
  transition: border-width 0.3s 0.15s;
}

.nav-slide svg.icon {
  fill: #fff;
}

.nav-slide div {
  position: absolute;
  top: 50%;
  padding: 20px;
  width: 440px;
  height: 144px;
  background: #fff;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.nav-slide a.prev div {
  left: 0;
  padding: 20px 140px 20px 70px;
  text-align: right;
  -webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
  transform: translateY(-50%) translateX(-100%) scale(0.75);
}

.nav-slide a.next div {
  right: 0;
  padding: 20px 70px 20px 140px;
  -webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
  transform: translateY(-50%) translateX(100%) scale(0.75);
}

.nav-slide span {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 0.7em;
  line-height: 1.2;
}

.nav-slide h3 {
  margin: 0;
  padding: 8px 0 10px;
  color: #000;
  font-weight: 300;
  font-size: 1.325em;
  line-height: 1.2;
}

.nav-slide div p {
  color: #aadbf3;
  font-family: "Lucida Bright", Georgia, serif;
  font-size: 75%;
  font-style: italic;
  margin: 0;
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.nav-slide img {
  position: absolute;
  top: 20px;
  width: 104px;
  height: 104px;
  object-fit: cover;
}

.nav-slide a.prev img {
  right: 20px;
}

.nav-slide a.next img {
  left: 20px;
}

.nav-slide a:hover .icon-wrap {
  border-top-width: 40px;
  border-bottom-width: 40px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-slide a:hover div {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateY(-50%) translateX(0) scale(1);
  transform: translateY(-50%) translateX(0) scale(1);
}

.header-slide {
  height: 100%;
}

.header-slide>section {
  text-align: center;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.overlay-top::before,
.overlay-bottom::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  left: 0;
  z-index: 1;
}

.header-slide .image-slide,
.header-slide .image-slide a {
  color: #aaa;
}

.header-slide .image-slide .overlay {
  padding-top: 20vh;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

@media(min-width: 768px) {
  .header-slide .image-slide .overlay {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}

.header-slide .image-slide .overlay .container {
  width: initial;
}

.header-slide .image-slide .logo {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
}

.header-slide .image-slide .top-social {
  margin: 17px auto 0 auto;
}

.header-slide .image-slide .top-social li {
  width: 30px;
  padding: 5px 0;
  margin: 10px 5px 2px;
  background-color: rgba(98, 98, 98, .3);
}

.header-slide .image-slide .top-social li a {
  font-size: 15px;
  text-shadow: 0 0 0;
}

.header-slide .image-slide a:hover {
  color: #aadbf3 !important;
}

.header-slide .image-slide .slider-content {
  padding: 0;
  padding-top: 20vh;
  padding-bottom: 50px;
}

@media(min-width: 768px) {
  .header-slide .image-slide .slider-content {
    padding-top: 24vmin;
  }
}

.header-slide .image-slide .slider-content h1 {
  font-size: 8vmin;
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
  margin: 0 0 20px 0;
}

.header-slide .image-slide .slider-content p {
  color: #fff;
  font-size: 15px;
}

.svg-wrap {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
}


/*CONTENT TEMPLATE*/

.>section {
  padding-bottom: 60px;
  padding-top: 40px;
}

.light {
  background-color: #fff;
  color: #000;
}

.dark {
  background-color: #aadbf3;
  background-image: url(../img/pattern_40.gif);
  background-position: top left;
  background-repeat: repeat;
  color: #267db8;
}

.p1 {
  padding: 100px 0px 100px 0px;
}

.p2 {
  padding: 0 25px 55px;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.booking {
  width: 200px;
  height: 50px;
  border-radius: 30px 30px;
  background-color: white;
  margin: auto;
  color: black;
}

.light .title,
.bg-pink .title,
.bg-gold .title {
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
  padding: 0 25px 0px;
}

.dark .title {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.light .title h2:after,
.dark .title h2:after {
  content: "";
  display: block;
  background-color: #222222;
  width: 50px;
  height: 1px;
  margin: 15px auto 0;
}

.dark .title h2:after {
  background-color: #fff;
}

.text-banner {
  color: #aadbf3;
  font-family: 'Amatic SC', cursive;
}

.light h2 span {
  color: #055b99;
}

.bg-pink h2 span {
  color: #055b99;
  /*text-shadow: 1px 1px 2px #055b99;*/
}

.dark strong,
.dark h2 span {
  color: #055b99;
}

.separator {
  padding: 0 !important;
  color: #fff;
}

.separator.blue {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  background-color: #aadbf3;
}

.separator.blue h2 span {
  color: #000;
}

.separator .bg-fixed .overlay,
.separator .bg-fixed>.container {
  padding: 160px 0 120px;
}

.separator h2.quot-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.4em;
  padding: 0 10px;
}

.separator h2.quot-title:before,
.separator h2.quot-title:after {
  font-family: "FontAwesome";
  font-size: 18px;
  display: inline-table;
  vertical-align: top;
  margin-top: -10px;
}

.separator h2.quot-title:before {
  content: "\f10d";
  margin-right: 5px;
}

.separator h2.quot-title:after {
  content: "\f10e";
  margin-left: 5px;
}

.separator h2.quot-title i {
  font-size: 18px;
  display: none;
  vertical-align: top;
  margin-top: 2px;
}

.separator span.quot-name {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

span.quot-name:after {
  content: "-";
  margin-left: 5px;
}

span.quot-name:before {
  content: "-";
  margin-right: 5px;
}


/*ABOUT STYLE*/

.section-content:before,
.section-content:after,
.about-content:before,
.about-content:after {
  content: " ";
  display: table;
}

.section-content:after,
.about-content:after {
  clear: both;
}

#about .big-image {
  position: absolute;
  left: 0;
  width: 95%;
  height: 93%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1
}

#about h1 {
  font-size: 60px !important;
  font-family: 'time';
}

.banner h1 {
  color: var(--secondary);
  font-size: 60px !important;
  font-family: 'Dancing Script', cursive;
}

.banner span {
  color: var(--primary);

}

.banner h2 {
  color: var(--secondary);
  font-size: 60px !important;
  font-family: 'Dancing Script', cursive;
}

.banner p {
  color: var(--primary);
  font-size: 1.5rem;

}

#about .img-fluid {
  /* border-radius: 2rem; */
  /* border: groove 5px var(--primary); */
  box-shadow: black 0px 27px 16px -26px;

}

.about-content {
  margin-bottom: 25px;
  color: #666;
}

.about-content.left>.about-icon,
.about-content.left>.about-detail {
  float: left;
  text-align: left;
}

.about-content.right>.about-icon,
.about-content.right>.about-detail {
  float: right;
  text-align: right;
}

.about-content.left>.about-icon {
  margin-right: 4%;
}

.about-content.right>.about-icon {
  margin-left: 4%;
}

.about-icon {
  font-size: 45px;
  color: #888987;
}

.about-detail {
  width: 70%;
}

.about-content h4 {
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  font-size: 15px;
}


/*EXPERTIES STYLE*/

.container.experties {
  padding-top: 30px;
}

.skill {
  width: 95%;
  position: relative;
  line-height: 2em;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.skill-bar li {
  margin-bottom: 70px;
  background: #000;
  height: 10px;
  border-radius: 3px;
  border-left: 1px solid #111;
  border-top: 1px solid #111;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 100.5%;
  text-transform: uppercase;
}

p.border-primary {
  border-left: solid 2px var(--primary) !important;
}

.skill-bar li em {
  position: relative;
  top: -30px;
  font-style: normal;
}

.percentage {
  height: 5px;
  margin: 2px 1px;
  background: #055b99;
  position: absolute;
  box-shadow: 0px 0px 10px 1px rgba(0, 198, 255, 0.4);
}

.percentage:before,
.percentage:after {
  content: "";
  position: absolute;
  right: -3px;
  top: -10px;
}

.percentage:before {
  content: attr(data-value);
  right: -20px;
  top: -35px;
  padding: 0px 5px;
}

.percentage:after {
  border-top: 4px solid #aadbf3;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
}


/*CREATIVE TEAM STYLE*/

#team .wrap {
  margin: 75px auto 0;
  max-width: 275px;
  padding: 40px 10px;
  background: #F7F7F7;
  box-shadow: 0px 8px 6px -8px rgba(0, 0, 0, 0.54);
}

#team .img-team {
  margin: -100px 0 0 0;
  padding: 0;
}

.img-circle {
  border-radius: 50%;
}

#team .wrap img {
  border: 5px solid #EDEDED;
  height: 150px;
  width: 150px;
}

#team .wrap h3 {
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

#team .wrap h5 {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 12px;
  color: #666;
}

#team .wrap p {
  font-size: 12px;
  min-height: 70px;
  color: #666;
}

.lists-unstyled {
  overflow: hidden;
  position: relative;
  padding-left: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: center;
}

.social-list li {
  padding: 0;
  list-style: none;
  width: 24px;
  display: inline-block;
}

.social-list li a {
  font-size: 16px;
  line-height: 16px;
  color: #AAA;
  width: 24px;
  opacity: 1;
  margin: 0;
  padding: 0;
}

.social-list li a:hover {
  color: #aadbf3
}


/*COUNTER*/

.counter {
  margin: 25px 0;
}

.counter:before,
.counter:after {
  content: " ";
  display: table;
}

.counter:after {
  clear: both;
}

.counter-icon {
  width: 30%;
  text-align: center;
  margin-right: 5%;
  float: left;
  font-size: 30px;
}

@media(min-width: 768px) {
  .counter-icon {
    font-size: 50px;
  }
}

.counter-content {
  float: left;
  width: 65%;
}

.counter-content .value {
  display: block;
  font-size: 30px;
}

.counter-content small {
  text-transform: uppercase;
}


/*PORTFOLIO STYLE*/

#portfolio {
  padding-bottom: 0;
}

#filters {
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
}

#filters>li {
  display: inline-block;
  position: relative;
  padding: 8px 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

#filters>li.active {
  color: #aadbf3;
  font-weight: 700;
}

#filters>li:after {
  content: "::";
  color: #ccc;
  font-weight: 700;
  padding-left: 15px;
  cursor: default;
}

#filters>li:last-child:after {
  content: "";
}

.container-portfolio .portfolio-view {
  position: relative;
  float: left;
  display: none;
  overflow: hidden;
  background: #000;
  text-align: center;
  cursor: pointer;
}

.container-portfolio .portfolio-view img {
  position: relative;
  display: block;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 10px);
  height: 100%;
  opacity: .8;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.container-portfolio .portfolio-view:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.container-portfolio .portfolio-view figcaption,
.container-portfolio .portfolio-view figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container-portfolio .portfolio-view figcaption {
  padding: 2em;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.container-portfolio .portfolio-view h2,
.container-portfolio .portfolio-view p {
  margin: 0;
}

.container-portfolio .portfolio-view h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
  word-spacing: -0.15em;
  font-weight: 300;
  text-align: right;
}

.container-portfolio .portfolio-view h2 span {
  font-weight: 800;
  color: #fff;
}

.container-portfolio .portfolio-view p {
  max-height: 70px;
  overflow: hidden;
  letter-spacing: 1px;
  font-size: 68.5%;
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #FFF;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

.container-portfolio .portfolio-view:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.container-portfolio .portfolio-view figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}


/*CONTACT SYTLE*/

#contact {
  position: relative;
  margin: 0;
  height: 100%;
}

#contact span {
  color: var(--black);
}

#contact a,
.text-blue {
  color: var(--black);
  text-shadow: none;
}

#contact a:hover {
  color: #ffce20 !important;
  /* text-shadow: 1px 1px 1px var(--bg-pink); */
}

#contact .fab:hover,
#contact .fa:hover {
  color: var(--text-black) !important;
  /* text-shadow: 1px 1px 1px var(--bg-pink); */
}

.text-blue:hover {
  color: var(--text-black) !important;
}

#contact .unit-left p {
  color: var(--black);
  margin-bottom: 5px;
  font-weight: 700;
}

.contacts-social-list a {
  margin-right: 10px;
}

.form-control,
.btn.submit {
  margin-bottom: 20px;
  border-radius: 0;
  border-color: #555;
  color: #fff;
  background-color: rgba(0, 0, 0, .1);
}

.form-control:focus {
  border-color: #aadbf3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 142, 214, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 142, 214, 0.6);
}

textarea.form-control {
  max-width: 100%;
}

.btn.submit {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  padding-right: 40px;
  padding-left: 40px;
  color: #999;
  z-index: 1;
}

.btn.submit:hover {
  color: #fff;
  border-color: #aaa;
}

.btn.submit:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #aadbf3;
  width: 0;
  z-index: -1;
  transition: all .3s;
}

.btn.submit:hover:after {
  width: 100%;
}

address span {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

address span .fa {
  color: #aadbf3;
  margin-right: 10px;
}

address span a,
address span a:hover,
address span a:focus {
  color: #fff;
}

address span a {
  text-decoration: underline;
}

.btn-map {
  font-size: 17px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.btn-map:after,
.btn-map:before {
  content: "";
  display: block;
  width: 97%;
  height: 1px;
  background-color: #333;
  margin: 10px auto;
}

.btn-map:hover {
  color: #aadbf3;
}

#google_map {
  width: 100%;
  height: 400px;
  display: none;
}

.map-tooltip h2 {
  color: #000;
  font-family: "Raleway";
  font-weight: 700;
}


.nav-action {
  background: transparent;
  height: 100%;
  position: fixed;
  left: -200px;
  top: 0;
  -moz-transition: left 0.2s linear;
  -o-transition: left 0.2s linear;
  -webkit-transition: left 0.2s linear;
  transition: left 0.2s linear;
  width: 200px;
  text-align: center;
  z-index: 999;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.nav-action #menuToggle {
  background: #267db8;
  display: block;
  position: absolute;
  height: 40px;
  right: -45px;
  top: 80%;
  width: 45px;
}

.nav-action .btn {
  color: #fff;
  width: 150px;
  font-size: 15px !important;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin: 5px 0;
}

.nav-action .btn:hover {
  color: #fff !important;
}

.nav-action .btn-light {
  color: #267db8 !important;
  background-color: #f8f9fa !important;
  border-color: #267db8 !important;
}

.nav-action .btn.fb {
  background: #1773EA;
}

.nav-action .btn.insta {
  background: url(../images/bg-insta.jpg) no-repeat center;
  background-size: 110%;
}

.nav-action .btn.gg {
  background: #E34133;
}

.nav-action .btn.tiktok {
  background: #000;
}

.nav-action .btn i,
.nav-action .btn img {
  margin-right: 5px;
  line-height: 40px;
}

.nav-action #menuToggle span {
  background: white;
  display: block;
  height: 10%;
  left: 13%;
  position: absolute;
  top: 45%;
  width: 70%;
}

.nav-action #menuToggle span:before,
.nav-action #menuToggle span:after {
  background: white;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: -250%;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 100%;
}

.nav-action #menuToggle span:after {
  top: 250%;
}

.nav-action a:nth-child(n+2):after {
  background: #fff;
  content: '';
  display: block;
  height: 2px;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  width: 0;
}

.nav-action a:nth-child(n+2):hover:after {
  width: 100%;
}

.open {
  left: 0;
}

.open #menuToggle {
  background: transparent;
}

.open #menuToggle span {
  background: transparent;
  left: 10%;
  top: 45%;
}

.open #menuToggle span:before,
.open #menuToggle span:after {
  background: #000;
  top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open #menuToggle span:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menuToggle .navClosed {
  -moz-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}

#menuToggle .navClosed:before,
#menuToggle .navClosed:after {
  -moz-transition: top 0.2s linear 0.1s, -moz-transform 0.2s linear 0.1s;
  -o-transition: top 0.2s linear 0.1s, -o-transform 0.2s linear 0.1s;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transition-delay: 0.1s, 0.1s;
  transition: top 0.2s linear 0.1s, transform 0.2s linear 0.1s;
}

#menuToggle .navOpen {
  -moz-transition: background 0.1s linear 0.2s;
  -o-transition: background 0.1s linear 0.2s;
  -webkit-transition: background 0.1s linear;
  -webkit-transition-delay: 0.2s;
  transition: background 0.1s linear 0.2s;
}

#menuToggle .navOpen:before,
#menuToggle .navOpen:after {
  -moz-transition: top 0.2s linear, -moz-transform 0.2s linear;
  -o-transition: top 0.2s linear, -o-transform 0.2s linear;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, transform 0.2s linear;
}

/*FOOTER STYLE*/

#footer {
  padding-bottom: 35px;
  padding-top: 60px;
  background-color: #000;
  color: #aaa;
}

#footer p {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  padding-bottom: 5px;
}

#footer .fa {
  color: #aadbf3;
}

.footer-end {
  background: var(--secondary);
}

.footer-end a {
  color: var(--black);
}


.row-abt {
  /* background-color: var(--secondary); */
}

.no-pro{
      box-shadow: black 0px 27px 16px -26px;
  padding: 8rem 2rem;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/bg-rv.jpg");
}
.no-pro p{
  font-weight: bold;
  font-size: 1.6rem;

  
}