/*-----------------------------------------------------------------------------------

    Template Name: La.Revi - Luxury Restaurant HTML Template
    Author: Alfiroz_Tech
    Support: alfiroztechnology@gmail.com
    Description: La.Revi - Luxury Restaurant HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Common Classes

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Buttons
		2.3 Animations
		2.4 Preloader
		2.5 Background
		2.6 Nice Select
		2.7 Pagination
		2.8 Offcanvas
		2.9 Breadcrumb
		2.10 Accordion
		2.11 Tab
		2.12 Section Title

	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Header Style 2


    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 Mobilemenu css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Postbox css
		5.2 Sidebar css
		5.3 Blog css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2


	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 about css
		7.2 booking css
		7.3 brand css
		7.4 contact css
		7.5 event css
		7.6 funfact css
		7.7 hero css
		7.8 slider css
		7.9 text slide css
		7.10 service css
		7.11 categorie css
		7.12 cta css
		7.13 comming css
		7.14 progress css
		7.15 menus css
		7.16 history css
		7.17 instagram css
		7.18 reservation css
		7.19 team css
		7.20 testimonial css
		7.21 video css
		7.22 flatpickr css
		7.23 product css
		7.24 cart css
		7.25 order css
		7.26 checkout css
		7.27 error css

**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
.at-service-btn span svg, .back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.at-service-btn span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --at-ff-body: "Jost", sans-serif;
  --at-ff-heading: "Lora", sans-serif;
  --at-ff-p: "Jost", sans-serif;
  --at-ff-fontawesome: "Font Awesome 6 Pro", sans-serif;
  /**
  @color declaration
  */
  --at-common-white: #FFFFFF;
  --at-common-black: #141820;
  --at-common-black-2: #171b24;
  --at-theme-primary: #B58C67;
  --at-theme-secondary: #102B2A;
  --at-green-1: #0C2524;
  --at-green-2: #b4b7be;
  --at-text-body: #84A1A0;
  --at-border-1: #EAEBED;
  --at-border-2: #1A3D3B;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1330px;
  --bs-gutter-x: 30px;
}

.container-1310 {
  max-width: 1340px;
  --bs-gutter-x: 30px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: var(--at-text-body);
  font-family: var(--at-ff-body);
  overflow-x: hidden;
  background-color: #102B2A;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  color: var(--at-common-black);
  font-family: var(--at-ff-heading);
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 26px;
  font-family: var(--at-ff-p);
  color: var(--at-text-body);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 40px;
  color: var(--at-text-body);
  border: 1px solid var(--at-border-2);
  background: none;
  resize: none;
  scroll-behavior: unset;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--at-text-body);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--at-text-body);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--at-text-body);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--at-text-body);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  /* MODERN BROWSER */
  color: var(--at-text-body);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--at-theme-primary);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--at-common-black);
  color: var(--at-common-white);
  text-shadow: none;
}

*::-moz-selection {
  background: var(--at-common-black);
  color: var(--at-common-white);
  text-shadow: none;
}

*::selection {
  background: var(--at-common-black);
  color: var(--at-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--at-common-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--at-common-black);
  font-size: 14px;
  opacity: 1;
}

.at-line-black {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(#141820, #141820), linear-gradient(#141820, #141820);
}
.at-line-black:hover {
  background-size: 0% 1px, 100% 1px;
}

.at-line-white {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
}
.at-line-white:hover {
  background-size: 0% 1px, 100% 1px;
}

.at-space {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.at-space-top {
  padding-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-space-top {
    padding-top: 80px;
  }
}
.at-space-bottom {
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-space-bottom {
    padding-bottom: 80px;
  }
}

/*---------------------------------
    1.1 Common Classes
---------------------------------*/
.w-100 img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-15 {
  --bs-gutter-x: 15px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

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

.gx-35 {
  --bs-gutter-x: 35px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* dropcap */
.at-dropcap::first-letter {
  float: left;
  width: 65px;
  height: 85px;
  font-size: 90px;
  line-height: 0.8;
  font-weight: 500;
  margin-right: 5px;
  text-align: center;
  line-height: inherit;
  text-transform: capitalize;
  color: var(--at-common-white);
  font-family: var(--at-ff-body);
}

.body-overlay {
  background-color: var(--at-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.body-overlay:hover {
  cursor: url(../img/icon/close.png), pointer;
}

.body-overlay.opend {
  opacity: 0.7;
  visibility: visible;
}

.at-line-hover {
  position: relative;
  display: inline-block;
}
.at-line-hover::after {
  right: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: var(--at-common-white);
  transition: 0.4s;
}
.at-line-hover:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-245 {
  padding-top: 245px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-305 {
  padding-top: 305px;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 575px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--at-theme-primary);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--at-common-black);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  color: var(--at-common-black);
  background-color: var(--at-common-white);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.at-btn-primary {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  padding: 17px 35px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--at-common-white);
  border: 1px solid var(--at-theme-primary);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-btn-primary::before, .at-btn-primary::after {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  content: "";
  rotate: 50deg;
  transform: translateY(-50%);
  border: 1px solid var(--at-theme-primary);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-btn-primary::before {
  left: 20px;
}
.at-btn-primary::after {
  right: 20px;
}
.at-btn-primary.solid-btn {
  color: var(--at-common-white);
  background-color: var(--at-theme-primary);
}
.at-btn-primary.solid-btn::before, .at-btn-primary.solid-btn::after {
  border: 1px solid var(--at-common-white);
}
.at-btn-primary:hover {
  color: var(--at-common-black);
  border: 1px solid var(--at-common-white);
  background: var(--at-common-white);
}
.at-btn-primary:hover::before, .at-btn-primary:hover::after {
  border: 1px solid var(--at-common-black);
}
.at-btn-secondary {
  text-transform: capitalize;
  color: var(--at-theme-primary);
}
.at-btn-secondary.at-line-hover::after {
  bottom: 3px;
  background: var(--at-theme-primary);
}
.at-btn-secondary:hover {
  color: var(--at-theme-primary);
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10;
  background-color: var(--at-theme-primary);
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cursor-inner span {
  color: var(--at-common-white);
  opacity: 0;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 18px;
}
.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  width: 120px;
  height: 120px;
  display: inline-block;
  color: var(--at-common-white);
  background: var(--at-theme-primary);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mouseCursor.cursor-small.cursor-big {
  width: 75px;
  height: 75px;
}
.mouseCursor.cursor-small.cursor-big span {
  transform: rotate(0);
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.at-cursor-point-area {
  cursor: none;
}

/*----------------------------------------*/
/*  2.3 Animations
/*----------------------------------------*/
@keyframes rotate1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.spin {
  animation: spin 10s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

/*img-animation**********************/
.at-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.at-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.at-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*----------------------------------------*/
/*  2.4 Preloader
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #loading-center-absolute {
    width: 45%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #loading-center-absolute {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #loading-center-absolute {
    width: 90%;
  }
}
#loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  background-color: #102B2A;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.at-preloader-logo {
  width: 180px;
  height: 180px;
  line-height: 180px;
  position: relative;
  text-align: center;
  margin: auto;
}
.at-preloader-logo img {
  animation: zoom-in-zoom-out 1.5s ease-out infinite;
}
.at-preloader-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.at-preloader-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: at-rotate 5s linear infinite;
  -moz-animation: at-rotate 5s linear infinite;
  -ms-animation: at-rotate 5s linear infinite;
  -o-animation: at-rotate 5s linear infinite;
  animation: at-rotate 5s linear infinite;
}
.at-preloader-circle svg circle:last-child {
  stroke: var(--at-theme-primary);
  stroke-dashoffset: 0;
  stroke-dasharray: 1128, 3150;
  -webkit-animation: at-loading 4s linear infinite;
  -moz-animation: at-loading 4s linear infinite;
  -ms-animation: at-loading 4s linear infinite;
  -o-animation: at-loading 4s linear infinite;
  animation: at-loading 4s linear infinite;
  transform-origin: center center;
}
@-webkit-keyframes at-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-moz-keyframes at-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-ms-keyframes at-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@keyframes at-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-webkit-keyframes at-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes at-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes at-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes at-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.at-preloader-content {
  text-align: center;
}
.at-preloader-title {
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .at-preloader-title {
    font-size: 70px;
  }
}
.at-preloader-subtitle {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--at-common-white);
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*----------------------------------------*/
/*  2.5 Background
/*----------------------------------------*/
.green-bg {
  background-color: var(--at-green-1);
}

.grey-bg-2 {
  background-color: var(--at-green-2);
}

.theme-bg {
  background-color: var(--at-theme-primary);
}

.white-bg {
  background-color: var(--tp-common-white);
}

.black-bg {
  background-color: var(--tp-common-black);
}

.gradient-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background: linear-gradient(180deg, #171b23 0%, #141820 100%);
}

/*----------------------------------------*/
/*  2.6 Nice Select
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  border-radius: 0;
  background: none;
  box-sizing: border-box;
  border: 1px solid var(--at-border-2);
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 19px;
  padding-right: 19px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}
.nice-select:hover {
  border-color: var(--at-border-2);
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
  border: 1px solid var(--at-theme-primary);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled::after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small::after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  width: 100%;
  border-radius: 5px;
  color: var(--at-text-body);
  background-color: var(--at-common-black);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 10px 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
@media (max-width: 575px) {
  .nice-select .list {
    right: -30px;
  }
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 26px;
  list-style: none;
  min-height: 26px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  color: var(--at-text-body);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  2.8 Offcanvas
/*----------------------------------------*/
.at-offcanvas {
  position: fixed;
  background: #fff;
  width: 480px;
  right: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s 0.3s ease-out;
  -moz-transition: 0.3s 0.3s ease-out;
  -ms-transition: 0.3s 0.3s ease-out;
  -o-transition: 0.3s 0.3s ease-out;
  transition: 0.3s 0.3s ease-out;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  z-index: 999;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-offcanvas {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .at-offcanvas {
    width: 100%;
  }
}
.at-offcanvas-header {
  padding: 40px 40px;
  background-color: #102B2A;
}
.at-offcanvas-wrapper {
  padding: 0 40px;
}
.at-offcanvas.opend {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.at-offcanvas-close-toggle {
  font-size: 16px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: var(--at-theme-primary);
  border: 1px solid var(--at-theme-primary);
  background-color: var(--at-common-white);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-offcanvas-close-toggle:hover {
  color: var(--at-common-white);
  background: var(--at-theme-primary);
  border: 1px solid var(--at-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .at-offcanvas-header {
    margin-bottom: 40px;
  }
}
.at-offcanvas-title {
  font-weight: 600;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  color: var(--at-common-black);
  border-bottom: 1px solid #ebecf5;
  padding-bottom: 10px;
}
.at-offcanvas-info-content a:not(:last-child) {
  margin-bottom: 10px;
  display: inline-block;
}
.at-offcanvas-info-icon span {
  font-size: 18px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  color: var(--at-common-white);
  background: var(--at-common-black);
  border-radius: 50%;
  border-radius: 100%;
  border: 0;
  box-shadow: 0 8px 34px 0 rgba(36, 44, 73, 0.15);
}
.at-offcanvas-info-text span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  text-transform: uppercase;
  color: var(--at-theme-primary);
}
.at-offcanvas-info-text span:last-child {
  font-size: 18px;
  color: var(--at-common-black);
  text-transform: lowercase;
}
.at-offcanvas-info-text.at-location span:last-child {
  text-transform: capitalize;
}
.at-offcanvas-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
.at-offcanvas-gallery a img {
  width: 92px;
  height: 92px;
  border-radius: 3px;
}
.at-offcanvas-social a {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  color: var(--at-heading-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-offcanvas-social a:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #d9d9d9;
}
.at-offcanvas-social a:hover {
  color: var(--at-theme-primary);
}
.at-offcanvas-social a:hover span {
  color: var(--at-theme-primary);
}

/*----------------------------------------*/
/*  2.11 Tab
/*----------------------------------------*/
.at-tab-box-1 .at-product-item {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-tab-box-1 .at-product-item {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .at-tab-box-1 .at-product-item.r-spac {
    margin-bottom: 0;
  }
}

/*----------------------------------------*/
/*  2.9 Breadcrumb
/*----------------------------------------*/
.at-breadcrumb-shape {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  transform: translateY(-50%);
}
.at-breadcrumb-title {
  font-weight: 400;
  font-size: 64px;
  line-height: 109%;
  text-align: center;
}
@media (max-width: 575px) {
  .at-breadcrumb-title {
    font-size: 45px;
  }
}
.at-breadcrumb-title > span {
  display: block;
  color: var(--at-theme-primary);
}
.at-breadcrumb-space {
  padding-top: 230px;
  padding-bottom: 167px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-breadcrumb-space {
    padding-top: 180px;
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-breadcrumb-space {
    padding-top: 125px;
    padding-bottom: 130px;
  }
}

/*----------------------------------------*/
/*  2.10 Accordion
/*----------------------------------------*/
.at-faq-accordion-box .accordion-items {
  position: relative;
  margin-bottom: 20px;
}
.at-faq-accordion-box .accordion-header {
  background-color: var(--at-green-1);
  box-shadow: 0px 4px 20px 0px rgba(16, 23, 40, 0.06);
  margin-bottom: -10px;
}
.at-faq-accordion-box .accordion-icon {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 17px;
  left: 30px;
  display: inline-block;
  background: var(--at-theme-primary);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-faq-accordion-box .accordion-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 8px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 2px;
  transition: 0.4s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-faq-accordion-box .accordion-icon::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-faq-accordion-box .accordion-buttons {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding: 18px 0;
  padding-left: 74px;
  color: var(--at-common-white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-faq-accordion-box .accordion-buttons:not(.collapsed) {
  color: var(--at-common-white);
  background: var(--at-theme-primary);
}
.at-faq-accordion-box .accordion-buttons:not(.collapsed) .accordion-icon {
  background: var(--at-common-white);
}
.at-faq-accordion-box .accordion-buttons:not(.collapsed) .accordion-icon::before {
  background: var(--at-common-black);
  transform: translate(-50%, -50%) rotate(90deg);
}
.at-faq-accordion-box .accordion-buttons:not(.collapsed) .accordion-icon::after {
  background: var(--at-common-black);
}
.at-faq-accordion-box .accordion-body {
  border-radius: 0 0 15px 15px;
  background-color: var(--at-green-1);
  box-shadow: 0px 4px 20px 0px rgba(16, 23, 40, 0.06);
  padding: 30px 27px 20px 27px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-faq-accordion-box .accordion-body p {
  margin: 0;
}

/*----------------------------------------*/
/*  2.12 Section Title
/*----------------------------------------*/
.at-section-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  margin-top: -70px;
  color: var(--at-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-section-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .at-section-title {
    font-size: 25px;
  }
}
.at-section-title-shape {
  width: 90px;
  height: 150px;
  display: inline-block;
}
.at-section-title-shape.gradient-bg {
  background: linear-gradient(180deg, rgba(12, 37, 36, 0) 0%, #0c2524 100%), url("path_to_image");
}
.at-section-title-shape.light-bg {
  background: linear-gradient(180deg, rgba(16, 43, 42, 0) 0%, #102b2a 100%), url("path_to_image");
}
.at-section-title-shape.at-transparent {
  background: none;
}
.at-section-note {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  2.7 Pagination
/*----------------------------------------*/
.at-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: none;
  display: inline-block;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  margin: 0 7px;
  border: 1px solid rgba(255, 255, 255, 0.1) transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 4px;
  top: 7px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  display: inline-block;
  background: none;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  transform: rotate(45deg);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.at-pagination .swiper-pagination-bullet-active {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.at-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet::after {
  border: 1px solid var(--at-theme-primary);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.at-header-plr {
  padding-left: 150px;
  padding-right: 150px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1699px) {
  .at-header-plr {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-header-plr {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-header-plr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-header-plr {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.at-header-top {
  padding: 5px 0;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-header-bottom.sticky1 {
    padding-top: 15px;
  }
}
.at-header-bottom.sticky1 .at-header-logo {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-header-bottom.sticky1 .at-header-logo {
    display: block;
  }
}
.at-header-bottom.sticky1 .at-header-right-toggle {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-header-bottom.sticky1 .at-header-right-toggle {
    display: block;
  }
}
.at-header-bottom.header-sticky .at-header-logo {
  display: block;
}
.at-header-bottom.header-sticky .at-header-right-toggle {
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-header-logo {
    position: relative;
    left: 39px;
  }
}
.at-header-lang {
  position: relative;
  cursor: pointer;
}
.at-header-lang-list {
  position: absolute;
  top: 140%;
  left: 0;
  z-index: 11;
  padding: 15px 15px;
  min-width: 100px;
  background: var(--at-theme-primary);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
.at-header-lang-list li {
  color: var(--at-common-white);
  text-align: left;
  list-style: none;
}
.at-header-lang-list li:hover {
  color: #102B2A;
}
.at-header-lang-list.at-lang-list-open {
  visibility: visible;
  opacity: 1;
  top: 133%;
}
.at-header-lang-selected-lang {
  font-size: 14px;
  color: var(--at-common-white);
  background-color: transparent;
  transition: 0.3s;
}
.at-header-info {
  position: relative;
  padding-bottom: 7px;
}
.at-header-info::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 714px;
  height: 1px;
  content: "";
  background: var(--at-theme-primary);
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1699px) {
  .at-header-info::after {
    width: 614px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-header-info::after {
    width: 580px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-header-info::after {
    width: 480px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-header-info::after {
    width: 400px;
  }
}
.at-header-info.info-right::after {
  left: auto;
  right: 0;
}
.at-header-info-item {
  position: relative;
}
.at-header-info-item:not(:last-child) {
  padding-right: 24px;
  margin-right: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-header-info-item:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.at-header-info-item:not(:last-child)::after {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  right: 0;
  content: "";
  rotate: 50deg;
  transform: translateY(-50%);
  border: 1.5px solid var(--at-theme-primary);
}
.at-header-info-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: var(--at-common-white);
  margin-bottom: 0;
}
.at-header-info-text span {
  font-weight: 400;
  margin-left: 2px;
  color: var(--at-text-body);
}
.at-header-info-social-list ul li {
  display: inline-block;
}
.at-header-info-social-list ul li a {
  font-size: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-right: 6px;
}
.at-header-info-social-list ul li a:hover {
  color: var(--at-theme-primary);
}
.at-header-info-right a {
  font-size: 14px;
  font-weight: 400;
  color: var(--at-text-body);
}
.at-header-info-right a span {
  font-weight: 500;
  color: var(--at-common-white);
}
.at-header-transparent {
  position: absolute;
  width: 100%;
  z-index: 55;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 99;
  padding: 0 15px;
  visibility: visible;
  background: var(--at-common-black);
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-sticky {
    padding-bottom: 15px;
  }
}
.header-sticky::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  z-index: -1;
}
.header-sticky .at-header-menu > nav > ul > li > a {
  padding: 22px 0;
  color: var(--at-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .header-sticky.at-header-mob-space {
    padding: 15px 0;
  }
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-header-2-wrapper {
    padding-top: 20px;
  }
}
.at-header-2-wrapper .at-header-top {
  padding-bottom: 7px;
  margin-bottom: 20px;
}
.at-header-2-wrapper .at-header-logo {
  left: 0;
}
.at-header-2-wrapper .at-header-info {
  border: 0;
  padding-bottom: 0;
}
.at-header-2-wrapper .at-header-info-right a {
  color: #84A1A0;
}
.at-header-2-wrapper .at-header-info-right a span {
  color: var(--at-common-white);
}
.at-header-2-wrapper .at-header-info::after {
  display: none;
}
.at-header-2-wrapper .at-header-info-social-list ul li {
  display: inline-block;
}
.at-header-2-wrapper .at-header-info-social-list ul li:not(:last-child) {
  margin-right: 6px;
}
.at-header-2-wrapper .at-header-info-social-list ul li a {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-header-2-wrapper .header-sticky {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-header-2 {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-header-2 .header-main-menu > nav > ul > li:not(:last-child) {
    padding-right: 30px;
    margin-right: 30px;
  }
}

/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.at-main-menu > nav > ul > li {
  position: relative;
  display: inline-block;
}
.at-main-menu > nav > ul > li:not(:last-child) {
  padding-right: 40px;
  margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-main-menu > nav > ul > li:not(:last-child) {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-main-menu > nav > ul > li:not(:last-child) {
    margin-right: 20px;
  }
}
.at-main-menu > nav > ul > li:not(:last-child)::after {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  border: 1px solid #254443;
}
.at-main-menu > nav > ul > li a {
  font-weight: 500;
  font-size: 14px;
  padding: 17px 0;
  display: inline-block;
  text-transform: capitalize;
  color: var(--at-common-white);
}
.at-main-menu > nav > ul > li .submenu {
  position: absolute;
  width: 240px;
  z-index: 999;
  padding: 25px 0px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  text-align: left;
  margin-left: 0;
  transform-origin: top;
  transition-duration: 0.1s;
  backdrop-filter: blur(8px);
  background: var(--at-common-black);
  box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}
.at-main-menu > nav > ul > li .submenu li {
  list-style: none;
  display: block;
  padding: 0 30px;
  position: relative;
}
.at-main-menu > nav > ul > li .submenu li:not(:last-child) {
  margin-bottom: 18px;
}
.at-main-menu > nav > ul > li .submenu li .submenu {
  left: 100%;
  top: 0;
}
.at-main-menu > nav > ul > li .submenu li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 0 0;
  text-transform: capitalize;
}
.at-main-menu > nav > ul > li .submenu li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  height: 2px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  background-color: var(--at-common-white);
  transform: translateY(-50%);
}
.at-main-menu > nav > ul > li .submenu li:hover .submenu {
  opacity: 1;
  visibility: visible;
}
.at-main-menu > nav > ul > li .submenu li:hover > a {
  padding-left: 25px;
}
.at-main-menu > nav > ul > li .submenu li:hover > a::before {
  width: 20px;
  visibility: visible;
  opacity: 1;
}
.at-main-menu > nav > ul > li:hover > a {
  color: var(--at-theme-primary);
}
.at-main-menu > nav > ul > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-main-menu-2 > nav > ul > li:not(:last-child) {
    padding-right: 35px;
    margin-right: 35px;
  }
}

/*----------------------------------------*/
/*  4.2 Mobilemenu css
/*----------------------------------------*/
.at-offcanvas-menu {
  margin-bottom: 40px;
}
.at-offcanvas-menu ul {
  list-style: none;
}
.at-offcanvas-menu ul li {
  position: relative;
}
.at-offcanvas-menu ul li > a {
  padding: 8px 0;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: var(--at-common-black);
}
.at-offcanvas-menu ul li > a i {
  display: none;
}
.at-offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.at-offcanvas-menu ul li.active > a {
  color: var(--at-theme-primary);
}
.at-offcanvas-menu ul li.active > .at-menu-close {
  color: var(--at-common-white);
  background: var(--at-common-black);
  border-color: var(--at-common-black);
}
.at-offcanvas-menu ul li.active > .at-menu-close i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.at-offcanvas-menu ul li .at-submenu {
  display: none;
  padding-left: 20px;
}
.at-offcanvas-menu ul li .at-mega-menu {
  display: none;
}

.at-menu-close {
  position: absolute;
  right: 0;
  top: 6px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  line-height: 29px;
  text-align: center;
  border: 1px solid rgba(1, 15, 28, 0.12);
}
.at-menu-close i {
  transition: all 0.3s;
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
.at-postbox-thumb img {
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-postbox-thumb {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .at-postbox-thumb {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-postbox-thumb-sm {
    margin-bottom: 20px;
  }
}
.at-postbox p {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .at-postbox p {
    margin-bottom: 10px;
  }
}
.at-postbox-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media (max-width: 575px) {
  .at-postbox-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.at-postbox-quote {
  padding: 65px 70px 60px 70px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-postbox-quote {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .at-postbox-quote {
    padding: 30px;
  }
}
.at-postbox .quote-icon {
  display: block;
  text-align: center;
}
.at-postbox-details blockquote p {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  font-family: var(--at-ff-heading);
  color: var(--at-common-white);
  margin-bottom: 30px;
}
.at-postbox-details blockquote cite {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  display: block;
  font-style: normal;
  color: var(--at-common-white);
}
.at-postbox-details blockquote span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--at-theme-primary);
}
@media (max-width: 575px) {
  .at-postbox-details {
    margin-bottom: 20px;
  }
}
.at-postbox-text {
  margin-top: 35px;
  padding-top: 40px;
  border-top: 1px solid var(--at-theme-primary);
}
.at-postbox-text p span {
  color: var(--at-common-white);
}

/*----------------------------------------*/
/*  5.2 Sidebar css
/*----------------------------------------*/
.at-sidebar-banner {
  padding: 20px;
  border: 1px solid var(--at-theme-primary);
}
.at-sidebar-banner img {
  width: 100%;
  margin-bottom: 20px;
}
.at-sidebar-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: var(--at-common-white);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-sidebar-widget-wrapp {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .at-sidebar-widget-wrapp {
    margin-top: 10px;
  }
}

.sidebar-widget-title {
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  padding-left: 30px;
  margin-bottom: 30px;
  display: inline-block;
  color: var(--at-common-white);
}
.sidebar-widget-title::before {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 4px;
  left: 0;
  transform: rotate(45deg);
  display: inline-block;
  content: "";
  border: 1px solid var(--at-theme-primary);
}
.sidebar-widget-content ul li {
  display: block;
}
.sidebar-widget-content ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: var(--at-common-white);
  border-bottom: 1px solid var(--at-border-2);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar-widget-content ul li a:hover {
  border-bottom: 1px solid var(--at-theme-primary);
}
.sidebar-widget-content ul li a:hover span {
  color: var(--at-theme-primary);
}
.sidebar-widget-content ul li a span {
  color: rgba(255, 255, 255, 0.5);
}

/*----------------------------------------*/
/*  5.3 Blog css
/*----------------------------------------*/
.at-blog-item.blog-above {
  margin-top: -50px;
}
.at-blog-item:hover .at-blog-thumb a img {
  transform: scale(1.1);
}
.at-blog-thumb {
  overflow: hidden;
}
.at-blog-thumb img {
  width: 100%;
  transition: 1.2s;
}
.at-blog-meta-title {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  font-family: var(--at-ff-body);
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-right: 23px;
  padding-right: 23px;
}
.at-blog-meta-title::after {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  right: 0;
  content: "";
  rotate: 45deg;
  transform: translateY(-50%);
  border: 1px solid var(--at-theme-primary);
}
.at-blog-meta-date {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #84a1a0;
  margin-bottom: 0;
}
.at-blog-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: var(--at-common-white);
  margin-bottom: 0;
}
.at-blog-title a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-blog-title a:hover {
  color: var(--at-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-blog-title-box {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-blog-wrapp .row.gx-60 {
    --bs-gutter-x: 30px;
  }
}
.at-blog-wrapp .row [class*=col-]:last-child .at-blog-item {
  margin-top: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-blog-wrapp .row [class*=col-]:last-child .at-blog-item {
    margin-top: 0;
  }
}
.at-blog-wrapp .row [class*=col-]:nth-child(2n+1) .at-blog-item {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-blog-wrapp .row [class*=col-]:nth-child(2n+1) .at-blog-item {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-blog-wrapper {
    padding-top: 0;
    padding-bottom: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-blog-wrapper .row.gx-50 {
    --bs-gutter-x: 30px;
  }
}
.at-blog-wrapper .at-blog-item {
  margin-bottom: 95px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-blog-wrapper .at-blog-item {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-blog-wrapper .at-blog-item.blog-above {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-blog-wrapper .at-blog-item.lg-mb {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-blog-wrapper .at-blog-item.md-mb {
    margin-bottom: 40px;
  }
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-footer {
    padding-top: 80px;
  }
}
.at-footer-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.at-footer-social a {
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-footer-social a:not(:last-child) {
  margin-right: 40px;
}
.at-footer-social a:not(:last-child)::after {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  left: 38px;
  content: "";
  rotate: 50deg;
  transform: translateY(-50%);
  border: 1px solid var(--at-theme-primary);
}
.at-footer-social a:hover {
  color: var(--at-common-white);
}
.at-footer-contact {
  padding: 0;
  margin: 0;
}
.at-footer-contact a {
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-footer-contact a span {
  color: var(--at-common-white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-footer-contact a:hover {
  color: var(--at-theme-primary);
}
.at-footer-contact a:hover > span {
  color: var(--at-common-white);
}
.at-footer-location a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-footer-location a:hover {
  color: var(--at-theme-primary);
}
.at-footer-top-shape {
  width: 10px;
  height: 10px;
  top: 50%;
  rotate: 45deg;
  display: inline-block;
  transform: translateY(-50%);
  border: 1px solid var(--at-theme-primary);
  margin-bottom: 20px;
}
.at-footer-link ul {
  list-style: none;
}
.at-footer-link ul li {
  position: relative;
  display: block;
  padding-left: 14px;
}
.at-footer-link ul li:not(:last-child) {
  margin-bottom: 10px;
}
.at-footer-link ul li::before {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  left: 0;
  content: "";
  rotate: 50deg;
  transform: translateY(-50%);
  border: 1px solid #254443;
}
.at-footer-link ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  color: var(--at-common-white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-footer-link ul li a:hover {
  color: var(--at-theme-primary);
}
.at-footer-newsletter-input {
  width: 267px;
}
.at-footer-newsletter-input input {
  height: 54px;
  padding-right: 50px;
  color: var(--at-common-white);
  background: #163433;
  border: 0;
}
.at-footer-newsletter-input input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
}
.at-footer-newsletter-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--at-common-white);
  transform: translateY(-50%);
}
.at-footer-widget {
  position: relative;
  padding-top: 44px;
  padding-bottom: 44px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-footer-widget {
    padding-top: 0;
    margin-bottom: 50px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-footer-widget {
    margin-bottom: 40px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-footer-widget {
    text-align: center;
  }
}
.at-footer-widget-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--at-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-footer-widget-title {
    margin-bottom: 20px;
  }
}
.at-footer-widget p {
  margin-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-footer-widget p {
    margin-right: 0;
  }
}
.at-footer-widget::after {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  background: var(--at-border-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-footer-widget::after {
    display: none;
  }
}
.at-footer-widget .at-about-opening p {
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-footer {
    padding-bottom: 0;
  }
}

.footer-col-1 {
  margin-left: -23px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-1 {
    margin-left: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-col-1 {
    margin-left: 0;
  }
}
.footer-col-1.at-footer-widget {
  padding-left: 0;
}
.footer-col-1.at-footer-widget::after {
  right: -63px;
}
.footer-col-2 {
  margin-left: 90px;
  margin-right: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-col-2 {
    margin-left: 0;
    margin-right: 0;
  }
}
.footer-col-2.at-footer-widget::after {
  right: -74px;
}
.footer-col-3 {
  margin-left: 28px;
  margin-right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-col-3 {
    margin-left: 0;
  }
}
.footer-col-3.at-footer-widget::after {
  right: -100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-3.at-footer-widget::after {
    right: -63px;
  }
}
.footer-col-4 {
  margin-left: 68px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-4 {
    margin-left: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-col-4 {
    margin-left: 0;
  }
}
.footer-col-4.at-footer-widget::after {
  display: none;
}

.at-copyright-wrapp {
  position: relative;
  padding-top: 25px;
}
.at-copyright-wrapp::before, .at-copyright-wrapp::after {
  position: absolute;
  width: 43.7%;
  height: 1px;
  top: 0;
  left: 0;
  content: "";
  background: var(--at-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-copyright-wrapp::before, .at-copyright-wrapp::after {
    width: 38.7%;
  }
}
@media (max-width: 575px) {
  .at-copyright-wrapp::before, .at-copyright-wrapp::after {
    width: 30.7%;
  }
}
.at-copyright-wrapp::after {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-copyright-wrapp {
    margin-top: 30px;
  }
}
.at-copyright-logo {
  margin-top: -45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-copyright-logo {
    margin-top: -80px;
  }
}
@media (max-width: 575px) {
  .at-copyright-logo {
    margin-top: -100px;
  }
}
.at-copyright-text p {
  font-size: 14px;
  margin-bottom: 0;
}
.at-copyright-text p a {
  color: var(--at-common-white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-copyright-text p a:hover {
  color: var(--at-theme-primary);
}
.at-copyright-menu a {
  font-size: 14px;
  color: var(--at-common-white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-copyright-menu a:not(:last-child) {
  margin-right: 37px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-copyright-menu a:not(:last-child) {
    margin-right: 15px;
  }
}
.at-copyright-menu a:hover {
  color: var(--at-theme-primary);
}

/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/
.at-footer-2-wrapper .at-footer-contact {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--at-border-2);
}
.at-footer-2-wrapper .at-footer-widget {
  padding: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-footer-2-wrapper .at-footer-widget {
    text-align: start;
  }
}
.at-footer-2-wrapper .at-footer-widget p {
  margin-right: 46px;
}
.at-footer-2-wrapper .at-footer-widget::after {
  display: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-footer-2-wrapper .at-footer-widget-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .at-footer-2-wrapper .at-footer-link ul li {
    margin-bottom: 10px;
  }
}
.at-footer-2-wrapper .footer-col-2-2 {
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-footer-2-wrapper .footer-col-2-2 {
    margin-left: 0;
  }
}
.at-footer-2-wrapper .footer-col-2-3 {
  margin-left: 96px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-footer-2-wrapper .footer-col-2-3 {
    margin-left: 0;
  }
}
.at-footer-2-wrapper .footer-col-2-4 {
  margin-left: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-footer-2-wrapper .footer-col-2-4 {
    margin-left: 0;
  }
}

.at-copyright-2-wrapp {
  border-top: 1px solid var(--at-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-copyright-2-wrapp {
    margin-top: 30px;
  }
}
.at-copyright-2-text p {
  margin-bottom: 0;
}
.at-copyright-2-text p a {
  color: var(--at-common-white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-copyright-2-text p a:hover {
  color: var(--at-theme-primary);
}

/*----------------------------------------*/
/*  7.7 hero css
/*----------------------------------------*/
.at-hero-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  top: 215px;
  padding-bottom: 360px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-hero-wrapper {
    top: 174px;
    padding-bottom: 285px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-hero-wrapper {
    top: 100px;
    padding-bottom: 240px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-hero-wrapper {
    top: 126px;
    padding-bottom: 235px;
  }
}
@media (max-width: 575px) {
  .at-hero-wrapper {
    top: 130px;
    padding-bottom: 235px;
  }
}
.at-hero-info a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-hero-info a:hover {
  color: var(--at-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-hero-info {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .at-hero-title-box {
    margin-bottom: 25px;
  }
}
.at-hero-title-box .at-slider-title {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .at-hero-title-box .at-slider-title {
    font-size: 60px;
  }
}
.at-hero-title-box .at-slider-title > span {
  margin-left: 0;
}
.at-hero-thumb {
  position: relative;
  margin-top: -42px;
}
.at-hero-thumb::before {
  position: absolute;
  width: 94%;
  height: 100%;
  bottom: -30px;
  left: 50px;
  content: "";
  border: 1px solid var(--at-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-hero-thumb::before {
    width: 86%;
    left: 51px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-hero-thumb::before {
    display: none;
  }
}
.at-hero-brand-wrapp {
  position: absolute;
  top: 18%;
  right: 7.8%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-hero-brand-wrapp {
    top: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-hero-brand-wrapp {
    right: 5%;
  }
}
.at-hero-brand-item:not(:last-child) {
  margin-bottom: 60px;
}
.at-hero-left {
  position: relative;
  top: 13px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-hero-left {
    top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-hero-left {
    top: 50px;
  }
}
.at-hero-left .at-about-opening {
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin-right: 55px;
  border-bottom: 1px solid #1A3D3B;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-hero-left .at-about-opening {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-hero-left .at-about-opening {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-hero-left .at-about-opening p {
    font-size: 14px;
  }
}
.at-hero-text p {
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  7.8 slider css
/*----------------------------------------*/
.at-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 58%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-slider-bg {
    width: 54%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-slider-bg {
    width: 100%;
  }
}
.at-slider-overlay {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-slider-overlay::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
  }
}
.at-slider-wrapper {
  position: relative;
  height: 100%;
  top: 152px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-slider-wrapper {
    top: 70px;
  }
}
.at-slider-wrapper .at-pagination {
  position: absolute;
  width: auto;
  right: 3.5%;
  top: 49%;
  left: auto;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-slider-wrapper .at-pagination {
    right: 1%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-slider-wrapper .at-pagination {
    top: 59.5%;
    transform: translateY(-50%);
  }
}
.at-slider-wrapper .at-pagination .swiper-pagination-bullet {
  display: block;
  margin-bottom: 4px;
}
.at-slider-item {
  padding-top: 140px;
  padding-bottom: 118px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-slider-item {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-slider-item {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-slider-item {
    padding-top: 60px;
  }
}
.at-slider-content {
  margin-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-slider-content {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-slider-content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-slider-content {
    text-align: center;
  }
}
.at-slider-active .swiper-slide-active .at-slider-title-box, .at-slider-active .swiper-slide-active .at-slider-btn-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.at-slider-title {
  font-weight: 400;
  font-size: 96px;
  line-height: 1;
  display: inline-block;
  text-transform: capitalize;
  color: var(--at-common-white);
  opacity: 0;
  visibility: hidden;
  animation-delay: 0.4s;
  animation-duration: 1.5s;
}
@media (max-width: 575px) {
  .at-slider-title {
    font-size: 70px;
  }
}
.at-slider-title > span {
  color: transparent;
  -webkit-text-stroke: 1px var(--at-theme-primary);
  display: block;
  margin-left: 220px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-slider-title > span {
    margin-left: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-slider-title > span {
    margin-left: 198px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-slider-title > span {
    margin-left: 0;
  }
}
.at-slider-dsc {
  margin-left: 145px;
  opacity: 0;
  animation-delay: 0.2s;
  animation-duration: 1.9s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-slider-dsc {
    margin-left: 0;
  }
}
.at-slider-action {
  margin-right: 30px;
  opacity: 0;
  animation-delay: 0.2s;
  animation-duration: 1.9s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-slider-action {
    margin-right: 0;
  }
}
.at-slider-btn {
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
  padding: 40px;
  text-transform: capitalize;
  text-align: center;
  display: inline-block;
  color: var(--at-theme-primary);
  border: 1px solid var(--at-theme-primary);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-slider-btn span {
  position: relative;
  z-index: 2;
}
.at-slider-btn::before, .at-slider-btn::after {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  content: "";
  border: 1px solid rgba(181, 140, 103, 0.2);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-slider-btn:hover {
  color: var(--at-common-white);
  border: 1px solid transparent;
}
.at-slider-btn:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.at-slider-btn:hover::before {
  opacity: 1;
  visibility: visible;
  border: 1px solid transparent;
  background-color: var(--at-theme-primary);
  transform: scale(0.8);
  z-index: 1;
}
.at-slider-active .swiper-slide-active .at-slider-thumb {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-slider-active .swiper-slide-active .at-slider-action {
  opacity: 1;
  animation-name: img-anim-top;
}
.at-slider-active .swiper-slide-active .at-slider-dsc {
  opacity: 1;
  animation-name: img-anim-right;
}
.at-slider-active .swiper-slide-active .at-slider-title {
  opacity: 1;
  visibility: visible;
  animation-name: img-anim-left;
}
.at-slider-space {
  padding-bottom: 155px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-slider-space {
    padding-bottom: 70px;
  }
}

/*----------------------------------------*/
/*  7.10 service css
/*----------------------------------------*/
.at-service-border {
  width: 100%;
  display: inline-block;
  border-top: 1px solid var(--at-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-service-border {
    padding-top: 80px;
  }
}
.at-service-wrapp {
  padding: 60px 8px;
  border: 1px solid var(--at-theme-primary);
}
.at-service-wrapp .row [class*=col-]:last-child .at-service-item {
  margin-bottom: 0;
}
.at-service-wrapp .row [class*=col-]:last-child .at-service-item::after {
  display: none;
}
.at-service-item {
  position: relative;
  padding: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-service-item {
    margin-bottom: 40px;
  }
}
.at-service-item::after {
  position: absolute;
  width: 1px;
  height: 88%;
  top: 50%;
  right: -3.7%;
  content: "";
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.06);
}
.at-service-thumb a img {
  width: 100%;
}
.at-service-icon span {
  color: var(--at-theme-primary);
}
.at-service-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: var(--at-common-white);
}
@media (max-width: 575px) {
  .at-service-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-service-title-box {
    margin-bottom: 50px;
  }
}
.at-service-btn {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.at-service-btn span {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  color: var(--at-theme-primary);
}
.at-service-btn span svg {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.at-service-btn span svg:last-child {
  left: -12px;
  opacity: 0;
}
.at-service-btn:hover span svg:first-child {
  left: 30px;
}
.at-service-btn:hover span svg:last-child {
  opacity: 1;
  left: 0;
  visibility: visible;
}
.at-service-inner .at-service-item {
  position: static;
  padding: 0;
}
.at-service-inner .at-service-item::after {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-service-inner .at-service-item {
    margin-bottom: 0;
  }
}
.at-service-inner .at-service-active {
  margin: 0 -95px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-service-details-wrapper .at-faq-accordion-box {
    margin-bottom: 60px;
  }
}
.at-service-details-link ul li {
  display: block;
  margin-bottom: 8px;
}
.at-service-details-link ul li:last-child {
  margin-bottom: 0;
}
.at-service-details-link ul li:hover a {
  color: var(--at-theme-primary);
}
.at-service-details-link ul li:hover a i {
  color: var(--at-common-white);
  background: var(--at-theme-primary);
}
.at-service-details-link ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  padding: 11px 20px;
  border-radius: 15px;
  color: var(--at-common-white);
  background: var(--at-green-1);
  box-shadow: 0px 2px 0px 0px rgba(200, 200, 200, 0.004);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-service-details-link ul li a i {
  position: absolute;
  font-size: 20px;
  width: 56px;
  height: 56px;
  top: 0;
  right: -1px;
  line-height: 56px;
  text-align: center;
  color: var(--at-common-white);
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-service-details-banner {
  padding: 40px;
  width: 100%;
  height: 360px;
  overflow: hidden;
  border-radius: 15px;
  background: var(--at-green-1);
  box-shadow: 0px 0px 40px 0px rgba(17, 14, 35, 0.08);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-service-details-banner {
    padding: 30px;
  }
}
.at-service-details-banner h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
}
.at-service-details-banner a {
  display: inline;
}
.at-service-details-banner-shape {
  position: absolute;
  left: 0;
  bottom: 40px;
  animation: spin-1 3000ms forwards infinite alternate;
  transform-origin: bottom left;
}
.at-service-details-banner-thumb {
  position: absolute;
  bottom: -50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-service-details-banner-thumb {
    bottom: -100%;
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-service-details-banner-thumb {
    bottom: auto;
  }
}
@media (max-width: 575px) {
  .at-service-details-banner-thumb {
    bottom: -36%;
  }
}
.at-service-details-title {
  font-size: 36px;
  color: var(--at-common-black);
}
.at-service-details-notes {
  padding: 30px 40px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 40px 0px rgba(30, 22, 22, 0.08);
}
.at-service-details-notes p {
  font-size: 16px;
  font-weight: 700;
  margin-right: 50px;
  margin-bottom: 0;
  color: var(--at-common-black);
}
.at-service-details-list-item {
  margin-bottom: 30px;
}
.at-service-details-list-icon span {
  font-size: 27px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  color: var(--at-common-white);
  background: var(--at-theme-primary);
  border-radius: 50%;
  margin-right: 20px;
}
.at-service-details-list-icon span.icon-2 {
  background: var(--at-common-black);
}
.at-service-details-list-text p {
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  7.1 about css
/*----------------------------------------*/
.at-about-wrapper {
  margin-top: -20px;
  padding-bottom: 190px;
  border-bottom: 1px solid var(--at-border-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-about-wrapper {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-wrapper {
    padding-bottom: 80px;
  }
}
.at-about-thumb {
  margin-left: -63px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-thumb {
    margin-left: 0;
  }
}
.at-about-thumb-box {
  left: 55px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-about-thumb-box {
    left: auto;
    right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-thumb-box {
    left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-thumb-main img {
    width: 100%;
  }
}
.at-about-thumb-secondary {
  position: absolute;
  top: 36%;
  right: 9%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-about-thumb-secondary {
    top: 18%;
    right: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-thumb-secondary {
    top: 100px;
    right: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-about-thumb-secondary {
    right: 0;
  }
}
@media (max-width: 575px) {
  .at-about-thumb-secondary {
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-title-box {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-about-title-box {
    margin: 0 80px;
  }
}
.at-about-title-box p > span {
  color: var(--at-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-title-box {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-about-title-box .at-section-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-about-title-box .at-section-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1699px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-about-title-box .at-section-title br {
    display: none;
  }
}
.at-about-img-1 {
  transform: rotate(-15deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-img-1 {
    transform: rotate(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-about-img-1 img {
    width: 100%;
  }
}
.at-about-img-2 {
  position: absolute;
  bottom: -60%;
  opacity: 0.2;
  transform: rotate(15deg);
  z-index: -1;
}
.at-about-opening-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  font-family: var(--at-ff-body);
}
.at-about-opening p {
  color: var(--at-theme-primary);
  margin-bottom: 0;
}
.at-about-opening p span {
  color: var(--at-text-body);
}
.at-about-border {
  border-bottom: 1px solid var(--at-theme-primary);
}
.at-about-tab-button {
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-about-tab-button {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .at-about-tab-button {
    margin-bottom: 15px;
  }
}
.at-about-tab-button .nav {
  justify-content: center;
}
.at-about-tab-button .nav-link {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  padding-left: 0;
  line-height: 1;
  text-transform: capitalize;
  color: var(--at-common-white);
}
.at-about-tab-button .nav-link:not(:last-child) {
  padding-right: 30px;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .at-about-tab-button .nav-link:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
  }
}
.at-about-tab-button .nav-link:not(:last-child)::after {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  right: 0;
  content: "";
  transform: translateY(-50%);
  border: 1px solid var(--at-theme-primary);
  transform: rotate(45deg);
}
.at-about-tab-button .nav-link.active {
  color: var(--at-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-about-action {
    margin-top: 10px;
  }
}
.at-about-2-wrapper {
  padding-bottom: 180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-2-wrapper {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-about-2-thumb-box {
    left: 15%;
  }
}
.at-about-2-content {
  top: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-2-content {
    margin-left: 0;
  }
}
.at-about-2-content .at-booking-box {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-2-content .at-booking-box {
    margin-right: 0;
  }
}
.at-about-2-content .at-booking-input {
  margin-bottom: 16px;
}
.at-about-2-title-box p {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-2-title-box p {
    margin-bottom: 30px;
  }
}
.at-about-2-title-box p > span {
  font-weight: 500;
  color: var(--at-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-2 .nice-select {
    margin-bottom: 20px;
  }
}
.at-about-3-wrapper {
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-about-3-wrapper {
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-3-wrapper {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-3-wrapper .at-about-thumb-main img {
    width: 100%;
  }
}
.at-about-3-wrapper .at-about-thumb-secondary {
  top: auto;
  bottom: -20%;
  right: -51.5%;
}
.at-about-3-wrapper .at-about-thumb-secondary a {
  cursor: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-3-wrapper .at-about-thumb-secondary a {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-about-3-wrapper .at-about-thumb-secondary {
    right: -55.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-3-wrapper .at-about-thumb-secondary {
    display: block;
    display: none;
  }
}
.at-about-3-wrapper .at-about-title-box {
  margin-top: 45px;
  margin-left: -70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-3-wrapper .at-about-title-box {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .at-about-3-wrapper .at-about-title-box {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-3-wrapper .at-about-title-box .at-section-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-3-wrapper .at-about-title-box p {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about-3-wrapper .at-about-title-box p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-about.space {
    padding-top: inherit;
    padding-bottom: 80px;
  }
}

.at-contact-map iframe {
  filter: saturate(0);
  margin-left: -24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-contact-map iframe {
    margin-left: 0;
    height: 450px;
  }
}

/*----------------------------------------*/
/*  7.11 categorie css
/*----------------------------------------*/
.at-categorie-wrapper {
  margin-top: -10px;
}
.at-categorie-item {
  padding: 30px 0;
  padding-bottom: 40px;
  margin-right: 58px;
  border-top: 1px solid #1A3D3B;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-categorie-item {
    padding-bottom: 30px;
  }
}
.at-categorie-item:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-categorie-item {
    padding: 15px 0;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-categorie-item {
    margin-right: 0;
  }
}
.at-categorie-item:hover {
  border-color: var(--at-theme-primary);
}
.at-categorie-item:hover .at-hover-reveal-bg {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .at-categorie-content {
    margin-right: 100px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-categorie-content {
    margin-right: 120px;
  }
}
.at-categorie-thumb {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-categorie-thumb {
    width: 52%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-categorie-thumb {
    width: 58%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-categorie-thumb {
    width: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-categorie-thumb {
    position: static;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-categorie-thumb {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .at-categorie-thumb {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-categorie-thumb img {
    width: 100%;
  }
}
.at-categorie-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 0;
  color: var(--at-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-categorie-title {
    font-size: 30px;
  }
}
.at-categorie-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  text-transform: capitalize;
  color: var(--at-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-categorie-subtitle {
    margin-bottom: 40px;
  }
}
.at-categorie-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
}

.at-hover-reveal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 460px;
  height: 497px;
  opacity: 0;
  visibility: hidden;
  margin: -150px 0 0 -150px;
  overflow: hidden;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 5;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-hover-reveal-bg {
    width: 275px;
    height: 297px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-hover-reveal-bg {
    width: 260px;
    height: 297px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-hover-reveal-bg {
    width: 360px;
    height: 397px;
  }
}
@media (max-width: 575px) {
  .at-hover-reveal-bg {
    display: none;
  }
}

/*----------------------------------------*/
/*  7.20 testimonial css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-testimonial-2-title-box {
    margin-bottom: 0;
  }
}
.at-testimonial-qoute-1, .at-testimonial-qoute-2 {
  position: absolute;
  top: 0;
  left: 0;
}
.at-testimonial-qoute-2 {
  top: 0;
  left: auto;
  right: 0;
}
.at-testimonial-dsc p {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  margin: 0 20px;
  font-family: var(--at-ff-heading);
  color: var(--at-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-testimonial-dsc p {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .at-testimonial-dsc p {
    font-size: 23px;
  }
}
.at-testimonial-author-thumb img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.at-testimonial-author-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--at-common-white);
  margin-bottom: 3px;
}
.at-testimonial-author-content span {
  font-size: 12px;
  color: var(--at-theme-primary);
  text-transform: uppercase;
}
.at-testimonial-review {
  width: 88px;
  height: 22px;
  line-height: 1;
  border-radius: 30px;
  display: inline-block;
  border: 1px solid #1A3D3B;
}
.at-testimonial-review span {
  font-weight: 900;
  font-size: 10px;
  line-height: 1;
  color: var(--at-theme-primary);
}
.at-testimonial-control {
  display: inline-block;
}
.at-testimonial-number .swiper-pagination-bullet {
  width: 36px;
  height: 1px;
  line-height: 2;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--at-common-white);
  background-color: #1A3D3B;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-testimonial-number .swiper-pagination-bullet-active {
  background-color: var(--at-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-testimonial-number {
    margin-top: 40px;
  }
}

.at-testi-2-wrapper .at-testimonial-review {
  width: auto;
  height: auto;
  border: 0;
}
.at-testi-2-wrapper .at-testimonial-number {
  height: 22px;
  display: inline-block;
  border-top: 1px solid #1a3d3b;
  padding: 8px 0px 0px 0px;
}
.at-testi-2-wrapper .at-testimonial-number .swiper-pagination-bullet {
  width: auto;
  height: auto;
}
.at-testi-2-wrapper .at-testimonial-number .swiper-pagination-bullet:not(:last-child) {
  margin-right: 30px;
}
.at-testi-2-wrapper .at-testimonial-number .swiper-pagination-bullet-active {
  background: none;
}
.at-testi-2-wrapper .at-testimonial-dsc p {
  margin: 0;
}
.at-testi-2-active {
  margin-left: 310px;
  margin-right: -200px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .at-testi-2-active {
    margin-left: 210px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .at-testi-2-active {
    margin-left: 150px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-testi-2-active {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-testi-2-active {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-testi-2-active {
    margin-right: 20px;
  }
}
.at-testi-2-active .swiper-slide {
  margin-right: 0;
}

/*----------------------------------------*/
/*  7.9 text slide css
/*----------------------------------------*/
.at-text-slider-title {
  font-weight: 400;
  font-size: 64px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  color: var(--at-common-white);
}
.at-text-slider-shape {
  display: inline-block;
  margin: 0 20px;
}
.at-text-slider-inner {
  border-bottom: 1px solid #1A3D3B;
}
.at-text-slider-3 .at-text-slider-inner {
  border-top: 1px solid #1A3D3B;
  border-bottom: 1px solid #1A3D3B;
}
.at-text-box2 .at-text-slider-title {
  font-size: 96px;
  font-style: italic;
  color: transparent;
  display: inline-block;
  text-transform: inherit;
  font-family: var(--at-ff-heading);
  -webkit-text-stroke: 1px var(--at-theme-primary);
}
.at-text-box2 .at-text-slider-inner {
  border-top: 1px solid var(--at-theme-primary);
  border-bottom: 1px solid var(--at-theme-primary);
}
.at-text-box2 .at-text-slider-inner.at-border-t0 {
  border-top: 0;
}

.slide-transtion .swiper-slide {
  width: auto;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/*----------------------------------------*/
/*  7.21 video css
/*----------------------------------------*/
.at-video-title {
  font-style: italic;
  font-weight: 400;
  font-size: 250px;
  line-height: 1;
  text-transform: capitalize;
  color: transparent;
  -webkit-text-stroke: 1px var(--at-theme-primary);
  -webkit-text-stroke-width: 2px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-video-title {
    font-size: 210px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-video-title {
    font-size: 170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-video-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-video-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-video-title {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .at-video-title {
    font-size: 55px;
  }
}
.at-video-action {
  position: absolute;
  width: 180px;
  height: 180px;
  top: 50%;
  display: inline-block;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  z-index: 2;
}
@media (max-width: 575px) {
  .at-video-action {
    top: 25%;
    scale: 0.6;
  }
}
.at-video-shape-1, .at-video-shape-2 {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  margin: auto;
}
.at-video-shape-1 {
  top: 25px;
  animation: rotate1 15s linear infinite;
}
.at-video-shape-2 {
  top: 0;
  animation: rotate2 15s linear infinite;
}
.at-video-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: var(--at-common-white);
  transform: translateY(-50%);
  text-align: center;
}
.at-video-thumb {
  position: relative;
}
.at-video-thumb-box {
  margin-top: -60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .at-video-thumb-box {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-video-thumb-box {
    margin-top: -25px;
  }
}
@media (max-width: 575px) {
  .at-video-thumb-box {
    margin-top: -17px;
  }
}
.at-video-thumb-box.video-box2 {
  margin-top: 0;
}
.at-video-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.at-video-wrapp {
  padding-left: 150px;
  padding-right: 150px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .at-video-wrapp {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-video-wrapp {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-video-wrapp {
    margin-top: -20px;
  }
}

.at-circle-shape {
  position: absolute;
  top: 29%;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .at-circle-shape {
    top: 33%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .at-circle-shape {
    top: 35%;
  }
}

/*----------------------------------------*/
/*  7.5 event css
/*----------------------------------------*/
.at-event-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  text-transform: capitalize;
  color: var(--at-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .at-event-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-event-title-box {
    margin-bottom: 5px;
  }
}
.at-event-meta {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: block;
  text-transform: capitalize;
  color: var(--at-text-body);
}
.at-event-meta > span {
  color: var(--at-theme-primary);
}
.at-event-thumb {
  overflow: hidden;
}
.at-event-thumb a img {
  width: 100%;
  -webkit-transition: 1.3s 0.3s ease-out;
  -moz-transition: 1.3s 0.3s ease-out;
  -ms-transition: 1.3s 0.3s ease-out;
  -o-transition: 1.3s 0.3s ease-out;
  transition: 1.3s 0.3s ease-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-event-wrapp .swiper-slide {
    padding: 0 30px;
  }
}
.at-event-wrapp .swiper-slide:nth-child(2n+2) {
  margin-top: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-event-wrapp .swiper-slide:nth-child(2n+2) {
    margin-top: 0;
  }
}
.at-event-active {
  margin: 0 -90px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-event-active {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-event.at-mobile-space {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-event.at-mobile-space {
    padding-top: 0;
    padding-bottom: 0px;
  }
}
.at-event-item:hover .at-event-thumb a img {
  transform: scale(1.1);
}
.at-event-meta-text {
  margin-bottom: 0;
}
.at-event-meta-time {
  margin-bottom: 0;
}
.at-event-meta-time > span {
  font-weight: 400;
  color: var(--at-theme-primary);
}
.at-event-inner .at-event-item {
  margin-bottom: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-event-inner .at-event-item {
    margin-bottom: 40px;
  }
}
.at-event-inner .at-event-item.event-under {
  margin-top: 85px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-event-inner .at-event-item.event-under {
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-event-inner .at-event-item.event-under {
    margin-bottom: 40px;
  }
}
.at-event-inner .at-event-content {
  padding: 0 30px;
}
.at-event-inner .row [class*=col-]:last-child .at-event-item {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-event-inner .row.gx-60 {
    --bs-gutter-x: 30px;
  }
}
.at-event-details-thumb img {
  width: 100%;
}
@media (max-width: 575px) {
  .at-event-details-thumb {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .at-event-details-thumb-wrapper {
    margin-bottom: 30px;
  }
}
.at-event-details-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media (max-width: 575px) {
  .at-event-details-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .at-event-details-content {
    margin-bottom: 30px;
  }
}
.at-event-details-content p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-event.at-space-bottom {
    padding-bottom: 0;
  }
}

/*----------------------------------------*/
/*  7.4 contact css
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-contact-wrapp {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-contact-wrapp {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-contact-wrapp > p {
    margin-bottom: 30px;
  }
}
.at-contact-thumb img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-contact-thumb {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-contact-title-box {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-contact-map {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-contact-map iframe {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .at-contact-bottom .at-about-opening {
    margin-bottom: 30px;
  }
}
.at-contact-brand {
  position: absolute;
  bottom: -72px;
  right: 95px;
}
.at-contact-info {
  margin-right: 24px;
}
.at-contact-info:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--at-border-2);
}
.at-contact-input {
  position: relative;
}
.at-contact-input input {
  height: 50px;
}
.at-contact-input-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.at-contact-comment textarea {
  height: 200px;
}

/*----------------------------------------*/
/*  7.3 brand css
/*----------------------------------------*/
.at-brand-wrapp {
  border: 1px solid var(--at-theme-primary);
  border-right: 0;
  border-left: 0;
}
.at-brand-thumb {
  text-align: center;
}
.at-brand-thumb a {
  text-align: center;
}
.at-brand-active .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.at-brand-2-wrapper .at-brand-item {
  padding: 70px;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid var(--at-border-2);
}
.at-brand-3-wrapper {
  border-top: 0;
  border-bottom: 1px solid var(--at-theme-primary);
}

/*----------------------------------------*/
/*  7.17 instagram css
/*----------------------------------------*/
.at-instagram-box {
  position: relative;
  width: 384px;
  height: 384px;
  line-height: 384px;
  text-align: center;
  background-color: #0C2524;
  z-index: 2;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .at-instagram-box {
    height: 330px;
    line-height: 330px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .at-instagram-box {
    height: 405px;
    line-height: 405px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-instagram-box {
    height: 340px;
    line-height: 340px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-instagram-box {
    height: 273px;
    line-height: 273px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-instagram-box {
    width: 300px;
    height: 232px;
    line-height: 232px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-instagram-box {
    width: 50%;
    height: 296px;
    line-height: 296px;
  }
}
@media (max-width: 575px) {
  .at-instagram-box {
    height: 350px;
    line-height: 350px;
  }
}
.at-instagram-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.1;
  text-align: center;
  display: inline-block;
  color: var(--at-common-white);
}
.at-instagram-slider {
  position: absolute;
  width: 100%;
  top: 0;
}
@media (max-width: 575px) {
  .at-instagram-slider {
    z-index: 3;
  }
}
.at-instagram-circle {
  position: absolute;
  width: 144px;
  height: 144px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  border-radius: 50%;
  border: 1px solid var(--at-theme-primary);
}
.at-instagram-item {
  position: relative;
  overflow: hidden;
}
.at-instagram-item:hover .at-instagram-thumb a::before, .at-instagram-item:hover .at-instagram-thumb a::after {
  opacity: 1;
  visibility: visible;
}
.at-instagram-item:hover .at-instagram-thumb a::after {
  right: auto;
  left: 0;
}
.at-instagram-item:hover .at-instagram-thumb a::before {
  left: auto;
  right: 0;
}
.at-instagram-item:hover .at-instagram-social {
  opacity: 1;
  visibility: visible;
}
.at-instagram-thumb a {
  position: relative;
  display: block;
}
.at-instagram-thumb a img {
  width: 100%;
}
.at-instagram-thumb a::before, .at-instagram-thumb a::after {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-instagram-thumb a::after {
  right: auto;
  left: -50%;
}
.at-instagram-thumb a::before {
  left: auto;
  right: -50%;
}
.at-instagram-social {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-instagram-social a {
  font-size: 18px;
  color: var(--at-common-white);
}
.at-instagram-active {
  margin-left: 384px;
  margin-right: 0;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-instagram-active {
    margin-left: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-instagram-active {
    margin-left: 280px;
  }
}
@media (max-width: 575px) {
  .at-instagram-active {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-instagram.at-mobile-space {
    padding-bottom: 0;
  }
}

/*----------------------------------------*/
/*  7.2 booking css
/*----------------------------------------*/
.at-booking-box .at-about-action {
  flex: 0 0 auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-booking-box .at-about-action {
    margin-top: 10px;
  }
}
.at-booking-box {
  margin-left: 69px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-booking-box {
    margin-left: 0;
    margin-right: 0;
  }
}
.at-booking-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
}
.at-booking-input {
  position: relative;
  width: 100%;
  display: flex;
}
.at-booking-input:not(:last-child) {
  margin-right: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-booking-input:not(:last-child) {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.at-booking-input .nice-select {
  border-radius: 5px;
  color: var(--at-text-body);
  background: none;
  border: 1px solid var(--at-border-2);
  border-radius: 0;
}
.at-booking-input .nice-select:focus {
  border: 1px solid var(--at-theme-primary);
}
.at-booking-input .nice-select::after {
  color: var(--at-common-white);
  right: 19px;
}
.at-booking-input .nice-select .list {
  width: 100%;
  padding: 15px 8px;
  background-color: #171a22;
  right: 0;
}
.at-booking-input .nice-select .list li {
  color: var(--at-text-body);
}
.at-booking-input .nice-select .option {
  min-height: 30px;
  line-height: 2.1;
}
.at-booking-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--at-common-white);
}

/*----------------------------------------*/
/*  7.22 flatpickr css
/*----------------------------------------*/
.flatpickr-calendar {
  background: #191921;
  border: 1px solid #2f2f37;
  border-radius: 5px;
  box-shadow: 0 10px 20px 4px rgba(20, 20, 20, 0.14);
}
.flatpickr-calendar.open {
  padding: 30px;
  width: 384px;
  margin-top: 5px;
  padding-top: 20px;
  padding-bottom: 35px;
}
@media (max-width: 575px) {
  .flatpickr-calendar.open {
    width: 340px;
  }
}
.flatpickr-calendar.open::after {
  display: none !important;
}
.flatpickr-calendar.open .flatpickr-months {
  margin-bottom: 13px;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month {
  line-height: 35px;
  padding: 0;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month {
  top: 20px;
  left: 35px;
  transition: 0.3s;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month svg {
  width: 18px;
  height: 18px;
  fill: #57595F;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month svg path {
  fill: #57595F;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month:hover svg path {
  fill: var(--at-theme-primary);
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month {
  top: 20px;
  right: 35px;
  transition: 0.3s;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month svg {
  width: 18px;
  height: 18px;
  fill: #57595F;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month svg path {
  fill: #57595F;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month:hover svg path {
  fill: var(--at-theme-primary);
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--at-text-body);
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: transparent;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month input.cur-year {
  font-size: 18px;
  font-weight: 400;
  color: var(--at-text-body);
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span {
  display: none;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper:hover {
  background: transparent;
}
.flatpickr-calendar.open .flatpickr-innerContainer {
  justify-content: center;
}
.flatpickr-calendar.open .dayContainer {
  justify-content: center;
}
.flatpickr-calendar.open .flatpickr-days {
  padding-top: 2px;
}
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-weekdaycontainer span {
  color: #57595F;
  font-size: 15px;
  font-weight: 400;
}
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.flatpickr-disabled,
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.flatpickr-disabled:hover,
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.prevMonthDay,
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.nextMonthDay,
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.notAllowed,
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.notAllowed.nextMonthDay {
  color: #9d9c9d;
}
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day {
  border: 1px solid #2f2f37;
  border-radius: 0;
  width: 46px;
  max-width: 46px;
  margin-right: -1px;
  height: 44px;
  margin-top: -1px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--at-text-body);
}
@media (max-width: 575px) {
  .flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day {
    width: 40px;
    max-width: 40px;
    height: 40px;
  }
}
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.today, .flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.selected {
  color: var(--at-common-white);
  background-color: var(--at-theme-primary);
  border: none;
}
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day:hover {
  color: var(--at-common-white);
  background-color: var(--at-theme-primary);
}
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.today:hover {
  color: var(--at-common-white);
  background-color: var(--at-theme-primary);
  border: none;
}
.flatpickr-calendar .flatpickr-weekdays {
  display: none;
}
.flatpickr-calendar.arrowTop::before {
  content: none;
}
.flatpickr-calendar.arrowBottom::before {
  border: none;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  border: 0;
}
.flatpickr-time input.flatpickr-hour, .flatpickr-time input.flatpickr-minute {
  font-weight: bold;
  background-color: #20202b;
  height: 40px;
  border: 1px solid #2f2f37;
  border-radius: 5px;
  color: var(--at-text-body);
  resize: none;
}
.flatpickr-time .flatpickr-am-pm {
  border-radius: 5px;
  margin-left: 5px;
}
.flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time .flatpickr-am-pm:focus {
  color: var(--at-common-white);
  background: var(--at-theme-primary);
}

.calender-active.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.today:hover {
  color: var(--at-common-white);
  background-color: var(--at-theme-primary);
}

.calender-active.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.today,
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.selected {
  color: var(--at-common-white);
  background-color: var(--at-theme-primary);
}

.calender-active.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day:hover {
  color: var(--at-common-white);
  background-color: var(--at-theme-primary);
}

.calender-active.open {
  box-shadow: 0 10px 20px 4px rgba(20, 20, 20, 0.14);
  background: #faf5ef;
}

.flatpickr-current-month .nice-select::after {
  display: none;
}

/*----------------------------------------*/
/*  7.23 product css
/*----------------------------------------*/
.at-product-top {
  margin-top: -20px;
}
.at-product-wrapper .at-product-item {
  margin-bottom: 42px;
}
.at-product-wrapper .row [class*=col-]:last-child .at-product-item {
  margin-bottom: 0;
}
.at-product-tab-shape {
  margin-bottom: -70px;
}
.at-product-list .row [class*=col-]:last-child .at-product-item {
  margin-bottom: 0;
}
.at-product-item {
  margin-bottom: 55px;
}
.at-product-item:hover .at-product-thumb img {
  transform: scale(1.2);
}
.at-product-item:hover .at-product-thumb-icon {
  bottom: 35px;
  opacity: 1;
  visibility: visible;
}
.at-product-wrap span {
  font-size: 15px;
  font-weight: 600;
  color: var(--at-common-white);
}
.at-product-badge {
  position: absolute;
  top: 20px;
  left: 30px;
  font-weight: 700;
  font-size: 12px;
  color: var(--at-common-white);
  padding: 6px 13px;
  background: var(--at-theme-primary);
  border-radius: 5px;
  line-height: 1;
}
.at-product-thumb {
  overflow: hidden;
  background: var(--at-green-1);
}
.at-product-thumb img {
  width: 100%;
  -webkit-transition: 1.2s 0.3s ease-out;
  -moz-transition: 1.2s 0.3s ease-out;
  -ms-transition: 1.2s 0.3s ease-out;
  -o-transition: 1.2s 0.3s ease-out;
  transition: 1.2s 0.3s ease-out;
}
.at-product-thumb-icon {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-product-thumb-icon a {
  margin: 0 5px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--at-common-white);
  font-size: 14px;
  color: var(--at-common-white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-product-thumb-icon a:hover {
  color: var(--at-common-white);
  background-color: var(--at-theme-primary);
}
.at-product-content p {
  font-size: 18px;
  font-weight: 500;
  color: #777B83;
  margin-bottom: 6px;
}
.at-product-filter button {
  position: relative;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.2);
  font-family: var(--at-ff-heading);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-product-filter button:not(:last-child) {
  padding-right: 45px;
  margin-right: 45px;
}
.at-product-filter button:not(:last-child)::after {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0;
  rotate: 45deg;
  display: inline-block;
  transform: translateY(-50%);
  content: "";
  border: 1px solid var(--at-theme-primary);
}
.at-product-filter button.active {
  color: var(--at-common-white);
}
.at-product-filter .at-section-shape {
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  bottom: -20px;
  text-align: center;
  background: none;
}
.at-product-filter .nice-select {
  padding-left: 5px;
  border: none;
  color: var(--at-theme-primary);
  border: none;
  background-color: transparent;
  padding-right: 25px;
}
.at-product-filter .nice-select .list {
  width: auto;
}
.at-product-filter .nice-select::after {
  right: 0;
}
.at-product-review span {
  font-size: 10px;
  display: inline-block;
  color: var(--at-theme-primary);
}
.at-product-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: var(--at-common-white);
  font-family: var(--at-ff-body);
}
.at-product-price {
  color: var(--at-theme-primary);
}
.at-product-details-wrapper {
  margin-left: 21px;
}
.at-product-details-wrapper.has-sticky {
  position: sticky;
  top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-product-details-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-product-details-wrapper {
    margin-left: 0;
    margin-top: 50px;
  }
}
.at-product-details-wrapper > p {
  font-size: 15px;
  line-height: 1.7;
}
.at-product-details-wrapper > p span {
  font-weight: 500;
  color: var(--at-theme-primary);
}
.at-product-details-nav-main-thumb {
  position: relative;
}
.at-product-details-thumb-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-product-details-thumb-wrapper {
    margin-right: 0;
  }
}
.at-product-details-thumb-wrapper .nav-tabs {
  margin-top: 10px;
  border: none;
}
.at-product-details-thumb-wrapper .nav-tabs .nav-link {
  width: 78px;
  height: 100px;
  position: relative;
  padding: 0 0;
  margin-right: 5px;
}
@media (max-width: 575px) {
  .at-product-details-thumb-wrapper .nav-tabs .nav-link {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.at-product-details-thumb-wrapper .nav-tabs .nav-link:not(:last-child) {
  margin-bottom: 10px;
}
.at-product-details-thumb-wrapper .nav-tabs .nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid transparent;
  top: 0;
  left: 0;
}
.at-product-details-thumb-wrapper .nav-tabs .nav-link.active::after, .at-product-details-thumb-wrapper .nav-tabs .nav-link:hover::after {
  border-color: var(--at-common-white);
}
.at-product-details-thumb-wrapper .nav-tabs .nav-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.at-product-details-thumb-wrapper .nav-tabs .nav-link .nav-video-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: var(--at-common-white);
  color: var(--at-common-white);
  font-size: 15px;
}
.at-product-details-thumb-slider {
  position: sticky;
  top: 120px;
}
.at-product-details-thumb-slider:hover .at-product-details-thumb-arrow button {
  visibility: visible;
  opacity: 1;
  left: 20px;
}
.at-product-details-thumb-slider:hover .at-product-details-thumb-arrow button.at-product-details-thumb-slider-5-button-next {
  left: auto;
  right: 20px;
}
.at-product-details-thumb-arrow button {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px;
  background-color: var(--at-common-white);
  color: var(--at-common-white);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.01);
  visibility: hidden;
  opacity: 0;
}
.at-product-details-thumb-arrow button.at-product-details-thumb-slider-5-button-next {
  left: auto;
  right: 0;
}
.at-product-details-thumb-arrow button:hover {
  background-color: var(--at-theme-primary);
  color: var(--at-common-white);
  box-shadow: none;
}
.at-product-details-thumb-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--at-common-white);
  border-radius: 50%;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--at-common-white);
  -webkit-animation: at-pulse-2 2s infinite;
  -moz-animation: at-pulse-2 2s infinite;
  -ms-animation: at-pulse-2 2s infinite;
  -o-animation: at-pulse-2 2s infinite;
  animation: at-pulse-2 2s infinite;
}
.at-product-details-thumb-video-btn:hover {
  color: var(--at-common-white);
  background-color: var(--at-theme-primary);
}
.at-product-details-thumb-gallery-item img {
  width: 100%;
}
.at-product-details-category span {
  font-size: 16px;
  line-height: 1;
}
.at-product-details-category span a:hover {
  color: var(--at-theme-primary);
}
.at-product-details-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--at-common-white);
}
.at-product-details-stock {
  margin-right: 12px;
}
.at-product-details-stock span {
  display: inline-block;
  font-size: 15px;
  color: var(--at-theme-primary);
  background-color: rgba(9, 137, 255, 0.06);
  line-height: 1;
  padding: 4px 12px;
}
.at-product-details-rating {
  margin-right: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.at-product-details-rating span {
  font-size: 12px;
  color: var(--at-theme-primary);
}
.at-product-details-rating span:not(:last-child) {
  margin-right: 3px;
}
.at-product-details-price {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--at-common-white);
}
.at-product-details-price.new-price {
  color: var(--at-common-white);
}
.at-product-details-price.old-price {
  font-weight: 400;
  font-size: 16px;
  text-decoration-line: line-through;
  color: #767A7D;
}
.at-product-details-action-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
  color: var(--at-common-white);
}
.at-product-details-quantity .at-product-quantity {
  width: 122px;
  border-radius: 0;
}
.at-product-details-quantity .at-cart-plus, .at-product-details-quantity .at-cart-minus {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  left: 14px;
}
.at-product-details-quantity .at-cart-plus:hover, .at-product-details-quantity .at-cart-minus:hover {
  background-color: var(--at-common-white);
  color: var(--at-theme-primary);
}
.at-product-details-quantity .at-cart-plus {
  left: auto;
  right: 14px;
}
.at-product-details-quantity .at-cart-input[type=text] {
  height: 46px;
  line-height: 46px;
  background-color: #F3F5F6;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  color: var(--at-common-white);
}
.at-product-details-add-to-cart-btn {
  font-size: 16px;
  color: var(--at-common-white);
  text-align: center;
  padding: 9px 30px;
  border: 1px solid var(--at-border-2);
}
.at-product-details-add-to-cart-btn:hover {
  background-color: var(--at-theme-primary);
  border-color: var(--at-theme-primary);
  color: var(--at-common-white);
}
.at-product-details-buy-now-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  background-color: var(--at-theme-primary);
  color: var(--at-common-white);
}
.at-product-details-buy-now-btn:hover {
  background-color: var(--at-border-2);
  color: var(--at-common-white);
}
.at-product-details-action-wrapper {
  margin-bottom: 17px;
}
.at-product-details-action-sm {
  padding-bottom: 9px;
  border-bottom: 1px solid var(--at-border-2);
  margin-bottom: 25px;
}
.at-product-details-action-sm-btn {
  font-size: 16px;
  margin-bottom: 10px;
}
.at-product-details-action-sm-btn:not(:last-child) {
  margin-right: 10px;
}
.at-product-details-action-sm-btn i, .at-product-details-action-sm-btn svg {
  margin-right: 2px;
}
.at-product-details-action-sm-btn:hover {
  color: var(--at-theme-primary);
}
.at-product-details-query {
  margin-bottom: 22px;
}
.at-product-details-query-item:not(:last-child) {
  margin-bottom: 3px;
}
.at-product-details-query-item > span {
  font-size: 15px;
  color: var(--at-common-white);
  line-height: 1.4;
  margin-right: 6px;
}
.at-product-details-query-item p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.4;
}
.at-product-details-social {
  margin-bottom: 22px;
}
.at-product-details-social span {
  font-size: 15px;
  color: var(--at-common-white);
  margin-right: 2px;
}
.at-product-details-social a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid var(--at-border-2);
  border-radius: 50%;
}
.at-product-details-social a:hover {
  background-color: var(--at-theme-primary);
  border-color: var(--at-theme-primary);
  color: var(--at-common-white);
}
.at-product-details-msg ul li {
  list-style: none;
  position: relative;
  font-size: 15px;
  padding-left: 25px;
}
.at-product-details-msg ul li::after {
  position: absolute;
  content: url("../img/icon/check-3.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  color: var(--at-common-white);
}
.at-product-details-payment {
  background-color: var(--at-border-2);
  padding: 18px 30px;
}
.at-product-details-payment p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 46px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-product-details-payment p {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .at-product-details-payment p {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .at-product-details-payment p br {
    display: none;
  }
}
.at-product-details-desc-title {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 13px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-product-details-desc-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .at-product-details-desc-title {
    font-size: 26px;
  }
}
.at-product-details-desc-title-2 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-product-details-desc-title-2 {
    font-size: 25px;
  }
}
.at-product-details-desc-content {
  margin-bottom: 25px;
  padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .at-product-details-desc-content {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .at-product-details-desc-content {
    padding-left: 0;
  }
}
.at-product-details-desc-content span {
  font-size: 20px;
  color: var(--at-common-white);
}
.at-product-details-desc-content p {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-product-details-desc-content-2 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-product-details-desc-content-2.pt-75 {
    padding-top: 25px;
  }
}
.at-product-details-desc-content-2 p {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-product-details-desc-thumb img {
    max-width: 100%;
  }
}
.at-product-details-desc-list {
  padding-top: 13px;
}
.at-product-details-desc-list ul li {
  list-style: none;
  font-size: 16px;
  color: var(--at-common-white);
  position: relative;
  padding-left: 17px;
}
.at-product-details-desc-list ul li:not(:last-child) {
  margin-bottom: 3px;
}
.at-product-details-desc-list ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: #A8ACB0;
  border-radius: 50%;
}
.at-product-details-desc-fact-thumb img {
  margin-bottom: 16px;
}
.at-product-details-desc-fact-content span {
  display: inline-block;
  font-size: 50px;
  line-height: 1.2;
  color: var(--at-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-product-details-desc-fact-content span {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-product-details-desc-fact-content span {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .at-product-details-desc-fact-content span {
    font-size: 25px;
  }
}
.at-product-details-desc-fact-content p {
  font-size: 22px;
}
@media (max-width: 575px) {
  .at-product-details-desc-fact-content p {
    font-size: 20px;
  }
}
.at-product-details-additional-info {
  padding-top: 60px;
}
@media (max-width: 575px) {
  .at-product-details-additional-info {
    overflow-x: scroll;
  }
}
.at-product-details-additional-info-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  display: none;
}
.at-product-details-additional-info.at-table-style-2 {
  padding-top: 50px;
}
.at-product-details-additional-info.at-table-style-2 .at-product-details-additional-info-title {
  display: block;
}
.at-product-details-additional-info.at-table-style-2 table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0 7px;
}
.at-product-details-additional-info.at-table-style-2 table tr {
  border: 0;
}
.at-product-details-additional-info.at-table-style-2 table tr:not(:last-child) {
  border: 0;
  margin-bottom: 6px;
}
.at-product-details-additional-info.at-table-style-2 table tr td {
  padding: 7px 24px;
  border: 1px solid #E6E7E8;
}
.at-product-details-additional-info.at-table-style-2 table tr td:first-child {
  padding-left: 24px;
  border-right: 0;
}
.at-product-details-additional-info.at-table-style-2 table tr td:last-child {
  padding-left: 34px;
}
.at-product-details-additional-info table {
  border: 1px solid var(--at-border-2);
  width: 100%;
}
.at-product-details-additional-info table tr:not(:last-child) {
  border-bottom: 1px solid var(--at-border-2);
}
.at-product-details-additional-info table tr td {
  padding: 12px 34px;
}
.at-product-details-additional-info table tr td:first-child {
  font-size: 16px;
  color: var(--at-common-white);
  background-color: var(--at-green-1);
  width: 306px;
}
.at-product-details-additional-info table tr td:last-child {
  font-size: 16px;
  color: var(--at-text-body);
}
.at-product-details-review-number {
  border: 1px solid var(--at-border-2);
  padding: 35px 43px 33px 40px;
}
@media (max-width: 575px) {
  .at-product-details-review-number {
    padding: 35px 25px 33px 25px;
  }
}
.at-product-details-review-number-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
  color: var(--at-common-white);
}
.at-product-details-review-summery {
  margin-bottom: 12px;
}
.at-product-details-review-summery-value span {
  font-size: 40px;
  font-weight: 500;
  color: var(--at-common-white);
  margin-right: 8px;
}
.at-product-details-review-summery-rating {
  margin-right: 3px;
}
.at-product-details-review-summery-rating span {
  color: var(--at-theme-primary);
}
.at-product-details-review-summery-rating p {
  margin-left: 4px;
  font-size: 14px;
  margin-bottom: 0;
}
.at-product-details-review-rating-item > span {
  color: #A0A2A4;
  font-size: 15px;
  margin-right: 10px;
}
.at-product-details-review-rating-bar {
  width: 260px;
  background-color: var(--at-green-1);
  height: 10px;
  position: relative;
  margin-right: 12px;
}
@media (max-width: 575px) {
  .at-product-details-review-rating-bar {
    width: 130px;
  }
}
.at-product-details-review-rating-bar-inner {
  height: 100%;
  background-color: var(--at-theme-primary);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.at-product-details-review-rating-percent span {
  font-size: 14px;
}
.at-product-details-review-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
  color: var(--at-common-white);
}
@media (max-width: 575px) {
  .at-product-details-review-list {
    padding-right: 0;
  }
}
.at-product-details-review-avater:not(:last-child) {
  margin-bottom: 32px;
}
.at-product-details-review-avater-thumb {
  flex: 0 0 auto;
}
.at-product-details-review-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}
.at-product-details-review-avater-rating {
  line-height: 1;
  margin-bottom: 3px;
}
.at-product-details-review-avater-rating span {
  font-size: 10px;
  margin-right: 2px;
  color: var(--at-theme-primary);
}
.at-product-details-review-avater-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
  display: inline-block;
  color: var(--at-common-white);
}
.at-product-details-review-avater-meta {
  font-size: 14px;
  position: relative;
  padding-left: 11px;
  margin-left: 3px;
}
.at-product-details-review-avater-meta::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #A8ACB0;
}
.at-product-details-review-avater-comment p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-product-details-review-form {
    margin-top: 50px;
  }
}
.at-product-details-review-form > p {
  font-size: 16px;
  margin-bottom: 8px;
}
.at-product-details-review-form-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
  color: var(--at-common-white);
}
.at-product-details-review-form-rating {
  margin-bottom: 28px;
}
.at-product-details-review-form-rating p {
  margin-bottom: 0;
  font-size: 14px;
  margin-right: 8px;
}
.at-product-details-review-form-rating-icon span {
  font-size: 12px;
  color: var(--at-theme-primary);
}
.at-product-details-review-input-wrapper {
  margin-bottom: 11px;
}
.at-product-details-review-input-box {
  position: relative;
}
.at-product-details-review-input-box:not(:last-child) {
  margin-bottom: 20px;
}
.at-product-details-review-input input {
  font-size: 16px;
  height: 56px;
  background: var(--at-grey-1);
  border: 1px solid transparent;
  border: 1px solid var(--at-border-2);
}
.at-product-details-review-input input::placeholder {
  font-size: 16px;
  color: var(--at-text-body);
}
.at-product-details-review-input textarea {
  height: 165px;
  resize: none;
  border: 1px solid var(--at-border-2);
  background: var(--at-grey-1);
}
.at-product-details-review-input textarea:focus {
  border: 1px solid var(--at-theme-primary);
}
.at-product-details-review-input textarea::placeholder {
  font-size: 16px;
  color: var(--at-text-body);
}
.at-product-details-review-input-title label {
  font-size: 14px;
  color: var(--at-common-white);
  position: absolute;
  top: -7px;
  left: 20px;
  padding: 0 5px;
  background-color: var(--at-common-white);
  line-height: 1;
}
.at-product-details-review-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.at-product-details-review-input-eye .open-eye {
  display: none;
}
.at-product-details-review-input-eye:hover {
  cursor: pointer;
}
.at-product-details-review-input-eye:hover span {
  color: var(--at-common-white);
}
.at-product-details-review-remeber input {
  display: none;
}
.at-product-details-review-remeber input:checked ~ label::after {
  background-color: var(--at-theme-primary);
  border-color: var(--at-theme-primary);
}
.at-product-details-review-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.at-product-details-review-remeber label {
  font-size: 15px;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.at-product-details-review-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid var(--at-border-2);
  z-index: -1;
}
.at-product-details-review-remeber label::before {
  position: absolute;
  content: url("../img/icon/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--at-common-white);
}
.at-product-details-review-remeber label a:hover {
  color: var(--at-theme-primary);
}
.at-product-details-review-remeber label:hover {
  cursor: pointer;
}
.at-product-details-review-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--at-common-white);
  padding: 9px 45px;
  background-color: var(--at-theme-primary);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 15px;
}
.at-product-details-review-btn:hover {
  color: var(--at-green-1);
  background-color: var(--at-common-white);
}
.at-product-details-tab-nav .nav-tabs {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--at-border-2);
}
@media (max-width: 575px) {
  .at-product-details-tab-nav .nav-tabs {
    padding-bottom: 0;
  }
}
.at-product-details-tab-nav .nav-tabs .nav-link {
  font-size: 20px;
  color: #A0A2A4;
  padding-left: 9px;
  padding-right: 7px;
  position: relative;
  border: none;
}
.at-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
  margin-left: 40px;
}
@media (max-width: 575px) {
  .at-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
    margin-left: 3px;
  }
}
.at-product-details-tab-nav .nav-tabs .nav-link.active, .at-product-details-tab-nav .nav-tabs .nav-link:hover {
  color: var(--at-common-white);
  background-color: var(--at-green-1);
}
.at-product-details-tab-nav .nav-tabs .nav-link.active::after, .at-product-details-tab-nav .nav-tabs .nav-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 575px) {
  .at-product-details-tab-nav .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background-color: var(--at-common-white);
  }
}
@media (max-width: 575px) {
  .at-product-details-tab-nav .nav-tabs span#productTabMarker {
    display: none !important;
  }
}
.at-product-details-tab-line {
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: var(--at-common-white);
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-product-details-views {
  margin-bottom: 10px;
}
.at-product-details-views > span {
  color: var(--at-common-white);
  font-size: 16px;
  margin-right: 8px;
}
.at-product-details-views p {
  font-size: 16px;
  margin-bottom: 0;
}
.at-product-details-views p span {
  color: var(--at-common-white);
  font-weight: 500;
}
.at-product-details-stock-bar p {
  font-size: 15px;
  margin-bottom: 5px;
}
.at-product-details-stock-bar p span {
  font-weight: 500;
  color: var(--at-common-white);
}
.at-product-details-stock-bar-line {
  height: 4px;
  position: relative;
}
.at-product-details-stock-bar-line-inner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--at-theme-primary);
  height: 100%;
  display: inline-block;
}
.at-product-details-wishlist-btn {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: var(--at-common-white);
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.at-product-details-wishlist-btn:hover {
  background-color: var(--at-common-white);
  color: var(--at-common-white);
}
.at-product-details-countdown {
  padding: 10px 20px;
  border: 1px solid var(--at-pink-1);
  background-color: rgba(253, 75, 107, 0.05);
}
.at-product-details-countdown-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--at-pink-1);
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .at-product-details-countdown-title {
    margin-bottom: 7px;
  }
}
.at-product-details-countdown-time ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.at-product-details-countdown-time ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--at-pink-1);
  position: relative;
}
.at-product-details-countdown-time ul li:not(:last-child) {
  margin-right: 24px;
}
.at-product-details-countdown-time ul li:not(:last-child)::after, .at-product-details-countdown-time ul li:not(:last-child)::before {
  position: absolute;
  content: "";
  right: -13px;
  top: 7px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--at-pink-1);
}
.at-product-details-countdown-time ul li:not(:last-child)::before {
  top: 15px;
}
.at-product-details-quantity .at-cart-input[type=text] {
  height: 46px;
  line-height: 46px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  padding-left: 26px;
  padding-right: 26px;
  color: var(--at-common-white);
  background-color: var(--at-border-2);
  text-align: center;
}
.at-product-quantity {
  width: 100px;
  position: relative;
  border-radius: 20px;
}

/*----------------------------------------*/
/*  7.19 team css
/*----------------------------------------*/
.at-team-item {
  overflow: hidden;
}
.at-team-item:hover .at-team-thumb a::before {
  top: 0;
  transform: scale(1);
  opacity: 0.7;
  visibility: visible;
}
.at-team-item:hover .at-team-thumb a img {
  width: 100%;
}
.at-team-item:hover .at-team-social {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.at-team-thumb {
  overflow: hidden;
}
.at-team-thumb > a {
  position: relative;
  display: block;
}
.at-team-thumb > a img {
  width: 100%;
}
.at-team-thumb > a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  content: "";
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-team-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  color: var(--at-common-white);
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-team-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-team-title-box {
    margin-bottom: 40px;
  }
}
.at-team-desig {
  text-transform: capitalize;
  display: block;
  margin-bottom: 5px;
}
.at-team-social {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-team-social ul li {
  display: block;
}
.at-team-social ul li a {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-team-social ul li a:hover {
  color: var(--at-common-white);
  opacity: 1;
}
.at-team-social ul li:not(:last-child) {
  margin-bottom: 15px;
}
.at-team-inner .at-team-item {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-team-inner .row.gx-50 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-team-details-wrapp {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-team-details-wrapp {
    margin-left: 0;
  }
}
.at-team-details-subtitle {
  font-size: 16px;
  display: block;
  color: var(--at-theme-primary);
}
.at-team-details-thumb img {
  width: 100%;
}
.at-team-details-title {
  font-size: 34px;
  display: inline-block;
  color: var(--at-common-white);
  margin-bottom: 35px;
}
.at-team-details-title-box p {
  font-size: 16px;
  line-height: 1.9;
}
.at-team-details-link-box ul li {
  position: relative;
  list-style: none;
  padding-left: 28px;
  color: var(--at-common-white);
  margin-bottom: 18px;
}
.at-team-details-link-box ul li a {
  font-size: 18px;
}
.at-team-details-link-box ul li a b {
  position: absolute;
  left: 0;
  color: var(--at-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-team-details-funfact-box {
    margin-bottom: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-team-details-funfact-box {
    margin-bottom: 0;
  }
}
.at-team-details-funfact-item:last-child {
  margin-left: 94px;
}
.at-team-details-funfact-number {
  font-weight: 600;
  font-size: 42px;
  color: var(--at-common-white);
  margin-bottom: 22px;
}
.at-team-details-funfact-title {
  font-weight: 500;
  font-size: 18px;
  color: var(--at-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-team-details-progress-box {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-team-details-progress-box {
    margin-top: 60px;
  }
}
.at-team-details-progress-box .at-progress-bar-title {
  font-size: 18px;
  text-transform: capitalize;
}
.at-team-details-contact-item {
  padding: 56px;
  background-color: var(--at-common-black);
}
@media (max-width: 575px) {
  .at-team-details-contact-item {
    padding: 30px;
  }
}
.at-team-details-contact-title {
  font-weight: 600;
  font-size: 38px;
  color: var(--at-common-white);
  margin-bottom: 30px;
}
.at-team-details-contact-title-box p {
  font-size: 16px;
  line-height: 2;
}
.at-team-details-contact .at-contact-action .at-btn-secondary {
  width: 100%;
  padding: 17px 40px;
}
.at-team-contact-box {
  padding: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-team-contact-box {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-team-contact-box {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .at-team-contact-box {
    padding: 20px;
  }
}
.at-team-contact-input {
  position: relative;
}
.at-team-contact-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  color: var(--at-common-white);
  transform: translateY(-50%);
}
.at-team-contact-comment textarea {
  height: 100px;
}

/*----------------------------------------*/
/*  7.15 menus css
/*----------------------------------------*/
.at-menus-left .at-menus-thumb {
  margin-right: 27px;
  overflow: visible;
}
@media (max-width: 575px) {
  .at-menus-left .at-menus-thumb {
    margin-right: 0;
  }
}
.at-menus-left .at-menus-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  content: "";
  border: 1px solid var(--at-theme-primary);
}
@media (max-width: 575px) {
  .at-menus-left .at-menus-thumb::before {
    display: none;
  }
}
.at-menus-left .at-menus-thumb > img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-menus-left .at-menus-thumb {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-menus-left {
    margin-right: 0;
  }
}
.at-menus-brand {
  position: absolute;
  left: -60px;
  bottom: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-menus-brand {
    left: -40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-menus-brand {
    left: auto;
    right: -60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-menus-tab-button {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-menus-tab-button {
    margin-bottom: 40px;
  }
}
.at-menus-tab-button .nav-link {
  position: relative;
  padding: 0;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--at-common-white);
  font-family: var(--at-ff-heading);
  opacity: 0.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-menus-tab-button .nav-link {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .at-menus-tab-button .nav-link {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-menus-tab-button .nav-link {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .at-menus-tab-button .nav-link {
    margin-bottom: 15px;
  }
}
.at-menus-tab-button .nav-link:not(:last-child) {
  padding-right: 54px;
  margin-right: 42px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-menus-tab-button .nav-link:not(:last-child) {
    padding-right: 42px;
    margin-right: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-menus-tab-button .nav-link:not(:last-child) {
    padding-right: 38px;
    margin-right: 28px;
  }
}
@media (max-width: 575px) {
  .at-menus-tab-button .nav-link:not(:last-child) {
    padding-right: 30px;
    margin-right: 15px;
  }
}
.at-menus-tab-button .nav-link:not(:last-child)::after {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 40%;
  right: 0;
  content: "";
  transform: translateY(-50%);
  border: 1px solid var(--at-theme-primary);
  transform: rotate(45deg);
}
.at-menus-tab-button .nav-link.active {
  opacity: 1;
}
.at-menus-list {
  overflow: hidden;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid var(--at-border-2);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-menus-list {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.at-menus-list-box {
  margin-left: 68px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-menus-list-box {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-menus-list-box {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-menus-list-box {
    margin-left: 0;
  }
}
.at-menus-list-box.menus-inner {
  margin-left: 0;
}
.at-menus-list-thumb {
  flex: 0 0 auto;
  opacity: 0;
  visibility: hidden;
  margin-left: -79px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-menus-list-content {
  width: 100%;
  transition: 0.3s;
}
.at-menus-list-content .menus-title {
  display: flex;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--at-common-white);
  font-family: var(--at-ff-body);
  margin-right: 30px;
  transition: 0.3s;
}
.at-menus-list-content .menus-title a {
  flex: 0 0 auto;
  margin-right: 30px;
  margin-bottom: 4px;
}
.at-menus-list-content .menus-title a:hover {
  color: var(--at-theme-primary);
}
.at-menus-list-content .menus-title span {
  width: 100%;
  height: 1px;
  margin-top: 12px;
  display: inline-block;
  transform: translateY(-50%);
  border: 1px dashed var(--at-border-2);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-menus-list.active {
  border-bottom: 1px solid var(--at-theme-primary);
}
.at-menus-list.active .at-menus-list-thumb {
  opacity: 1;
  visibility: visible;
  display: block;
  margin-left: 0;
}
.at-menus-list.active .at-menus-title span {
  border: 1px dashed var(--at-theme-primary);
}
.at-menus-list.active .menus-title span {
  border-color: var(--at-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-menus-list:last-child {
    margin-bottom: 0;
  }
}
.at-menus-price {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--at-theme-primary);
}
.at-menus-dsc {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .at-menus-dsc {
    margin-right: 30px;
  }
}
.at-menus-item:hover .at-menus-thumb a img {
  transform: scale(1.2);
}
.at-menus-item:hover .at-menus-thumb a::before {
  opacity: 0;
  visibility: hidden;
}
.at-menus-content {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.at-menus-thumb {
  overflow: hidden;
}
.at-menus-thumb a {
  position: relative;
  width: 100%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-menus-thumb a img {
  width: 100%;
  -webkit-transition: 1.3s 0.3s ease-out;
  -moz-transition: 1.3s 0.3s ease-out;
  -ms-transition: 1.3s 0.3s ease-out;
  -o-transition: 1.3s 0.3s ease-out;
  transition: 1.3s 0.3s ease-out;
}
.at-menus-thumb a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-menus-categ {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
}
.at-menus-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-menus-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-menus-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .at-menus-title {
    font-size: 30px;
  }
}

.at-circle-logo {
  position: relative;
  display: inline-block;
}
.at-circle-logo > img {
  animation: textRotation 10s linear infinite;
}
.at-circle-logo .logo-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.at-circle-logo.circle-bg {
  border-radius: 50%;
  background-color: var(--at-theme-secondary);
}

/*----------------------------------------*/
/*  7.16 history css
/*----------------------------------------*/
.at-history-since {
  font-size: 14px;
  display: block;
}
.at-history-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-history-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-history-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .at-history-title {
    font-size: 30px;
  }
}
.at-history-thumb {
  overflow: hidden;
}
.at-history-thumb img {
  width: 100%;
  overflow: hidden;
  -webkit-transition: 1.3s 0.3s ease-out;
  -moz-transition: 1.3s 0.3s ease-out;
  -ms-transition: 1.3s 0.3s ease-out;
  -o-transition: 1.3s 0.3s ease-out;
  transition: 1.3s 0.3s ease-out;
}
.at-history-item:hover .at-history-thumb img {
  transform: scale(1.1);
}
.at-history-active {
  margin-top: -8px;
  margin-left: 300px;
  margin-right: -400px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-history-active {
    margin-left: 130px;
    margin-right: -300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-history-active {
    margin-left: 0;
    margin-right: -365px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-history-active {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-history-active {
    margin-left: 0;
    margin-right: 0;
  }
}

/*----------------------------------------*/
/*  7.12 cta css
/*----------------------------------------*/
.at-cta-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 64px;
}
.at-cta-bg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: #000;
  opacity: 0.6;
}
.at-cta-wrapper {
  padding: 58.2px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-cta-wrapper {
    padding: 0;
  }
}
.at-cta-title-box .at-section-title {
  margin-top: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-cta-title-box .at-section-title {
    font-size: 40px;
  }
}
.at-cta-title-box p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-cta-title-box {
    margin-bottom: 40px;
  }
}
.at-cta-form-box {
  margin-left: 61px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-cta-form-box {
    margin-left: 0;
  }
}
.at-cta-input {
  position: relative;
  width: 100%;
  margin-right: 10px;
}
.at-cta-input input {
  height: 54px;
  color: var(--at-common-white);
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.at-cta-input input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.at-cta-input-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-cta-input {
    margin-bottom: 20px;
  }
}
.at-cta-action .at-btn-primary {
  padding: 19px 35px;
}
.at-cta-brand {
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  text-align: center;
}

/*----------------------------------------*/
/*  7.6 funfact css
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-funfact-wrapp {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-funfact-wrapp {
    margin: 0 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-funfact-item {
    margin-bottom: 30px;
  }
}
.at-funfact-item p {
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-funfact-item p {
    text-align: start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-funfact-item.last-item {
    margin-bottom: 0;
  }
}
.at-funfact-title {
  font-weight: 400;
  font-size: 96px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--at-theme-primary);
  text-transform: lowercase;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .at-funfact-title {
    font-size: 70px;
  }
}

/*----------------------------------------*/
/*  7.18 reservation css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-reservation-title-box {
    margin-bottom: 50px;
  }
}
.at-reservation-comment textarea {
  height: 200px;
}
.at-reservation .at-cta-input input {
  backdrop-filter: blur(0);
  background: none;
  border-color: var(--at-border-2);
}
.at-reservation .at-cta-input input::placeholder {
  color: var(--at-text-body);
}
.at-reservation .at-cta-input input:focus {
  border-color: var(--at-theme-primary);
}

/*----------------------------------------*/
/*  7.27 error css
/*----------------------------------------*/
.at-error-content {
  padding-top: 185px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-error-content {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-error-content {
    padding-top: 30px;
  }
}
.at-error-title {
  font-weight: 400;
  font-size: 200px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: transparent;
  -webkit-text-stroke: 1px var(--at-theme-primary);
  -webkit-text-stroke-width: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-error-title {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .at-error-title {
    font-size: 150px;
  }
}
.at-error-text {
  font-weight: 400;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--at-common-white);
  font-family: var(--at-ff-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-error-text {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .at-error-text {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.at-error-bg {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.at-error-img1, .at-error-img2 {
  position: absolute;
  left: auto;
  right: 0;
  top: 100px;
}
.at-error-img2 {
  right: auto;
  left: 0;
  top: auto;
  bottom: -70px;
  animation: textRotation 10s linear infinite;
}
.at-error-img1 {
  animation: jumpTwo 4s infinite linear;
}

/*----------------------------------------*/
/*  7.14 progress css
/*----------------------------------------*/
.at-progress-bar {
  width: 100%;
}
.at-progress-bar:last-child {
  margin-bottom: 0;
}
.at-progress-bar span {
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  right: 24px;
  text-transform: uppercase;
  color: var(--at-common-white);
}
.at-progress-bar-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--at-common-white);
}
.at-progress-bar .progress {
  height: 6px;
  margin-top: 20px;
}
.at-progress-bar .progress-bar {
  background-color: var(--at-theme-primary);
}
.at-progress-item {
  margin-right: 78px;
}
@media (max-width: 575px) {
  .at-progress-item {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-progress-item {
    margin-right: 50px;
  }
}
.at-progress-canva {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .at-progress-canva {
    text-align: center;
  }
}
.at-progress-canva input {
  color: var(--at-common-white) !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  font-family: var(--at-ff-mulish) !important;
}
.at-progress-space {
  padding-top: 380px;
  padding-bottom: 120px;
  margin-top: -285px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-progress-space {
    margin-top: 0;
    padding-top: 120px;
  }
}
.at-progress-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: var(--at-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-progress-content {
    margin-right: 50px;
  }
}

/*----------------------------------------*/
/*  7.24 cart css
/*----------------------------------------*/
.at-cart-header-product {
  padding-left: 30px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-cart-list {
    overflow-x: scroll;
  }
}
.at-cart-list .table > :not(caption) > * > * {
  padding: 20px 12px;
  box-shadow: none;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-cart-list table {
    width: 960px;
  }
}
.at-cart-list thead th {
  font-weight: 500;
  font-size: 15px;
  color: var(--at-text-body);
  border: 0 !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  background-color: var(--at-border-2);
}
.at-cart-list tr td {
  border-color: var(--at-border-2);
  background: none;
}
.at-cart-list tr td .at-cart-action-btn {
  font-weight: 400;
  font-size: 16px;
  color: #818487;
}
.at-cart-list tr td .at-cart-action-btn svg {
  margin-top: -3px;
  margin-right: 3px;
}
.at-cart-list tr td .at-cart-action-btn:hover {
  color: #FF1826;
}
.at-cart-list tbody tr:first-child td {
  padding-top: 30px !important;
}
.at-cart-img {
  width: 100px;
  margin-right: 20px;
}
.at-cart-img img {
  width: 84px;
  height: 84px;
  object-fit: cover;
}
.at-cart-title a {
  font-weight: 500;
  font-size: 16px;
  color: var(--at-text-body);
}
.at-cart-title a:hover {
  color: var(--at-theme-primary);
}
.at-cart-price {
  width: 126px;
}
.at-cart-price span {
  font-size: 16px;
  color: var(--at-text-body);
}
.at-cart-quantity {
  width: 180px;
}
.at-cart-quantity .at-product-quantity {
  width: 160px;
}
.at-cart-quantity .at-cart-input[type=text] {
  height: 60px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  border: 1px solid transparent;
  background-color: var(--at-border-2);
  padding: 0 45px;
  line-height: 1.5;
  color: var(--at-text-body);
}
.at-cart-quantity .at-cart-plus,
.at-cart-quantity .at-cart-minus {
  width: 60px;
  height: 60px;
  line-height: 62px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-cart-coupon {
    margin-bottom: 20px;
  }
}
.at-cart-coupon-input-box label {
  font-size: 14px;
  margin-bottom: 7px;
}
.at-cart-coupon-input input {
  height: 54px;
  line-height: 46px;
  margin-right: 10px;
  max-width: 282px;
}
.at-cart-coupon-input input::placeholder {
  color: #818487;
  font-size: 16px;
}
.at-cart-coupon-input input:focus {
  border-color: var(--at-theme-primary);
}
.at-cart-coupon-input button {
  font-weight: 500;
  font-size: 16px;
  padding: 19px 30px;
}
.at-cart-update .at-btn-primary {
  font-weight: 500;
  font-size: 16px;
  padding: 19px 29px;
}
.at-cart-checkout-wrapper {
  background: var(--at-border-2);
  padding: 36px 24px 28px;
  margin-left: -24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-cart-checkout-wrapper {
    margin-top: 50px;
    margin-left: 0;
  }
}
.at-cart-checkout-top {
  padding-bottom: 13px;
  margin-bottom: 19px;
  border-bottom: 1px solid var(--at-green-1);
}
.at-cart-checkout-top span {
  font-size: 20px;
  font-weight: 500;
}
.at-cart-checkout-shipping {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--at-green-1);
  margin-bottom: 15px;
}
.at-cart-checkout-shipping-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 7px;
  font-family: var(--at-ff-body);
  color: var(--at-text-body);
}
.at-cart-checkout-shipping-option:not(:last-child) {
  margin-bottom: 4px;
}
.at-cart-checkout-shipping-option input {
  display: none;
}
.at-cart-checkout-shipping-option input:checked + label::after {
  border-color: var(--at-theme-primary);
}
.at-cart-checkout-shipping-option input:checked + label::before {
  opacity: 1;
  visibility: visible;
}
.at-cart-checkout-shipping-option label {
  font-weight: 400;
  font-size: 15px;
  color: var(--at-theme-primary);
  position: relative;
  padding-left: 25px;
}
.at-cart-checkout-shipping-option label:hover {
  cursor: pointer;
}
.at-cart-checkout-shipping-option label span {
  color: var(--at-theme-primary);
}
.at-cart-checkout-shipping-option label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-cart-checkout-shipping-option label::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--at-theme-primary);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-cart-checkout-total {
  margin-bottom: 25px;
}
.at-cart-checkout-total span {
  font-weight: 500;
  font-size: 18px;
}
.at-cart-checkout-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--at-common-white);
  background-color: var(--at-common-black);
  display: inline-block;
  padding: 14px 30px;
  text-align: center;
}
.at-cart-checkout-btn:hover {
  background-color: var(--at-theme-primary);
  color: var(--at-common-white);
}
.at-cart-add-to-cart .at-btn {
  padding: 13px 28px;
  font-weight: 500;
}
.at-cart-plus, .at-cart-minus {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: var(--at-common-white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.at-cart-plus svg, .at-cart-minus svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.at-cart-plus:hover, .at-cart-minus:hover {
  cursor: pointer;
  color: var(--at-theme-primary);
}
.at-cart-plus.at-cart-plus, .at-cart-minus.at-cart-plus {
  left: auto;
  right: 12px;
}
.at-cart-plus.at-cart-plus::after, .at-cart-minus.at-cart-plus::after {
  left: 0;
  right: auto;
}

/*----------------------------------------*/
/*  7.26 checkout css
/*----------------------------------------*/
.at-checkout-verify-item {
  margin-bottom: 40px;
}
.at-checkout-verify-item:not(:last-child) {
  margin-bottom: 14px;
}
.at-checkout-verify-reveal {
  font-size: 14px;
  margin-bottom: 0;
  display: inline-block;
  border: 1px dashed #AAB0B2;
  padding: 8px 26px;
  width: 100%;
}
.at-checkout-verify-reveal button {
  color: var(--at-theme-primary);
  position: relative;
}
.at-checkout-verify-reveal button::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: var(--at-theme-primary);
}
.at-checkout-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--at-common-white);
  background-color: var(--at-common-black);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
}
.at-checkout-btn:hover {
  background-color: var(--at-theme-primary);
  color: var(--at-common-white);
}
.at-checkout-input {
  margin-bottom: 20px;
}
.at-checkout-input label {
  font-weight: 500;
  margin-bottom: 5px;
}
.at-checkout-input label span {
  color: red;
}
.at-checkout-input input, .at-checkout-input textarea {
  width: 100%;
  height: 60px;
}
.at-checkout-input input:focus, .at-checkout-input textarea:focus {
  border-color: var(--at-theme-primary);
}
.at-checkout-input textarea {
  height: 200px;
  resize: none;
}
.at-checkout-input .nice-select {
  height: 50px;
  line-height: 48px;
  border-radius: 0;
  border: 1px solid var(--at-border-2);
  float: none;
  padding: 0 26px;
}
.at-checkout-input .nice-select::after {
  right: 26px;
}
.at-checkout-input .nice-select.open .list {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.at-checkout-input .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  transform-origin: center center;
  -webkit-transform: scale(0.9) translateY(0px);
  -moz-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px);
  width: 100%;
  padding: 12px 0;
}
.at-checkout-input .nice-select .list .option {
  line-height: 1.2;
  min-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}
.at-checkout-input .nice-select .list .option:hover {
  color: var(--at-theme-primary);
}
.at-checkout-option {
  margin-bottom: 4px;
}
.at-checkout-option-wrapper {
  margin-top: 10px;
  margin-bottom: 17px;
}
.at-checkout-option input {
  display: none;
}
.at-checkout-option input:checked ~ label::after {
  background-color: var(--at-theme-primary);
  border-color: var(--at-theme-primary);
}
.at-checkout-option input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.at-checkout-option label {
  font-size: 15px;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.at-checkout-option label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid var(--at-border-2);
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-checkout-option label::before {
  position: absolute;
  content: url("../img/icon/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--at-common-white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-checkout-option label a:hover {
  color: var(--at-theme-primary);
}
.at-checkout-option label:hover {
  cursor: pointer;
}
.at-checkout-bill-area {
  padding: 45px 40px 24px;
  border: 1px solid var(--at-border-2);
}
@media (max-width: 575px) {
  .at-checkout-bill-area {
    padding: 45px 25px 24px;
  }
}
.at-checkout-bill-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
  color: var(--at-text-body);
  font-family: var(--at-ff-body);
}
.at-checkout-place {
  padding: 34px 30px 30px;
  border: 1px solid var(--at-border-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-checkout-place {
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-checkout-place {
    margin-top: 50px;
  }
}
.at-checkout-place-title {
  font-size: 26px;
  font-weight: 600;
  margin-right: 37px;
  color: var(--at-text-body);
  font-family: var(--at-ff-body);
}
.at-checkout-payment {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--at-border-2);
}
.at-checkout-payment-item:not(:last-child) {
  margin-bottom: 10px;
}
.at-checkout-payment-item.paypal-payment label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 60px;
}
.at-checkout-payment-item input {
  display: none;
}
.at-checkout-payment-item input:checked ~ label::after {
  border-color: var(--at-theme-primary);
}
.at-checkout-payment-item input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.at-checkout-payment-item label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
}
.at-checkout-payment-item label:hover {
  cursor: pointer;
}
.at-checkout-payment-item label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-checkout-payment-item label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--at-theme-primary);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-checkout-payment-item label img {
  margin-left: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-checkout-payment-item label img {
    margin-left: 4px;
  }
}
@media (max-width: 575px) {
  .at-checkout-payment-item label img {
    margin-top: 20px;
    margin-left: 0px;
  }
}
.at-checkout-payment-item label a {
  margin-top: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-checkout-payment-item label a {
    margin-top: 0;
    margin-left: 20px;
  }
}
.at-checkout-payment-item label a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--at-common-black);
}
.at-checkout-payment-desc {
  position: relative;
  padding-top: 10px;
  display: none;
}
.at-checkout-payment-desc::after {
  position: absolute;
  content: "";
  left: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: var(--at-common-white);
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
.at-checkout-payment-desc p {
  background-color: var(--at-common-white);
  padding: 19px 30px;
  margin-left: 27px;
  font-size: 14px;
  line-height: 1.57;
  color: #55585B;
  margin-bottom: 0;
}
.at-checkout-agree {
  margin-bottom: 24px;
}

.at-return-customer {
  display: none;
  margin-top: 14px;
  padding: 40px 40px;
  background-color: var(--at-grey-1);
}
@media (max-width: 575px) {
  .at-return-customer {
    padding: 40px 30px;
  }
}
.at-return-customer-input {
  margin-bottom: 20px;
}
.at-return-customer-input label {
  font-weight: 500;
  margin-bottom: 5px;
}
.at-return-customer-input label span {
  color: red;
}
.at-return-customer-input input {
  width: 100%;
  height: 60px;
}
.at-return-customer-input input:focus {
  border-color: var(--at-theme-primary);
}
.at-return-customer-remeber input {
  display: none;
}
.at-return-customer-remeber input:checked ~ label::after {
  background-color: var(--at-theme-primary);
  border-color: var(--at-theme-primary);
}
.at-return-customer-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.at-return-customer-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.at-return-customer-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-return-customer-remeber label::before {
  position: absolute;
  content: url("../img/icon/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--at-common-white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-return-customer-remeber label a:hover {
  color: var(--at-theme-primary);
}
.at-return-customer-remeber label:hover {
  cursor: pointer;
}
.at-return-customer-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--at-theme-primary);
  position: relative;
  display: inline-block;
}
.at-return-customer-forgot a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--at-theme-primary);
}
.at-return-customer-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.at-checkout-country.nice-select {
  border-radius: 0;
  width: 100%;
  height: 60px;
}
.at-checkout-country.nice-select:focus {
  border-color: var(--at-theme-primary);
}
.at-checkout-country.nice-select::after {
  top: 30px;
}
.at-checkout-country.at-checkout-input .nice-select .list {
  margin-top: 2px;
}
.at-checkout-country.doctor-name span {
  line-height: 4.2;
}

/*----------------------------------------*/
/*  7.25 order css
/*----------------------------------------*/
.at-order-details {
  padding: 70px 100px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-order-details {
    padding: 70px 70px 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-order-details {
    padding: 70px 30px 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-order-details {
    padding: 70px 50px 55px;
  }
}
@media (max-width: 575px) {
  .at-order-details {
    padding: 40px 30px 45px;
  }
}
.at-order-details-icon {
  margin-bottom: 22px;
}
.at-order-details-icon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 118px;
  text-align: center;
  font-size: 55px;
  color: var(--at-common-white);
  border: 1px solid var(--at-border-2);
  border-radius: 50%;
}
.at-order-details-title {
  font-size: 30px;
  font-weight: 600;
  color: var(--at-common-white);
  margin-bottom: 7px;
}
.at-order-details-content p {
  font-size: 16px;
  color: var(--at-common-white);
  line-height: 1.38;
}
.at-order-details-item {
  margin-bottom: 38px;
}
.at-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .at-order-details-item {
  padding-left: 40px;
}
@media (max-width: 575px) {
  .at-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .at-order-details-item {
    padding-left: 0;
  }
}
.at-order-details-item h4 {
  font-size: 18px;
  color: var(--at-common-white);
  margin-bottom: 0;
  font-weight: 400;
}
.at-order-details-item p {
  font-weight: 700;
  font-size: 18px;
  color: var(--at-common-white);
  margin-bottom: 0;
}
.at-order-info-wrapper {
  padding: 42px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-order-info-wrapper {
    padding: 42px 40px;
  }
}
@media (max-width: 575px) {
  .at-order-info-wrapper {
    padding: 42px 30px;
  }
}
.at-order-info-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.at-order-info-list ul li {
  list-style: none;
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.at-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid var(--at-border-2);
}
.at-order-info-list ul li span {
  font-size: 15px;
  color: var(--at-theme-primary);
}
.at-order-info-list ul li.at-order-info-list-header {
  padding-top: 0;
  padding-bottom: 12px;
}
.at-order-info-list ul li.at-order-info-list-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: var(--at-ff-body);
  color: var(--at-text-body);
}
.at-order-info-list ul li.at-order-info-list-desc p {
  font-size: 15px;
  margin-bottom: 0;
}
.at-order-info-list ul li.at-order-info-list-desc p span {
  font-size: 15px;
  font-weight: 500;
}
.at-order-info-list ul li.at-order-info-list-subtotal span:last-child {
  color: var(--at-theme-primary);
}
.at-order-info-list ul li.at-order-info-list-shipping span input {
  display: none;
}
.at-order-info-list ul li.at-order-info-list-shipping span input:checked ~ label::after {
  border-color: var(--at-theme-primary);
}
.at-order-info-list ul li.at-order-info-list-shipping span input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.at-order-info-list ul li.at-order-info-list-shipping span label {
  font-size: 14px;
  position: relative;
  padding-right: 27px;
}
.at-order-info-list ul li.at-order-info-list-shipping span label span {
  color: var(--at-theme-primary);
}
.at-order-info-list ul li.at-order-info-list-shipping span label:hover {
  cursor: pointer;
}
.at-order-info-list ul li.at-order-info-list-shipping span label::after {
  position: absolute;
  content: "";
  right: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-order-info-list ul li.at-order-info-list-shipping span label::before {
  position: absolute;
  content: "";
  right: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--at-theme-primary);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-order-info-list ul li.at-order-info-list-total {
  padding: 14px 0;
}
.at-order-info-list ul li.at-order-info-list-total span {
  font-size: 16px;
  font-weight: 500;
}
.at-order-inner {
  background-color: var(--at-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

/*----------------------------------------*/
/*  7.13 comming css
/*----------------------------------------*/
.at-comming-countdown {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.at-comming-countdown ul li {
  display: inline-block;
  margin: 0 20px;
}
@media (max-width: 575px) {
  .at-comming-countdown ul li {
    margin: 0 10px;
  }
}
.at-comming-countdown ul li span {
  display: block;
}
.at-comming-bg {
  position: relative;
  width: 615px;
  height: 615px;
  border-radius: 100%;
  opacity: 0.06;
  mix-blend-mode: luminosity;
  text-align: center;
  margin: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-comming-bg {
    width: 590px;
    height: 590px;
  }
}
@media (max-width: 575px) {
  .at-comming-bg {
    width: 420px;
    height: 420px;
  }
}
.at-comming-bg::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 3px;
  left: 0;
  content: "";
  background: linear-gradient(180deg, rgb(16, 43, 42) 0%, rgb(181, 140, 103) 35%);
  border-radius: 100%;
  z-index: -1;
}
.at-comming-bg img {
  width: 100%;
  border-radius: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-comming-bg {
    transform: scale(0.85);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-comming-bg {
    right: 24px;
  }
}
@media (max-width: 575px) {
  .at-comming-bg {
    right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-comming-center {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-comming-left {
    margin-bottom: 30px;
  }
}
.at-comming-countdown ul li {
  text-transform: capitalize;
}
.at-comming-countdown ul li span {
  font-weight: 400;
  font-size: 36px;
  color: transparent;
  -webkit-text-stroke: 1px var(--at-theme-primary);
  margin-bottom: 10px;
}
.at-comming-title {
  font-weight: 400;
  font-size: 64px;
  text-align: center;
  color: var(--at-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-comming-title {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
.at-comming-title span {
  color: var(--at-theme-primary);
}
.at-comming-info p {
  margin: 0 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-comming-info p {
    margin: 0;
  }
}
.at-comming-info p a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.at-comming-info p a:hover {
  color: var(--at-theme-primary);
}
.at-comming-space {
  padding-top: 235px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-comming-space {
    padding-top: 190px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-comming-space {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .at-comming-space {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}

/*# sourceMappingURL=main.css.map */
