﻿@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0
}

*,
*::before,
*::after {
  box-sizing: border-box;
}



:root {
  --thm-font: Arial, Helvetica, sans-serif;
  --thm-headline-font: 'Outfit', 'Inter', sans-serif;
  --thm-base: #ffffff;
  --thm-base-rgb: 255, 255, 255;
  --thm-primary: #FF6525;
  --thm-primary-rgb: 252, 60, 60;
  --thm-secondary: #0000fe;
  --thm-secondary-rgb: 0, 0, 254;
  --thm-border: #EBF2F3;
}


@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.position-relative {
  position: relative !important;
}

.relative-position {
  position: relative;
}

.text-center {
  text-align: center !important;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px
  }
}

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.333333%
  }

  .offset-sm-2 {
    margin-left: 16.666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.333333%
  }

  .offset-sm-5 {
    margin-left: 41.666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.333333%
  }

  .offset-sm-8 {
    margin-left: 66.666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.333333%
  }

  .offset-sm-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.333333%
  }

  .offset-md-2 {
    margin-left: 16.666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.333333%
  }

  .offset-md-5 {
    margin-left: 41.666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.333333%
  }

  .offset-md-8 {
    margin-left: 66.666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.333333%
  }

  .offset-md-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.333333%
  }

  .offset-lg-2 {
    margin-left: 16.666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.333333%
  }

  .offset-lg-5 {
    margin-left: 41.666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.333333%
  }

  .offset-lg-8 {
    margin-left: 66.666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.333333%
  }

  .offset-lg-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.333333%
  }

  .offset-xl-2 {
    margin-left: 16.666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.333333%
  }

  .offset-xl-5 {
    margin-left: 41.666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.333333%
  }

  .offset-xl-8 {
    margin-left: 66.666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.333333%
  }

  .offset-xl-11 {
    margin-left: 91.666667%
  }
}

/*global area*/
/*----------------------------------------------------*/
.home {
  margin: 0;
  padding: 100px 0 0;
  color: #222222;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.625;
  font-family: var(--thm-font);
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background-color: #f2f2f4;
}

.home::selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.home::-moz-selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.container {
  max-width: 1200px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}

.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}

.ul-li-block ul li {
  list-style: none;
  display: block;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  word-wrap: break-word;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #282c2e;
}

h1 {
  font-size: 45px;
  line-height: 55px
}

h2 {
  font-size: 40px;
  line-height: 50px
}

h3 {
  font-size: 35px;
  line-height: 45px
}

h4 {
  font-size: 25px;
  line-height: 35px
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

a {
  color: inherit;
  text-decoration: none;
}

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

img {
  max-width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  box-shadow: none;
}


.pera-content p {
  margin-bottom: 0;
}

@keyframes zooming {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.05, 1.05);
  }

  100% {
    transform: scale(1, 1);
  }
}

.zooming {
  animation: zooming 18s infinite both;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;

}

.section-title span {
  font-size: 18px;
  font-weight: 700;
  color: var(--thm-primary);
  position: relative;
}

.section-title span:before {
  left: 0;
}

.section-title span:after {
  right: 0;
}

.section-title h2,
.section-title h3 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.125;
  padding: 15px 0px 20px;
}

.section-title h3 {
  font-size: 24px;
}

.section-title.title-style-two {
  max-width: 590px;
  margin: 0 auto;
}

.section-title.title-style-two span {
  color: var(--thm-primary);
}

.section-title.title-style-two span:after,
.section-title.title-style-two span:before {
  background-color: var(--thm-primary);
}

.section-title.title-style-two .title-watermark {
  left: 0;
  right: 0;
  top: -60px;
  opacity: 0.04;
  color: #53536c;
  line-height: 1;
  font-size: 100px;
  font-weight: 900;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
}

.scrollup {
  width: 45px;
  right: 15px;
  z-index: 5;
  height: 45px;
  bottom: 20px;
  display: none;
  position: fixed;
  line-height: 45px;
  background-color: var(--thm-primary);
}

.scrollup i {
  color: #fff;
}


@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }

  80% {
    transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(111px, 72px) rotate(72deg);
  }

  60% {
    transform: translate(93px, 122px) rotate(108deg);
  }

  80% {
    transform: translate(-70px, 72px) rotate(124deg);
  }

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

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/

/*
.header-main {
  padding-top: 15px;
}
*/
.header-top {
  padding: 10px 0;
  border-bottom: 1px dashed #dadada;
}

.header-top-menu {
  background: #FE7F4A;
  padding: 5px 0;
}

.header-top-menu-social span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 10px;
  border-right: 1px solid #ffffff;
  padding-right: 10px;
  text-transform: uppercase;
}

.header-top-menu-social span:last-child {
  border-right: none;
}

.header-top-menu-social a {
  color: #fff;
}

.header-top-menu {
  padding: 5px 0;
}

.header-top-cta li {
  padding-left: 65px;
}

.header-top-cta li {
  position: relative;
}

.header-top-cta li:after {
  top: 15px;
  left: 30px;
  content: "";
  width: 1px;
  height: 33px;
  position: absolute;
  border: 1px dashed #dadada;
}

.header-top-cta li:nth-child(1):after {
  display: none;
}

.header-top-content .top-content-icon {
  top: 4px;
  margin-right: 10px;
  position: relative;
  padding: 10px;
  background: rgb(245 245 245 / 86%);
  /*#eff5f4*/
  border-radius: 24px;
}

.header-top-content .top-content-icon i {
  font-size: 24px;
  color: var(--thm-primary);
  line-height: 0;
  vertical-align: middle;
}

.header-top-content .top-content-text a {
  font-size: 13px;
}

.header-top-content .top-content-text h3 {
  color: #3d404c;
  font-size: 19px;
  font-weight: 600;
}

.header-menu-wrap {
  padding: 15px 0px 13px;
}

.main-nav {
  padding-top: 5px;
}

.main-nav .navbar-nav {
  display: inherit;
}

.main-nav li {
  margin-right: 75px;
}

.main-nav li a {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #282c2e;
  font-weight: 600;
  position: relative;
}

.main-nav li a:before {
  left: 0;
  right: 0;
  bottom: -10px;
  height: 4px;
  content: "";
  width: 0%;
  position: absolute;
  background-color: var(--thm-primary);
  transition: 0.3s all ease-in-out;
}

.main-nav li:hover a:before {
  width: 100%;
}

.main-nav .dropdown {
  position: relative;
}

.main-nav .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid var(--thm-primary);
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}

.main-nav .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #e5e5e5;
}

.main-nav .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.main-nav .dropdown .dropdown-menu li a:before {
  display: none;
}

.main-nav .dropdown .dropdown-menu li a:hover {
  background-color: var(--thm-primary);
  color: #fff;
}

.main-nav .dropdown .dropdown-menu li a:hover:after {
  transform: scale(1);
}

.main-nav .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-nav .dropdown:hover .dropdown-menu {
  top: 48px;
  opacity: 1;
  visibility: visible;
}

/* Third level menu */
.main-nav .dropdown .dropdown-menu li .dropdown-menu {
  top: 0;
  left: 100%;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
  overflow: auto !important;
}

.main-nav .dropdown .dropdown-menu .dropdown:hover .dropdown-menu {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
  overflow: auto !important;
}

.main-nav .dropdown .dropdown-menu .dropdown:hover .dropdown-menu li {
  padding: 0;
  margin: 0;
}

.main-nav .dropdown .dropdown-menu .dropdown:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: var(--thm-primary);
  top: 8px;
  right: 10px;
  content: "\f105";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.header-cart-login {
  padding-top: 20px;
}

.header-cart-login .top-cart-login {
  position: relative;
  display: inline-block;
}

.header-cart-login .top-submit {
  position: relative;
  display: inline-block;
}

.header-cart-login .top-submit a {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  text-align: center;
  transition: 0.3s all ease-in-out;
  color: var(--thm-primary);
  padding: 0 20px;
  border: 1px dashed var(--thm-primary);
  border-radius: 24px;
  margin: 0px 15px;
}

.header-cart-login .top-submit a:hover {
  color: #fff;
  border: 1px solid var(--thm-primary);
  background: var(--thm-primary);
}

.header-cart-login .top-submit a i {
  vertical-align: middle;
  line-height: 1;
}

.header-cart-login .top-cart-login:after {
  top: 3px;
  right: -3px;
  width: 2px;
  content: "";
  height: 18px;
  position: absolute;
  background-color: #d9d9d9;
}

.header-cart-login .top-cart-login:last-child:after {
  display: none;
}

.header-cart-login .top-cart-login button {
  padding: 0;
  border: none;
  color: #5a5a5a;
  margin: 0px 15px;
  background-color: transparent;
  transition: 0.3s all ease-in-out;
}

.header-cart-login .top-cart-login button:hover {
  color: var(--thm-primary);
}

.header-social {
  margin-left: 40px;
}

.header-social li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.3s all ease-in-out;
}

.header-social li a {
  width: 100%;
  display: block;
}

.header-social li:hover {
  color: #fff;
  background-color: var(--thm-primary);
}

.header-style-two {
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 20px 0px;
  position: absolute;
  background-color: #fff;
}

.header-style-two .brand-logo {
  margin-right: 85px;
}

.header-style-two .main-nav {
  padding-top: 15px;
}

.header-style-two .main-nav .dropdown:after {
  color: #ff5520;
}

.header-style-two .main-nav li a:before {
  display: none;
}

.header-style-two .main-nav li {
  position: relative;
}

.header-style-two .main-nav .dropdown .dropdown-menu li:before {
  display: none;
}

.header-style-two .main-nav .dropdown .dropdown-menu li a:after {
  display: none;
}

.sticky-menu {
  top: -80px;
  width: 100%;
  z-index: 10;
  position: fixed;
  background: #fff;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.header-style-two.sticky-menu {
  top: 0;
}

.header-style-one.sticky-menu {
  top: -110px;
}

.brand-logo img {
  max-height: 50px;
}

.brand-logo a {
  color: var(--thm-primary);
  font-size: 26px;
  font-weight: 600;
}

.header-style-three {
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 30px 0;
  position: absolute;
  background: var(--thm-base);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-style-three .main-nav {
  /* padding-top: 15px; */
}

.header-style-three .main-nav li a:before {
  background-color: #ff5520;
}

.header-style-three .main-nav .dropdown .dropdown-menu {
  border-bottom: 2px solid #ff5520;
}

.header-style-three .main-nav .dropdown .dropdown-menu li a:hover {
  background-color: #ff5520;
}

.header-style-three .header-cart-login {
  padding-top: 15px;
}

.header-style-three.sticky-menu {
  position: fixed;
  padding: 15px 0px;
  background-color: #fff;
}

.header-style-three.sticky-menu .main-nav,
.header-style-three.sticky-menu .header-cart-login {
  padding-top: 10px;
}

.header-style-four {
  padding-top: 0;
}

.header-style-four .header-top {
  background-color: #07173a;
  border-bottom: none;
}

.header-style-four .header-top .header-top-cta {
  padding: 7px 0px;
}

.header-style-four .header-top .header-top-social {
  padding: 6px 0px;
}

.header-style-four .header-top .header-top-cta span {
  color: #bcc4d7;
  font-size: 14px;
  margin-right: 35px;
}

.header-style-four .header-top .header-top-cta span i {
  color: #ff3614;
  margin-right: 10px;
}

.header-style-four .header-btn {
  float: right;
  padding: 0;
  margin-left: 25px;
}

.header-style-four .header-btn a {
  line-height: 40px;
  border-radius: 0;
}

.header-style-four .header-btn a {
  position: relative;
  display: inline-block;
  background: var(--thm-primary);
  padding: 0 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.header-style-four .header-top-social a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #07173a;
  background-color: rgb(255 255 255 / 65%);
  font-size: 13px;
  border-radius: 24px;
  transition: 0.3s all ease-in-out;
}

.header-style-four .header-top-social a:hover {
  background-color: var(--thm-primary);
  color: #fff;
}

.header-style-four .header-menu-wrap {
  padding: 25px 0px;
}

.header-style-four .main-nav {
  padding-top: 15px;
}

.header-style-four .main-nav .dropdown {
  position: relative;
}

.header-style-four .main-nav .dropdown:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: var(--thm-primary);
  top: 0;
  right: -18px;
  content: "\f107";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.header-style-four .main-nav .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #ff3614;
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}

.header-style-four .main-nav .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}

.header-style-four .main-nav .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.header-style-four .main-nav .dropdown .dropdown-menu li a:before {
  display: none;
}

.header-style-four .main-nav .dropdown .dropdown-menu li a:hover {
  background-color: #ff3614;
  color: #fff;
}

.header-style-four .main-nav .dropdown .dropdown-menu li a:hover:after {
  transform: scale(1);
}

.header-style-four .main-nav .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}

.header-style-four .main-nav .dropdown:hover .dropdown-menu {
  top: 48px;
  opacity: 1;
  visibility: visible;
}

.header-style-four .main-nav .dropdown .dropdown-menu li .dropdown-menu {
  top: 0;
  left: 100%;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
  overflow: auto !important;
}

.header-style-four .main-nav .dropdown .dropdown-menu .dropdown:hover .dropdown-menu li {
  padding: 0;
  margin: 0;
}

.header-style-four .main-nav .navbar-nav {
  display: inherit;
}

.header-style-four .main-nav li {
  margin-right: 0;
  margin-left: 70px;
}

.header-style-four .main-nav li a {
  color: #1f2230;
  font-weight: 700;
  padding-bottom: 30px;
}

.header-search {
  margin-top: 15px;
}

.header-search button {
  border: none;
  color: #ff3614;
  background-color: transparent;
}


/*Mobile Menu area*/
/*----------------------------------------------------*/
.mobile-menu-content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #000;
  padding: 50px 35px 35px 35px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}

.mobile-menu-content .mobile-main-nav {
  width: 100%;
}

.mobile-menu-content .mobile-main-nav .navbar-nav {
  width: 100%;
}

.mobile-menu-content .dropdown:after {
  display: none;
}

.mobile-menu-content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}

.mobile-menu-content .mobile-main-nav .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
}

.mobile-menu-content .mobile-main-nav .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 600;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 10px 30px 10px 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(78, 78, 78, 0.41);
}

.mobile-menu-content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.mobile-menu-content .m-brand-logo a {
  color: var(--thm-base);
}

.mobile-menu-navbar.mobile-menu-on .mobile-menu-content {
  right: 0px;
  transition: all 0.7s ease-out;
}

.mobile-menu-overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}

.mobile-menu-overlay-on {
  overflow: hidden;
}

.mobile-menu-navbar.mobile-menu-on .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-button {
  right: 20px;
  top: 3px;
  z-index: 5;
  display: none;
  cursor: pointer;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  color: var(--thm-primary);
}

.mobile-menu .mobile-main-nav .navbar-nav li a:after {
  display: none;
}

.mobile-menu .mobile-main-nav .dropdown>.dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .mobile-menu-content .mobile-main-nav .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}

.mobile-menu .mobile-menu-content .mobile-main-nav .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}

.mobile-menu .mobile-menu-content .mobile-main-nav .navbar-nav .dropdown-menu li a:hover {
  color: var(--thm-primary);
  background-color: transparent;
}

.mobile-menu .dropdown {
  position: relative;
}

.mobile-menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.mobile-menu .dropdown .dropdown-btn.toggle-open {
  transform: rotate(90deg);
}

.mobile-menu .close-mobile-menu {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

.activity-section-3 {
  padding: 100px 0px;
}

.activity-content-3 {
  margin-top: 40px;
}

.activity-item-card {
  padding: 18px;
  border-radius: 10px;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 6px 38px 0px rgba(0, 0, 0, 0.04);
}

.activity-section-3 .activity-item-card,
.activity-featured-section .activity-item-card {
  box-shadow: none;
  border: 2px solid #eee;
}

.activity-item-card .activity-item-img {
  border-radius: 5px;
  overflow: hidden;
}

.activity-item-card .activity-item-img img {
  transition: 0.5s all ease-in-out;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.activity-item-card:hover .activity-item-img img {
  transform: scale(1.1);
}

.activity-item-card .activity-item-fee {
  margin: 5px 0px;
}

.activity-item-card .activity-item-title {
  margin-bottom: 15px;
  padding-top: 1px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9e9e9;
}

.activity-item-card .activity-item-title h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  transition: 0.3s all ease-in-out;
  margin-top: 10px;
}

.activity-features {
  display: flex;
  width: 100%;
  right: 3px;
  padding-top: 5px;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: inherit;
}

.activity-features .icon-text {
  display: inline-block;
  padding-left: 0;
  position: relative;
  vertical-align: top;
  width: 33.333333%;
  flex: 0 0 33.333333%;
  margin-bottom: 0;
  font-size: 14px;
  color: #616e96;
  font-weight: 600;
}

.activity-features .icon-text {
  width: auto;
  flex: inherit;
  display: inline-flex;
  margin-right: 1.2rem;
  align-items: center;
}

.activity-card .activity-features .icon-text,
.activity-item-card .activity-features .icon-text,
.flight-deal-card .activity-features .icon-text,
.activity-block .activity-features .icon-text {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: #677283;
  padding: 4px 12px 4px 6px;
  background-color: #eef1f5;
  display: inline-block;
  transition: all 500ms ease;
  margin: 3px;
  border-radius: 24px;
}

.activity-features .icon-text .icon {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  margin-right: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.activity-agent,
.activity-item-agent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.activity-agent .activity-agent-text,
.activity-item-agent .activity-agent-text {
  display: inline-grid;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.6;
}


.activity-item-card .p-activity-btn {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 24px;
  background-color: #fff;
  border: 2px solid var(--thm-primary);
  color: var(--thm-primary);
  transition: 0.3s all ease-in-out;
}

.activity-item-card .p-activity-btn {
  margin-top: 8px;
}

.activity-item-card .p-activity-btn a {
  color: var(--thm-primary);
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 27px;
}

.activity-item-card:hover .activity-item-img img {
  transform: scale(1.1);
}

.activity-item-card:hover .activity-item-title h3 {
  color: #ff5520;
}

.activity-item-card:hover .activity-item-agent .p-activity-btn a {
  color: #fff;
}

.activity-item-card:hover .p-activity-btn {
  background-color: #ff5520;
}

.activity-item-card:hover .p-activity-btn i {
  animation: toBottomFromTop 0.3s forwards;
}

.destination-section {
  position: relative;
  display: block;
  background-color: #f5f5f5;
  padding: 120px 0 120px;
}

.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  display: block;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}

.owl-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.owl-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}



.destination-single {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

.destination-img {
  position: relative;
  display: block;
  transform: translateY(0px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.destination-img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 10px;
}

.destination-content {
  background: #fff;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  border-radius: 10px;
  transition: all .3s;
}

.content-left {
  float: left;
}

.content-right {
  float: right;
}

.float-left {
  float: left !important;
}

.content-left h3 {
  color: #283a5e;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
}

.content-left small {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #687693;
  font-size: 14px;
  line-height: 1.6;
}

.content-right .content-category {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: var(--thm-primary);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 0;
}

.destination-single:hover .destination-img {
  transform: translateY(-10px);
}

.destination-single:hover .destination-content {
  background: #ffece6;
}

.featured-activity-section {
  padding: 95px 0px 100px;
  background-color: #fff;
}

.list-bunch {
  margin-bottom: -2rem;
}

.activity-card {
  padding: 18px;
  margin-bottom: 5px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 5%);
}

.activity-card.style-two {
  border: 2px dashed #ddd;
  box-shadow: none;
}

.activity-card .activity-img {
  overflow: hidden;
  border-radius: 10px;
}

.activity-card .activity-img .price-badge {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  top: 15px;
  color: #fff;
  right: 0;
  z-index: 1;
  font-weight: 700;
  padding: 2px 15px;
  position: absolute;
  background-color: var(--thm-primary);
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  font-size: 14px;
  line-height: 1.6;
}

.activity-card .activity-img img {
  border-radius: 10px;
  transition: 0.4s all ease-in-out;
  width: 100%;
  height: 178px;
  object-fit: cover;
}

.activity-card:hover .activity-img img {
  transform: scale(1.2);
}

.activity-card .activity-img .activity-hover-icon {
  left: 0;
  top: 40%;
  right: 0;
  opacity: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  visibility: hidden;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  display: inline-block;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
}

.activity-card .activity-img .activity-hover-icon i {
  font-size: 14px;
}

.activity-card .activity-text {
  margin-top: 10px;
}

.activity-card.d-flex .activity-text {
  margin-top: 0;
  padding: 0 0 0 20px;
  max-width: 300px;
}

.activity-card .activity-text .activity-tilte-head {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}

.activity-card .activity-text .activity-tilte-head h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #282c2e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  transition: 0.3s all ease-in-out;
  margin-top: 10px;
}

.activity-card .activity-text .activity-btn {
  height: 30px;
  min-width: 30px;
  margin-top: 5px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
  border: 2px solid var(--thm-primary);
  border-radius: 50px;
}

.activity-card .activity-text .activity-btn.btn-2 {
  height: 35px;
  padding: 0 10px;
}

.activity-card .activity-text .activity-btn a {
  width: 100%;
  display: block;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 2.3;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}



.activity-card:hover .activity-img .activity-hover-icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.activity-card .activity-img .activity-hover-icon:hover {
  background-color: var(--thm-primary);
  color: #fff;
}

.activity-card .activity-text:hover .activity-btn {
  background-color: #ff5520;
}

.activity-card .activity-text .activity-tilte-head h3:hover {
  color: var(--thm-primary);
}

.category-section-2 {
  padding: 110px 0px 90px;
  background: rgba(245, 245, 245, 0.7);
  background: #f9f6f6;
  background-image: url(../img/bg/category-bg.png);
  background-repeat: repeat;
}

.category-innerbox-2 {
  padding: 35px;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #fff9f7;
  border: 10px solid #fff;
}

.category-innerbox-2 .category-icon {
  background: #fff;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  border-radius: 50px;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.category-innerbox-2 .category-icon i {
  color: #ff5520;
  font-size: 60px;
}

.category-innerbox-2 .category-text h3 {

  font-size: 20px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.8em;
  color: #212121;
  font-weight: 700;
}

.category-innerbox-2:hover {
  background-color: #fff;
  box-shadow: 0px 14px 29px 0px rgba(12, 12, 12, 0.08);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.category-innerbox-2:hover .category-icon {
  transform: rotateY(360deg);
}

.activity-featured-section {
  padding: 95px 0px 100px;
  background-color: #f9f8f8;
}

.activity-item-card .activity-item-title .activity-meta {
  padding-top: 5px;
}

.activity-item-card .activity-item-title .activity-meta span {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  margin-right: 10px;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.6;
}

.activity-item-card .activity-item-title .activity-meta span i {
  margin-right: 5px;
  color: var(--thm-primary);
}

.activity-featured-section .activity-featured-btn {
  height: 50px;
  width: 170px;
  color: #fff;
  margin: 0 auto;
  margin-top: 40px;
  font-weight: 700;
  line-height: 50px;
  border-radius: 50px;
  background-color: var(--thm-primary);
}


/*detail */
.blog-details-section {
  padding: 100px 0px;
}

.blog-details-section .blog-details-wrap {
  background-color: #fff;
}

.blog-details-section .blog-details-wrap .blog-details-text {
  padding: 40px;
}

.blog-details-title {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 25px;
}

.detail-post-content p,
.detail-post-content p span,
.detail-post-content span:not(:has(strong)) {
  display: block;
  font-size: 16px !important;
  line-height: 1.625em !important;
}

.detail-post-content strong,
.detail-post-content strong span,
.detail-post-content span strong,
.detail-post-content span:has(strong) {
  font-size: 1.563em !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}

.details strong:has(span) span,
.details span:has(strong) strong {
  font-size: 1em !important;
}

.blog-meta-2 {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  margin-left: 10px;
  transition: 0.3s all ease-in-out;
}

.blog-details-section .blog-details-wrap .blog-meta-2 {
  margin-bottom: 20px;
}

.blog-meta-2 span {
  font-size: 14px;
  margin-right: 25px;
  position: relative;
  color: var(--thm-primary);
  font-family: var(--thm-headline-font);
}

.post-cat-share {
  margin-top: 20px;
}

.blog-list-share .blog-share-slug {
  color: #000;
  font-weight: 700;
  margin-right: 10px;
}

.blog-list-share a {
  width: 42px;
  color: #fff;
  height: 42px;
  line-height: 42px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}

.blog-list-share a:nth-child(2) {
  background-color: #3b5998;
}

.blog-list-share a:nth-child(3) {
  background-color: #1da1f2;
}

.blog-list-share a:nth-child(4) {
  background-color: #0077b5;
}

.review-form {
  margin-top: 30px;
  background-color: #fff;
  padding: 40px;
  position: relative;
}

.c-overview-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}

.comment-input {
  justify-content: space-between;
}

.review-form input {
  width: 254px;
  height: 45px;
  border: none;
  padding-left: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #efeff0;
}

.review-form textarea {
  width: 100%;
  border: none;
  height: 165px;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #efeff0;
}

.review-form button {
  color: #fff;
  width: 170px;
  height: 50px;
  border: none;
  font-weight: 700;
  border-radius: 40px;
  background-color: var(--thm-primary);
}


/* sidebar */
.blog-widget-item {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
  background-color: #fff;
}

.blog-widget-item:last-child {
  margin-bottom: 0;
}

.blog-widget-item .search-widget input {
  width: 100%;
  height: 48px;
  border: none;
  padding-left: 15px;
  border-radius: 4px;
  background-color: #fff;
}

.blog-widget-item .search-widget button {
  top: 0;
  right: 0;
  width: 48px;
  color: #fff;
  border: none;
  height: 48px;
  position: absolute;
  background-color: #ff5520;
}



.blog-widget-item .category-widget {
  padding: 35px 30px;
}

.blog-widget-item .widget-title {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #282c2e;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 14px;
  font-family: var(--thm-headline-font);
}

.blog-widget-item .category-widget li {
  margin-bottom: 5px;
}

.blog-widget-item .category-widget li a {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  color: #212121;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
  transition: 0.4s all ease-in-out;
}

.blog-widget-item .category-widget li a:after {
  left: 0;
  top: -4px;
  color: #ff5520;
  font-size: 14px;
  content: "";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.blog-widget-item .recent-blog-widget {
  padding: 35px 30px;
}

.blog-widget-item .recent-blog-widget .recent-blog-content {
  width: 100%;
  margin-bottom: 14px;
  padding-bottom: 14px;
  display: inline-block;
}

.blog-widget-item .recent-blog-widget .recent-blog-content .recent-blog-img {
  width: 65px;
  height: 65px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 4px;
}

.blog-widget-item .recent-blog-widget .recent-blog-content .recent-blog-text {
  overflow: hidden;
}

.blog-widget-item .recent-blog-widget .recent-blog-content .recent-blog-text h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #282c2e;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}

.blog-widget-item .recent-blog-widget .recent-blog-content .recent-blog-text span {
  color: #888888;
  font-size: 14px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: block;
  padding-top: 5px;
}


.blog-widget-item .blog-category-widget {
  padding: 35px 30px;
}

.blog-widget-item .blog-category-widget .blog-category-tag a {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 10px 12px;
  border-radius: 30px;
  display: inline-block;
  border: 1px solid #e5e5e5;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  color: #212121;
  font-weight: 700;
}

.blog-widget-item .category-widget li a:hover {
  margin-left: 15px;
}

.blog-widget-item .blog-category-widget .blog-category-tag a:hover {
  background: var(--thm-primary);
  border-color: var(--thm-primary);
  color: #fff;
  transition: 0.3s all ease-in-out;
}

.blog-widget-item .recent-blog-widget .recent-blog-content:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/*面包屑 其他 */

.category-name h1 {
  font-size: 20px;
  line-height: 36px;
  color: var(--thm-primary);
  margin: 10px 0;
}

nav[aria-label="breadcrumb"] {
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}

nav[aria-label="breadcrumb"]::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 19px;
  background: var(--thm-primary);
  border: 20px;
  top: 4px;
  left: 0;
}

nav ol.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ol.breadcrumb li {
  display: inline;
  word-break: break-all;
  font-size: 16px;
  margin-right: 5px;
  color: #232323;
  line-height: 26px;
}


.positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
}

.ad-div {
  margin-bottom: 5px;
  width: 100%;
  clear: both;
}

.t_de {
  clear: both;
  height: 0.2rem;
  width: 100%;
  max-width: 100%;
  line-height: 0.3rem;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* pagenation */
.post-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  padding: 10px 20px !important;
}

.post-pagination li {
  position: relative;
  display: inline-block;
}

.post-pagination li a,
.post-pagination li span {
  color: #000;
  width: 45px;
  height: 45px;
  font-size: 18px;
  font-weight: 700;
  margin: 0px 5px;
  line-height: 45px;
  display: inline-block;
  background: #ffffff;
  text-align: center;
  transition: 0.4s all ease-in-out;
}

.post-pagination li a.current {
  background: var(--thm-primary);
  color: #fff;
}

.post-pagination li:hover a {
  background: var(--thm-primary);
  color: #fff;
}


/*footer */
.footer-section.style-two {
  background: #000a1f;
}

.copyright-area {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f4f4f4;
  text-align: center;
  /* margin-top: 70px; */
}

.copyright-area p,
.copyright-area a {
  color: var(--thm-base);
  margin: 0;
}

/*author*/
.author-info {
  display: flex;
  gap: 10px;
  padding: 10px;
  margin: 10px 0;
  background: #dff0f8;
  border-radius: 20px;
}

.author-info img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid white;
}

.author-name {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .main-nav li {
    margin-right: 45px;
  }
}

@media screen and (max-width: 1024px) {
  .main-nav li {
    margin-right: 45px;
  }
}

@media screen and (max-width: 991px) {
  .header-main {
    padding-bottom: 10px;
    /* padding: 10px 0px; */
  }

  .header-style-three {
    padding-top: 0px;
  }

  .header-style-three .main-nav {
    display: none;
  }

  .mobile-menu-button {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .author-info {
    flex-direction: column;
    align-items: center;
  }

  .author-name {
    text-align: center;
  }

  .home {
    padding-top: 40px;
  }

  .activity-section-3 {
    padding-bottom: 30px;
    padding-top: 70px;
  }

  .destination-section,
  .featured-activity-section,
  .activity-featured-section,
  .blog-details-section {
    padding: 30px 0;
  }

  .hidden {
    display: none;
  }

  .activity-card.d-flex {
    display: inherit !important;
  }

  .activity-card {
    margin: 0 auto;

  }

  .owl-grid-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .owl-grid-4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .activity-card.d-flex .activity-text {
    padding: 0;
  }

  .activity-section-3 .activity-item-card {
    margin-bottom: 20px;
  }

  .review-form {
    padding: 20px;
  }

  .comment-input {
    display: block !important;
  }

  .review-form input {
    width: 100%;
  }

  .blog-sidebar {
    margin-top: 40px;
  }

  .post-pagination {
    display: block;
  }

  .post-pagination li {
    margin-top: 10px;
  }

  .activity-item-card .activity-item-title h3,
  .content-left h3,
  .activity-card .activity-text .activity-tilte-head h3 {
    font-size: 18px;
  }

  .blog-details-section .blog-details-wrap .blog-details-text {
    padding: 15px;
  }

  .detail-container {
    padding: 1.5rem 1.5rem 0;
  }

  .blog-details-title {
    font-size: 1.4rem !important;
    line-height: 1.4rem !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
  }

  .detail-post-content p,
  .detail-post-content p span,
  .detail-post-content span:not(:has(strong)) {
    display: block;
    font-size: 1.2rem !important;
    line-height: 2rem !important;
    padding-bottom: 2px !important;
    margin-bottom: 10px !important;
  }

  .detail-post-content strong,
  .detail-post-content strong span,
  .detail-post-content span strong,
  .detail-post-content span:has(strong) {
    font-size: 1.3rem !important;
    line-height: 1.4rem !important;
    margin-bottom: 5px !important;
    font-weight: 700 !important;
  }
}