@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Moncy – SEO & Digital Marketing Html Template
    Author: AlfirozTech
    Support: hello.alfiroz@gmail.com
    Description: Moncy – SEO & Digital Marketing 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
		2.13 Scrollcue
		2.14 Search

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


    ---------------------------------
	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
		6.3 Footer Style 3


	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 About css
		7.2 Banner css
		7.3 Brand css
		7.4 Capsule css
		7.5 Cart css
		7.6 Checkout css
		7.7 Choose css
		7.8 Contact css
		7.9 Cta css
		7.10 Experience css
		7.11 Faq css
		7.12 Funfact css
		7.13 Hero css
		7.14 Newsletter css
		7.15 Order css
		7.16 Price css
		7.17 Process css
		7.18 Product css
		7.19 Progress-bar css
		7.20 Project css
		7.21 Service css
		7.22 Skill css
		7.23 Slider css
		7.24 Team css
		7.25 Testimonial css
		7.26 Textslider css
		7.27 Video css

**********************************************/

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

/*  1.1 Theme Default
/*----------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
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;
}

/* transform */

:root {
    /**
  @font family declaration
  */
    --at-title-font: "DM Sans", sans-serif;
    --at-body-font: "DM Sans", sans-serif;
    --at-style-font: "DM Sans", sans-serif;
    --at-icon-font: "Font Awesome 6 Pro";
    --at-paragraph1: 18px;
    --at-paragraph2: 16px;
    --at-paragraph3: 14px;
    /**
  @ripple declaration
  */
    --at-ripple-ani-duration: 2s;
    /**
  @color declaration
  */
    --at-theme-color: #3747FF;
    --at-theme-color2: #F6B800;
    --at-title-color: #0C2226;
    --at-title-color2: #04223E;
    --at-body-color: #696868;
    --at-white-color: #FFFFFF;
    --at-smoke-color: #EBEDFF;
    --at-smoke-color2: #FFFBEE;
    --at-border-color: #D8DDE1;
    --at-black-color: #000000;
    --at-black-color2: #1C252F;
    --at-black-color3: #1C252E;
    --at-placeholder-color: #555c6a;
}

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

.container-1330 {
    max-width: 1360px;
    --bs-gutter-x: 30px;
}

.container-1520 {
    max-width: 1550px;
    --bs-gutter-x: 30px;
}

.container-1440 {
    max-width: 1470px;
    --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-body-color);
    font-family: var(--at-body-font);
    overflow-x: hidden;
}

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-black-color);
    font-family: var(--at-title-font);
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 48px;
}

h4 {
    font-size: 36px;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 24px;
}

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

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

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: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 40px;
    color: var(--at-body-color);
    background: none;
    resize: none;
    scroll-behavior: unset;
    border: 1px solid transparent;
    background-color: var(--at-smoke-color);
}

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-body-color);
}

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-body-color);
}

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-body-color);
}

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-body-color);
}

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-body-color);
}

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-color);
}

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;
    height: 192px;
}

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-black-color);
    color: var(--at-white-color);
    text-shadow: none;
}

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

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

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

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

.at-theme-text {
    color: var(--at-theme-color);
}

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

.at-bg-center {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
}

.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;
    }
}

.at-space-sm {
    padding-top: 100px;
    padding-bottom: 100px;
}

@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-sm {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.at-space-sm-top {
    padding-top: 100px;
}

@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-sm-top {
        padding-top: 80px;
    }
}

.at-space-sm-bottom {
    padding-bottom: 100px;
}

@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-sm-bottom {
        padding-bottom: 80px;
    }
}

.at-circle-text-wrapp {
    height: 180px;
    width: 180px;
    line-height: 180px;
    border-radius: 50%;
    background: var(--at-theme-color);
    overflow: hidden;
}

.at-circle-icon {
    position: absolute;
    width: 86px;
    height: 86px;
    line-height: 86px;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    margin: auto;
    transform: translateY(-50%);
    background: var(--at-theme-color);
    border-radius: 100px;
    z-index: 3;
}

.at-circle-text {
    position: relative;
    display: inline-block;
    min-height: 180px;
    min-width: 180px;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    color: var(--at-title-color);
    text-align: center;
    transform: rotate(30deg);
    text-transform: uppercase;
    animation: spin 10s infinite alternate-reverse;
}

.at-circle-text span {
    --rotate-letter: 10deg;
    min-height: 85px;
    position: absolute;
    min-width: 85px;
    top: 2px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    transform-origin: bottom center;
    transform: rotate(var(--rotate-letter));
}

.at-circle-text span.char2 {
    transform: rotate(calc(var(--rotate-letter) * 2));
}

.at-circle-text span.char3 {
    transform: rotate(calc(var(--rotate-letter) * 3));
}

.at-circle-text span.char4 {
    transform: rotate(calc(var(--rotate-letter) * 4));
}

.at-circle-text span.char5 {
    transform: rotate(calc(var(--rotate-letter) * 5));
}

.at-circle-text span.char6 {
    transform: rotate(calc(var(--rotate-letter) * 6));
}

.at-circle-text span.char7 {
    transform: rotate(calc(var(--rotate-letter) * 7));
}

.at-circle-text span.char8 {
    transform: rotate(calc(var(--rotate-letter) * 8));
}

.at-circle-text span.char9 {
    transform: rotate(calc(var(--rotate-letter) * 9));
}

.at-circle-text span.char10 {
    transform: rotate(calc(var(--rotate-letter) * 10));
}

.at-circle-text span.char11 {
    transform: rotate(calc(var(--rotate-letter) * 11));
}

.at-circle-text span.char12 {
    transform: rotate(calc(var(--rotate-letter) * 12));
}

.at-circle-text span.char13 {
    transform: rotate(calc(var(--rotate-letter) * 13));
}

.at-circle-text span.char14 {
    transform: rotate(calc(var(--rotate-letter) * 14));
}

.at-circle-text span.char15 {
    transform: rotate(calc(var(--rotate-letter) * 15));
}

.at-circle-text span.char16 {
    transform: rotate(calc(var(--rotate-letter) * 16));
}

.at-circle-text span.char17 {
    transform: rotate(calc(var(--rotate-letter) * 17));
}

.at-circle-text span.char18 {
    transform: rotate(calc(var(--rotate-letter) * 18));
}

.at-circle-text span.char19 {
    transform: rotate(calc(var(--rotate-letter) * 19));
}

.at-circle-text span.char20 {
    transform: rotate(calc(var(--rotate-letter) * 20));
}

.at-circle-text span.char21 {
    transform: rotate(calc(var(--rotate-letter) * 21));
}

.at-circle-text span.char22 {
    transform: rotate(calc(var(--rotate-letter) * 22));
}

.at-circle-text span.char23 {
    transform: rotate(calc(var(--rotate-letter) * 23));
}

.at-circle-text span.char24 {
    transform: rotate(calc(var(--rotate-letter) * 24));
}

.at-circle-text span.char25 {
    transform: rotate(calc(var(--rotate-letter) * 25));
}

.at-circle-text span.char26 {
    transform: rotate(calc(var(--rotate-letter) * 26));
}

.at-circle-text span.char27 {
    transform: rotate(calc(var(--rotate-letter) * 27));
}

.at-circle-text span.char28 {
    transform: rotate(calc(var(--rotate-letter) * 28));
}

.at-circle-text span.char29 {
    transform: rotate(calc(var(--rotate-letter) * 29));
}

.at-circle-text span.char30 {
    transform: rotate(calc(var(--rotate-letter) * 30));
}

.at-circle-text span.char31 {
    transform: rotate(calc(var(--rotate-letter) * 31));
}

.at-circle-text span.char32 {
    transform: rotate(calc(var(--rotate-letter) * 32));
}

.at-circle-text span.char33 {
    transform: rotate(calc(var(--rotate-letter) * 33));
}

.at-circle-text span.char34 {
    transform: rotate(calc(var(--rotate-letter) * 34));
}

.at-circle-text span.char35 {
    transform: rotate(calc(var(--rotate-letter) * 35));
}

.at-circle-text span.char36 {
    transform: rotate(calc(var(--rotate-letter) * 36));
}

.at-circle-text span.char37 {
    transform: rotate(calc(var(--rotate-letter) * 37));
}

.at-circle-text span.char38 {
    transform: rotate(calc(var(--rotate-letter) * 38));
}

.at-circle-text span.char39 {
    transform: rotate(calc(var(--rotate-letter) * 39));
}

.at-circle-text span.char40 {
    transform: rotate(calc(var(--rotate-letter) * 40));
}

.at-circle-text span.char41 {
    transform: rotate(calc(var(--rotate-letter) * 41));
}

.at-circle-text span.char42 {
    transform: rotate(calc(var(--rotate-letter) * 42));
}

.at-circle-text span.char43 {
    transform: rotate(calc(var(--rotate-letter) * 43));
}

.at-circle-text span.char44 {
    transform: rotate(calc(var(--rotate-letter) * 44));
}

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

.at-border-style {
    position: relative;
}

.at-border-style::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    border-radius: 50px;
    border: 2.5px dashed rgba(55, 71, 255, 0.2);
    z-index: -1;
}

/*---------------------------------
    1.1 Common Classes
---------------------------------*/

.w-100 img {
    width: 100%;
}

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

.overflow-hidden {
    overflow: hidden;
}

.clear {
    clear: both;
}

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

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

.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;
}

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

.gy-10 {
    --bs-gutter-y: 10px;
}

.gy-15 {
    --bs-gutter-y: 15px;
}

.gy-20 {
    --bs-gutter-y: 20px;
}

.gy-25 {
    --bs-gutter-y: 25px;
}

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

.gy-35 {
    --bs-gutter-y: 35px;
}

@media (max-width: 575px) {
    .gy-35 {
        --bs-gutter-y: 30px;
    }
}

.gy-40 {
    --bs-gutter-y: 40px;
}

@media (max-width: 575px) {
    .gy-40 {
        --bs-gutter-y: 30px;
    }
}

.gy-50 {
    --bs-gutter-y: 50px;
}

@media (max-width: 575px) {
    .gy-50 {
        --bs-gutter-y: 30px;
    }
}

.gy-60 {
    --bs-gutter-y: 60px;
}

@media (max-width: 575px) {
    .gy-60 {
        --bs-gutter-y: 30px;
    }
}

.gy-65 {
    --bs-gutter-y: 65px;
}

@media (max-width: 575px) {
    .gy-65 {
        --bs-gutter-y: 30px;
    }
}

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

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-static {
    position: static;
}

.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-white-color);
    font-family: var(--at-ff-body);
}

.body-overlay {
    background-color: var(--at-black-color);
    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-bold-text {
    position: relative;
    font-weight: 600;
    color: var(--at-title-color);
}

.at-line-hover,
.at-line-theme {
    position: relative;
    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(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}

.at-line-hover.theme,
.at-line-theme.theme {
    background-position: 100% 100%, 0 75%;
    background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}

.at-line-hover:hover,
.at-line-theme:hover {
    background-size: 0% 1px, 100% 1px;
}

.at-img-hover {
    position: relative;
    overflow: hidden;
}

.at-img-hover::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.at-img-hover img {
    transition: 1.3s;
}

.at-img-hover:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.at-img-hover:hover img {
    transform: scale(1.1);
}

.at-bullet-pulse {
    position: relative;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100px;
    background: var(--at-theme-color);
}

.at-bullet-pulse::before,
.at-bullet-pulse::after {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--at-theme-color);
    transform: scale(1);
    animation: pulse 2s ease-out infinite;
    opacity: 0;
}

.at-bullet-pulse::after {
    animation-delay: 1s;
}

.bg-mask {
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
}

.at-italic {
    font-style: italic;
}

.at-italic-light {
    font-style: italic;
    font-weight: 400;
}

.at-body-shape-left,
.at-body-shape-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.at-body-shape-left {
    bottom: auto;
    top: 0;
    right: auto;
    left: 0;
}

.at-box-share1 {
    font-size: 18px;
    padding: 10px 0;
    padding-left: 19px;
    color: var(--at-theme-color);
    border-left: 2px solid var(--at-border-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;
}

svg path.line-1 {
    stroke-dasharray: 2300;
    stroke-dashoffset: 3500;
    animation: dash 4s linear forwards infinite;
}

.mfp-wrap {
    transform: translateY(-65px);
    transition: all 1s ease-out;
}

.mfp-wrap.mfp-ready {
    transform: translateY(0);
}

.mfp-zoom-in .mfp-content {
    opacity: 0;
    transition: all 0.4s ease;
    transform: scale(0.5);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
    transform: scale(0.7);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

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

/*  2.1 Back to top
/*----------------------------------------*/

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(45px);
    transition: all 300ms linear;
    border: 2px solid var(--at-theme-color);
}

.scroll-top:after {
    content: "";
    font-family: var(--at-icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: var(--at-theme-color);
    left: 11px;
    top: 11px;
    height: 25px;
    width: 22px;
    cursor: pointer;
    display: block;
    z-index: 1;
    box-shadow: none;
    border-radius: 50%;
    background-image: url("../img/icon/up-arrow.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.scroll-top svg {
    color: var(--at-theme-color);
    border-radius: 50%;
    background: var(--at-white-color);
}

.scroll-top svg path {
    fill: none;
}

.scroll-top .progress-circle path {
    stroke: var(--at-theme-color);
    stroke-width: 20px;
    box-sizing: border-box;
    transition: all 400ms linear;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

/*  2.2 Buttons
/*----------------------------------------*/

.at-btn-primary-text {
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    padding: 14.5px 32.5px;
    padding-top: 20px;
    color: var(--at-white-color);
    border-radius: 500px;
    display: inline-block;
    background: var(--at-theme-color);
}

.at-btn-text-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
}

.at-btn-text-box.text-uppercase {
    text-transform: uppercase;
}

.at-btn-text-box.text-uppercase .text1 {
    top: 0;
}

.at-btn-text-box .text1 {
    position: relative;
    top: -1px;
    display: block;
    transition: 0.3s;
}

.at-btn-text-box .text2 {
    position: absolute;
    top: 100%;
    display: block;
    transition: 0.3s;
}

.at-btn-icon {
    margin-left: -5px;
    -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-icon i {
    width: 56px;
    height: 56px;
    display: inline-block;
    line-height: 62px;
    border-radius: 50%;
    text-align: center;
    color: var(--at-white-color);
    background: var(--at-theme-color);
}

.at-btn-icon i span {
    position: relative;
    font-size: 24px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: inline-flex;
}

.at-btn-icon i span svg {
    position: absolute;
    bottom: -1px;
    left: 1px;
    transform: translateY(-2px);
    transition: all 0.2s ease-out;
}

.at-btn-icon i span svg:last-child {
    left: -22px;
    bottom: -22px;
    transform: translate(0, 0);
}

.at-btn-icon.icon-left {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    display: none;
}

.at-btn-icon.style-2 {
    margin-left: 0;
}

.at-btn-icon.style-2 i {
    font-size: 12px;
    width: auto;
    height: auto;
    line-height: 1;
    display: inline-block;
    text-align: center;
    color: var(--at-theme-color);
    background: none;
}

.at-btn-icon.style-2 i span {
    position: relative;
    font-size: 24px;
    width: 13px;
    height: 13px;
    overflow: hidden;
    display: inline-flex;
}

.at-btn-icon.style-2 i span svg {
    position: absolute;
    bottom: -1px;
    left: 1px;
    transform: translateY(-2px);
    transition: all 0.2s ease-out;
}

.at-btn-icon.style-2 i span svg:last-child {
    left: -22px;
    bottom: -22px;
    transform: translate(0, 0);
}

.at-btn-icon.style-2:hover {
    color: var(--at-white-color);
}

.at-btn-icon.style-2:hover i svg:first-child {
    opacity: 0;
    transform: translate(20px, -20px);
}

.at-btn-icon.style-2:hover i svg:last-child {
    transform: translate(23px, -23px);
}

.at-btn-box-primary:hover {
    color: var(--at-white-color);
}

.at-btn-box-primary:hover .at-btn-text-box .text1 {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

.at-btn-box-primary:hover .at-btn-text-box .text2 {
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.at-btn-box-primary:hover i svg:first-child {
    opacity: 0;
    transform: translate(20px, -20px);
}

.at-btn-box-primary:hover i svg:last-child {
    transform: translate(23px, -23px);
}

.at-btn-box-primary.style-2 .at-btn-text-box {
    color: var(--at-theme-color);
}

.at-btn-box-primary.style-2:hover {
    color: var(--at-white-color);
}

.at-btn-box-primary.style-2:hover i svg:first-child {
    opacity: 0;
    transform: translate(20px, -20px);
}

.at-btn-box-primary.style-2:hover i svg:last-child {
    transform: translate(23px, -23px);
}

.at-btn-box-primary.style-3 .at-btn-primary-text {
    padding: 0;
    color: var(--at-title-color);
    background: none;
    border-radius: 0;
    text-transform: uppercase;
}

.at-btn-box-primary.style-3 .at-btn-icon {
    -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-box-primary.style-3 .at-btn-icon i {
    position: relative;
    width: 44px;
    height: 44px;
    display: inline-block;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: var(--at-white-color);
    background: var(--at-theme-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-btn-box-primary.style-3 .at-btn-icon i::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    border: dashed 2px var(--at-theme-color2);
    border-radius: 100%;
    transform: scale(1.03);
}

.at-btn-box-primary.style-3 .at-btn-icon i span {
    position: relative;
    font-size: 24px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: inline-flex;
}

.at-btn-box-primary.style-3 .at-btn-icon i span svg {
    position: absolute;
    bottom: -1px;
    left: 1px;
    transform: translateY(-2px);
    transition: all 0.2s ease-out;
}

.at-btn-box-primary.style-3 .at-btn-icon i span svg:last-child {
    left: -22px;
    bottom: 1px;
    transform: translate(0, 0);
}

.at-btn-box-primary.style-3 .at-btn-icon.black-arrow i {
    color: var(--at-white-color);
    background: var(--at-title-color);
}

.at-btn-box-primary.style-3 .at-btn-icon.black-arrow i::after {
    border: dashed 2px var(--at-white-color);
}

.at-btn-box-primary.style-3 .at-btn-icon.blue-arrow i {
    color: var(--at-white-color);
    background: var(--at-theme-color);
}

.at-btn-box-primary.style-3 .at-btn-icon.blue-arrow i::after {
    border: dashed 2px var(--at-white-color);
}

.at-btn-box-primary.style-3 .at-btn-icon.yellow-arrow i {
    color: var(--at-title-color);
    background: var(--at-theme-color2);
}

.at-btn-box-primary.style-3 .at-btn-icon.yellow-arrow i::after {
    border: dashed 1.9px var(--at-theme-color);
}

.at-btn-box-primary.style-3:hover {
    color: var(--at-white-color);
}

.at-btn-box-primary.style-3:hover .at-btn-icon i svg:first-child {
    opacity: 0;
    transform: translate(20px, 0);
}

.at-btn-box-primary.style-3:hover .at-btn-icon i svg:last-child {
    transform: translate(23px, 0);
}

.at-btn-box-primary.style-3:hover .at-btn-icon i::after {
    animation: animation-star 4s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.at-btn-arrow {
    -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-arrow i {
    position: relative;
    color: var(--at-theme-color);
}

.at-btn-arrow i span {
    position: relative;
    font-size: 24px;
    width: 35px;
    height: 35px;
    overflow: hidden;
    display: inline-flex;
}

.at-btn-arrow i span svg {
    position: absolute;
    bottom: -1px;
    left: 1px;
    transform: translateY(-2px);
    transition: all 0.2s ease-out;
}

.at-btn-arrow i span svg:last-child {
    left: -22px;
    bottom: 1px;
    transform: translate(46px, 0);
}

.at-btn-arrow:hover {
    color: var(--at-white-color);
}

.at-btn-arrow:hover i svg:first-child {
    opacity: 0;
    transform: translate(-20px, 0);
}

.at-btn-arrow:hover i svg:last-child {
    transform: translate(24px, 0);
}

.at-btn-arrow:hover i::after {
    animation: animation-star 4s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.at-btn-arrow.right-icon i {
    color: var(--at-theme-color);
}

.at-btn-arrow.right-icon i::after {
    border: dashed 2px var(--at-theme-color);
}

.at-btn-arrow.right-icon i span svg {
    position: absolute;
    bottom: -1px;
    left: 1px;
    transform: translateY(-2px);
    transition: all 0.2s ease-out;
}

.at-btn-arrow.right-icon i span svg:last-child {
    left: -32px;
    bottom: 1px;
    transform: translate(0, 0);
}

.at-btn-arrow.right-icon:hover {
    color: var(--at-white-color);
}

.at-btn-arrow.right-icon:hover i svg:first-child {
    opacity: 0;
    transform: translate(20px, 0);
}

.at-btn-arrow.right-icon:hover i svg:last-child {
    transform: translate(35px, 0);
}

.at-btn-arrow.black-arrow i {
    color: var(--at-white-color);
    background: var(--at-title-color);
}

.at-btn-arrow.black-arrow i::after {
    border: dashed 2px var(--at-white-color);
}

.at-btn-arrow.blue-arrow i {
    color: var(--at-white-color);
    background: var(--at-theme-color);
}

.at-btn-arrow.blue-arrow i::after {
    border: dashed 2px var(--at-white-color);
}

.at-btn-arrow.yello-icon i {
    background: var(--at-theme-color2);
}

.at-btn-arrow.yello-icon i::after {
    border: dashed 2.5px var(--at-theme-color);
}

.at-setting-icon {
    position: relative;
    margin-right: 10px;
    padding-right: 14px;
    overflow: hidden;
}

.at-setting-icon i img {
    margin-top: -5px;
}

.at-setting-icon::before,
.at-setting-icon::after {
    position: absolute;
    width: 3.5px;
    height: 18px;
    top: 0;
    right: 0;
    content: "";
    background: var(--at-border-color);
    overflow: hidden;
}

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

/*  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);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.4;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}

@keyframes moving {
    0% {
        transform: translatey(0px);
    }
    20% {
        transform: translateX(-50px);
    }
    50% {
        transform: translatey(-40px);
    }
    100% {
        transform: translatey(0px);
    }
}

.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;
    }
}

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

@keyframes img-anim-bottom {
    0% {
        transform: translateY(5%);
        /* নিচ থেকে ওপরে আসবে */
        clip-path: inset(100% 0 0 0);
        /* নিচ দিক থেকে reveal হবে */
        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);
    }
}

@keyframes jumpTwoReverse {
    0% {
        transform: translate3d(0, 0, 0);
    }
    40% {
        transform: translate3d(0, -20px, 0);
        /* উপরে উঠবে */
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jumpLR {
    0% {
        transform: translateX(0) scale(1);
    }
    25% {
        transform: translateX(20px) scale(1.1);
    }
    50% {
        transform: translateX(0) scale(1);
    }
    75% {
        transform: translateX(-20px) scale(1.1);
    }
    100% {
        transform: translateX(0) scale(1);
    }
}

@keyframes sparkleAnim {
    0%,
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: scale(1.3) rotate(10deg);
        opacity: 0.8;
    }
}

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

@keyframes dash {
    to {
        stroke-dashoffset: 0px;
        stroke-dasharray: 3000;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes at-footerLine {
    0% {
        left: 71px;
    }
    50% {
        left: 0;
    }
    100% {
        left: 71px;
    }
}

@keyframes updown {
    0% {
        top: 0%;
    }
    50% {
        top: 95%;
    }
    100% {
        top: 0%;
    }
}

@keyframes leftRight {
    0% {
        left: 0%;
    }
    50% {
        left: 95%;
    }
    100% {
        left: 0%;
    }
}

@keyframes atleftRight {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes rotateRing {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 5px #00f2ff;
    }
    50% {
        box-shadow: 0 0 20px #00f2ff;
    }
    100% {
        box-shadow: 0 0 5px #00f2ff;
    }
}

@keyframes floatUpDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.at-fadein,
.at-scalein,
.at-slidetopleft,
.at-slidebottomright,
.at-slideinleft,
.at-slideinright,
.at-slideindown,
.at-slideinup,
.at-rollinleft,
.at-rollinright {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 1.3s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.swiper-slide-active .at-fadein {
    --animation-name: fadein;
}

.swiper-slide-active .at-scalein {
    --animation-name: scalein;
}

.swiper-slide-active .at-slidetopleft {
    --animation-name: slidetopleft;
}

.swiper-slide-active .at-slidebottomright {
    --animation-name: slidebottomright;
}

.swiper-slide-active .at-slideinleft {
    --animation-name: slideinleft;
}

.swiper-slide-active .at-slideinright {
    --animation-name: slideinright;
}

.swiper-slide-active .at-slideinup {
    --animation-name: slideinup;
}

.swiper-slide-active .at-slideindown {
    --animation-name: slideindown;
}

.swiper-slide-active .at-rollinleft {
    --animation-name: rollinleft;
}

.swiper-slide-active .at-rollinright {
    --animation-name: rollinright;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(180px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        transform: translateX(120px) translateY(120px);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}

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

/*  2.13 Scrollcue
/*----------------------------------------*/

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

 scrollCue.js - ver.2.0.0
 URL : https://prjct-samwest.github.io/scrollCue/

 created by SamWest.
 Copyright (c) 2020 SamWest.
 This plugin is released under the MIT License.

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

/**  ---------------
     fadeIn
*/

[data-cue=fadeIn],
[data-cues=fadeIn]>* {
    opacity: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/**  ---------------
     slideInLeft
*/

[data-cue=slideInLeft],
[data-cues=slideInLeft]>* {
    opacity: 0;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/**  ---------------
     slideInRight
*/

[data-cue=slideInRight],
[data-cues=slideInRight]>* {
    opacity: 0;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/**  ---------------
     slideInDown
*/

[data-cue=slideInDown],
[data-cues=slideInDown]>* {
    opacity: 0;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/**  ---------------
     slideInUp
*/

[data-cue=slideInUp],
[data-cues=slideInUp]>* {
    opacity: 0;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/**  ---------------
     zoomIn
*/

[data-cue=zoomIn],
[data-cues=zoomIn]>* {
    opacity: 0;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/**  ---------------
     zoomOut
*/

[data-cue=zoomOut],
[data-cues=zoomOut]>* {
    opacity: 0;
}

@keyframes zoomOut {
    from {
        opacity: 0;
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/**  ---------------
     rotateIn
*/

[data-cue=rotateIn],
[data-cues=rotateIn]>* {
    opacity: 0;
}

@keyframes rotateIn {
    from {
        opacity: 0;
        transform: rotateZ(-15deg);
    }
    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

/**  ---------------
     bounceIn
*/

[data-cue=bounceIn],
[data-cues=bounceIn]>* {
    opacity: 0;
}

@keyframes bounceIn {
    0% {
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

/**  ---------------
     bounceInLeft
*/

[data-cue=bounceInLeft],
[data-cues=bounceInLeft]>* {
    opacity: 0;
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/**  ---------------
     bounceInRight
*/

[data-cue=bounceInRight],
[data-cues=bounceInRight]>* {
    opacity: 0;
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/**  ---------------
     bounceInDown
*/

[data-cue=bounceInDown],
[data-cues=bounceInDown]>* {
    opacity: 0;
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/**  ---------------
     bounceInUp
*/

[data-cue=bounceInUp],
[data-cues=bounceInUp]>* {
    opacity: 0;
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/**  ---------------
     flipInX
*/

[data-cue=flipInX],
[data-cues=flipInX]>* {
    opacity: 0;
    backface-visibility: visible;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        opacity: 1;
        transform: perspective(400px);
    }
}

/**  ---------------
     flipInY
*/

[data-cue=flipInY],
[data-cues=flipInY]>* {
    opacity: 0;
    backface-visibility: visible;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        opacity: 1;
        transform: perspective(400px);
    }
}

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

/*  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: var(--at-title-color2);
}

#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: of-rotate 5s linear infinite;
    -moz-animation: of-rotate 5s linear infinite;
    -ms-animation: of-rotate 5s linear infinite;
    -o-animation: of-rotate 5s linear infinite;
    animation: of-rotate 5s linear infinite;
}

.at-preloader-circle svg circle:last-child {
    stroke: var(--at-theme-color);
    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 of-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 of-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 of-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 of-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;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--at-white-color);
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

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

/*  2.14 Search
/*----------------------------------------*/

.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--at-theme-color);
    background-color: transparent;
    font-size: 22px;
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
    color: var(--at-theme-color);
}

.popup-search-box button.searchClose:hover {
    color: var(--at-body-color);
    background-color: #fff;
    border-color: transparent;
    border-color: transparent;
    transform: rotate(90deg);
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    transform: translate(-50%, -50%) scale(0);
    transition: transform ease 0.4s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px;
    }
}

.popup-search-box form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--at-theme-color);
    background-color: transparent;
    padding-left: 30px;
    padding-right: 80px;
    color: #fff;
    border-radius: 50px;
}

.popup-search-box form input::placeholder {
    color: #fff;
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    right: 12px;
    color: var(--at-white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all ease 0.4s;
    transform: scale(1.001);
}

.popup-search-box form button:hover {
    transform: scale(1.1);
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    transition: all ease 0.4s;
    border-radius: 0;
}

.popup-search-box.show form {
    transition-delay: 0.5s;
    transform: translate(-50%, -50%) scale(1);
}

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

/*  2.5 Background
/*----------------------------------------*/

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

.theme-bg2 {
    background-color: var(--at-theme-color2);
}

.smock-bg {
    background-color: var(--at-smoke-color);
}

.smock-bg2 {
    background-color: var(--at-smoke-color2);
}

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

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

.black-bg2 {
    background-color: var(--at-black-color2);
}

.black-bg3 {
    background-color: var(--at-title-color);
}

.black-bg4 {
    background-color: var(--at-black-color3);
}

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

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

/*  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-color);
}

.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-black-color);
    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: var(--at-white-color);
    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: 15px 30px;
    background-color: var(--at-theme-color);
}

.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-color);
    border: 1px solid var(--at-theme-color);
    background-color: var(--at-white-color);
    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-white-color);
    background: var(--at-theme-color);
    border: 1px solid var(--at-theme-color);
}

@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-black-color);
    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-white-color);
    background: var(--at-black-color);
    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-color);
}

.at-offcanvas-info-text span:last-child {
    font-size: 18px;
    color: var(--at-black-color);
    text-transform: lowercase;
}

.at-offcanvas-info-text.of-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;
    object-fit: cover;
    border-radius: 3px;
}

.at-offcanvas-social a {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    color: var(--at-title-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-color);
}

.at-offcanvas-social a:hover span {
    color: var(--at-theme-color);
}

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

/*  2.11 Tab
/*----------------------------------------*/

.at-tab-box-1 .of-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 .of-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 .of-product-item.r-spac {
        margin-bottom: 0;
    }
}

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

/*  2.9 Breadcrumb
/*----------------------------------------*/

.at-breadcrumb-title {
    font-size: 64px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    margin-bottom: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .at-breadcrumb-title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .at-breadcrumb-title {
        font-size: 40px;
    }
}

.at-breadcrumb-title>span {
    display: block;
    color: var(--at-theme-color);
}

.at-breadcrumb-list span {
    font-size: 18px;
    font-weight: 900;
    color: var(--at-white-color);
    text-transform: uppercase;
}

.at-breadcrumb-style {
    padding-top: 263px;
    padding-bottom: 130px;
}

@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-breadcrumb-style {
        padding-top: 180px;
        padding-bottom: 80px;
    }
}

.at-breadcrumb-jupiter {
    position: absolute;
    bottom: 25%;
    left: 6%;
    transform: translateY(-50%);
    animation: jumpTwo 2s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-breadcrumb-jupiter {
        left: 0;
    }
}

.at-breadcrumb-ring {
    position: absolute;
    bottom: 25%;
    right: 6%;
    transform: translateY(-50%);
    animation: jumpTwo 2.9s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-breadcrumb-ring {
        right: 15px;
    }
}

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

/*  2.10 Accordion
/*----------------------------------------*/

.at-faq-accordion .accordion-item {
    position: relative;
    border: 2px dashed var(--at-border-color);
    border-radius: 8px;
    overflow: hidden;
    background: var(--at-smoke-color);
}

.at-faq-accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.at-faq-accordion .accordion-item::before {
    position: absolute;
    width: 48px;
    height: 0;
    top: 8px;
    bottom: 8px;
    left: 8px;
    opacity: 0;
    visibility: hidden;
    content: "";
    background: var(--at-theme-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;
    border-radius: 12px;
}

@media (max-width: 575px) {
    .at-faq-accordion .accordion-item::before {
        width: 40px;
    }
}

.at-faq-accordion .accordion-item::after {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 56px;
    content: "";
    background: var(--at-border-color);
}

@media (max-width: 575px) {
    .at-faq-accordion .accordion-item::after {
        left: 45px;
    }
}

.at-faq-accordion .accordion-item.active {
    border: 2px dashed var(--at-theme-color);
}

.at-faq-accordion .accordion-item.active::before {
    height: 90%;
    opacity: 1;
    visibility: visible;
}

.at-faq-accordion .accordion-item.active::after {
    opacity: 0;
    visibility: hidden;
}

.at-faq-accordion .accordion-header {
    margin: 0;
}

.at-faq-accordion .accordion-button {
    background: transparent;
    box-shadow: none;
    font-size: 20px;
    font-weight: 900;
    padding: 18px 20px 18px 80px;
    position: relative;
    color: var(--at-title-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;
}

@media (max-width: 575px) {
    .at-faq-accordion .accordion-button {
        font-size: 18px;
        padding: 18px 12px 18px 65px;
    }
}

.at-faq-accordion .accordion-button::after {
    display: none;
}

.at-faq-accordion .accordion-button .accordion-icon {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: all 0.3s ease;
}

@media (max-width: 575px) {
    .at-faq-accordion .accordion-button .accordion-icon {
        left: 22px;
    }
}

.at-faq-accordion .accordion-button .accordion-icon::before,
.at-faq-accordion .accordion-button .accordion-icon::after {
    content: "";
    position: absolute;
    background: var(--at-title-color);
    transition: 0.3s ease;
    border-radius: 30px;
}

.at-faq-accordion .accordion-button .accordion-icon::before {
    width: 3px;
    height: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.at-faq-accordion .accordion-button .accordion-icon::after {
    width: 16px;
    height: 3px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.at-faq-accordion .accordion-button:not(.collapsed) {
    padding: 35px 30px 0 80px;
}

@media (max-width: 575px) {
    .at-faq-accordion .accordion-button:not(.collapsed) {
        padding: 20px 12px 0 65px;
    }
}

.at-faq-accordion .accordion-button:not(.collapsed) .accordion-icon::before {
    background: var(--at-white-color);
    transform: translate(-50%, -50%) rotate(90deg);
}

.at-faq-accordion .accordion-button:not(.collapsed) .accordion-icon::after {
    background: var(--at-white-color);
}

.at-faq-accordion .accordion-body {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 100px 30px 80px;
    color: var(--at-body-color);
}

@media (max-width: 575px) {
    .at-faq-accordion .accordion-body {
        padding: 15px 12px 20px 65px;
    }
}

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

/*  2.12 Section Title
/*----------------------------------------*/

.at-sec-title {
    font-weight: 900;
    font-size: 48px;
    text-transform: capitalize;
    color: var(--at-title-color);
    margin-bottom: -0.26em;
    letter-spacing: 1.7px;
}

@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) {
    .at-sec-title {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .at-sec-title {
        font-size: 24px;
    }
}

@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-sec-title br {
        display: none;
    }
}

.at-sec-subtitle {
    position: relative;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    color: var(--at-theme-color);
}

.at-sec-subtitle::before {
    position: absolute;
    width: 33px;
    height: 2px;
    left: -43px;
    top: 6px;
    content: "";
    background: var(--at-theme-color);
}

.at-sec-subtitle::after {
    position: absolute;
    width: 24px;
    height: 2px;
    left: -34px;
    top: 14px;
    content: "";
    background: var(--at-theme-color);
}

.at-sec-subtitle.theme-style2 {
    color: var(--at-theme-color2);
}

.at-sec-subtitle.theme-style2::after,
.at-sec-subtitle.theme-style2::before {
    background: var(--at-theme-color2);
}

.at-sec-subtitle.theme-style2 .subtitle-right-shape {
    color: var(--at-theme-color2);
}

.at-sec-subtitle.theme-style2 .subtitle-right-shape::after,
.at-sec-subtitle.theme-style2 .subtitle-right-shape::before {
    background: var(--at-theme-color2);
}

.at-sec-subtitle .subtitle-right-shape {
    position: absolute;
    right: 0;
}

.at-sec-subtitle .subtitle-right-shape::before {
    position: absolute;
    width: 33px;
    height: 2px;
    right: -41px;
    top: 6px;
    content: "";
    background: var(--at-theme-color);
}

.at-sec-subtitle .subtitle-right-shape::after {
    position: absolute;
    width: 24px;
    height: 2px;
    right: -32px;
    top: 14px;
    content: "";
    background: var(--at-theme-color);
}

.at-sec-subtitle .subtitle-right-shape.theme-style1 {
    color: var(--at-theme-color);
}

.at-sec-subtitle .subtitle-right-shape.theme-style1::after,
.at-sec-subtitle .subtitle-right-shape.theme-style1::before {
    background: var(--at-theme-color);
}

.at-sec-subtitle .subtitle-right-shape.white-style {
    color: var(--at-white-color);
}

.at-sec-subtitle .subtitle-right-shape.white-style::after,
.at-sec-subtitle .subtitle-right-shape.white-style::before {
    background: var(--at-white-color);
}

.at-sec-subtitle .subtitle-right-shape.black-style {
    color: var(--at-title-color);
}

.at-sec-subtitle .subtitle-right-shape.black-style::after,
.at-sec-subtitle .subtitle-right-shape.black-style::before {
    background: var(--at-title-color);
}

.at-sec-subtitle.theme-style1 {
    color: var(--at-theme-color);
}

.at-sec-subtitle.theme-style1::after,
.at-sec-subtitle.theme-style1::before {
    background: var(--at-theme-color);
}

.at-sec-subtitle.theme-style2 {
    color: var(--at-theme-color2);
}

.at-sec-subtitle.theme-style2::after,
.at-sec-subtitle.theme-style2::before {
    background: var(--at-theme-color2);
}

.at-sec-subtitle.white-style {
    color: var(--at-white-color);
}

.at-sec-subtitle.white-style::after,
.at-sec-subtitle.white-style::before {
    background: var(--at-white-color);
}

.at-sec-subtitle.black-style {
    color: var(--at-title-color);
}

.at-sec-subtitle.black-style::after,
.at-sec-subtitle.black-style::before {
    background: var(--at-title-color);
}

.at-sec-subtitle.style-2::after,
.at-sec-subtitle.style-2::before {
    background: none;
}

.at-sec-subtitle.at-anime-text-2 {
    text-transform: capitalize;
}

.at-sec-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    color: #727272;
    display: block;
    text-transform: capitalize;
}

.at-sec-text2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: var(--at-body-color);
    display: block;
    text-transform: capitalize;
}

.at-box-title {
    font-weight: 900;
    font-size: 24px;
    line-height: 1.4;
    display: inline-block;
    text-transform: capitalize;
    color: var(--at-title-color);
}

@media (max-width: 575px) {
    .at-box-title {
        font-size: 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-title-area {
        margin-bottom: 30px;
    }
}

.at-title-user img {
    margin-top: -7px;
}

.at-minus-space {
    margin-top: -0.5em;
}

.at-theme-text2 {
    color: var(--at-theme-color2);
}

.trans-inh {
    text-transform: inherit;
}

.at-anime-text-2,
.at-anime-text-3 {
    text-transform: inherit;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.fw-8 {
    font-weight: 800;
}

.fw-9 {
    font-weight: 900;
}

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

/*  2.7 Pagination
/*----------------------------------------*/

.at-pagination-btn-icon {
    -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-btn-icon i {
    position: relative;
    width: 56px;
    height: 56px;
    display: inline-block;
    line-height: 62px;
    border-radius: 50%;
    text-align: center;
    color: var(--at-white-color);
    background: var(--at-theme-color);
}

.at-pagination-btn-icon i::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    border: dashed 1.8px var(--at-theme-color2);
    border-radius: 100%;
    transform: scale(1.01);
    -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-btn-icon i span {
    position: relative;
    font-size: 24px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: inline-flex;
}

.at-pagination-btn-icon i span svg {
    position: absolute;
    bottom: -1px;
    left: 1px;
    transform: translateY(-2px);
    transition: all 0.2s ease-out;
}

.at-pagination-btn-icon i span svg:last-child {
    left: -22px;
    bottom: 1px;
    transform: translate(46px, 0);
}

.at-pagination-btn-icon:hover {
    color: var(--at-white-color);
}

.at-pagination-btn-icon:hover i svg:first-child {
    opacity: 0;
    transform: translate(-20px, 0);
}

.at-pagination-btn-icon:hover i svg:last-child {
    transform: translate(24px, 0);
}

.at-pagination-btn-icon:hover i::after {
    animation: animation-star 4s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.at-pagination-btn-icon.right-icon i {
    color: var(--at-white-color);
    background: var(--at-title-color);
}

.at-pagination-btn-icon.right-icon i::after {
    border-color: var(--at-theme-color);
}

.at-pagination-btn-icon.right-icon i span svg {
    position: absolute;
    bottom: -1px;
    left: 1px;
    transform: translateY(-2px);
    transition: all 0.2s ease-out;
}

.at-pagination-btn-icon.right-icon i span svg:last-child {
    left: -22px;
    bottom: 1px;
    transform: translate(0, 0);
}

.at-pagination-btn-icon.right-icon:hover {
    color: var(--at-white-color);
}

.at-pagination-btn-icon.right-icon:hover i svg:first-child {
    opacity: 0;
    transform: translate(20px, 0);
}

.at-pagination-btn-icon.right-icon:hover i svg:last-child {
    transform: translate(23px, 0);
}

.at-pagination-btn-icon.black-arrow i {
    color: var(--at-white-color);
    background: var(--at-title-color);
}

.at-pagination-btn-icon.black-arrow i::after {
    border-color: var(--at-white-color);
}

.at-pagination-btn-icon.blue-arrow i {
    color: var(--at-white-color);
    background: var(--at-theme-color);
}

.at-pagination-btn-icon.blue-arrow i::after {
    border-color: var(--at-white-color);
}

.at-pagination-btn-icon.yello-icon i {
    background: var(--at-theme-color2);
}

.at-pagination-btn-icon.yello-icon i::after {
    border-color: var(--at-theme-color);
}

.at-pagination-dot-style .swiper-pagination-bullet {
    position: relative;
    width: 13px;
    height: 13px;
    line-height: 13px;
    opacity: 1;
    background: var(--at-theme-color);
    border-radius: 100px;
    margin: 0 8px !important;
}

.at-pagination-dot-style .swiper-pagination-bullet::before {
    position: absolute;
    width: 27px;
    height: 27px;
    left: -7px;
    top: -7px;
    line-height: 27px;
    border-radius: 100px;
    content: "";
    border: 2px solid var(--at-theme-color);
    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-pagination-dot-style .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    transform: scale(1);
}

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

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

/* HEADER CSS */

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

/*  3.1 Header Style 1
/*----------------------------------------*/

.at-header-layout1 {
    padding-top: 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-header-layout1 {
        padding-top: 10px;
    }
}

.at-header-layout1.header-sticky {
    padding-bottom: 5px;
}

@media (max-width: 575px) {
    .at-header-layout1.header-sticky {
        padding: 5px 0;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .at-header-layout1 .at-btn-primary-text {
        padding: 17.5px 30.5px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-header-layout1 .at-btn-primary-text {
        padding: 17.5px 30.5px;
    }
}

.at-header-right-bars {
    width: 56px;
    height: 56px;
    font-size: 20px;
    line-height: 56px;
    color: var(--at-white-color);
    background: var(--at-theme-color);
    border-radius: 100px;
}

.at-header-breadcrumb {
    padding: 25px 170px;
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .at-header-breadcrumb {
        padding: 25px 140px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .at-header-breadcrumb {
        padding: 25px 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-header-breadcrumb {
        padding: 25px 15px;
    }
}

@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-header-breadcrumb {
        padding: 15px;
    }
}

.at-header-breadcrumb .at-main-menu>nav>ul>li>a {
    color: var(--at-white-color);
}

.at-header-breadcrumb .at-main-menu>nav>ul>li.has-dropdown::after {
    rotate: -180deg;
    color: var(--at-white-color);
}

.at-header-breadcrumb .at-header-search .at-search-icon {
    color: var(--at-white-color);
}

.at-header-breadcrumb .at-header-search .at-search-icon img {
    filter: brightness(5) contrast(1);
}

.at-header-breadcrumb .at-header-search .at-search-icon::after {
    border: dashed 2px var(--at-white-color);
}

.at-header-breadcrumb .at-main-logo-2 {
    display: none;
}

.at-header-breadcrumb.header-sticky .at-main-logo-2 {
    display: block;
}

.at-header-breadcrumb.header-sticky .at-main-logo {
    display: none;
}

.at-header-breadcrumb.header-sticky .at-main-menu>nav>ul>li>a {
    color: var(--at-title-color);
}

.at-header-breadcrumb.header-sticky .at-main-menu>nav>ul>li.has-dropdown::after {
    rotate: -180deg;
    color: var(--at-title-color);
}

.at-header-breadcrumb.header-sticky .at-header-search .at-search-icon {
    color: var(--at-title-color);
}

.at-header-breadcrumb.header-sticky .at-header-search .at-search-icon img {
    filter: brightness(1) contrast(1);
}

.at-header-breadcrumb.header-sticky .at-header-search .at-search-icon::after {
    border: dashed 2px var(--at-theme-color);
}

.at-header-breadcrumb.header-sticky {
    padding: 15px 170px;
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .at-header-breadcrumb.header-sticky.at-header-breadcrumb {
        padding: 15px 140px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .at-header-breadcrumb.header-sticky.at-header-breadcrumb {
        padding: 15px 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-header-breadcrumb.header-sticky.at-header-breadcrumb {
        padding: 15px 15px;
    }
}

@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-header-breadcrumb.header-sticky.at-header-breadcrumb {
        padding: 15px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .at-header-breadcrumb .at-btn-primary-text {
        padding: 17.5px 30.5px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-header-breadcrumb .at-btn-primary-text {
        padding: 17.5px 30.5px;
    }
}

.at-header-search {
    line-height: 1;
}

.at-header-search .at-search-icon {
    position: relative;
    width: 56px;
    height: 56px;
    line-height: 53px;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    background: rgba(55, 71, 255, 0.1);
}

.at-header-search .at-search-icon::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    border: dashed 2px var(--at-theme-color);
    border-radius: 100%;
}

.at-header-search .at-search-icon:hover::after {
    animation: animation-star 4s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.at-header-transparent {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}

.at-header-right .at-btn-icon {
    margin-left: 0;
}

.at-border-style2 {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.at-border-style2::before,
.at-border-style2::after {
    position: absolute;
    top: 0;
    left: 24%;
    width: 1px;
    height: 125px;
    content: "";
    background: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .at-border-style2::before,
    .at-border-style2::after {
        left: 27%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .at-border-style2::before,
    .at-border-style2::after {
        left: 26%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-border-style2::before,
    .at-border-style2::after {
        left: 30%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-border-style2::before,
    .at-border-style2::after {
        height: 106px;
    }
}

@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-border-style2::before,
    .at-border-style2::after {
        display: none;
    }
}

.at-border-style2::after {
    left: auto;
    right: 28.1%;
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .at-border-style2::after {
        right: 30%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-border-style2::after {
        right: 26.1%;
    }
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .at-border-style2::after {
        right: 31%;
    }
}

@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-border-style2::after {
        display: none;
    }
}

.at-h-line {
    position: relative;
    width: 1px;
    height: 39px;
    background: rgba(154, 150, 150, 0.7);
}

.at-h-line::before {
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    content: "";
    background: rgba(154, 150, 150, 0.7);
}

.header-transparent {
    position: absolute;
    width: 100%;
    z-index: 99;
}

.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-white-color);
    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;
    }
}

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

/*  3.2 Header Style 2
/*----------------------------------------*/

.at-header-layout2 .at-btn-primary-text {
    font-weight: 700;
    padding: 17.5px 25.2px;
}

.at-header-layout2 .at-main-menu>nav>ul>li:not(:last-child) {
    margin-right: 18px;
    padding-right: 18px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .at-header-layout2 .at-main-menu>nav>ul>li:not(:last-child) {
        margin-right: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-header-layout2 .at-main-menu>nav>ul>li:not(:last-child) {
        margin-right: 9px;
        padding-right: 9px;
    }
}

.at-header-layout2 .at-main-menu>nav>ul>li.has-dropdown::after {
    top: 45px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-header-layout2 .at-main-menu>nav>ul>li.has-dropdown::after {
        right: 0;
    }
}

.at-header-layout2 .at-main-menu>nav>ul>li a {
    padding: 45px 0;
}

.at-header-layout2 .at-header-right-bars {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--at-theme-color);
    color: #fff;
    border-radius: 100px;
}

.at-header-layout2 .at-header-bottom {
    background: var(--at-white-color);
}

@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-header-layout2 .at-header-bottom {
        padding: 10px 0;
    }
}

.at-header-layout2 .at-header-bottom::before,
.at-header-layout2 .at-header-bottom::after {
    position: absolute;
    width: 664px;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: var(--at-theme-color);
    clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
    z-index: 2;
}

@media only screen and (min-width: 2400px) and (max-width: 3200px) {
    .at-header-layout2 .at-header-bottom::before,
    .at-header-layout2 .at-header-bottom::after {
        width: 950px;
    }
}

@media only screen and (min-width: 2200px) and (max-width: 2399px) {
    .at-header-layout2 .at-header-bottom::before,
    .at-header-layout2 .at-header-bottom::after {
        width: 860px;
    }
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .at-header-layout2 .at-header-bottom::before,
    .at-header-layout2 .at-header-bottom::after {
        width: 545px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .at-header-layout2 .at-header-bottom::before,
    .at-header-layout2 .at-header-bottom::after {
        width: 426px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .at-header-layout2 .at-header-bottom::before,
    .at-header-layout2 .at-header-bottom::after {
        width: 360px;
    }
}

@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) {
    .at-header-layout2 .at-header-bottom::before,
    .at-header-layout2 .at-header-bottom::after {
        width: 320px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-header-layout2 .at-header-bottom::before,
    .at-header-layout2 .at-header-bottom::after {
        width: 275px;
    }
}

@media (max-width: 575px) {
    .at-header-layout2 .at-header-bottom::before,
    .at-header-layout2 .at-header-bottom::after {
        width: 250px;
    }
}

.at-header-layout2 .at-header-bottom::after {
    width: 680px;
    z-index: 1;
    background: var(--at-theme-color2);
    clip-path: polygon(0 0, 86% 0, 97.7% 100%, 0% 100%);
}

@media only screen and (min-width: 2400px) and (max-width: 3200px) {
    .at-header-layout2 .at-header-bottom::after {
        width: 975px;
    }
}

@media only screen and (min-width: 2200px) and (max-width: 2399px) {
    .at-header-layout2 .at-header-bottom::after {
        width: 883px;
    }
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .at-header-layout2 .at-header-bottom::after {
        width: 560px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .at-header-layout2 .at-header-bottom::after {
        width: 440px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .at-header-layout2 .at-header-bottom::after {
        width: 370px;
    }
}

@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) {
    .at-header-layout2 .at-header-bottom::after {
        width: 329px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-header-layout2 .at-header-bottom::after {
        width: 283px;
    }
}

@media (max-width: 575px) {
    .at-header-layout2 .at-header-bottom::after {
        width: 257px;
    }
}

.at-header-layout2 .at-header-bottom.header-sticky {
    padding: 0;
}

.at-header-layout2 .at-header-bottom.header-sticky .at-main-menu>nav>ul>li.has-dropdown::after {
    top: 30px;
}

.at-header-layout2 .at-header-bottom.header-sticky .at-main-menu>nav>ul>li a {
    padding: 30px 0;
}

.at-header-layout2 .at-header-bottom.header-sticky .at-main-menu>nav>ul>li>.at-submenu>li>a {
    padding: 0;
}

.at-header-layout2 .at-header-bottom.header-sticky .at-main-menu>nav>ul>li>.at-submenu>li>a:hover {
    padding-left: 30px;
}

.at-header-layout2 .at-search-icon {
    width: auto;
    height: auto;
    background: none;
}

.at-header-layout2 .at-search-icon::after {
    display: none;
}

.at-header-right-btn {
    height: 100px;
    padding-left: 54px;
    margin-left: 54px;
}

.at-header-right-btn::after {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #a2cd00;
}

.at-header-info-text {
    font-weight: 500;
    font-size: 15px;
    color: var(--at-title-color);
}

.at-header-info-text img {
    filter: brightness(0) contrast(1);
}

.at-header-info-link {
    font-weight: 900;
    color: var(--at-border-color);
}

.at-header-info-link:not(:last-child) {
    position: relative;
    margin-right: 14px;
    padding-right: 14px;
}

.at-header-info-link:not(:last-child)::after {
    position: absolute;
    width: 3px;
    height: 18.5px;
    right: 0;
    top: 0;
    content: "";
    background: rgba(216, 221, 225, 0.7);
}

.at-header-info-link i {
    margin-right: 8px;
}

.at-header-info-social {
    padding: 11px 29px;
    display: inline-flex;
    background: var(--at-theme-color2);
    border-radius: 10px 10px 0 0;
}

.at-header-info-social-link {
    color: var(--at-title-color);
}

.at-header-info-social-link:not(:last-child) {
    margin-right: 15px;
}

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

/*  3.3 Header Style 3
/*----------------------------------------*/

.at-header-layout3 {
    background: var(--at-white-color);
}

@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-header-layout3 {
        padding: 14px 0;
    }
}

.at-header-layout3 .at-main-logo {
    position: relative;
}

.at-header-layout3 .at-main-logo::after {
    position: absolute;
    width: 1px;
    height: 104px;
    top: -14px;
    right: 100px;
    content: "";
    background: var(--at-border-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-header-layout3 .at-main-logo::after {
        right: 15px;
    }
}

@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-header-layout3 .at-main-logo::after {
        display: none;
    }
}

.at-header-layout3 .at-main-menu>nav>ul>li a {
    padding: 39.3px 0;
}

.at-header-layout3 .at-main-menu>nav>ul>li.has-dropdown::after {
    position: absolute;
    top: 39px;
    right: 4px;
    font-size: 12px;
}

.at-header-layout3 .at-header-right {
    position: relative;
}

.at-header-layout3 .at-header-right::before {
    position: absolute;
    width: 1px;
    height: 104px;
    top: -23px;
    left: 8px;
    content: "";
    background: var(--at-border-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-header-layout3 .at-header-right::before {
        left: -15px;
        top: -22px;
    }
}

@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-header-layout3 .at-header-right::before {
        display: none;
    }
}

.at-header-layout3.header-sticky {
    padding: 0;
}

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

/*  3.3 Header Style 3
/*----------------------------------------*/

@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-header-layout4 {
        padding: 14px 0;
    }
}

.at-header-layout4 .at-header-bottom {
    background: var(--at-white-color);
}

.at-header-layout4 .at-main-menu>nav>ul>li a {
    padding: 39.3px 0;
}

.at-header-layout4 .at-main-menu>nav>ul>li.has-dropdown::after {
    position: absolute;
    top: 39px;
    right: 4px;
    font-size: 12px;
}

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

/*  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: 18px;
    margin-right: 18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-main-menu>nav>ul>li:not(:last-child) {
        padding-right: 14px;
        margin-right: 14px;
    }
}

.at-main-menu>nav>ul>li.has-dropdown::after {
    position: absolute;
    top: 25px;
    right: 0;
    font-size: 9px;
    font-weight: 900;
    content: "+";
    font-family: var(--at-icon-font);
    color: var(--at-title-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-main-menu>nav>ul>li a {
    font-weight: 700;
    font-size: var(--at-paragraph1);
    padding: 25px 0;
    display: inline-block;
    text-transform: uppercase;
    color: var(--at-title-color);
}

.at-main-menu>nav>ul>li .submenu {
    position: absolute;
    width: 340px;
    z-index: 999;
    padding: 25px 0px;
    top: 105%;
    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-white-color);
    box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
}

.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: 105%;
}

.at-main-menu>nav>ul>li .submenu li.menu-item-has-children:hover a:after {
    transform: rotate(0deg);
    color: var(--at-theme-color);
}

.at-main-menu>nav>ul>li .submenu li.menu-item-has-children>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.at-main-menu>nav>ul>li .submenu li.menu-item-has-children>a:after {
    content: "\f107";
    font-size: 16px;
    font-weight: 400;
    margin-left: 2px;
    color: var(--at-theme-color);
    display: inline-block;
    transform: rotate(-90deg);
    transition: all 0.3s 0s ease-out;
    font-family: var(--at-icon-font);
}

.at-main-menu>nav>ul>li .submenu li.has-dropdown::after {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 14px;
    font-weight: 900;
    content: "+";
    font-family: var(--at-icon-font);
    color: var(--at-title-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-main-menu>nav>ul>li .submenu li a {
    position: relative;
    display: block;
    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-theme-color);
    transform: translateY(-50%);
}

.at-main-menu>nav>ul>li .submenu li:hover>.submenu {
    top: 0;
    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-color);
}

.at-main-menu>nav>ul>li:hover>.submenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition-duration: 0.2s;
}

.at-main-menu>nav>ul>li:hover>.submenu .has-dropdown::after {
    rotate: -180deg;
    color: var(--at-theme-color);
    filter: brightness(1) contrast(1);
}

.at-main-menu>nav>ul>li:hover.has-dropdown::after {
    rotate: -180deg;
    color: var(--at-theme-color);
    filter: brightness(1) contrast(1);
}

@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: 16px;
    font-weight: 600;
    color: var(--at-title-color);
    text-transform: uppercase;
}

.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-color);
}

.at-offcanvas-menu ul li.active>.at-menu-close {
    color: var(--at-white-color);
    background: var(--at-black-color);
    border-color: var(--at-black-color);
}

.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
/*----------------------------------------*/

.postbox-item:not(:last-child) {
    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) {
    .postbox-item {
        margin-bottom: 30px;
    }
}

.postbox-thumb {
    border-radius: 10px 10px 0 0;
}

.postbox-thumb img {
    border-radius: 10px 10px 0 0;
}

.postbox-thumb-box .postbox-thumb {
    border-radius: 10px;
}

@media (max-width: 575px) {
    .postbox-thumb-box .postbox-thumb {
        margin-bottom: 20px;
    }
}

.postbox-thumb-box .postbox-thumb img {
    border-radius: 10px;
}

.postbox-content,
.postbox-comment,
.postbox-form {
    padding: 40px;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0 0 10px 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox-content,
    .postbox-comment,
    .postbox-form {
        padding: 24px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .postbox-content,
    .postbox-comment,
    .postbox-form {
        padding: 20px;
    }
}

.postbox-tag {
    position: absolute;
    padding: 5px 11.5px;
    right: 40px;
    top: -31px;
    z-index: 2;
    text-align: center;
    background: var(--at-theme-color);
    border-radius: 3px;
}

@media (max-width: 575px) {
    .postbox-tag {
        right: 20px;
    }
}

.postbox-title {
    font-weight: 900;
    font-size: 30px;
    line-height: 1.3;
    text-transform: capitalize;
    color: var(--at-title-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .postbox-title {
        font-size: 24px;
    }
}

.postbox-title i {
    color: var(--at-theme-color);
}

.postbox-day {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: var(--at-white-color);
    display: block;
}

.postbox-month {
    font-size: 16px;
    font-weight: 600;
    color: var(--at-white-color);
}

.postbox-video-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    border-radius: 100%;
}

.postbox-arrow {
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 2;
    padding: 0 30px;
    transform: translateY(-50%);
}

.postbox-arrow .at-pagination-btn-icon.yello-icon i::after {
    border-color: var(--at-theme-color2);
}

.postbox-arrow .at-pagination-btn-icon.blue-arrow i::after {
    border-color: var(--at-theme-color);
}

.postbox-details-quote-box {
    padding: 32px 50px;
    border: 1px solid var(--at-border-color);
    border-radius: 0 0 0 30px;
}

@media (max-width: 575px) {
    .postbox-details-quote-box {
        padding: 20px;
    }
}

.postbox-details-quote-box::after,
.postbox-details-quote-box::before {
    position: absolute;
    width: 40px;
    height: 1px;
    top: -1px;
    left: 0;
    content: "";
    background: var(--at-white-color);
}

.postbox-details-quote-box::after {
    width: 1px;
    height: 50px;
    left: -1px;
}

.postbox-details-quote .at-sec-text {
    font-weight: 900;
    color: var(--at-title-color);
}

.postbox-details-quote-box i {
    position: absolute;
    top: -20px;
    left: -3px;
    z-index: 2;
}

.postbox-details-tag span {
    font-weight: 900;
    font-size: 20px;
    color: var(--at-title-color);
}

.postbox-details-tag .tagcloud a {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .postbox-details-tag .tagcloud a {
        margin-bottom: 10px;
    }
}

.postbox-details-social span {
    font-weight: 900;
    font-size: 20px;
    color: var(--at-title-color);
}

.postbox-details-input input,
.postbox-details-input textarea {
    height: 56px;
    font-size: 16px;
    font-weight: 600;
    padding-right: 50px;
    color: var(--at-title-color);
    background: var(--at-smoke-color);
    border: 1px solid var(--at-smoke-color);
    border-radius: 5px;
}

.postbox-details-input input::placeholder,
.postbox-details-input textarea::placeholder {
    color: var(--at-title-color);
}

.postbox-details-input textarea {
    min-height: 160px;
}

.postbox-details-input-icon,
.postbox-details-message-icon {
    position: absolute;
    right: 22px;
    top: 50%;
    color: var(--at-title-color);
    transform: translateY(-50%);
}

.postbox-details-message-icon {
    top: 30px;
}

.postbox-details-remeber input {
    display: none;
}

.postbox-details-remeber input:checked~label::before {
    visibility: visible;
    opacity: 1;
}

.postbox-details-remeber label {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding-left: 25px;
    line-height: 1;
    color: var(--at-title-color);
}

.postbox-details-remeber label::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    transition: 0.3s;
    line-height: 12px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid var(--at-border-color);
    background: var(--at-white-color);
}

.postbox-details-remeber label::before {
    position: absolute;
    content: url("../img/icon/check.svg");
    top: -1px;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: 33;
    transition: 0.3s;
    color: var(--at-title-color);
    filter: invert(1);
}

.postbox-details-remeber label:hover {
    cursor: pointer;
}

.postbox-social-list a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    color: var(--at-title-color);
    background: var(--at-smoke-color);
    border-radius: 5px;
    -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;
}

.postbox-social-list a:hover {
    color: var(--at-white-color);
    background: var(--at-theme-color);
}

.postbox-qoute-designation {
    position: absolute;
    padding: 4px 17px;
    bottom: -15px;
    left: 100px;
    font-weight: 600;
    font-size: 20px;
    color: var(--at-white-color);
    border-radius: 5px;
    background: var(--at-theme-color);
}

@media (max-width: 575px) {
    .postbox-qoute-designation {
        padding: 4px 10px;
        left: 40px;
    }
}

.postbox-feature-box {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--at-smoke-color);
}

.postbox-feature-list {
    font-weight: 900;
    font-size: 16px;
    list-style: none;
    margin-bottom: 15px;
}

.postbox-author {
    padding: 24px;
    gap: 30px;
    border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .postbox-author {
        gap: 14px;
        padding: 20px;
    }
}

.postbox-author-img {
    flex: 0 0 auto;
}

@media (max-width: 575px) {
    .postbox-author-img {
        margin-bottom: 10px;
    }
}

.postbox-author-img img {
    border-radius: 20px;
}

@media (max-width: 575px) {
    .postbox-author-img img {
        width: 100%;
    }
}

.postbox-author-title {
    font-weight: 900;
    font-size: 24px;
    text-transform: capitalize;
    color: var(--at-white-color);
}

.postbox-author-time {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--at-white-color);
}

.postbox-author-social a {
    font-size: 15px;
    color: var(--at-white-color);
}

.postbox-author-social a:not(:last-child) {
    margin-right: 10px;
}

.postbox-pagination ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
}

.postbox-pagination ul li a {
    font-weight: 800;
    font-size: 18px;
    display: flex;
    gap: 12px;
    color: var(--at-title-color);
    align-items: center;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .postbox-pagination ul li a {
        font-size: 14px;
    }
}

.postbox-pagination ul li a i {
    color: var(--at-theme-color);
}

.postbox-comment-box {
    padding: 30px 30px 25px 30px;
    border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox-comment-box {
        padding: 24px;
    }
}

@media (max-width: 575px) {
    .postbox-comment-box {
        padding: 20px;
    }
}

.postbox-comment-box:nth-child(odd) {
    margin-left: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox-comment-box:nth-child(odd) {
        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) {
    .postbox-comment-box:nth-child(odd) {
        margin-left: 0;
    }
}

.postbox-comment-box:not(:last-child) {
    margin-bottom: 30px;
}

.postbox-comment-avater {
    flex: 0 0 auto;
}

@media (max-width: 575px) {
    .postbox-comment-avater {
        margin-bottom: 15px;
    }
}

.postbox-comment-avater img {
    border-radius: 5px;
}

.postbox-comment-text {
    font-weight: 600;
    color: var(--at-title-color);
    margin-bottom: 0;
    text-transform: capitalize;
}

.postbox-comment-name {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    text-transform: capitalize;
    color: var(--at-title-color);
}

@media (max-width: 575px) {
    .postbox-comment-name {
        font-size: 20px;
    }
}

.postbox-comment-time {
    font-size: 14px;
    font-weight: 600;
    color: var(--at-title-color);
}

.postbox-comment-replay {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--at-title-color);
}

.postbox-comment-replay:hover {
    color: var(--at-theme-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .postbox-form {
        margin-bottom: 30px;
    }
}

.postbox-form .at-sec-text {
    font-weight: 600;
    color: var(--at-title-color);
    text-transform: capitalize;
}

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

/*  5.2 Sidebar css
/*----------------------------------------*/

.sidebar-widget {
    padding: 40px;
    border-radius: 10px;
    background: #EBEDFF;
}

@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) {
    .sidebar-widget {
        padding: 24px;
    }
}

@media (max-width: 575px) {
    .sidebar-widget {
        padding: 20px;
    }
}

.sidebar-widget:not(:last-child) {
    margin-bottom: 40px;
}

.sidebar-widget.border-top-style {
    position: relative;
}

.sidebar-widget.border-top-style::after,
.sidebar-widget.border-top-style::before {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 92px;
    content: "";
    background: var(--at-border-color);
}

@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) {
    .sidebar-widget.border-top-style::after,
    .sidebar-widget.border-top-style::before {
        top: 75px;
    }
}

.sidebar-widget.border-top-style::before {
    width: 40px;
    left: 47px;
    z-index: 2;
    background: var(--at-theme-color);
}

.sidebar-widget.border-style {
    background: none;
    border: 1px solid var(--at-border-color);
}

.sidebar-search-input input {
    font-size: 14px;
    font-weight: 900;
    height: 56px;
    border: 0;
    padding-right: 80px;
    background: var(--at-white-color);
    border-radius: 10px;
}

.sidebar-search-icon {
    position: absolute;
    width: 56px;
    height: 56px;
    font-size: 16px;
    right: 0;
    line-height: 56px;
    color: var(--at-white-color);
    background: var(--at-theme-color);
    border-radius: 0 10px 10px 0;
}

.sidebar-widget-title {
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    text-transform: capitalize;
    color: var(--at-title-color);
}

@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) {
    .sidebar-widget-title {
        font-size: 24px;
    }
}

.sidebar-category ul li {
    list-style: none;
    transition: 0.3s;
}

.sidebar-category ul li:not(:last-child) {
    border-bottom: 1px solid var(--at-border-color);
}

.sidebar-category ul li:not(:last-child):hover {
    border-radius: 10px;
    border-bottom: 1px solid var(--at-theme-color);
}

.sidebar-category ul li a {
    font-size: 18px;
    font-weight: 900;
    display: flex;
    padding: 19px 25px;
    align-items: center;
    color: var(--at-title-color);
    border-radius: 10px;
    text-transform: capitalize;
    justify-content: space-between;
    -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) {
    .sidebar-category ul li a {
        font-size: 16px;
        padding: 19px 19px;
    }
}

@media (max-width: 575px) {
    .sidebar-category ul li a {
        font-size: 16px;
        padding: 15px 10px;
    }
}

.sidebar-category ul li a:hover {
    color: var(--at-white-color);
    background: var(--at-theme-color);
}

.sidebar-download-list {
    padding: 14.3px 70px;
    background: var(--at-theme-color);
    border-radius: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sidebar-download-list {
        padding: 14.3px 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-download-list {
        padding: 14.3px 30px;
    }
}

.sidebar-download-list:not(:last-child) {
    margin-bottom: 15px;
}

.sidebar-download-list:nth-child(even) {
    background-color: var(--at-title-color);
}

.sidebar-download-text {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--at-white-color);
}

.sidebar-info-item:not(:last-child) {
    margin-bottom: 15px;
}

.sidebar-info-item:hover .sidebar-info-icon {
    color: var(--at-white-color);
    background: var(--at-theme-color);
    border-color: var(--at-theme-color);
}

.sidebar-info-item:hover .sidebar-info-text {
    color: var(--at-theme-color);
}

.sidebar-info-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    color: var(--at-theme-color);
    border: 1px solid var(--at-theme-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;
}

.sidebar-info-category {
    font-weight: 900;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--at-title-color);
}

.sidebar-info-text {
    font-size: 18px;
    font-weight: 900;
    -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),
(max-width: 575px) {
    .sidebar-info-text {
        font-size: 16px;
    }
}

.sidebar-widget-tag {
    position: relative;
    padding-top: 30px;
}

.sidebar-widget-tag::after,
.sidebar-widget-tag::before {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    content: "";
    background: var(--at-border-color);
    border-radius: 30px;
}

.sidebar-widget-tag::before {
    width: 30px;
    left: 0;
    z-index: 2;
    background: var(--at-theme-color);
    border-radius: 30px;
}

.tagcloud a {
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    padding: 15px 18px;
    border-radius: 5px;
    text-align: center;
    color: var(--at-title-color);
    margin-bottom: 10px;
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid var(--at-border-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;
}

.tagcloud a:hover {
    color: var(--at-white-color);
    background: var(--at-theme-color);
    border-color: var(--at-theme-color);
}

.tagcloud a:not(:last-child) {
    margin-right: 10px;
}

@media (max-width: 575px) {
    .tagcloud a:not(:last-child) {
        margin-right: 8px;
    }
}

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

/*  5.3 Blog css
/*----------------------------------------*/

.at-blog-item {
    border-radius: 22px;
    padding: 16px 20px 30px 20px;
    border: 2px solid #F5F3F3;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.at-blog-item:hover .at-blog-thumb img {
    transform: scale(1.1);
}

.at-blog-item:hover .at-box-title a:hover {
    color: var(--at-theme-color2);
}

.at-blog-item:hover .at-img-hover::before {
    animation: shine 1s;
}

.at-blog-item:hover .at-blog-thumb-border {
    background: var(--at-theme-color2);
}

.at-blog-item:hover .at-blog-tag {
    color: var(--at-title-color);
    background: var(--at-theme-color2);
}

.at-blog-item:hover .at-btn-box-primary .at-btn-icon i {
    background: var(--at-theme-color2);
}

.at-blog-item:hover .at-blog-meta i {
    color: var(--at-theme-color2);
}

.at-blog-item:hover .at-box-share1 {
    color: var(--at-theme-color2);
}

.at-blog-content .at-box-title a:hover {
    color: var(--at-theme-color);
}

.at-blog-thumb {
    border-radius: 13px;
}

.at-blog-thumb img {
    width: 100%;
    border-radius: 13px;
}

.at-blog-thumb-border {
    position: absolute;
    top: 0;
    inset: 0;
    height: 20px;
    margin-top: 0;
    background: var(--at-theme-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-blog-tag {
    position: absolute;
    font-size: 14px;
    top: 24px;
    left: 20px;
    color: #fff;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    background: var(--at-theme-color);
    padding: 4px 20.5px;
    border-radius: 18px;
    border: 2px solid rgba(226, 226, 226, 0.2);
    z-index: 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-blog-metabox {
    align-items: center;
    gap: 26px;
}

.at-blog-meta {
    font-weight: 600;
    text-transform: capitalize;
    color: #737373;
    margin-bottom: 0;
}

.at-blog-meta i {
    font-size: 16px;
    color: var(--at-theme-color);
    margin-right: 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;
}

.at-blog-item-2 {
    padding: 0;
    background-color: var(--at-smoke-color);
    box-shadow: none;
}

.at-blog-item-2 .at-blog-meta {
    position: absolute;
    right: 0;
    font-weight: 900;
    padding: 12px 28px;
    color: var(--at-white-color);
    border-radius: 30px 0 0 30px;
    background-color: var(--at-theme-color);
    overflow: hidden;
}

@media (max-width: 575px) {
    .at-blog-item-2 .at-blog-meta {
        padding: 12px;
    }
}

.at-blog-item-2 .at-blog-meta::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    content: "";
    background: var(--at-theme-color2);
    border-radius: 30px 0 0 30px;
    -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-item-2 .at-blog-content {
    padding: 30px;
}

@media (max-width: 575px) {
    .at-blog-item-2 .at-blog-content {
        padding: 20px 10px 10px 10px;
    }
}

.at-blog-item-2:hover .at-blog-meta {
    color: var(--at-title-color);
}

.at-blog-item-2:hover .at-blog-meta::before {
    right: 0;
}

.at-blog-meta-user img {
    width: 50px;
    height: 50px;
    border: 1px solid var(--at-white-color);
    border-radius: 100px;
    margin-right: 5px;
}

.at-blog-user-title {
    font-weight: 900;
    font-size: 16px;
}

.at-blog-categorie {
    font-weight: 900;
    font-size: 16px;
    display: inline-block;
}

.at-blog-btn-box .at-btn-box-primary .at-btn-icon i::after {
    border: dashed 1px var(--at-white-color);
    transform: scale(1);
}

.at-blog-space-3 {
    padding-top: 120px;
    padding-bottom: 160px;
}

@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-space-3 {
        padding-top: 80px;
        padding-bottom: 120px;
    }
}

@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-title-area {
        margin-bottom: 40px;
    }
}

.at-blog-titlebox-3 {
    margin-top: -6px;
}

@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-titlebox-3 {
        margin-bottom: 40px;
    }
}

.at-blog-slider-btn .at-pagination-btn-icon i::after {
    border-color: var(--at-smoke-color);
}

.at-blog-card-3 {
    border-radius: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.at-blog-card-3 .at-blog-metabox {
    flex: 0 0 auto;
}

.at-blog-card-3 .at-blog-meta-date {
    font-size: 48px;
    font-weight: 900;
    display: block;
    color: var(--at-theme-color);
    margin-bottom: 4px;
}

@media (max-width: 575px) {
    .at-blog-card-3 .at-blog-meta-date {
        font-size: 35px;
    }
}

.at-blog-card-3 .at-box-title {
    margin-bottom: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
    .at-blog-card-3 .at-box-title {
        font-size: 20px;
        margin-bottom: 0.5rem;
    }
}

.at-blog-card-3 .at-blog-content {
    gap: 63px;
    border-bottom: 1px solid var(--at-border-color);
    padding-bottom: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .at-blog-card-3 .at-blog-content {
        gap: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-blog-card-3 .at-blog-content {
        gap: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-blog-card-3 .at-blog-content {
        gap: 40px;
    }
}

.at-blog-card-3 .at-blog-content .at-box-title a:hover {
    color: var(--at-title-color);
}

.at-blog-btn .at-btn-icon i span {
    width: 25px;
    height: 25px;
}

.at-blog-wrapp-3 {
    margin: 0 45px;
}

@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) {
    .at-blog-wrapp-3 {
        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-blog-wrapp-3 {
        margin: 0 20px;
    }
}

.blog-wrapp-1 .at-btn-box-primary .at-btn-icon i::after {
    transform: scale(1);
}

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

/*  6.1 Footer Style 1
/*----------------------------------------*/

@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-top .row [class*=col-]:not(:last-child) {
        margin-bottom: 50px;
    }
}

.at-footer-wrapp {
    margin-top: 50px;
    margin-bottom: 130px;
}

@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-wrapp {
        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-footer-wrapp .row [class*=col-]:not(:last-child) .at-footer-widget {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-footer-wrapp .row [class*=col-]:not(:last-child) .at-footer-widget.footer-col-2-1 {
        margin-bottom: 80px;
    }
}

.at-footer-widget-title {
    position: relative;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    padding-bottom: 20px;
    text-transform: capitalize;
    color: var(--at-white-color);
}

.at-footer-widget-title::before,
.at-footer-widget-title::after {
    position: absolute;
    width: 61px;
    height: 4px;
    left: 0;
    bottom: 0;
    content: "";
    background: var(--at-theme-color);
    border-radius: 2px;
}

.at-footer-widget-title::after {
    width: 16px;
    height: 4px;
    left: 71px;
    background: var(--at-theme-color2);
    animation: at-footerLine 7s linear infinite;
}

.at-footer-widget-link ul li {
    list-style: none;
}

.at-footer-widget-link ul li:not(:last-child) {
    margin-bottom: 8px;
}

.at-footer-widget-link ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 162%;
    text-transform: capitalize;
    color: var(--at-border-color);
}

.at-footer-widget-link ul li a:hover {
    color: var(--at-theme-color);
}

.at-footer-widget-link ul li a i {
    margin-right: 5px;
}

.at-footer-style-1 {
    position: relative;
}

.at-footer-style-1::before,
.at-footer-style-1::after {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 42.5%;
    content: "";
    background: rgba(105, 104, 104, 0.25);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-footer-style-1::before {
        top: 30.5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-footer-style-1::before {
        top: 36.5%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-footer-style-1::before {
        top: 31.5%;
    }
}

@media (max-width: 575px) {
    .at-footer-style-1::before {
        top: 33%;
    }
}

.at-footer-style-1::after {
    top: 0;
    width: 1px;
    height: 100%;
    left: 33.3%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-footer-style-1::after {
        left: 26.3%;
    }
}

@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-style-1::after {
        display: none;
    }
}

.at-footer-style-1 .at-footer-wrapp {
    margin-top: 50px;
    margin-bottom: 95px;
}

.at-footer-download {
    display: inline-block;
}

.at-footer-download-icon {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--at-white-color);
    display: flex;
    padding: 11px 52px 11px 20px;
    border: 1px solid rgba(105, 104, 104, 0.4);
    border-radius: 10px;
    gap: 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-footer-download-icon:hover {
    color: var(--at-theme-color);
}

.at-footer-download-icon i {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: var(--at-white-color);
    background: var(--at-theme-color);
    border-radius: 100px;
    -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-download-icon i:hover {
    color: var(--at-white-color);
    background: var(--at-theme-color2);
}

.at-footer-cta-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--at-white-color);
}

@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-cta-title {
        font-size: 31px;
    }
}

.at-footer-cta-mail {
    gap: 15px;
}

.at-footer-cta-mail-icon {
    font-size: 20px;
    padding: 6px 9px;
    color: var(--at-white-color);
    border-radius: 2px;
    border: 1px solid rgba(105, 104, 104, 0.4);
}

.at-footer-cta-mail-content p,
.at-footer-cta-mail-content a {
    font-weight: 900;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--at-white-color);
    margin-bottom: 0;
}

.at-footer-cta-mail-content a {
    color: var(--at-border-color);
}

.at-footer-cta-mail-content a:hover {
    color: var(--at-theme-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-footer-cta1-btn {
        margin-left: -18px;
    }
}

.at-footer-info-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.3;
    text-transform: capitalize;
    color: var(--at-white-color);
}

.at-footer-info {
    max-width: 230px;
}

.at-footer-info-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    text-transform: capitalize;
    color: var(--at-border-color);
}

.at-footer-social-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    padding-bottom: 20px;
    text-transform: capitalize;
    color: var(--at-white-color);
}

.at-footer-social-box ul li {
    display: inline-block;
}

.at-footer-social-box ul li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: var(--at-white-color);
    background: rgba(105, 104, 104, 0.2);
    border-radius: 100px;
    -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-box ul li a.svg-icon {
    line-height: 26px;
}

.at-footer-social-box ul li a:hover {
    color: var(--at-white-color);
    background: var(--at-theme-color);
}

.at-footer-social-box ul li:not(:last-child) {
    margin-right: 5px;
}

.footer-col-1-2 {
    margin-left: 95px;
}

@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-2 {
        margin-left: 0;
    }
}

.footer-col-1-3 {
    margin-left: 38px;
}

@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-3 {
        margin-left: 0;
    }
}

.footer-col-1-4 {
    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) {
    .footer-col-1-4 {
        margin-left: 0;
    }
}

.at-copyright-wrapp {
    background: var(--at-black-color2);
    border-top: 1px solid rgba(105, 104, 104, 0.25);
}

.at-copyright-text {
    font-weight: 900;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    color: var(--at-smoke-color);
    margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-copyright-text {
        margin-bottom: 10px;
    }
}

.at-copyright-text a {
    color: var(--at-theme-color2);
}

.at-copyright-privacy-box a {
    font-weight: 600;
    color: var(--at-white-color);
}

.at-copyright-privacy-box a:hover {
    color: var(--at-theme-color2);
}

.at-copyright-privacy-box .dvr {
    color: var(--at-white-color);
    margin: 0 8px;
}

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

/*  6.2 Footer Style 2
/*----------------------------------------*/

.at-footer-widget-bg {
    position: absolute;
    top: -99px;
    left: -4px;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-footer-widget-bg {
        top: -30%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-footer-widget-bg {
        width: 100%;
        top: -80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-footer-widget-bg {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-footer-widget-bg img {
        width: 100%;
        height: 380px;
    }
}

@media (max-width: 575px) {
    .at-footer-widget-bg img {
        width: 100%;
        height: 420px;
    }
}

.at-footer-style-2 .at-footer-wrapp {
    margin-top: 0;
    margin-bottom: 97px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-footer-style-2 .at-footer-wrapp {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-footer-style-2 .at-footer-wrapp {
        margin-bottom: 60px;
    }
}

.at-footer-style-2 .at-copyright-wrapp {
    border: 0;
    background: var(--at-title-color2);
}

.at-footer-style-2 .at-footer-social-box ul li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background: var(--at-theme-color);
}

.at-footer-style-2 .at-footer-social-box ul li a:hover {
    color: var(--at-theme-color2);
}

.at-footer-info-list ul {
    list-style: none;
}

.at-footer-info-list ul li a {
    font-weight: 600;
    display: flex;
    align-items: start;
    color: var(--at-white-color);
    line-height: 1.7;
}

.at-footer-info-list ul li:not(:last-child) {
    margin-bottom: 15px;
}

.at-footer-info-icon {
    font-size: 16px;
    margin-right: 10px;
}

.at-footer-widget .instagram-feeds {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
    max-width: 284px;
}

.at-footer-widget .insta-thumb {
    width: 86px;
    height: 84px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
}

.at-footer-widget .insta-thumb img {
    border-radius: 5px;
    transition: 1.3s;
}

.at-footer-widget .insta-thumb:hover img {
    transform: scale(1.2);
}

.footer-col-2-1 {
    padding-left: 60px;
    padding-right: 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) {
    .footer-col-2-1 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.footer-col-2-2 {
    margin-left: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-col-2-2 {
        margin-left: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-col-2-2 {
        margin-left: 0;
    }
}

.footer-col-2-3 {
    margin-left: 35px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-col-2-3 {
        margin-left: 0;
    }
}

.footer-col-2-4 {
    margin-left: 25px;
}

@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-2-4 {
        margin-left: 0;
    }
}

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

/*  6.3 Footer Style 3
/*----------------------------------------*/

.at-footer-layout-3.at-footer-style-1::after {
    top: auto;
    bottom: 0;
    width: 1px;
    height: 104%;
    left: 33.3%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-footer-layout-3.at-footer-style-1::after {
        left: 25.3%;
    }
}

.at-footer-layout-3 .at-footer-wrapp {
    margin-top: 50px;
    margin-bottom: 100px;
}

@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-layout-3 .at-footer-wrapp {
        margin-bottom: 40px;
    }
}

.at-footer-layout-3 .at-btn-icon {
    margin-left: -5px;
}

.at-footer-layout-3::before {
    top: 42.5%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-footer-layout-3::before {
        top: 29.5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-footer-layout-3::before {
        top: 35.5%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-footer-layout-3::before {
        top: 32.5%;
    }
}

@media (max-width: 575px) {
    .at-footer-layout-3::before {
        top: 33%;
    }
}

.at-footer-shape-3 {
    position: absolute;
    width: 72.6%;
    height: 40px;
    top: -38px;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--at-black-color3);
    clip-path: polygon(2% 0, 98% 0, 100% 100%, 0% 100%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-footer-shape-3 {
        top: -35px;
        width: 83%;
    }
}

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

/*  7.13 Hero css
/*----------------------------------------*/

.at-hero-inner1 {
    padding-top: 283px;
    padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .at-hero-inner1 {
        padding-top: 180px;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-hero-inner1 {
        padding-top: 150px;
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    .at-hero-inner1 {
        padding-top: 120px;
        padding-bottom: 0;
    }
}

.at-hero-subtitle {
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--at-theme-color);
    display: block;
    margin-bottom: 15px;
}

.at-hero-subtitle-icon {
    margin-right: 5px;
}

.at-hero-title {
    font-size: 70px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: var(--at-title-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-hero-title {
        font-size: 65px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-hero-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .at-hero-title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .at-hero-title {
        font-size: 30px;
    }
}

.at-hero-titlebox .at-sec-text {
    font-weight: 600;
    font-size: var(--at-paragraph1);
    line-height: 1.6;
    margin-bottom: 0;
}

.at-hero-content {
    max-width: 578px;
}

@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-content {
        margin: auto;
    }
}

.at-hero-thumb {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 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-hero-thumb {
        position: relative;
    }
}

.at-hero-arrow-shape {
    position: absolute;
    top: 12%;
    left: 17%;
    z-index: -1;
    animation: atleftRight 1s infinite alternate;
}

@media (max-width: 575px) {
    .at-hero-arrow-shape {
        left: 0;
    }
}

.at-hero-blue-shape {
    position: absolute;
    top: 29.5%;
    left: -20%;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-hero-blue-shape {
        top: 27.5%;
        left: -15%;
    }
}

.at-hero-yellow-shape {
    position: absolute;
    top: 12.5%;
    right: 1%;
    z-index: -2;
}

.at-hero-sune-shape {
    position: absolute;
    top: 32%;
    right: -9.5%;
    z-index: -2;
    animation: jumpTwo 2s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-hero-sune-shape {
        right: 0;
    }
}

.at-hero-shape {
    position: absolute;
    bottom: 14.5%;
    left: 4.1%;
    animation: jumpTwo 2s linear infinite;
}

@media (max-width: 575px) {
    .at-hero-newsletter .at-newsletter-box .at-btn-box-primary {
        position: static;
    }
}

@media (max-width: 575px) {
    .at-hero-newsletter .at-newsletter-input {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .at-hero-brandbox {
        margin-bottom: 10px;
    }
}

.at-hero-inner2 {
    padding-top: 215px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .at-hero-inner2 {
        padding-top: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-hero-inner2 {
        padding-top: 150px;
    }
}

@media (max-width: 575px) {
    .at-hero-inner2 {
        padding-top: 120px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-hero-titlebox2 {
        margin-bottom: 50px;
    }
}

.at-hero-titlebox2 .at-hero-title {
    font-size: 90px;
    line-height: 0.9;
    font-weight: 700;
    text-transform: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-hero-titlebox2 .at-hero-title {
        font-size: 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-hero-titlebox2 .at-hero-title {
        font-size: 60px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-hero-titlebox2 .at-hero-title {
        font-size: 65px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-hero-titlebox2 .at-hero-title {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    .at-hero-titlebox2 .at-hero-title {
        font-size: 30px;
    }
}

.at-hero-titlebox2 .at-sec-text2 {
    max-width: 317px;
    font-weight: 600;
    line-height: 1.7;
    text-transform: inherit;
    margin-top: -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) {
    .at-hero-titlebox2 .at-sec-text2 {
        max-width: 100%;
    }
}

.at-hero-explore .at-btn-text-box {
    font-weight: 700;
    text-transform: uppercase;
}

.at-hero-explore .at-btn-icon i span {
    top: -5px;
    left: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-hero-circle-box {
        margin-bottom: 50px;
    }
}

.at-hero-circle-box .at-circle-text {
    font-size: 18px;
    font-weight: 700;
}

.at-hero-circle-box .at-circle-text span {
    --rotate-letter: 11deg;
    min-height: 77px;
    position: absolute;
    min-width: 77px;
    top: 6px;
}

.at-hero-circle-box .at-circle-icon {
    background: none;
}

.at-hero-play-btn {
    display: inline-block;
}

.at-hero-play-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.at-hero-play-icon i {
    font-size: 16px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: var(--at-white-color);
    text-align: center;
    border-radius: 100px;
    background: #FF6633;
}

.at-hero-circle-wrapp {
    flex: 0 0 auto;
}

@media (max-width: 575px) {
    .at-hero-circle-wrapp .at-circle-text-wrapp {
        margin: auto;
    }
}

.at-hero-circle-dsc-title {
    font-weight: 900;
    font-size: 30px;
    color: var(--at-title-color);
}

.at-hero-content-left {
    gap: 45px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-hero-content-left {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-hero-content-right {
        flex-direction: column-reverse;
    }
}

.at-hero-left-thumb img {
    border-radius: 10px 10px 0 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-thumb img {
        border-radius: 10px;
        width: 100%;
    }
}

.at-hero-right-thumb {
    animation: img-anim-top 1.7s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
}

@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-hero-right-thumb {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-hero-right-thumb {
        margin-bottom: 0;
    }
}

.at-hero-right-thumb img {
    border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .at-hero-right-thumb img {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-hero-right-thumb img {
        width: 100%;
        border-radius: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-hero-user-box {
        margin-bottom: 15px;
    }
}

.at-hero-user-box .at-funfact-number {
    font-weight: 600;
    font-size: 18px;
    color: var(--at-black-color);
}

.at-hero-shape-top {
    position: absolute;
    top: 106px;
    left: 0;
    z-index: -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-hero-shape-top {
        top: 0;
    }
}

.at-hero-shape-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.at-hero-3-height {
    min-height: 1150px;
}

.at-hero-inner3 {
    padding-top: 240px;
    padding-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .at-hero-inner3 {
        padding-top: 180px;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-hero-inner3 {
        padding-top: 150px;
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    .at-hero-inner3 {
        padding-top: 120px;
        padding-bottom: 0;
    }
}

.at-hero-thumb3 {
    z-index: 1;
    left: 20px;
}

.at-hero-thumb3::before {
    position: absolute;
    width: 414px;
    height: 414px;
    top: 0;
    left: 10px;
    right: 0;
    text-align: center;
    margin: auto;
    content: "";
    border-radius: 100%;
    background: var(--at-theme-color);
    z-index: -1;
}

.at-hero-thumb3::after {
    position: absolute;
    width: 469px;
    height: 469px;
    top: -27px;
    left: 10px;
    right: 0;
    margin: auto;
    content: "";
    border: 1px solid var(--at-theme-color);
    border-radius: 100%;
    z-index: -1;
}

.at-hero-3-left-shapbox {
    height: 380px;
}

.at-hero-3-right-shapbox {
    height: 335px;
}

@media (max-width: 575px) {
    .at-user-imgbox {
        margin-bottom: 15px;
    }
}

.at-user-img {
    margin-right: -12px;
    overflow: hidden;
}

.at-user-img img {
    width: 61px;
    height: 61px;
    object-fit: cover;
    border-radius: 1000px;
    border: 3px solid var(--at-white-color);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.at-user-count {
    position: relative;
    width: 61px;
    height: 61px;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    line-height: 61px;
    color: var(--at-white-color);
    border-radius: 1000px;
    z-index: 2;
}

.at-user-count::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    border: 3px solid var(--at-white-color);
    background-color: var(--at-title-color);
    border-radius: 1000px;
    z-index: -1;
}

.at-user-icon {
    color: var(--at-theme-color2);
}

.at-user-box-2 .at-user-img {
    margin-right: -30px;
}

.at-user-box-2 .at-user-img img {
    box-shadow: none;
}

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

/*  7.23 Slider css
/*----------------------------------------*/

.at-slider-inner1 {
    padding-top: 390px;
    padding-bottom: 280px;
}

@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-inner1 {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .at-slider-inner1 {
        padding-top: 240px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-slider-inner1 {
        padding-top: 160px;
    }
}

@media (max-width: 575px) {
    .at-slider-inner1 {
        padding-top: 160px;
        height: 892px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-slider-titlebox .at-hero-title {
        font-size: 50px;
    }
}

.at-slider-titlebox .at-sec-text {
    position: relative;
    max-width: 478px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #fffbee;
    margin-bottom: 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-titlebox .at-sec-text {
        text-align: center;
        margin: auto;
    }
}

@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-titlebox .at-sec-text {
        max-width: 100%;
    }
}

.at-slider-titlebox .at-hero-subtitle {
    color: var(--at-theme-color2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-slider-thumb-box {
        margin-top: 40px;
    }
}

.at-slider-thumb {
    position: absolute;
    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-slider-thumb {
        position: static;
    }
}

.at-slider-thumb img {
    max-width: inherit;
}

@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-thumb img {
        width: 100%;
    }
}

.at-slider-thumb-shape1 {
    position: absolute;
    top: 39%;
    right: 13%;
    animation: jumpTwoReverse 2.5s linear infinite;
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .at-slider-thumb-shape1 {
        right: 4%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .at-slider-thumb-shape1 {
        right: 1.5%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-slider-thumb-shape1 {
        right: 1%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-slider-thumb-shape1 {
        top: 50%;
        right: 6%;
    }
}

.at-slider-thumb-shape2 {
    position: absolute;
    bottom: 18%;
    right: 41.5%;
    z-index: 2;
    animation: jumpTwo 2.5s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-slider-thumb-shape2 {
        bottom: 18%;
        right: 75.5%;
    }
}

.at-slider-star-shape {
    position: absolute;
    top: 27.8%;
    left: 65px;
    animation: sparkleAnim 1.5s ease-in-out infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-slider-star-shape {
        top: 20.8%;
        left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-slider-star-shape {
        top: 15.8%;
        left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-slider-star-shape {
        top: 12.8%;
        left: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-slider-star-shape {
        top: 9.8%;
        left: 18px;
    }
}

.at-slider-bundle-shape {
    position: absolute;
    bottom: 17.5%;
    left: 6.2%;
    animation: jumpTwo 2s linear infinite;
}

@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) {
    .at-slider-bundle-shape {
        left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-slider-bundle-shape {
        bottom: 9.5%;
    }
}

.at-slider-circle-shape {
    position: absolute;
    right: 6.5%;
    top: 31.5%;
    width: 491px;
    height: 491px;
    line-height: 491px;
    border: 32px solid var(--at-theme-color);
    border-radius: 50%;
    z-index: -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-slider-circle-shape {
        right: 0;
        left: 0;
        text-align: center;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-slider-circle-shape {
        top: 55%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-slider-circle-shape {
        scale: 0.8;
    }
}

@media (max-width: 575px) {
    .at-slider-circle-shape {
        scale: 0.5;
    }
}

.at-slider-circle-shape::before {
    position: absolute;
    width: 329px;
    height: 329px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 329px;
    margin: auto;
    content: "";
    background: var(--at-theme-color2);
    border-radius: 50%;
}

.at-slider-archery-shape {
    position: absolute;
    top: 28.5%;
    right: 45.8%;
    animation: spin 2s linear infinite;
    transform-origin: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-slider-archery-shape {
        top: 15.8%;
        right: 8%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-slider-archery-shape {
        top: 13.5%;
        right: 6.8%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-slider-archery-shape {
        top: 10.5%;
        right: 2.8%;
    }
}

.at-slider-blue-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-slider-blue-shape {
        right: -50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-slider-blue-shape {
        right: -88%;
    }
}

@media (max-width: 575px) {
    .at-slider-blue-shape img {
        height: 38px;
    }
}

.at-slider-active.swiper {
    overflow: visible !important;
}

.at-slider-btn-box1 .at-btn-icon {
    margin-left: -5px;
}

@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-btn-box1 {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .at-slider-btn-box1 .at-btn-primary-text {
        font-size: 16px;
    }
}

.at-slider-dots-box {
    position: absolute;
    bottom: 75px;
    margin-left: -3px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-slider-dots-box {
        margin-left: 0;
        right: 0;
        left: 0;
        text-align: center;
        z-index: 9;
    }
}

@media (max-width: 575px) {
    .at-slider-dots-box {
        bottom: 50px;
    }
}

.at-slider-dots .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    opacity: 1;
    line-height: 17px;
    border: 4px solid var(--at-white-color);
    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-dots .swiper-pagination-bullet:not(:last-child) {
    margin-right: 7px;
}

.at-slider-dots .swiper-pagination-bullet-active {
    border-color: var(--at-theme-color);
    background: var(--at-white-color);
}

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

/*  7.1 About 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-about-titlebox1 .at-sec-title {
        margin-bottom: 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-about-titlebox1 .at-sec-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-about-wrapp {
        margin-top: 30px;
    }
}

.at-about-thumb-box2 .at-about-thumb::before {
    display: none;
}

.at-about-thumb {
    border-radius: 20px;
}

.at-about-thumb img {
    border-radius: 20px;
}

.at-about-thumb::before {
    position: absolute;
    width: 300px;
    height: 247px;
    top: -12px;
    left: -12px;
    content: "";
    background: var(--at-theme-color2);
    z-index: -1;
    clip-path: polygon(100% 0, 0 0, 0 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-about-thumb::before {
        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-thumb.ab-img1 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-about-thumb.ab-img1 {
        margin-bottom: 20px;
    }
}

.at-about-content-box1 {
    margin-left: -6px;
}

@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-content-box1 {
        margin-top: 35px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-about-content-box1 .at-sec-text {
        font-size: 14px;
    }
}

.at-about-feature-box1 {
    gap: 25.5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-about-feature-box1 {
        gap: 13.5px;
    }
}

.at-about-feature-box1:nth-child(2n+1) .at-about-feature-icon {
    background: var(--at-theme-color2);
}

.at-about-feature-icon {
    position: relative;
    width: 69px;
    height: 69px;
    line-height: 65px;
    text-align: center;
    border-radius: 110px;
    background: var(--at-theme-color);
    flex: 0 0 auto;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-about-feature-icon {
        margin: auto;
        margin-bottom: 15px;
    }
}

.at-about-feature-icon::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    border-radius: 50px;
    border: 1.5px dashed rgba(255, 255, 255, 0.7);
}

.at-about-feature-content .at-sec-text {
    margin-bottom: 0;
}

.at-about-style-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -32px;
}

@media (max-width: 575px) {
    .at-about-style-2 {
        display: block;
        margin-left: 0;
        margin-bottom: 120px;
    }
}

.at-about-style-2>img {
    text-align: center;
    border-left: 6px solid #f6b800;
    border-right: 6px solid #f6b800;
    border-top: 6px solid #f6b800;
    margin: auto;
    border-radius: 5px;
}

.at-about-style-2 .at-about-thumb {
    flex: 0 0 47%;
}

.at-about-style-2 .at-about-thumb::before {
    display: none;
}

.at-about-style-2 .at-about-thumb.img2 {
    margin-top: -88px;
    margin-left: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .at-about-style-2 .at-about-thumb.img2 {
        margin-left: 30px;
    }
}

@media (max-width: 575px) {
    .at-about-style-2 .at-about-thumb.img2 {
        margin-top: 15px;
        margin-left: 0;
    }
}

.at-about-style-2 .at-about-thumb.img2 img {
    border-right: 6px solid #fff;
    border-top: 6px solid #fff;
    border-radius: 5px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.at-about-style-2 .at-about-thumb.img3 {
    margin-top: 35px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-about-style-2 .at-about-thumb.img3 {
        margin-top: 3px;
    }
}

@media (max-width: 575px) {
    .at-about-style-2 .at-about-thumb.img3 {
        margin-top: 15px;
    }
}

.at-about-style-2 .at-about-thumb.img3 img {
    border-left: 6px solid #fff;
    border-top: 6px solid #fff;
    border-radius: 5px;
}

.at-about-thumb-shape {
    position: absolute;
    bottom: 35px;
    z-index: 1;
    right: 86px;
}

.at-about-thumb-wrapp .at-circle-box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    transform: translateY(-50%);
    z-index: 3;
}

@media (max-width: 575px) {
    .at-about-thumb-wrapp .at-circle-box {
        position: static;
    }
}

.at-about-thumb-wrapp .at-circle-text-wrapp {
    width: 159px;
    height: 159px;
    text-align: center;
    margin: auto;
}

.at-about-thumb-wrapp .at-circle-text {
    min-height: 159px;
    min-width: 159px;
    right: 0;
    bottom: 0;
    color: var(--at-white-color);
}

.at-about-thumb-wrapp .at-circle-text span {
    top: 6px;
    min-height: 68px;
    min-width: 68px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-about-content-wrapp {
        margin-top: 40px;
    }
}

.at-about-tab-button .nav-link {
    font-weight: 900;
    font-size: 16px;
    border-radius: 50px;
    padding: 11.5px 26px;
    text-transform: uppercase;
    color: var(--at-title-color);
    border: 1px dashed var(--at-title-color);
    background: rgba(246, 184, 0, 0.1);
}

.at-about-tab-button .nav-link:not(:last-child) {
    margin-right: 30px;
}

@media (max-width: 575px) {
    .at-about-tab-button .nav-link:not(:last-child) {
        margin-right: 8px;
        margin-bottom: 8px;
    }
}

.at-about-tab-button .nav-link.active {
    color: var(--at-white-color);
    border: 1px dashed var(--at-white-color);
    background: var(--at-theme-color);
}

.at-about-tab-item .at-sec-text {
    font-size: 18px;
    font-weight: 600;
    max-width: 611px;
    text-transform: capitalize;
}

.at-about-tab-content {
    gap: 35px;
}

.at-about-tab-listbox ul {
    margin-bottom: 25px;
}

@media (max-width: 575px) {
    .at-about-tab-listbox {
        margin-bottom: 40px;
    }
}

.at-about-tab-list {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    list-style: none;
    padding-left: 18px;
}

.at-about-tab-list:not(:last-child) {
    margin-bottom: 8px;
}

.at-about-list-icon {
    position: absolute;
    top: 8px;
    left: 0;
}

.at-about-tab-funfact-box {
    padding-left: 30px;
    border-left: 2px solid var(--at-border-color);
}

@media (max-width: 575px) {
    .at-about-tab-funfact-box {
        padding-left: 0;
        border: 0;
        text-align: center;
    }
}

.at-about-patern {
    position: absolute;
    top: 37%;
    right: 17px;
    transform: translateY(-50%);
}

@media (max-width: 575px) {
    .at-about-patern {
        display: none;
    }
}

.at-about-patern2 {
    position: absolute;
    bottom: 11.5%;
    left: 7.3%;
}

@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-patern2 {
        bottom: 3.5%;
        left: 6%;
    }
}

@media (max-width: 575px) {
    .at-about-patern2 {
        bottom: 2%;
    }
}

.at-about-load {
    position: absolute;
    top: 0;
    right: -35%;
    animation: rotate1 8s linear infinite;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1699px) {
    .at-about-load {
        right: -30px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-about-load {
        right: 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) {
    .at-about-load {
        top: 30%;
        right: 30px;
    }
}

@media (max-width: 575px) {
    .at-about-load {
        top: -60px;
        right: 0;
    }
}

.at-about-btn .at-btn-icon {
    margin-left: -5px;
}

.at-about-titlebox3 {
    margin-top: -5px;
}

.at-about-titlebox3 .at-sec-title {
    margin-top: -7px;
    line-height: 1.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-about-thumb-content {
        margin-bottom: 80px;
    }
}

.at-about-thumb-wrapp3 {
    gap: 20px;
}

.at-about-thumb-wrapp3 .at-sec-text {
    max-width: 342px;
    margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-about-thumb-wrapp3 .at-sec-text {
        max-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-about-thumb-wrapp3 .at-funfact-number {
        margin-bottom: 5px;
    }
}

.at-about-thumb-box3 {
    gap: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-about-thumb-box3 {
        margin-bottom: 20px;
    }
}

.at-about-thumb-box3 .at-about-thumb {
    border-radius: 10px;
}

@media (max-width: 575px) {
    .at-about-thumb-box3 .at-about-thumb {
        margin-bottom: 20px;
    }
}

.at-about-thumb-box3 .at-about-thumb img {
    width: 100%;
    border-radius: 10px;
}

.at-about-jupiter {
    animation: moving 9s linear infinite;
}

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

/*  7.14 Newsletter css
/*----------------------------------------*/

.at-newsletter-input input {
    position: relative;
    height: 81px;
    font-size: 18px;
    font-weight: 900;
    padding-left: 35px;
    padding-right: 200px;
    background: var(--at-white-color);
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    border: dashed 2.5px rgba(55, 71, 255, 0.2);
    border-radius: 50px;
}

@media (max-width: 575px) {
    .at-newsletter-input input {
        height: 65px;
        padding-right: 35px;
    }
}

.at-newsletter-input input::placeholder {
    font-size: 18px;
}

.at-newsletter-box {
    position: relative;
}

.at-newsletter-box .at-btn-box-primary {
    position: absolute;
    top: 12px;
    right: 15px;
}

.at-newsletter-box .at-btn-primary-text {
    padding: 18px 45.1px;
    text-transform: uppercase;
}

.at-newsletter-box.style-2 .at-newsletter-input input {
    border: 0;
    height: 60px;
    padding: 25px 20px;
    padding-right: 50px;
    border-radius: 2px;
    color: var(--at-white-color);
    background: rgba(105, 104, 104, 0.2);
    box-shadow: none;
}

.at-newsletter-box.style-2 .at-newsletter-input input::placeholder {
    color: var(--at-border-color);
}

.at-newsletter-box.style-2 .at-btn-icon {
    margin-left: 0;
}

.at-newsletter-box.style-2 .at-btn-icon i {
    width: auto;
    height: auto;
    line-height: 45px;
    background: none;
}

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

/*  7.3 Brand css
/*----------------------------------------*/

.at-brand-wrapp {
    border-bottom: 1px solid var(--at-border-color);
}

.at-brand-thumb {
    padding: 45px 67px;
    border-right: 1px solid var(--at-border-color);
}

.at-brand-titlebox {
    width: 100%;
}

.at-brand-titlebox .at-sec-text {
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    color: var(--at-title-color);
}

.at-brand-titlebox::after,
.at-brand-titlebox::before {
    position: absolute;
    width: 33%;
    height: 1px;
    top: 50%;
    left: 0;
    content: "";
    transform: translateY(-50%);
    background: var(--at-border-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-brand-titlebox::after,
    .at-brand-titlebox::before {
        width: 28%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-brand-titlebox::after,
    .at-brand-titlebox::before {
        width: 20%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-brand-titlebox::after,
    .at-brand-titlebox::before {
        width: 15%;
    }
}

@media (max-width: 575px) {
    .at-brand-titlebox::after,
    .at-brand-titlebox::before {
        display: none;
    }
}

.at-brand-titlebox::after {
    left: auto;
    right: 0;
}

.at-brand-style-2 {
    border: 0;
}

.at-brand-style-2 .at-brand-thumb {
    margin: 0 -10px;
    border-radius: 60px;
    padding: 28px 44.5px;
    background: var(--at-white-color);
    border: 1px solid var(--at-border-color);
}

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

/*  7.2 Banner css
/*----------------------------------------*/

.at-banner-space {
    margin-top: -35px;
    padding-bottom: 100px;
}

.at-banner-title {
    font-weight: 900;
    font-size: 158px;
    color: var(--at-title-color);
    opacity: 0.4;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-banner-title {
        font-size: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-banner-title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-banner-title {
        font-size: 85px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-banner-title {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .at-banner-title {
        font-size: 40px;
    }
}

.at-banner-wrapp {
    height: 100%;
    justify-content: center;
    gap: 0;
}

.at-banner-thumb {
    transition: transform 0.5s ease;
}

.at-banner-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.at-banner-item {
    width: 640px;
    transition: transform 0.5s ease;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-banner-item {
        width: 100%;
    }
}

.at-banner-item:nth-child(2) {
    transform-origin: center;
    overflow: visible;
}

.at-banner-content {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--at-theme-color);
    transition: transform 0.5s ease, font-size 0.5s ease;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .at-banner-content {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-banner-content {
        padding: 40px;
    }
}

.at-banner-content-title {
    font-weight: 900;
    font-size: 48px;
    color: var(--at-title-color);
    white-space: nowrap;
    transition: font-size 0.5s ease;
}

@media (max-width: 575px) {
    .at-banner-content-title {
        font-size: 24px;
    }
}

.at-banner-hover-sec:hover .at-banner-title {
    transform: scale(0.5);
}

.at-banner-hover-sec:hover .at-banner-item:first-child {
    transform: translateX(-79.5px);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .at-banner-hover-sec:hover .at-banner-item:first-child {
        transform: translateX(-77.5px);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-banner-hover-sec:hover .at-banner-item:first-child {
        transform: translateX(-62.5px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-banner-hover-sec:hover .at-banner-item:first-child {
        transform: translateX(-52.5px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-banner-hover-sec:hover .at-banner-item:first-child {
        transform: translateX(-42.5px);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-banner-hover-sec:hover .at-banner-item:first-child {
        transform: translate(0);
    }
}

.at-banner-hover-sec:hover .at-banner-item:nth-child(2) {
    transform: scaleX(1.25);
    overflow: visible;
}

.at-banner-hover-sec:hover .at-banner-item:last-child {
    transform: translateX(79.5px);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .at-banner-hover-sec:hover .at-banner-item:last-child {
        transform: translateX(77.5px);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-banner-hover-sec:hover .at-banner-item:last-child {
        transform: translateX(62.5px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-banner-hover-sec:hover .at-banner-item:last-child {
        transform: translateX(52.5px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-banner-hover-sec:hover .at-banner-item:last-child {
        transform: translateX(42.5px);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-banner-hover-sec:hover .at-banner-item:last-child {
        transform: translate(0);
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-banner-hover-sec:hover .at-banner-content {
        padding: 0 20px;
    }
}

.at-banner-hover-sec:hover .at-banner-content-title {
    font-size: 75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-banner-hover-sec:hover .at-banner-content-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .at-banner-hover-sec:hover .at-banner-content-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-banner-hover-sec:hover .at-banner-content-title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .at-banner-hover-sec:hover .at-banner-content-title {
        font-size: 30px;
    }
}

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

/*  7.27 Video css
/*----------------------------------------*/

.at-video-space {
    padding-top: 228px;
    padding-bottom: 135px;
}

@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-video-space {
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-video-space {
        padding-top: 32rem;
    }
}

.at-video-titlebox .at-sec-text2 i {
    margin-right: 12px;
    color: var(--at-theme-color2);
}

@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-video-thumb-box {
        margin-bottom: 60px;
    }
}

.at-video-thumb {
    max-width: 545px;
    z-index: 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-video-thumb {
        width: 100%;
        max-width: inherit;
    }
}

.at-video-thumb::before,
.at-video-thumb::after {
    position: absolute;
    width: 302px;
    height: 247px;
    top: -13px;
    left: -13px;
    content: "";
    background: var(--at-theme-color2);
    z-index: -1;
    clip-path: polygon(100% 0, 0 100%, 0 0);
}

.at-video-thumb::after {
    top: auto;
    bottom: -15px;
    left: auto;
    right: -13px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.at-video-thumb img {
    border-radius: 10px;
}

@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-video-thumb img {
        width: 100%;
    }
}

.at-video-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    transform: translateY(-50%);
}

.at-video-play {
    position: relative;
    font-size: 20px;
    width: 91px;
    height: 91px;
    line-height: 91px;
    text-align: center;
    color: var(--at-white-color);
    display: inline-block;
    border-radius: 100px;
    -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-video-play::before,
.at-video-play::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: var(--at-theme-color2);
    transform: scale(0);
    border-radius: 100px;
    -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;
    z-index: -1;
}

.at-video-play::after {
    transform: scale(1);
    background: var(--at-theme-color);
    z-index: -2;
}

.at-video-play i {
    font-size: 20px;
    text-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    -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-video-play:hover {
    color: var(--at-title-color);
}

.at-video-play:hover::before {
    transform: scale(1);
}

.at-video-play:hover::after {
    transform: scale(0.8);
}

.at-video-archery {
    position: absolute;
    top: 17%;
    right: 9.5%;
    animation: spin 2s linear infinite;
    transform-origin: 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-video-archery {
        top: 12%;
    }
}

.at-video-right-arrow {
    position: absolute;
    top: 55.2%;
    left: 5%;
    animation: atleftRight 1s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-video-right-arrow {
        top: auto;
        bottom: 10%;
        left: 30%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-video-right-arrow {
        top: 50%;
    }
}

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

/*  7.16 Price css
/*----------------------------------------*/

.at-price-item {
    border-radius: 10px;
    padding-bottom: 20px;
}

.at-price-item.active {
    position: relative;
}

.at-price-item.active::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    border: 4px solid var(--at-theme-color);
    border-radius: 10px;
}

.at-price-item.active .at-btn-box-primary {
    background: var(--at-theme-color);
}

.at-price-item.active .at-price-btn .at-btn-primary-text {
    color: var(--at-white-color);
}

.at-price-item.active .at-btn-icon i {
    color: var(--at-theme-color);
    background: var(--at-white-color);
}

.at-price-item.active .at-price-content {
    background: var(--at-theme-color);
}

.at-price-item.active .at-price-icon span {
    background: var(--at-theme-color);
}

.at-price-content {
    border-radius: 10px;
    padding: 20px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
    .at-price-content {
        padding: 20px 24px;
    }
}

.at-price-value {
    font-weight: 900;
    font-size: 48px;
    text-transform: capitalize;
}

.at-price-review-box span {
    color: var(--at-theme-color2);
}

.at-price-icon {
    position: absolute;
    right: 43px;
    bottom: -32px;
}

.at-price-icon span {
    width: 70px;
    height: 70px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background: var(--at-title-color);
    border: 1.5px solid var(--at-white-color);
    border-radius: 100px;
}

.at-price-body {
    padding: 30px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
    .at-price-body {
        padding: 30px 24px;
    }
}

.at-price-list {
    padding-bottom: 30px;
    border-bottom: 1.5px solid var(--at-border-color);
}

.at-price-list ul {
    list-style: none;
}

.at-price-list ul li {
    font-weight: 600;
    font-size: 16px;
}

.at-price-list ul li img {
    margin-right: 2px;
}

.at-price-list ul li:not(:last-child) {
    margin-bottom: 9px;
}

.at-price-discount-value {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}

.at-price-discount-btn {
    padding: 2px 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
    color: var(--at-title-color);
    background: var(--at-theme-color2);
}

.at-price-btn .at-btn-box-primary {
    padding: 18.5px 57px;
    background: var(--at-white-color);
    border: 1px solid var(--at-theme-color);
    border-radius: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-price-btn .at-btn-box-primary {
        padding: 13px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-price-btn .at-btn-box-primary {
        padding: 13px 35px;
    }
}

@media (max-width: 575px) {
    .at-price-btn .at-btn-box-primary {
        padding: 13px 16px;
    }
}

.at-price-btn .at-btn-text-box {
    top: 5px;
}

.at-price-btn .at-btn-primary-text {
    background: none;
    color: var(--at-theme-color);
    padding: 0;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .at-price-btn .at-btn-primary-text {
        font-size: 16px;
    }
}

.at-price-btn .at-btn-icon {
    margin-left: 5px;
}

.at-price-btn .at-btn-icon i {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
}

.at-price-btn .at-btn-icon i span svg {
    left: 5px;
}

.at-price-btn .at-btn-icon i span svg:last-child {
    left: -18px;
}

.at-price-switch-box {
    position: relative;
    background: var(--at-white-color);
    border: 1px solid var(--at-theme-color);
    border-radius: 50px;
}

.at-price-switch-box button {
    position: relative;
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    z-index: 2;
    padding: 18px 25px;
    color: var(--at-black-color);
    transition: 0.3s;
    text-transform: uppercase;
}

.at-price-switch-box button.active {
    color: var(--at-white-color);
}

.at-price-switch-box button.monthly.active~.at-price-switch-bg {
    transform: translateX(0px);
}

.at-price-switch-box button.yearly.active~.at-price-switch-bg {
    left: 5px;
}

.at-price-switch-bg {
    position: absolute;
    transition: transform 0.2s ease-in-out;
    will-change: transform;
    width: 129px;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    content: "";
    background: var(--at-theme-color);
    box-shadow: 0px 2px 2px -1px rgba(89, 86, 233, 0.15), 0px 0px 1px rgba(89, 86, 233, 0.1);
    border-radius: 30px;
    transform: translateX(104px);
    -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: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-price-title-area {
        margin-bottom: 33px;
    }
}

@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-price-title {
        margin-bottom: 40px;
    }
}

.at-price-title .at-sec-title {
    margin-top: -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-price-title .at-sec-title {
        font-size: 40px;
    }
}

.at-price-card-2 .at-price-content {
    border-radius: 10px 10px 0 0;
}

.at-price-style {
    padding-top: 116px;
}

@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-price-style {
        padding-top: 80px;
    }
}

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

/*  7.21 Service css
/*----------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-service-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-service-wrapp {
        margin-bottom: 30px;
    }
}

.at-service-item {
    position: relative;
    padding: 40px 30px;
    background: rgba(55, 71, 255, 0.1);
    border-radius: 50px;
    -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: 1200px) and (max-width: 1399px) {
    .at-service-item {
        padding: 30px 20px;
    }
}

.at-service-item::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    border: 2.5px dashed rgba(55, 71, 255, 0.2);
    border-radius: 50px;
    -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-item:hover {
    background: var(--at-theme-color);
}

.at-service-item:hover .at-service-icon {
    color: var(--at-white-color);
    background: none;
}

.at-service-item:hover .at-service-icon::after {
    border: 1.5px dashed var(--at-white-color);
    animation: animation-star 4s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.at-service-item:hover .at-service-icon img {
    filter: brightness(5) contrast(1);
}

.at-service-item:hover .at-box-title {
    color: var(--at-white-color);
}

.at-service-item:hover .at-sec-text {
    color: var(--at-white-color);
}

.at-service-item:hover .at-btn-text-box {
    color: var(--at-white-color);
}

.at-service-item:hover .at-service-btn-icon i span {
    color: var(--at-white-color);
}

.at-service-item:hover::after {
    border: 2.5px dashed var(--at-white-color);
}

.at-service-action .at-btn-text-box {
    font-size: 18px;
    font-weight: 900;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    color: var(--at-title-color);
    line-height: 1;
}

.at-service-action .at-btn-text-box .text1 {
    position: relative;
    top: 2.5px;
    display: block;
    transition: 0.3s;
}

.at-service-action .at-btn-text-box .text2 {
    position: absolute;
    top: 100%;
    display: block;
    transition: 0.3s;
}

.at-service-icon {
    position: relative;
    width: 69px;
    height: 69px;
    font-size: 35px;
    line-height: 64px;
    text-align: center;
    margin: auto;
    margin-bottom: 22px;
    color: var(--at-theme-color);
    background: var(--at-white-color);
    border-radius: 110px;
    -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-icon::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    border: 1.5px dashed rgba(55, 71, 255, 0.3);
    border-radius: 110px;
}

.at-service-icon img {
    transition: 0.3s;
}

.at-service-btn-icon {
    margin-left: 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-service-btn-icon i span {
    position: relative;
    font-size: 24px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: inline-flex;
    color: var(--at-title-color);
}

.at-service-btn-icon i span svg {
    position: absolute;
    bottom: 0;
    left: 1px;
    transform: translateY(0);
    transition: all 0.2s ease-out;
}

.at-service-btn-icon i span svg:last-child {
    left: -22px;
    bottom: 0;
    transform: translate(0, 0);
}

.at-service-btn:hover {
    color: var(--at-white-color);
}

.at-service-btn:hover .at-btn-text-box .text1 {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

.at-service-btn:hover .at-btn-text-box .text2 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.at-service-btn:hover i svg:first-child {
    opacity: 0;
    transform: translate(20px, 0);
}

.at-service-btn:hover i svg:last-child {
    transform: translate(23px, 0);
}

.at-service-more-box {
    padding: 23px 30px;
    border-radius: 50px;
    background: rgba(55, 71, 255, 0.1);
}

@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) {
    .at-service-more-box {
        padding: 18px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-service-more-box {
        padding: 15px 30px;
    }
}

@media (max-width: 575px) {
    .at-service-more-box {
        padding: 15px 16px;
    }
}

.at-service-more-box .at-sec-text2 {
    font-weight: 600;
    color: var(--at-title-color);
    margin-bottom: 0;
}

.at-service-extra-space {
    padding-top: 120px;
    padding-bottom: 210px;
}

@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-extra-space {
        padding-top: 80px;
        padding-bottom: 175px;
    }
}

.at-service-style-2 {
    padding: 0;
    background: none;
}

.at-service-style-2 .at-service-main-box {
    width: 194px;
    min-height: 555px;
    padding: 0;
    border-radius: 10px;
    border: 1px solid var(--at-border-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-service-style-2 .at-service-icon {
    position: static;
    width: auto;
    height: auto;
    padding: 52.5px 73px;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid var(--at-border-color);
}

.at-service-style-2 .at-service-icon::after {
    display: none;
}

.at-service-style-2::after {
    display: none;
}

.at-service-style-2 .at-service-content {
    padding: 15px;
}

.at-service-style-2 .at-service-content-icon img {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.at-service-style-2 .at-box-title {
    text-align: start;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-bottom: 32px;
    -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-style-2:hover,
.at-service-style-2.active {
    background: none;
}

.at-service-item-2 {
    position: relative;
    width: 192px !important;
    height: 555px;
    padding: 0;
    background: none;
    border: 1px solid var(--at-border-color);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-service-item-2 {
        height: 518px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-service-item-2 {
        height: 502px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-service-item-2 {
        width: 360px !important;
        height: 515px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-service-item-2 {
        width: 100% !important;
        height: 580px;
    }
}

@media (max-width: 575px) {
    .at-service-item-2 {
        width: 100% !important;
        height: 515px;
    }
}

.at-service-item-2::after {
    display: none;
}

.at-service-item-2.active .box-title-wrapp {
    opacity: 0;
    visibility: hidden;
}

.at-service-item-2.active .at-service-thumb {
    margin-top: 0;
}

.at-service-item-2.active .at-service-content {
    opacity: 1;
    visibility: visible;
}

@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-service-item-2.active .at-service-content {
        width: 100%;
    }
}

.at-service-item-2.active .at-service-content .at-box-title {
    margin-top: 0;
}

.at-service-item-2.active .at-sec-text {
    text-wrap-mode: wrap;
}

.at-service-item-2.active {
    width: 422px !important;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-service-item-2.active {
        width: 100% !important;
    }
}

.at-service-item-2 .at-service-content {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    padding: 25px;
    height: 100%;
    background: var(--at-theme-color);
    border-radius: 10px;
    z-index: 5;
    transition: all 0.15s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-service-item-2 .at-service-content {
        padding: 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-service-item-2 .at-service-content {
        opacity: 1;
        visibility: visible;
        padding: 15px;
        width: 100%;
    }
}

.at-service-item-2 .at-service-content .at-box-title {
    min-width: 372px;
    margin-top: 30px;
    -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: 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),
(max-width: 575px) {
    .at-service-item-2 .at-service-content .at-box-title {
        min-width: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-service-item-2 .at-service-content .at-box-title {
        font-size: 23px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-service-item-2 .at-service-content .at-box-title {
        font-size: 20px;
        min-width: auto;
    }
}

@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-item-2 .at-service-content .at-box-title {
        margin-top: 0;
    }
}

.at-service-item-2 .at-service-content .at-box-title:hover a {
    color: var(--at-theme-color2);
}

.at-service-item-2 .at-service-thumb {
    margin-top: 10px;
    margin-bottom: 25px;
    -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-item-2 .at-service-thumb img {
    border-radius: 10px;
}

.at-service-item-2 .at-sec-text {
    -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),
(max-width: 575px) {
    .at-service-item-2 .at-sec-text {
        text-wrap-style: auto;
    }
}

.at-service-item-2:hover .at-box-title {
    color: var(--at-theme-color);
}

.at-service-wrapp-2 {
    gap: 30px;
    align-items: 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-service-wrapp-2 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}

.at-service-btn-box .at-btn-box-primary .at-btn-icon i::after {
    transform: scale(1);
}

.at-service-titlebox .at-sec-subtitle::before,
.at-service-titlebox .at-sec-subtitle::after {
    background: var(--at-theme-color2);
}

.at-service-titlebox .subtitle-right-shape::before,
.at-service-titlebox .subtitle-right-shape::after {
    background: var(--at-theme-color2);
}

.at-service-titlebox .at-sec-title {
    line-height: 1.3;
    text-transform: inherit;
}

.at-service-btn .at-btn-icon.style-2 i {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50px;
    background: var(--at-theme-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-service-btn .at-btn-icon.style-2 i span {
    width: 19.8px;
    height: 19.8px;
    margin-top: 12px;
    color: var(--at-white-color);
}

.at-service-btn .at-btn-icon.style-2 i:hover {
    background: var(--at-theme-color2);
}

.at-service-clude-shape {
    position: absolute;
    top: 55px;
    left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-service-clude-shape {
        top: 24px;
    }
}

.at-service-accordion .accordion-button {
    font-size: 36px;
    font-weight: 900;
    padding: 30px 0;
    text-transform: capitalize;
    color: var(--at-white-color);
    background: none;
    letter-spacing: 1.6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.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-service-accordion .accordion-button::after {
    display: none;
}

.at-service-accordion .accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.at-service-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-service-accordion .accordion-button {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-service-accordion .accordion-button {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .at-service-accordion .accordion-button {
        font-size: 20px;
    }
}

.at-service-accordion .accordion-item {
    border: 0;
    border-radius: 0;
    background: none;
}

.at-service-accordion .accordion-number {
    font-weight: 900;
    font-size: 36px;
    color: var(--at-white-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-service-accordion .accordion-number {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-service-accordion .accordion-number {
        font-size: 24px;
    }
}

.at-service-accordion .accordion-body {
    padding: 40px 0;
    border-bottom: 1px solid var(--at-white-color);
}

.at-service-accordion .at-sec-text {
    max-width: 560px;
}

@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-accordion .at-sec-text {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-service-accordion .accordion-number {
        margin-bottom: 40px;
    }
}

.at-service-fq-thmub {
    margin-left: 36px;
    border-radius: 10px;
}

@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-fq-thmub {
        margin-left: 0;
    }
}

.at-service-fq-thmub img {
    width: 100%;
    border-radius: 10px;
}

@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-fq-btn {
        margin-bottom: 40px;
    }
}

.at-service-fq-btn .at-btn-primary-text {
    background: var(--at-theme-color2);
}

.at-service-fq-btn .at-btn-icon {
    margin-left: -5px;
}

.at-service-fq-btn .at-btn-icon i {
    background: var(--at-theme-color2);
}

.at-service-tringle {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.at-service-tringle::before,
.at-service-tringle::after {
    position: absolute;
    width: 60px;
    height: 58px;
    bottom: -57px;
    display: inline-block;
    left: 0;
    content: "";
    background: var(--at-title-color);
    clip-path: polygon(100% 0, 0 0, 0 90%);
}

.at-service-tringle::after {
    left: auto;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 90%);
}

.box-title-wrapp {
    position: relative;
    z-index: 1;
    height: 100%;
    transition: all 0.4s ease-in-out;
}

.box-title-wrapp>.at-box-title {
    position: absolute;
    bottom: 28%;
    min-width: 237px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .box-title-wrapp>.at-box-title {
        font-size: 20px;
    }
}

.at-service-bottom-icon {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-service-bottom-icon {
        bottom: 15px;
    }
}

.at-service-top-icon {
    padding: 66px 0;
    text-align: center;
    border-bottom: 1px solid var(--at-border-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .sv-details-wrapp .sidebar-widget {
        margin-bottom: 40px;
    }
}

.sv-details-thumb-box {
    gap: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sv-details-thumb-box {
        gap: 15px;
    }
}

.sv-details-thumb {
    border-radius: 20px;
}

@media (max-width: 575px) {
    .sv-details-thumb:not(:last-child) {
        margin-bottom: 15px;
    }
}

.sv-details-thumb img {
    border-radius: 20px;
}

.sv-details-feature-wrapp .at-sec-text {
    max-width: 868px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sv-details-feature-wrapp .at-sec-text {
        max-width: 100%;
    }
}

.sv-details-feature-list {
    font-size: 16px;
    font-weight: 900;
    list-style: none;
    display: flex;
    align-items: start;
    gap: 15px;
    text-transform: capitalize;
    color: var(--at-body-color);
    margin-bottom: 15px;
}

.sv-details-feature-list i {
    color: var(--at-theme-color);
    margin-top: 7px;
}

.sv-details-title {
    font-weight: 900;
    font-size: 48px;
    text-transform: capitalize;
    color: var(--at-title-color);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sv-details-title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .sv-details-title {
        font-size: 24px;
    }
}

.sv-details-sm-title {
    font-weight: 900;
    font-size: 30px;
    text-transform: capitalize;
    color: var(--at-title-color);
}

.sv-details-pagination ul {
    position: relative;
    display: flex;
    padding: 14px 30px;
    justify-content: space-between;
    border: 1px solid var(--at-border-color);
    border-radius: 24px;
}

@media (max-width: 575px) {
    .sv-details-pagination ul {
        padding: 14px;
    }
}

.sv-details-pagination ul::after {
    position: absolute;
    width: 1px;
    height: 50px;
    left: 0;
    right: 0;
    top: 50%;
    content: "";
    text-align: center;
    margin: auto;
    background: var(--at-border-color);
    transform: translateY(-50%);
}

@media (max-width: 575px) {
    .sv-details-pagination ul::after {
        display: none;
    }
}

.sv-details-pagination ul li {
    list-style: none;
}

.sv-details-pagination ul li.current .at-pagination-btn-icon i {
    color: var(--at-theme-color2);
}

.sv-details-pagination ul li.current .at-pagination-btn-icon i::after {
    border-color: var(--at-theme-color2);
}

.sv-details-pagination .at-pagination-btn {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 19px;
}

@media (max-width: 575px) {
    .sv-details-pagination .at-pagination-btn {
        font-size: 16px;
        gap: 10px;
    }
}

.sv-details-pagination .at-pagination-btn-icon i {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    color: var(--at-theme-color);
    background: none;
}

.sv-details-pagination .at-pagination-btn-icon i::after {
    border-color: var(--at-theme-color);
}

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

/*  7.10 Experience css
/*----------------------------------------*/

.at-experience-box1 .at-funfact-number {
    font-size: 80px;
    font-weight: 1000;
    line-height: 1;
    background-image: url("../img/funfact/number-bg.jpg");
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    color: transparent;
}

.at-experience-box1 .at-funfact-text {
    line-height: 1.4;
}

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

/*  7.19 Progress-bar css
/*----------------------------------------*/

.at-progress-canva {
    position: relative;
}

.at-progress-canva canvas {
    position: relative;
    z-index: 2;
}

.at-progress-canva input {
    font-size: 36px !important;
    color: var(--at-title-color) !important;
    height: 91px !important;
    width: 91px !important;
    right: 60px;
    bottom: -5px;
}

@media (max-width: 575px) {
    .at-progress-canva input {
        right: 33%;
    }
}

.at-progress-content {
    margin-top: -8px;
}

.at-progress-title {
    font-weight: 900;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--at-title-color);
}

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

/*  7.22 Skill css
/*----------------------------------------*/

.at-skill-main {
    width: 100%;
    max-width: 518px;
    display: flex;
    flex-direction: column;
    gap: 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-skill-main {
        max-width: 100%;
    }
}

.at-skill-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0px;
    padding-bottom: 0;
}

.at-skill-name {
    font-size: 18px;
    font-weight: 600;
    color: var(--at-title-color);
    display: inline-block;
}

.at-skill-bar {
    height: 8px;
    border-radius: 100px;
    background: #E9EBEE;
}

.at-skill-per {
    height: 8px;
    border-radius: 100px;
    width: 0;
    background: linear-gradient(90deg, #e7e2ff 0%, #4e2fda 100%);
    transition: 1s linear;
    position: relative;
}

.at-skill-per::before {
    position: absolute;
    content: attr(data-per);
    padding: 0px 5px;
    background-color: var(--at-title-color);
    color: var(--at-white-color);
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 4px;
    top: -35px;
    right: 0;
    transform: translateX(50%);
}

.at-skill-per::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 14px;
    background-color: var(--at-title-color);
    top: -20px;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

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

/*  7.12 Funfact css
/*----------------------------------------*/

.at-funfact-number {
    font-size: 80px;
    font-weight: 1000;
    line-height: 1;
}

.at-funfact-number.at-fun-shape {
    background-image: url("../img/funfact/number-bg.jpg");
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    color: transparent;
    margin-bottom: -15px;
}

.at-funfact-number.at-fun-shape b {
    font-weight: 1600;
}

.at-funfact-text {
    font-weight: 900;
    font-size: 24px;
    text-transform: capitalize;
    color: var(--at-title-color);
    margin-bottom: 0;
}

.at-funfact-style-2 {
    align-items: center;
    gap: 6px;
}

.at-funfact-style-2 .at-funfact-number {
    font-size: 30px;
    font-weight: 900;
    color: var(--at-title-color);
    background-image: none;
    line-height: 1.1;
}

.at-funfact-style-2 .at-sec-text {
    font-weight: 900;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 0;
    color: var(--at-body-color);
}

.at-funfact-wrapp {
    border-radius: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-funfact-wrapp {
        border-radius: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-funfact-wrapp {
        border-radius: 20px;
    }
}

.at-funfact-wrapp .row [class*=col-]:not(:last-child) .at-funfact-style-3 {
    position: relative;
    border-right: 2px solid var(--at-white-color);
}

@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 .row [class*=col-]:not(:last-child) .at-funfact-style-3 {
        border-bottom: 2px solid var(--at-white-color);
    }
}

.at-funfact-wrapp .row [class*=col-]:not(:last-child) .at-funfact-style-3::after {
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50px;
    right: -5px;
    content: "";
    background: var(--at-white-color);
    border-radius: 100px;
    animation: updown 10s forwards infinite;
}

@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 .row [class*=col-]:not(:last-child) .at-funfact-style-3::after {
        top: auto;
        bottom: -5px;
        animation: leftRight 10s forwards infinite;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-funfact-wrapp .row [class*=col-]:not(:last-child) .at-funfact-style-3.border-odd {
        border-bottom: 0;
    }
    .at-funfact-wrapp .row [class*=col-]:not(:last-child) .at-funfact-style-3.border-odd::after {
        display: none;
    }
}

.at-funfact-wrapp .row [class*=col-]:not(:last-child):nth-child(2) .at-funfact-style-3::after {
    animation: updown 13s forwards infinite;
}

@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 .row [class*=col-]:not(:last-child):nth-child(2) .at-funfact-style-3::after {
        animation: leftRight 13s forwards infinite;
    }
}

@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 .row [class*=col-]:not(:last-child):nth-child(even) .at-funfact-style-3 {
        border-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-funfact-wrapp .row [class*=col-]:not(:last-child):nth-child(odd) .at-funfact-style-3 {
        border-right: 0;
    }
}

.at-funfact-title {
    font-weight: 900;
    font-size: 48px;
    color: var(--at-white-color);
    margin-bottom: 3px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
}

.at-funfact-style-3 {
    padding: 53px 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-style-3 {
        padding: 24px 0;
    }
}

.at-funfact-style-3 .at-sec-text2 {
    font-weight: 900;
    margin-bottom: 0;
}

.at-funfact-space {
    position: absolute;
    margin-top: -94px;
    width: 100%;
}

.at-funfact-user-box .at-funfact-number {
    font-weight: 900;
    font-size: 18px;
}

.at-funfact-style-4 {
    padding: 47.8px 0;
    margin: 0 -1px;
    border: 1px solid rgba(27, 36, 58, 0.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: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-funfact-style-4 {
        margin: -1px;
    }
}

.at-funfact-style-4 .at-funfact-title {
    color: var(--at-title-color);
}

.at-funfact-style-4 .at-sec-text2 {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-funfact-style-4 .at-sec-text2 {
        font-size: 16px;
    }
}

.at-funfact-style-4:hover {
    background: var(--at-theme-color);
    border-color: var(--at-theme-color);
}

.at-funfact-style-4:hover .at-funfact-title {
    color: var(--at-white-color);
}

.at-funfact-style-4:hover .at-sec-text2 {
    color: var(--at-white-color);
}

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

/*  7.12 Features css
/*----------------------------------------*/

.at-feature-overlay {
    position: relative;
}

.at-feature-overlay::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: var(--at-smoke-color);
    opacity: 0.3;
}

.at-feature-card {
    overflow: hidden;
    padding: 49px 60px;
}

.at-feature-value {
    font-size: 50px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px var(--at-title-color);
}

.at-feature-bdr {
    position: absolute;
    top: 0;
    z-index: -1;
}

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

/*  7.11 Faq css
/*----------------------------------------*/

.at-faq-banner {
    border-radius: 10px;
}

.at-faq-banner-thumb img {
    border-radius: 10px;
}

.at-faq-banner-content {
    position: absolute;
    top: 40px;
    left: 50px;
    right: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-faq-banner-content {
        left: 20px;
        right: 20px;
    }
}

.at-faq-banner-title {
    font-weight: 900;
    font-size: 36px;
    text-transform: capitalize;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-faq-banner-title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .at-faq-banner-title {
        font-size: 24px;
    }
}

.at-faq-info {
    padding: 40px 30px 30px 40px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .at-faq-info {
        padding: 30px 15px 30px 15px;
    }
}

.at-faq-info-list a {
    color: var(--at-smoke-color);
    margin-bottom: 0;
}

.at-faq-info-list a img {
    margin-right: 8px;
}

.at-faq-info-list:not(:last-child) {
    margin-bottom: 11px;
}

.at-faq-info-icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: var(--at-theme-color2);
    border-radius: 100px;
    margin-top: -13px;
}

@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-faq-accordion-2 {
        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-faq-sidebar2 .at-faq-banner-thumb {
        text-align: center;
    }
}

.at-faq-sidebar2 .at-faq-banner-thumb img {
    width: 100%;
}

.at-faq-banner-bg {
    position: absolute;
    bottom: -9px;
    z-index: -1;
}

@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-faq-banner-bg {
        text-align: center;
        left: 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-faq-banner-thumb {
        text-align: center;
        margin-bottom: 40px;
    }
}

.at-faq-banner-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-faq-banner-thumb img {
        width: auto;
    }
}

.at-faq-funfact-style {
    position: absolute;
    top: 47%;
    left: 0;
    right: 33px;
    transform: translateY(-50%);
}

.at-faq-funfact-style .at-funfact-title {
    font-size: 64px;
    line-height: 1;
    color: var(--at-theme-color2);
    margin-bottom: 0;
}

.at-faq-funfact-style .at-sec-text {
    line-height: 1;
    margin-bottom: 0;
}

.at-faq-contact .at-sec-text a {
    color: var(--at-theme-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-faq-contact .at-sec-text a:hover {
    color: var(--at-theme-color2);
}

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

/*  7.20 Project css
/*----------------------------------------*/

.at-project-style1 {
    position: relative;
}

.at-project-style1::after {
    position: absolute;
    width: 38.7%;
    height: 100%;
    right: 0;
    top: 0;
    content: "";
    background: var(--at-theme-color);
    z-index: -1;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-project-style1::after {
        position: static;
    }
}

.at-project-box1 {
    background: var(--at-title-color);
    border-radius: 5px 0 0 0;
}

@media (max-width: 575px) {
    .at-project-box1 {
        padding-top: 30px;
    }
}

@media (max-width: 575px) {
    .at-project-box1 .at-project-thumb {
        height: 350px;
    }
}

.at-project-number {
    position: absolute;
    top: 60px;
    left: 30px;
    font-weight: 900;
    font-size: 48px;
    color: transparent;
    -webkit-text-stroke: 1px var(--at-border-color);
    opacity: 0.5;
    z-index: 2;
}

@media (max-width: 575px) {
    .at-project-number {
        position: static;
    }
}

.at-project-thumb-box {
    flex: 0 0 auto;
    border-radius: 0 5px 0 0;
}

@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: 992px) and (max-width: 1199px) {
    .at-project-thumb-box {
        flex: auto;
    }
}

.at-project-thumb-box img {
    border-radius: 0 5px 0 0;
}

.at-project-content {
    margin-left: 30px;
    padding-right: 20px;
    margin-bottom: 60px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .at-project-content {
        margin-left: 15px;
    }
}

@media (max-width: 575px) {
    .at-project-content {
        margin: 0;
        padding: 0 15px;
        margin-bottom: 60px;
    }
}

.at-project-shape {
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-project-shape {
        right: -50px;
    }
}

.at-project-btn {
    position: absolute;
    left: -25px;
    top: 50%;
    z-index: 2;
    text-align: center;
    transform: translateY(-50%);
}

@media (max-width: 575px) {
    .at-project-btn {
        left: 0;
        right: 0;
        top: 4%;
    }
}

.at-project-btn .at-btn-icon.style-2 i {
    padding: 45px 15px;
    border-radius: 50px;
    background: var(--at-theme-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-project-btn .at-btn-icon.style-2 i span {
    width: 24px;
    height: 24px;
}

.at-project-btn .at-btn-icon.style-2 i:hover {
    background: var(--at-theme-color2);
}

.at-project-active {
    margin-left: 300px;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .at-project-active {
        margin-left: 190px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .at-project-active {
        margin-left: 140px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .at-project-active {
        margin-left: 0;
    }
}

@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-project-active {
        margin-left: 18px;
    }
}

@media (max-width: 575px) {
    .at-project-active {
        margin-left: 18px;
        margin-right: 18px;
    }
}

.at-project-card-2 .at-project-content {
    padding: 0;
    margin-left: 0;
    padding-bottom: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--at-border-color);
}

.at-project-card-2 .at-project-content .at-box-title {
    margin-bottom: 0;
}

.at-project-card-2 .at-project-thumb {
    height: auto;
    border-radius: 10px;
}

.at-project-card-2 .at-project-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.at-project-card-2:hover .at-img-hover::before {
    animation: shine 1s;
}

.at-project-card-2:hover .at-img-hover img {
    transform: scale(1.1);
}

.at-project-2-active {
    margin-left: -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-project-2-active {
        margin: 0 15px;
    }
}

.at-project-2-active .swiper-wrapper .swiper-slide {
    width: auto !important;
}

@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-project-2-active .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }
}

.at-project-card-3 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.at-project-card-3 .at-project-thumb img {
    width: 100%;
}

.at-project-card-3 .at-project-titlebox {
    position: absolute;
    bottom: -100px;
    left: 40px;
    right: 40px;
    padding: 12px;
    background-color: var(--at-white-color);
    border-radius: 10px 10px 0 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;
}

@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-project-card-3 .at-project-titlebox {
        left: 10px;
        right: 10px;
    }
}

.at-project-card-3 .at-project-title {
    font-weight: 900;
    font-size: 24px;
    text-transform: capitalize;
    color: var(--at-title-color);
}

@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-project-card-3 .at-project-title {
        font-size: 20px;
    }
}

.at-project-card-3 .at-project-content {
    position: absolute;
    top: 50px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    margin: 0;
    padding: 0 40px;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(55, 71, 255, 0.9);
    border: 3px solid rgba(255, 255, 255, 0.9);
    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;
}

@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-project-card-3 .at-project-content {
        left: 15px;
        right: 15px;
        padding: 0 15px;
    }
}

.at-project-card-3:hover .at-project-content {
    top: 20px;
    opacity: 1;
    visibility: visible;
}

.at-project-card-3:hover .at-project-titlebox {
    bottom: 0;
}

.at-project-icon {
    position: absolute;
    width: 77px;
    height: 77px;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 29px;
    line-height: 77px;
    text-align: center;
    color: var(--at-theme-color2);
    text-align: center;
    display: inline-block;
    background: var(--at-white-color);
    border-radius: 1000px;
    border: 1px solid var(--at-border-color) 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;
}

@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-project-icon {
        top: 20px;
    }
}

.at-project-icon:hover {
    color: var(--at-white-color);
    background: var(--at-theme-color2);
    border: 1px solid var(--at-theme-color2);
}

.at-project-category {
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    color: var(--at-theme-color);
    margin-bottom: 5px;
}

.project-details-thumb {
    border-radius: 10px;
}

.project-details-thumb img {
    border-radius: 10px;
}

.project-details-info-wrapp .row [class*=col-]:nth-child(2) .project-details-info-item::after {
    right: auto;
    left: 16rem;
}

.project-details-info-wrapp .row [class*=col-]:last-child .project-details-info-item::after {
    display: none;
}

.project-details-info-item {
    position: relative;
}

.project-details-info-item::after {
    position: absolute;
    width: 266px;
    height: 1px;
    top: 50%;
    content: "";
    left: 16rem;
    background: var(--at-border-color);
    transform: translateY(-50%);
}

@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) {
    .project-details-info-item::after {
        display: none;
    }
}

.project-details-title {
    font-weight: 900;
    font-size: 30px;
    text-transform: capitalize;
    color: var(--at-title-color);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .project-details-title {
        font-size: 24px;
    }
}

.project-details-info-text {
    font-size: 16px;
    font-weight: 600;
}

.project-details-info-title {
    font-size: 24px;
    font-weight: 900;
    text-transform: capitalize;
    color: var(--at-title-color);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .project-details-info-title {
        font-size: 18px;
    }
}

.project-details-feature-list {
    font-size: 16px;
    font-weight: 900;
    list-style: none;
    display: flex;
    align-items: start;
    gap: 15px;
    text-transform: capitalize;
    color: var(--at-body-color);
    margin-bottom: 15px;
}

.project-details-feature-list i {
    color: var(--at-theme-color);
    margin-top: 5px;
}

.project-details-thumb-box {
    gap: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .project-details-thumb-box {
        gap: 15px;
    }
}

.project-details-thumb {
    border-radius: 10px;
}

@media (max-width: 575px) {
    .project-details-thumb:not(:last-child) {
        margin-bottom: 15px;
    }
}

.project-details-thumb img {
    border-radius: 10px;
}

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

/*  7.26 Textslider css
/*----------------------------------------*/

.at-textslider-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: var(--at-white-color);
    margin-bottom: 0;
}

.at-textslider-shape {
    margin-left: 25px;
}

.at-textslider-space {
    padding: 24px 0;
}

.at-textslider-style-2 .at-textslider-shape {
    margin-left: 0;
    margin-right: 25px;
}

.at-textslider-style-3 {
    position: relative;
    padding: 26.5px 0;
    z-index: 3;
}

.at-textslider-style-3 .at-textslider-title {
    font-size: 36px;
}

.at-textslider-style-3::after {
    position: absolute;
    width: 330px;
    height: 32px;
    top: 98.5%;
    right: 20.8%;
    content: "";
    background: var(--at-theme-color);
    clip-path: polygon(0 0, 100% 0, 91% 100%, 9% 100%);
    z-index: 2;
}

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

/*  7.24 Team css
/*----------------------------------------*/

.at-team-item {
    position: relative;
    padding: 42px 0 0 0;
    background: var(--at-border-color);
}

.at-team-item:hover .at-team-border {
    margin-top: 7px;
}

.at-team-textbox {
    position: absolute;
    padding: 13px 20px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 10px;
    background: var(--at-white-color);
    z-index: 3;
}

.at-team-textbox .at-box-title {
    line-height: 1;
    margin-bottom: 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;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-team-textbox .at-box-title {
        font-size: 20px;
    }
}

.at-team-textbox .at-box-title:hover {
    color: var(--at-theme-color);
}

.at-team-designation {
    display: block;
}

.at-team-border {
    position: absolute;
    top: 0;
    inset: 0;
    height: 26%;
    margin-top: 0;
    background: var(--at-theme-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-team-social-btn {
    position: relative;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    background: var(--at-theme-color);
    cursor: pointer;
}

.at-team-social-btn::after,
.at-team-social-btn::before {
    position: absolute;
    width: 12px;
    height: 2px;
    top: 48%;
    left: 12px;
    content: "";
    background: var(--at-white-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-team-social-btn::before {
    width: 2px;
    height: 12px;
    top: 50%;
    left: 17px;
    transform: translateY(-50%);
}

.at-team-social-btn:hover::before {
    opacity: 0;
}

.at-team-social-list {
    position: absolute;
    bottom: 8px;
    z-index: -1;
    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-social-list a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: var(--at-title-color);
    background: var(--at-white-color);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    -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-list a:hover {
    color: var(--at-white-color);
    background: var(--at-theme-color);
}

.at-team-social-list a:not(:last-child) {
    margin-bottom: 8px;
}

.at-team-social-box {
    line-height: 0;
}

.at-team-social-box:hover .at-team-social-list {
    bottom: 43px;
    opacity: 1;
    visibility: visible;
}

.at-team-wrapp-box {
    gap: 24px;
}

@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-wrapp-box {
        justify-content: center;
    }
}

.at-team-wrapp-box:not(:last-child) {
    margin-bottom: 25px;
}

.at-team-title-wrapp2 .at-sec-text {
    max-width: 530px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-team-wrapp2 .at-box-title {
        font-size: 20px;
    }
}

.team-details-thumb-box {
    padding: 30px;
    text-align: center;
    background: var(--at-white-color);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.08);
    border-radius: 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) {
    .team-details-thumb-box {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .team-details-thumb-box {
        padding: 15px;
    }
}

.team-details-thumb {
    border-radius: 10px;
}

.team-details-thumb img {
    border-radius: 10px;
}

.team-details-title {
    font-size: 30px;
    font-weight: 900;
    text-transform: capitalize;
    color: var(--at-title-color);
}

@media (max-width: 575px) {
    .team-details-title {
        font-size: 24px;
    }
}

.team-details-sm-title {
    font-size: 24px;
    font-weight: 900;
    text-transform: capitalize;
    color: var(--at-title-color);
}

.team-details-subtitle {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    color: var(--at-theme-color);
}

.team-details-social ul {
    display: flex;
    gap: 10px;
}

.team-details-social ul li {
    list-style: none;
}

.team-details-social ul li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: var(--at-title-color);
    display: inline-block;
    background: var(--at-smoke-color);
    border-radius: 5px;
    -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;
}

.team-details-social ul li a:hover {
    color: var(--at-white-color);
    background: var(--at-theme-color);
}

@media (max-width: 575px) {
    .team-details-info tbody,
    .team-details-info td,
    .team-details-info tfoot,
    .team-details-info th,
    .team-details-info thead,
    .team-details-info tr {
        display: block;
    }
}

.team-details-info-title {
    font-weight: 900;
    color: var(--at-title-color);
}

@media (max-width: 575px) {
    .team-details-info th {
        padding-bottom: 0;
        padding-left: 0;
    }
}

.team-details-info td {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #696868;
}

@media (max-width: 575px) {
    .team-details-info td {
        padding-left: 0;
    }
}

.team-details-skill-box .at-skill-main {
    max-width: 569px;
    gap: 10px;
}

.team-details-skill-box .at-skill-item {
    padding: 0;
}

.team-details-skill-box .at-skill-name {
    font-size: 18px;
    font-weight: 900;
}

.team-details-skill-box .at-skill-bar {
    position: relative;
    background: none;
    border: 1px solid var(--at-border-color);
    border-radius: 0;
}

.team-details-skill-box .at-skill-per {
    position: static;
    height: 2px;
    margin-top: 2px;
    background: var(--at-theme-color);
}

.team-details-skill-box .at-skill-per::before {
    font-size: 18px;
    font-weight: 900;
    color: var(--at-title-color);
    background: none;
    right: 20px;
}

.team-details-skill-box .at-skill-per::after {
    display: none;
}

.team-details-form {
    padding: 60px 40px;
    background: var(--at-white-color);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

@media (max-width: 575px) {
    .team-details-form {
        padding: 30px 15px;
    }
}

.team-details-form .at-contact-input input {
    border-radius: 5px;
    padding-right: 60px;
}

.team-details-form .at-contact-input textarea {
    border-radius: 5px;
}

.team-details-form .at-btn-primary-text {
    width: 100%;
    border-radius: 10px;
    text-transform: uppercase;
}

.team-contact-title {
    font-size: 36px;
    font-weight: 900;
    text-transform: capitalize;
    color: var(--at-title-color);
}

@media (max-width: 575px) {
    .team-contact-title {
        font-size: 24px;
    }
}

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

/*  7.9 Cta css
/*----------------------------------------*/

.at-cta-logo {
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-cta-logo {
        top: 0;
    }
}

.at-cta-logo::before {
    position: absolute;
    width: 387px;
    height: 134px;
    top: -29px;
    left: 0;
    content: "";
    background: var(--at-title-color);
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-cta-logo::before {
        width: 375px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-cta-logo::before {
        width: 100%;
        height: 134px;
    }
}

.at-cta-info-title {
    font-weight: 900;
    font-size: 20px;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-cta-newslatter-box {
        margin-bottom: 30px;
    }
}

.at-cta-newslatter-btn {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 575px) {
    .at-cta-newslatter-btn {
        position: static;
        margin-top: 10px;
        text-align: center;
    }
}

.at-cta-newslatter-btn .at-btn-primary-text {
    color: var(--at-title-color);
    padding: 20.8px 32.5px;
    background: var(--at-theme-color2);
}

.at-cta-newslatter-input input {
    font-weight: 600;
    padding: 29px 30px;
    padding-right: 200px;
    background: var(--at-white-color);
    border-radius: 30px;
}

@media (max-width: 575px) {
    .at-cta-newslatter-input input {
        padding-right: 30px;
    }
}

.at-cta-newslatter-input input::placeholder {
    font-weight: 600;
}

.at-cta-newslatter-icon i img {
    margin-top: -5px;
}

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

/*  7.4 Capsule css
/*----------------------------------------*/

.at-capsule-wrapp {
    position: relative;
    height: 100%;
    pointer-events: auto;
}

@media (max-width: 575px) {
    .at-capsule-wrapp {
        margin-right: 0;
    }
}

.at-capsule-wrapp>.at-capsule-item-wrapp>p {
    position: absolute;
    display: inline-block;
    margin-bottom: 0;
    left: 0;
    top: 0;
    user-select: none;
    pointer-events: auto;
    transition: none;
}

.at-capsule-wrapp>.at-capsule-item-wrapp>p img {
    transition: none;
    padding-bottom: 10px;
}

.at-capsule-item {
    display: inline-block;
    font-size: 18px;
    color: var(--at-white-color);
    font-weight: 700;
    border-radius: 100px;
    padding: 10px 26px;
    background: var(--at-theme-color);
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%) rotate(0.01rad);
    -moz-transform: translate(-50%, -50%) rotate(0.01rad);
    -ms-transform: translate(-50%, -50%) rotate(0.01rad);
    -o-transform: translate(-50%, -50%) rotate(0.01rad);
    transform: translate(-50%, -50%) rotate(0.01rad);
}

@media (max-width: 575px) {
    .at-capsule-item {
        padding: 10px;
    }
}

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

/*  7.25 Testimonial css
/*----------------------------------------*/

.at-testimonial-item {
    padding: 40px 54px 30px 54px;
}

@media (max-width: 575px) {
    .at-testimonial-item {
        padding: 30px 20px 30px 20px;
    }
}

.at-testimonial-avater img {
    width: 80px;
    height: 80px;
    border: 2px solid var(--at-theme-color);
    border-radius: 100px;
}

.at-testimonial-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
    color: var(--at-title-color);
}

.at-testimonial-designation {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    color: var(--at-body-color);
    display: inline-block;
}

.at-testimonial-content {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--at-border-color);
}

.at-testimonial-qoute-box {
    margin: 0 20px;
}

.at-testimonial-review-text {
    font-weight: 900;
    font-size: 20px;
    line-height: 1.5;
    text-transform: capitalize;
    color: var(--at-title-color);
    margin-right: 8px;
}

@media (max-width: 575px) {
    .at-testimonial-review-text {
        display: block;
    }
}

.at-testimonial-review-icon {
    color: var(--at-theme-color2);
}

.at-testimonial-shape-box1 {
    position: absolute;
    left: 3.2%;
    bottom: 21.5%;
    animation: jumpTwo 2s linear infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-testimonial-shape-box1 {
        left: 0;
    }
}

.at-testimonial-shape-box2 {
    position: absolute;
    right: 3.2%;
    top: 21.5%;
    animation: jumpTwo 2.9s linear infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-testimonial-shape-box2 {
        right: 0;
    }
}

.at-testimonial-shape-img img {
    width: 200px;
    height: 201px;
    border-radius: 120px 0 120px 120px;
}

.at-testimonial-shape-img2 img {
    width: 118px;
    height: 118px;
    border-radius: 60px 60px 60px 0;
}

.at-testimonial-shape-img2 {
    margin-left: -15px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .at-testimonial-shape-img2 {
        margin-left: -75px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-testimonial-shape-img2 {
        margin-left: -118px;
    }
}

.at-testimonial-star1 {
    position: absolute;
    top: 14%;
    left: 15.5%;
    animation: sparkleAnim 1.5s ease-in-out infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .at-testimonial-star1 {
        top: 6%;
    }
}

@media (max-width: 575px) {
    .at-testimonial-star1 {
        top: 2%;
    }
}

.at-testimonial-star2 {
    position: absolute;
    bottom: 14%;
    right: 15.5%;
    animation: rotate1 8s linear infinite;
}

@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-star2 {
        bottom: 8%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-testimonial-title-area .at-title-area {
        margin-bottom: 0;
    }
}

.at-testimonial-card-2 {
    padding: 0;
}

.at-testimonial-card-2 .at-testimonial-content {
    max-width: 680px;
    border: 0;
    margin-left: 110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-testimonial-card-2 .at-testimonial-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-testimonial-card-2 .at-testimonial-content {
        margin-left: 0;
        margin: auto;
    }
}

@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-card-2 .at-testimonial-avater {
        margin-bottom: 40px;
    }
}

.at-testimonial-card-2 .at-testimonial-avater img {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 10px;
}

.at-testimonial-text {
    font-weight: 900;
    font-size: 20px;
    line-height: 1.5;
    text-transform: capitalize;
}

.at-testimonial-reviewbox {
    gap: 15px;
}

.at-testimonial-review-ratings {
    font-weight: 900;
    font-size: 48px;
    color: var(--at-white-color);
}

.at-testimonial-review-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

.at-testimonial-review-icon span {
    color: var(--at-theme-color2);
}

.at-testimonial-wrapp-2 {
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.at-testimonial-tab-button .nav-tab {
    gap: 30px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

@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) {
    .at-testimonial-tab-button .nav-tab {
        gap: 10px;
    }
}

@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-tab-button .nav-tab {
        flex-wrap: wrap;
    }
}

.at-testimonial-tab-button .nav-link {
    font-weight: 900;
    font-size: 24px;
    line-height: 1.4;
    text-transform: capitalize;
    color: var(--at-white-color);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 9px 55px;
    border-radius: 10px;
    min-width: 308px;
}

@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) {
    .at-testimonial-tab-button .nav-link {
        padding: 9px 50px;
        min-width: 208px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .at-testimonial-tab-button .nav-link {
        padding: 9px 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-testimonial-tab-button .nav-link {
        padding: 9px 26px;
        flex: 1 1 calc(50% - 20px);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-testimonial-tab-button .nav-link {
        flex: 1 1 100%;
    }
}

@media (max-width: 575px) {
    .at-testimonial-tab-button .nav-link {
        font-size: 20px;
        padding: 9px;
        min-width: 290px;
    }
}

.at-testimonial-tab-button .active {
    background: var(--at-theme-color2);
    color: var(--at-title-color);
}

.at-testimonial-tab-button .active .at-testimonial-designation {
    color: var(--at-title-color);
}

.at-testimonial-tab-button .at-testimonial-designation {
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--at-white-color);
}

.at-testimonial-shape {
    position: absolute;
    right: 0;
    bottom: 31%;
    animation: rotateRing 10s linear infinite, floatUpDown 3s ease-in-out infinite;
}

.at-testi-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    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-testi-shape {
        top: -10px;
    }
}

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

/*  7.7 Choose css
/*----------------------------------------*/

.at-choose-wrapp {
    padding: 120px 57px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-choose-wrapp {
        padding: 100px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .at-choose-wrapp {
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .at-choose-wrapp {
        padding: 20px;
    }
}

.at-choose-item {
    border-radius: 5px;
    padding: 24px 30px 24px 30px;
    background: rgba(55, 71, 255, 0.1);
}

@media (max-width: 575px) {
    .at-choose-item {
        padding: 20px;
    }
}

.at-choose-item:not(:last-child) {
    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-choose-item:not(:last-child) {
        margin-bottom: 16px;
    }
}

.at-choose-item .item-number {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: 42px;
    top: -80px;
    font-size: 24px;
    font-weight: 900;
    color: var(--at-white-color);
    text-align: center;
    background: var(--at-theme-color);
    border-radius: 100px;
}

@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-choose-item .item-number {
        display: none;
    }
}

.at-choose-item:nth-child(2n+2) .item-number {
    top: auto;
    bottom: -80px;
}

.at-choose-item:nth-child(2n+2) .item-shape {
    position: absolute;
    top: auto;
    bottom: -50px;
    right: -100px;
}

.at-choose-item:nth-child(2n+2) .item-shape .at-bullet-pulse {
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
}

.at-choose-item.right-item .item-number {
    right: auto;
    left: 42px;
}

.at-choose-item.right-item .item-shape {
    position: absolute;
    top: -50px;
    right: auto;
    left: -100px;
}

.at-choose-item.right-item .item-shape .at-bullet-pulse {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
}

.at-choose-item.right-item:nth-child(2n+2) .item-shape {
    top: auto;
    bottom: -50px;
    right: auto;
    left: -100px;
}

.at-choose-item.right-item:nth-child(2n+2) .item-shape .at-bullet-pulse {
    right: auto;
    left: 0;
    bottom: auto;
    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-choose-item.right-item {
        margin-top: 16px;
    }
}

.at-choose-item .item-shape {
    position: absolute;
    top: -50px;
    right: -100px;
}

.at-choose-item .item-shape .at-bullet-pulse {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 575px) {
    .at-choose-item .at-box-title {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .at-choose-thumb {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .at-choose-thumb {
        margin-bottom: 20px;
    }
}

.at-choose-thumb img {
    border: 10px solid var(--at-smoke-color);
    border-radius: 50%;
}

.at-choose-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    color: var(--at-title-color);
}

.at-choose-item.style-2 {
    padding: 10px;
    background: var(--at-smoke-color);
    border-radius: 5px;
    -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-choose-item.style-2.active,
.at-choose-item.style-2:hover {
    background: var(--at-theme-color);
}

.at-choose-item.style-2.active .at-choose-content,
.at-choose-item.style-2:hover .at-choose-content {
    border: 1px solid transparent;
}

.at-choose-item.style-2.active .at-choose-content::before,
.at-choose-item.style-2:hover .at-choose-content::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.at-choose-item.style-2.active .at-choose-icon img,
.at-choose-item.style-2:hover .at-choose-icon img {
    transform: scaleX(-1);
}

.at-choose-item.style-2 .item-number {
    display: none;
}

.at-choose-content {
    padding: 0 20px 5px 20px;
    border: 1px solid rgba(12, 34, 38, 0.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;
    position: relative;
    border-radius: 5px;
    display: block;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-choose-content {
        padding: 0 16px 5px 16px;
    }
}

.at-choose-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: var(--at-white-color);
    transform: scale(0.8);
    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;
    border-radius: 5px;
    z-index: -1;
}

.at-choose-icon {
    padding: 15px;
    display: inline-block;
    background: var(--at-theme-color);
    border-radius: 0 0 8px 8px;
}

.at-choose-icon img {
    -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-choose-title {
    font-weight: 900;
    font-size: 20px;
    color: var(--at-title-color);
}

.at-choose-wrapp {
    border-radius: 15px;
}

.at-choose-wrapp.wrapp-style-3 {
    padding: 50px 60px;
    box-shadow: none;
    padding-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-choose-wrapp.wrapp-style-3 {
        padding: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-choose-wrapp.wrapp-style-3 {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .at-choose-wrapp.wrapp-style-3 {
        padding: 30px 15px;
    }
}

.at-choose-style-3 {
    padding: 0;
    border-radius: 0;
    background: none;
}

.at-choose-style-3:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 2px dashed #3747ff;
}

@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-choose-style-3 {
        margin-bottom: 40px;
    }
}

.at-choose-style-3 .at-choose-content {
    border: 0;
    padding: 0;
    gap: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-choose-style-3 .at-choose-content {
        gap: 10px;
    }
}

.at-choose-style-3 .at-choose-icon {
    width: 84px;
    height: 84px;
    line-height: 42px;
    flex: 0 0 auto;
    text-align: center;
    color: var(--at-white-color);
    background: var(--at-theme-color);
    border-radius: 100px;
    border: 3px solid rgba(255, 255, 255, 0.8);
}

@media (max-width: 575px) {
    .at-choose-style-3 .at-choose-icon {
        margin-bottom: 15px;
    }
}

.at-choose-style-3 .at-choose-icon img {
    -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: 1200px) and (max-width: 1399px) {
    .at-choose-style-3 .at-box-title {
        font-size: 20px;
    }
}

.at-choose-style-3:hover .at-choose-icon img {
    transform: scaleX(-1);
}

.at-choose-thumb-3 {
    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-choose-thumb-3 {
        margin-left: 0;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-choose-thumb-3 {
        margin-left: 0;
        margin-bottom: auto;
    }
}

.at-choose-thumb-3 img {
    max-width: inherit;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-choose-thumb-3 img {
        max-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-choose-titlebox2 {
        margin-bottom: 100px;
    }
}

.at-choose-wrapp4 .row [class*=col-]:nth-child(2) .at-choose-item {
    margin-top: 319px;
}

@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-choose-wrapp4 .row [class*=col-]:nth-child(2) .at-choose-item {
        margin-top: 0;
    }
}

.at-choose-wrapp4 .row [class*=col-]:nth-child(2) .at-choose-bottom {
    border-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-choose-wrapp4 .row [class*=col-]:nth-child(2) .at-choose-bottom {
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.at-choose-wrapp4 .at-textslider-space {
    position: absolute;
    width: 100%;
    top: 18%;
    z-index: 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-choose-wrapp4 .at-textslider-space {
        top: -80px;
    }
}

.at-choose-wrapp4 .at-textslider-space .at-textslider-title {
    color: var(--at-theme-color);
}

.at-choose-wrapp4 .at-textslider-space .swiper-wrapper .swiper-slide:nth-child(2n+1) .at-textslider-title {
    color: var(--at-theme-color2);
}

.at-choose-bottom {
    margin-top: 319px;
}

@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-choose-bottom {
        margin-top: 0;
    }
}

.at-choose-item.style-4 {
    position: relative;
    padding: 30px;
    min-height: 313px;
    background: var(--at-title-color);
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.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;
    z-index: 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-choose-item.style-4 {
        margin: -1px;
    }
}

.at-choose-item.style-4 .at-choose-content {
    padding: 0;
    border: 0;
}

.at-choose-item.style-4 .item-number {
    display: none;
}

.at-choose-item.style-4:hover,
.at-choose-item.style-4.active {
    background: var(--at-theme-color);
    border-color: var(--at-theme-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 575px) {
    .at-choose-item.style-4 {
        padding: 20px;
    }
}

.at-choose-categorie {
    font-size: 16px;
    font-weight: 600;
    padding: 7px 20px;
    display: inline-block;
    color: var(--at-white-color);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.at-choose-mashroom {
    position: absolute;
    bottom: 17px;
    left: 0;
    animation: rotateRing 10s linear infinite, floatUpDown 3s ease-in-out infinite;
}

.at-choose-shape {
    position: absolute;
    bottom: -38px;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-choose-shape {
        bottom: -35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-choose-shape {
        bottom: -25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .at-choose-shape {
        bottom: -20px;
    }
}

@media (max-width: 575px) {
    .at-choose-shape {
        bottom: -15px;
    }
}

.at-shape-star1 {
    position: absolute;
    top: 14%;
    left: 8%;
    animation: sparkleAnim 1.5s ease-in-out infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .at-shape-star1 {
        top: 6%;
    }
}

@media (max-width: 575px) {
    .at-shape-star1 {
        top: 2%;
    }
}

.at-shape-star2 {
    position: absolute;
    bottom: 53%;
    right: 7%;
    animation: rotate1 8s linear infinite;
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .at-shape-star2 {
        right: 2.5%;
    }
}

@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-shape-star2 {
        bottom: 74%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-shape-star2 {
        bottom: 85%;
    }
}

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

/*  7.8 Contact css
/*----------------------------------------*/

.at-contact-input {
    height: 100%;
}

.at-contact-input .nice-select {
    height: 56px;
    font-weight: 600;
    font-size: 14px;
    line-height: 56px;
    border: 1px solid transparent;
    background-color: var(--at-smoke-color);
    border-radius: 5px;
}

.at-contact-input .nice-select:focus {
    border: 1px solid var(--at-theme-color);
}

.at-contact-input .nice-select .list {
    color: var(--at-white-color);
    background-color: var(--at-theme-color);
}

.at-contact-input .nice-select .option {
    height: 30px;
    font-weight: 500;
}

.at-contact-input .nice-select .option:not(:last-child) {
    border-bottom: 1px solid var(--at-border-color);
}

.at-contact-input .nice-select .selected {
    font-weight: 600;
}

.at-contact-message textarea {
    height: 192px;
    padding-right: 60px;
    border-radius: 5px;
}

.at-contact-message-icon {
    position: absolute;
    top: 20px;
    right: 30px;
}

.at-contact-input-icon {
    position: absolute;
    top: 50%;
    font-size: 14px;
    right: 30px;
    transform: translateY(-50%);
}

.at-contact-title {
    font-weight: 900;
    font-size: 48px;
    text-transform: capitalize;
    color: var(--at-title-color);
}

@media (max-width: 575px) {
    .at-contact-title {
        font-size: 24px;
    }
}

.at-contact-form-wrapp {
    padding: 40px;
    background: var(--at-white-color);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

@media (max-width: 575px) {
    .at-contact-form-wrapp {
        padding: 30px 15px;
    }
}

.at-contact-form-wrapp .at-contact-input input,
.at-contact-form-wrapp .at-contact-input .nice-select {
    border-radius: 10px;
    padding-right: 60px;
}

.at-contact-form-wrapp .at-contact-message textarea {
    border-radius: 10px;
    padding-right: 60px;
}

.at-contact-form-wrapp .at-btn-primary-text {
    width: 100%;
    border-radius: 10px;
    text-transform: uppercase;
}

.at-contact-form-title {
    font-weight: 900;
    font-size: 36px;
    text-transform: capitalize;
    color: var(--at-title-color);
}

@media (max-width: 575px) {
    .at-contact-form-title {
        font-size: 24px;
    }
}

.at-contact-info-box {
    padding: 40px;
    background: var(--at-smoke-color);
    border-radius: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-contact-info-box {
        padding: 20px;
    }
}

.at-contact-info-title {
    font-weight: 900;
    font-size: 20px;
    color: var(--at-title-color);
}

.at-contact-info-icon {
    width: 100px;
    height: 100px;
    font-size: 30px;
    line-height: 100px;
    color: var(--at-theme-color);
    border-radius: 1000px;
    display: inline-block;
    background-color: var(--at-white-color);
}

.at-contact-info {
    font-size: 14px;
    font-weight: 900;
    text-transform: capitalize;
    display: block;
    text-align: center;
    color: var(--at-body-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-contact-info:hover {
    color: var(--at-theme-color);
}

.at-contact-maps {
    line-height: 0;
}

.at-contact-maps iframe {
    width: 100%;
    border: 0;
    height: 598px;
}

@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-maps iframe {
        height: 450px;
    }
}

.contact-submit-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    padding: 14.5px 28px;
    text-transform: uppercase;
    color: var(--at-white-color);
    background-color: var(--at-theme-color);
    border-radius: 5px;
}

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

/*  7.17 Process css
/*----------------------------------------*/

.at-process-space-1 {
    padding-top: 120px;
    padding-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-process-space-1 {
        padding-top: 80px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-process-space-1 {
        padding-bottom: 60px;
    }
}

.at-process-top-wrapp {
    border-bottom: 2px solid #D0D0D2;
}

@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-process-top-wrapp {
        margin-top: 30px;
    }
}

.at-process-top-box {
    max-width: 353px;
    height: 73px;
    border: 2px solid #D0D0D2;
    border-radius: 13px 13px 0 0;
    border-bottom: 0;
    text-align: center;
    margin: auto;
}

.at-process-top-box::before,
.at-process-top-box::after {
    position: absolute;
    width: 10px;
    height: 8px;
    bottom: 0;
    left: -6px;
    content: "";
    display: inline-block;
    background: #D0D0D2;
    clip-path: polygon(49% 0, 56% 0, 100% 100%, 0% 100%);
}

.at-process-top-box::after {
    left: auto;
    right: -6px;
}

.at-process-top-icon {
    width: 55px;
    height: 55px;
    display: block;
    line-height: 50px;
    text-align: center;
    color: var(--at-white-color);
    background: var(--at-theme-color);
    border-radius: 100px;
    margin: auto;
    margin-top: -30px;
}

.at-process-top-icon img {
    animation: spin 10s infinite alternate-reverse;
}

.at-process-wrapp .row [class*=col-]:not(:last-child) .at-process-item {
    margin-bottom: 60px;
}

.at-process-item {
    margin-top: -18px;
}

.at-process-number-box {
    border-radius: 50px;
    display: inline-block;
    padding: 2.8px 10px;
    background: var(--at-theme-color);
}

.at-process-number-categorie {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0px 6.3px;
    border-radius: 40px;
    color: var(--at-title-color);
    background: var(--at-white-color);
    margin-right: 3px;
}

.at-process-number {
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    color: var(--at-white-color);
}

.at-process-wrapp2 .row [class*=col-]:last-child .at-process-item {
    height: 510px;
}

@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-process-wrapp2 .row [class*=col-]:last-child .at-process-item {
        height: 350px;
    }
}

@media (max-width: 575px) {
    .at-process-wrapp2 .row [class*=col-]:last-child .at-process-item {
        height: auto;
    }
}

@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-process-wrapp2 .row [class*=col-]:not(:last-child) .at-process-item {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .at-process-wrapp2 .row [class*=col-]:not(:last-child) .at-process-item {
        margin-bottom: auto;
    }
}

.at-process-card-2 {
    height: 552px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-process-card-2 {
        height: 510px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-process-card-2 {
        height: 390px;
    }
}

@media (max-width: 575px) {
    .at-process-card-2 {
        height: auto;
    }
}

.at-process-card-2 img {
    border-radius: 10px;
}

.at-process-tag-wrapp {
    width: 100%;
    margin-top: 10px;
}

.at-process-tag {
    font-weight: 600;
    margin: 0 -2px;
    padding: 10px 14.5px;
    border-radius: 100px;
    color: var(--at-title-color);
    border: 1px solid rgba(11, 6, 42, 0.2);
}

@media (max-width: 575px) {
    .at-process-tag {
        display: inline-block;
        margin-bottom: 15px;
        text-align: center;
    }
}

.at-process-sm-thumb-box {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-process-sm-thumb-box {
        width: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-process-sm-thumb-box {
        transform: scale(0.9);
        margin-left: -20px;
    }
}

.at-process-sm-thumb {
    gap: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-process-sm-thumb {
        width: 100%;
    }
}

.at-process-sm-thumb img {
    width: 100%;
}

.at-process-thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.at-process-thumb img {
    width: 100%;
    border-radius: 10px;
}

.at-process-brand {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
    .at-process-brand {
        position: static;
    }
}

.at-process-step {
    font-size: 24px;
    font-weight: 900;
    padding: 14.5px 29.5px;
    color: var(--at-white-color);
    display: inline-block;
    background: var(--at-theme-color);
    border-radius: 10px;
}

.at-process-slider-btn2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 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-process-slider-btn2 {
        left: 0;
        right: 0;
        bottom: 50px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
    .at-process-slider-btn2 {
        bottom: -50px;
    }
}

.at-process-slider-btn2 .at-pagination-btn-icon i::after {
    border-color: var(--at-smoke-color);
}

.at-process-active {
    padding-top: 18px;
}

.at-process-active .at-slideinright {
    opacity: 1;
}

.at-process-shape {
    position: absolute;
    top: 9%;
    left: 9%;
    animation: rotateRing 10s linear infinite, floatUpDown 3s ease-in-out infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-process-shape {
        top: 30px;
        left: 2%;
    }
}

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

/*  7.18 Product css
/*----------------------------------------*/

.at-product-filter .nice-select {
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-weight: 600;
    float: none;
    border-radius: 5px;
    color: var(--at-white-color);
    background-color: var(--at-theme-color);
    border: 1px solid rgba(1, 15, 28, 0.1);
}

.at-product-filter .nice-select::after {
    position: absolute;
    height: 100%;
    width: 50px;
    top: 50%;
    content: "\f107";
    transform: translateY(-50%);
    right: 0;
    font-family: var(--at-icon-font);
    transform-origin: center;
    color: var(--at-theme-color);
    font-size: 16px;
    font-weight: 400;
    border-radius: 0 3.5px 3.5px 0;
    text-align: center;
    background-color: var(--at-white-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-product-item {
    position: relative;
}

.at-product-item:hover .at-product-thumb img {
    transform: scale(1.08);
}

.at-product-item:hover .at-product-thumb::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.at-product-item:hover .at-product-action {
    right: 20px;
    opacity: 1;
    visibility: visible;
}

.at-product-thumb {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.at-product-thumb img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    transition: all 1.3s ease;
}

.at-product-content {
    padding: 30px;
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--at-border-color);
    border-top: 0;
}

.at-product-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 16px;
    line-height: 1;
    border-radius: 50px;
    color: var(--at-white-color);
    display: inline-block;
    background-color: var(--at-theme-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-product-tag:hover {
    color: var(--at-white-color);
    background-color: var(--at-title-color);
}

.at-product-title {
    font-weight: 900;
    font-size: 20px;
    text-transform: capitalize;
    color: var(--at-title-color);
}

.at-product-title:hover a {
    color: var(--at-theme-color);
}

.at-product-price {
    font-size: 18px;
    font-weight: 900;
    display: inline-block;
    text-transform: capitalize;
    color: var(--at-body-color);
}

.at-product-price.old-price {
    opacity: 0.3;
    font-weight: 600;
    text-decoration: line-through;
    margin-right: 1px;
}

.at-product-ratings span {
    font-size: 16px;
    color: var(--at-theme-color2);
    margin-bottom: 0;
}

.at-product-rating-title {
    font-size: 14px;
    color: var(--at-body-color);
    margin-left: 8px;
    font-weight: 500;
    margin-bottom: 0;
}

.at-product-action {
    position: absolute;
    right: 0;
    top: 20px;
    left: auto;
    bottom: auto;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.at-product-action-btn {
    position: relative;
    width: 42px;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    color: var(--at-title-color);
    background-color: var(--at-white-color);
}

.at-product-action-btn:hover {
    color: var(--at-white-color);
    background-color: var(--at-black-color);
}

.at-product-action-btn:hover .at-product-tooltip {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-8px) translateY(-50%);
    -moz-transform: translateX(-8px) translateY(-50%);
    -ms-transform: translateX(-8px) translateY(-50%);
    -o-transform: translateX(-8px) translateY(-50%);
    transform: translateX(-8px) translateY(-50%);
}

.at-product-tooltip {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 12px;
    right: 100%;
    color: var(--at-white-color);
    background-color: var(--at-black-color);
    display: inline-block;
    width: max-content;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -ms-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.at-product-tooltip::before {
    position: absolute;
    content: "";
    right: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    left: auto;
    border-right: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid var(--at-black-color);
    border-bottom: 8px solid transparent;
}

.at-product-details-about {
    margin-top: 50px;
    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-product-details-about {
        margin-left: 0;
        margin-top: 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-product-details-about {
        margin-top: 50px;
    }
}

.at-product-details-about .at-sec-text {
    max-width: 534px;
}

@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-about .at-sec-text {
        max-width: 100%;
    }
}

.at-product-details-img {
    border-radius: 10px;
}

.at-product-details-img img {
    width: 100%;
    border-radius: 10px;
}

.at-product-details-tab-btn-box .nav-tab {
    gap: 15px;
}

.at-product-details-tab-btn-box .nav-links img {
    width: 80px;
    height: 90px;
    border-radius: 5px;
    object-fit: cover;
    border: 2px solid var(--at-white-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-product-details-tab-btn-box .nav-links.active img {
    border-color: var(--at-theme-color);
}

.at-product-details-rating-box .at-product-ratings span {
    font-size: 12px;
    color: var(--at-theme-color);
}

.at-product-details-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.5;
    text-transform: capitalize;
    color: var(--at-title-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .at-product-details-title {
        font-size: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .at-product-details-title {
        font-size: 30px;
    }
}

.at-product-details-price {
    font-size: 24px;
    font-weight: 900;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: var(--at-title-color);
    gap: 5px;
}

.at-product-details-price .current-product {
    position: relative;
    font-size: 16px;
    font-weight: 900;
    text-transform: capitalize;
    color: var(--at-theme-color);
    padding-left: 12px;
}

.at-product-details-price .current-product::before {
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    background: var(--at-theme-color);
    border-radius: 100px;
}

.at-product-details-info ul li {
    font-size: 16px;
    font-weight: 900;
    text-transform: capitalize;
    color: var(--at-body-color);
    display: block;
}

.at-product-details-info ul li span {
    color: var(--at-title-color);
    margin-right: 10px;
}

.at-product-details-social>span {
    font-size: 16px;
    font-weight: 900;
    text-transform: capitalize;
    color: var(--at-title-color);
    display: inline-block;
    margin-right: 10px;
}

.at-product-details-social a {
    color: var(--at-body-color);
}

.at-product-details-social a:not(:last-child) {
    margin-right: 10px;
}

.at-product-review-additional-info {
    padding: 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-product-review-additional-info {
        padding: 40px 15px;
    }
}

@media (max-width: 575px) {
    .at-product-review-additional-info {
        overflow-x: scroll;
    }
}

.at-product-review-additional-info-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    display: none;
}

.at-product-review-additional-info.at-table-style-2 {
    padding-top: 50px;
}

.at-product-review-additional-info.at-table-style-2 .at-product-review-additional-info-title {
    display: block;
}

.at-product-review-additional-info.at-table-style-2 table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0 7px;
}

.at-product-review-additional-info.at-table-style-2 table tr {
    border: 0;
}

.at-product-review-additional-info.at-table-style-2 table tr:not(:last-child) {
    border: 0;
    margin-bottom: 6px;
}

.at-product-review-additional-info.at-table-style-2 table tr td {
    padding: 7px 24px;
    border: 1px solid #E6E7E8;
}

.at-product-review-additional-info.at-table-style-2 table tr td:first-child {
    padding-left: 24px;
    border-right: 0;
}

.at-product-review-additional-info.at-table-style-2 table tr td:last-child {
    padding-left: 34px;
}

.at-product-review-additional-info table {
    border: 1px solid var(--at-border-color);
    width: 100%;
}

.at-product-review-additional-info table tr:not(:last-child) {
    border-bottom: 1px solid var(--at-border-color);
}

.at-product-review-additional-info table tr td {
    padding: 12px 34px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-product-review-additional-info table tr td {
        padding: 12px 15px;
    }
}

@media (max-width: 575px) {
    .at-product-review-additional-info table tr td {
        padding: 12px 15px;
        display: block;
    }
}

.at-product-review-additional-info table tr td:first-child {
    font-size: 16px;
    font-weight: 600;
    color: var(--at-white-color);
    background-color: var(--at-theme-color);
    width: 306px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-product-review-additional-info table tr td:first-child {
        width: 250px;
    }
}

@media (max-width: 575px) {
    .at-product-review-additional-info table tr td:first-child {
        width: 100%;
    }
}

.at-product-review-additional-info table tr td:last-child {
    font-size: 16px;
    font-weight: 600;
    color: var(--at-body-color);
}

.at-product-review-number {
    border-radius: 10px;
    padding: 35px 43px 33px 40px;
    background-color: var(--at-white-color);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.08);
}

@media (max-width: 575px) {
    .at-product-review-number {
        padding: 25px 10px 25px 10px;
    }
}

.at-product-review-number-title {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 14px;
    color: var(--at-title-color);
}

.at-product-review-summery {
    margin-bottom: 12px;
}

.at-product-review-summery-value span {
    font-size: 40px;
    font-weight: 900;
    color: var(--at-title-color);
    margin-right: 8px;
}

@media (max-width: 575px) {
    .at-product-review-summery-value span {
        font-size: 30px;
    }
}

.at-product-review-summery-rating {
    margin-right: 3px;
}

.at-product-review-summery-rating span {
    color: var(--at-theme-color);
}

.at-product-review-summery-rating p {
    font-size: 14px;
    font-weight: 500;
    margin-left: 4px;
    margin-bottom: 0;
    color: var(--at-body-color);
}

.at-product-review-rating-item>span {
    font-size: 16px;
    font-weight: 600;
    color: var(--at-body-color);
    margin-right: 10px;
}

.at-product-review-rating-bar {
    width: 260px;
    background-color: var(--at-title-color);
    height: 10px;
    position: relative;
    margin-right: 12px;
    border-radius: 30px;
}

@media (max-width: 575px) {
    .at-product-review-rating-bar {
        width: 130px;
    }
}

.at-product-review-rating-bar-inner {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    background-color: var(--at-theme-color);
    border-radius: 30px;
}

.at-product-review-rating-percent span {
    font-size: 16px;
    font-weight: 600;
}

.at-product-review-title {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 22px;
    color: var(--at-title-color);
}

@media (max-width: 575px) {
    .at-product-review-list {
        padding-right: 0;
    }
}

.at-product-review-avater:not(:last-child) {
    margin-bottom: 32px;
}

.at-product-review-avater-thumb {
    flex: 0 0 auto;
}

.at-product-review-avater-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}

.at-product-review-avater-rating {
    line-height: 1;
    margin-bottom: 3px;
}

.at-product-review-avater-rating span {
    font-size: 10px;
    margin-right: 2px;
    color: var(--at-theme-color);
}

.at-product-review-avater-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 9px;
    display: inline-block;
    color: var(--at-title-color);
}

.at-product-review-avater-meta {
    font-size: 14px;
    position: relative;
    padding-left: 11px;
    margin-left: 3px;
}

.at-product-review-avater-meta::after {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #A8ACB0;
}

.at-product-review-avater-comment p {
    font-size: 14px;
    font-weight: 600;
    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-review-form {
        margin-top: 50px;
    }
}

.at-product-review-form>p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.at-product-review-form-title {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 4px;
    color: var(--at-title-color);
}

.at-product-review-form-rating {
    margin-bottom: 28px;
}

.at-product-review-form-rating p {
    font-size: 14px;
    font-weight: 600;
    margin-right: 8px;
    margin-bottom: 0;
}

.at-product-review-form-rating-icon span {
    font-size: 12px;
    color: var(--at-theme-color);
}

.at-product-review-input-wrapper {
    margin-bottom: 11px;
}

.at-product-review-input-box {
    position: relative;
}

.at-product-review-input-box:not(:last-child) {
    margin-bottom: 20px;
}

.at-product-review-input input {
    font-size: 16px;
    height: 56px;
    background: var(--at-smoke-color);
    border-radius: 10px;
}

.at-product-review-input input::placeholder {
    font-size: 16px;
}

.at-product-review-input input:focus {
    border: 1px solid var(--at-theme-color);
}

.at-product-review-input textarea {
    height: 165px;
    resize: none;
    border-radius: 10px;
    background: var(--at-smoke-color);
}

.at-product-review-input textarea:focus {
    border: 1px solid var(--at-theme-color);
}

.at-product-review-input textarea::placeholder {
    font-size: 16px;
}

.at-product-review-input-title label {
    font-size: 14px;
    color: var(--at-white-color);
    position: absolute;
    top: -7px;
    left: 20px;
    padding: 0 5px;
    background-color: var(--at-white-color);
    line-height: 1;
}

.at-product-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-review-input-eye .open-eye {
    display: none;
}

.at-product-review-input-eye:hover {
    cursor: pointer;
}

.at-product-review-input-eye:hover span {
    color: var(--at-white-color);
}

.at-product-review-remeber input {
    display: none;
}

.at-product-review-remeber input:checked~label::after {
    background-color: var(--at-theme-color);
    border-color: var(--at-theme-color);
}

.at-product-review-remeber input:checked~label::before {
    visibility: visible;
    opacity: 1;
}

.at-product-review-remeber label {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding-left: 26px;
    z-index: 1;
}

.at-product-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-theme-color);
    z-index: -1;
    border-radius: 3px;
}

.at-product-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-white-color);
}

.at-product-review-remeber label a:hover {
    color: var(--at-theme-color);
}

.at-product-review-remeber label:hover {
    cursor: pointer;
}

.at-product-review-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--at-white-color);
    padding: 9px 45px;
    background-color: var(--at-theme-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;
    border-radius: 15px;
}

.at-product-review-btn:hover {
    color: var(--at-theme-color);
    background-color: var(--at-white-color);
}

.at-product-review-tab .nav-tabs {
    padding: 12px;
    border: 2.5px solid var(--at-border-color);
    border-bottom: 0;
}

@media (max-width: 575px) {
    .at-product-review-tab .nav-tabs {
        padding-bottom: 0;
    }
}

.at-product-review-tab .nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 600;
    color: var(--at-body-color);
    padding-left: 9px;
    padding-right: 7px;
    position: relative;
    border: none;
}

.at-product-review-tab .nav-tabs .nav-link:not(:first-child) {
    margin-left: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-product-review-tab .nav-tabs .nav-link:not(:first-child) {
        margin-left: 8px;
    }
}

@media (max-width: 575px) {
    .at-product-review-tab .nav-tabs .nav-link:not(:first-child) {
        margin-left: 3px;
    }
}

.at-product-review-tab .nav-tabs .nav-link.active,
.at-product-review-tab .nav-tabs .nav-link:hover {
    color: var(--at-theme-color);
}

.at-product-review-tab .nav-tabs .nav-link.active::after,
.at-product-review-tab .nav-tabs .nav-link:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

@media (max-width: 575px) {
    .at-product-review-tab .nav-tabs .nav-link::after {
        position: absolute;
        content: "";
        left: auto;
        right: 0;
        bottom: -1px;
        width: 0%;
        height: 2px;
        background-color: var(--at-white-color);
    }
}

@media (max-width: 575px) {
    .at-product-review-tab .nav-tabs span#productTabMarker {
        display: none !important;
    }
}

.at-product-review-tab .tab-content {
    background: var(--at-smoke-color);
}

.at-product-review-dsc {
    padding: 40px;
    background: var(--at-smoke-color);
}

@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-review-dsc {
        padding: 40px 15px;
    }
}

.at-product-review-dsc p {
    font-size: 16px;
    font-weight: 600;
}

.at-product-review-tab-line {
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: var(--at-white-color);
    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-review-views {
    margin-bottom: 10px;
}

.at-product-review-views>span {
    color: var(--at-white-color);
    font-size: 16px;
    margin-right: 8px;
}

.at-product-review-views p {
    font-size: 16px;
    margin-bottom: 0;
}

.at-product-review-views p span {
    color: var(--at-white-color);
    font-weight: 500;
}

.at-product-review-input-wrapper {
    padding: 40px;
    border-radius: 10px;
    background-color: var(--at-white-color);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-product-review-input-wrapper {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .at-product-review-input-wrapper {
        padding: 20px 15px;
    }
}

.at-product-review-wrapp {
    padding: 40px;
    background: var(--at-smoke-color);
}

@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-review-wrapp {
        padding: 40px 15px;
    }
}

@media (max-width: 575px) {
    .at-product-quantity-wrap {
        flex-wrap: wrap;
    }
}

.at-product-titlebox .at-sec-title {
    font-size: 36px;
}

.quantity-save-btn {
    flex: 0 0 auto;
    font-size: 18px;
    width: 74px;
    height: 61px;
    line-height: 61px;
    border-radius: 30px;
    background: var(--at-title-color);
    color: var(--at-white-color);
    text-align: center;
    -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;
}

.quantity-save-btn:hover {
    color: var(--at-white-color);
    background-color: var(--at-theme-color2);
}

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

/*  7.5 Cart css
/*----------------------------------------*/

.at-cart-plus {
    top: 14px;
}

.at-cart-minus {
    bottom: 14px;
}

.at-cart-btn .at-btn-box-primary {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.at-cart-btn .at-btn-text-box {
    text-transform: capitalize;
}

.at-cart-btn .at-btn-primary-text {
    padding: 21px 32.5px;
}

.at-quantity-control,
.at-quantity-control-2 {
    position: relative;
    flex: 0 0 auto;
    border-radius: 30px;
}

.at-quantity-control .qty-input::-webkit-inner-spin-button,
.at-quantity-control .qty-input::-webkit-outer-spin-button,
.at-quantity-control-2 .qty-input::-webkit-inner-spin-button,
.at-quantity-control-2 .qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.at-quantity-control .qty-input,
.at-quantity-control-2 .qty-input {
    font-size: 18px;
    font-weight: 900;
    height: 62px;
    line-height: 62px;
    color: var(--at-white-color);
    border-radius: 30px;
    -moz-appearance: textfield;
    background-color: var(--at-black-color);
}

.at-quantity-control .qty-btn,
.at-quantity-control-2 .qty-btn {
    position: absolute;
    font-size: 18px;
    font-weight: 900;
    right: 21px;
    height: auto;
    width: auto;
    border: none;
    line-height: 16px;
    color: var(--at-white-color);
}

.at-card-wrapp {
    border: 1px solid var(--at-border-color);
    border-radius: 8px;
}

.cart-table {
    margin-bottom: 0;
}

.cart-table thead .cart-row {
    padding: 0 20px;
    border-bottom: 2px solid var(--at-border-color);
}

.cart-table thead .cart-row .cart-header-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #024;
}

.cart-table tbody tr {
    border-bottom: 1px solid var(--at-border-color);
}

.cart-table tbody tr:last-child {
    border-bottom: none;
}

.cart-table tbody tr td {
    min-width: 114px;
    padding: 1.5rem 0.5rem;
    vertical-align: middle;
    border: none;
}

.at-cart-product-imagbox {
    display: flex;
    align-items: center;
    gap: 1rem;
}

@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-product-imagbox {
        flex-direction: column;
        align-items: start;
    }
}

.cart-remove-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: var(--at-title-color);
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    -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;
}

.cart-remove-btn:hover {
    color: var(--at-theme-color2);
}

.at-cart-product-img {
    border-radius: 4px;
}

.product-image {
    width: 150px;
    height: 130px;
    object-fit: cover;
    border-radius: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-image {
        width: 120px;
        height: 110px;
    }
}

@media (max-width: 575px) {
    .product-image {
        width: 100%;
        height: 10%;
    }
}

.at-cart-product-name {
    font-size: 24px;
    font-weight: 900;
    text-transform: capitalize;
    color: var(--at-title-color);
}

@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-cart-product-name {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .at-cart-product-name {
        font-size: 16px;
    }
}

.at-cart-product-price,
.product-total {
    font-size: 20px;
    font-weight: 900;
    text-transform: capitalize;
    text-align: center;
    color: var(--at-title-color);
}

@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-cart-product-price,
    .product-total {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .at-cart-product-price,
    .product-total {
        font-size: 14px;
    }
}

.at-quantity-control-2 {
    display: flex;
    align-items: center;
    border: 1px solid var(--at-body-color);
    border-radius: 50px;
    width: 100px;
}

@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-quantity-control-2 {
        margin-top: 10px;
    }
}

.at-quantity-control-2 .qty-input {
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    color: var(--at-title-color);
    background: none;
}

.at-quantity-control-2 .qty-input:focus {
    outline: none;
}

.at-quantity-control-2 .at-cart-plus,
.at-quantity-control-2 .at-cart-minus {
    background: none;
    border: none;
    color: var(--at-title-color);
    font-size: 24px;
    cursor: pointer;
    padding: 0 0.25rem;
    line-height: 1;
    transition: color 0.2s;
}

.at-quantity-control-2 .at-cart-plus:hover,
.at-quantity-control-2 .at-cart-minus:hover {
    color: var(--at-title-color);
}

.at-control-icon {
    margin-left: -40px;
}

.promo-section {
    padding-top: 1.5rem;
    border-top: 1px solid var(--at-border-color);
}

.promo-input {
    font-size: 16px;
    max-width: 212px;
    font-weight: 700;
    background: none;
    color: var(--at-title-color);
    text-transform: uppercase;
    border: 1px solid var(--at-border-color);
    border-radius: 100px;
}

.promo-input input[type=text] {
    background: none;
}

.promo-input::placeholder {
    color: var(--at-smoke-color);
    font-weight: 500;
}

.promo-input:focus {
    outline: none;
    border-color: var(--at-theme-color);
    box-shadow: none;
}

.btn-primary {
    background-color: var(--at-theme-color);
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    border-radius: 50px;
    transition: all 0.3s;
}

.btn-primary:hover {
    background-color: rgba(55, 71, 255, 0.8);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(65, 105, 255, 0.3);
}

.btn-primary:active {
    transform: translateY(0);
}

.btn-secondary {
    background-color: var(--at-theme-color2);
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    border-radius: 50px;
    color: #fff;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background-color: rgba(55, 71, 255, 0.8);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(184, 197, 255, 0.3);
}

.btn-secondary:active {
    transform: translateY(0);
}

@media (max-width: 575px) {
    .at-subtotal-card .at-btn-primary-text {
        font-size: 16px;
        padding: 17.5px 20px;
    }
}

.at-cart-totals-title {
    font-size: 24px;
    font-weight: 900;
    text-transform: capitalize;
    color: var(--at-title-color);
}

.totals-row {
    padding: 0.5rem 0;
}

.at-cart-subtotal-title {
    font-size: 16px;
    font-weight: 900;
    text-transform: capitalize;
    color: var(--at-title-color);
}

.totals-value {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--at-title-color);
}

.shipping-section {
    padding: 1rem 0;
    border-top: 1px solid var(--at-border-color);
}

.shipping-section .totals-label {
    font-weight: 600;
}

.shipping-section .form-check {
    padding-left: 1.5rem;
}

.shipping-section .form-check .form-check-input {
    border: 2px solid var(--at-border-color);
}

.shipping-section .form-check .form-check-input:checked {
    background-color: var(--at-theme-color);
    border-color: var(--at-theme-color);
}

.shipping-section .form-check .form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 105, 255, 0.15);
}

.shipping-section .form-check .form-check-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--at-title-color);
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.shipping-price {
    color: var(--at-title-color);
    font-size: 0.875rem;
}

.total-amount {
    color: var(--at-theme-color);
    font-size: 1.125rem;
    font-weight: 700;
}

.checkout-btn {
    padding: 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 1px;
}

@media (max-width: 991px) {
    .cart-table thead {
        display: none;
    }
    .cart-table tbody tr {
        display: block;
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 991px) and (min-width: 576px) and (max-width: 767px),
(max-width: 991px) and (max-width: 575px) {
    .cart-table tbody tr {
        padding: 20px;
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    .cart-table tbody tr {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .cart-table tbody tr td {
        display: block;
        text-align: left;
        padding: 0.5rem 0;
    }
    .cart-table tbody tr td:before {
        content: attr(data-label);
        font-weight: 600;
        display: inline-block;
        margin-right: 0.5rem;
    }
    .cart-table tbody tr td:first-child:before {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .promo-section {
        flex-direction: column;
        align-items: stretch !important;
    }
    .promo-section .promo-input {
        max-width: 100%;
    }
    .promo-section .btn {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .promo-section .promo-input {
        margin-bottom: 20px;
    }
}

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

/*  7.6 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;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    color: var(--at-title-color);
    border: 1px dashed var(--at-border-color);
    padding: 8px 26px;
    width: 100%;
    border-radius: 5px;
}

.at-checkout-verify-reveal button {
    color: var(--at-theme-color);
    position: relative;
}

.at-checkout-verify-reveal button::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 1px;
    background-color: var(--at-theme-color);
}

.at-checkout-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--at-white-color);
    background-color: var(--at-black-color);
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-align: center;
}

.at-checkout-btn:hover {
    background-color: var(--at-theme-color);
    color: var(--at-white-color);
}

.at-checkout-input {
    margin-bottom: 20px;
}

.at-checkout-input label {
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--at-title-color);
}

.at-checkout-input label span {
    color: red;
}

.at-checkout-input input,
.at-checkout-input textarea {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: none;
    border: 1px solid var(--at-border-color);
    border-radius: 5px;
}

.at-checkout-input input:focus,
.at-checkout-input textarea:focus {
    border-color: var(--at-theme-color);
}

.at-checkout-input textarea {
    height: 200px;
    resize: none;
}

.at-checkout-input .nice-select {
    height: 56px;
    line-height: 56px;
    border-radius: 5px;
    border: 1px solid var(--at-border-color);
    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-color2);
}

.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 {
    border-color: var(--at-theme-color);
    background-color: var(--at-theme-color);
}

.at-checkout-option input:checked~label::before {
    visibility: visible;
    opacity: 1;
}

.at-checkout-option label {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    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-color);
    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-white-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-checkout-option label a:hover {
    color: var(--at-theme-color);
}

.at-checkout-option label:hover {
    cursor: pointer;
}

.at-checkout-bill-area {
    padding: 45px 40px 24px;
    border: 1px solid var(--at-border-color);
    border-radius: 5px;
}

@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-title-color);
}

.at-checkout-place {
    padding: 34px 30px 30px;
    border-radius: 5px;
    border: 1px solid var(--at-border-color);
}

@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;
    margin-bottom: 35px;
    color: var(--at-title-color);
}

.at-checkout-payment {
    padding-bottom: 26px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--at-border-color);
}

.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-color);
}

.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: 600;
}

.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-color);
    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;
}

@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 img {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.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-black-color);
}

.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-body-color);
    -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 {
    padding: 19px 30px;
    margin-left: 27px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.57;
    color: var(--at-white-color);
    margin-bottom: 0;
    background-color: var(--at-body-color);
}

.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-color);
}

.at-return-customer-remeber input {
    display: none;
}

.at-return-customer-remeber input:checked~label::after {
    background-color: var(--at-theme-color);
    border-color: var(--at-theme-color);
}

.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-white-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-return-customer-remeber label a:hover {
    color: var(--at-theme-color);
}

.at-return-customer-remeber label:hover {
    cursor: pointer;
}

.at-return-customer-forgot a {
    font-weight: 400;
    font-size: 15px;
    color: var(--at-theme-color);
    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-color);
}

.at-return-customer-forgot a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}

.at-checkout-country.nice-select {
    height: 56px;
    line-height: 56px;
    border-radius: 5px;
    width: 100%;
    background: none;
}

.at-checkout-country.nice-select:focus {
    border-color: var(--at-theme-color);
}

.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.15 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-white-color);
    border: 1px solid var(--at-border-color);
    border-radius: 50%;
}

.at-order-details-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--at-white-color);
    margin-bottom: 7px;
}

.at-order-details-content p {
    font-size: 16px;
    color: var(--at-white-color);
    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-white-color);
    margin-bottom: 0;
    font-weight: 400;
}

.at-order-details-item p {
    font-weight: 700;
    font-size: 18px;
    color: var(--at-white-color);
    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-color);
}

.at-order-info-list ul li span {
    font-size: 15px;
    font-weight: 600;
    color: var(--at-theme-color);
}

.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: 600;
    margin-bottom: 0;
    color: var(--at-title-color);
}

.at-order-info-list ul li.at-order-info-list-desc p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.at-order-info-list ul li.at-order-info-list-desc p span {
    font-size: 15px;
    font-weight: 600;
}

.at-order-info-list ul li.at-order-info-list-subtotal span:last-child {
    color: var(--at-theme-color);
}

.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-color);
}

.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-color);
}

.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-color);
    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: 600;
}

.at-order-inner {
    background-color: var(--at-white-color);
    box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

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