/* import custom fonts */

/* ================================================== */


/* ================================================== */

/* ===== body =====*/
@font-face {
    font-family: 'Pinar';
    src: url('../fonts/Pinar-DS1-FD.woff') format('woff');
}

@font-face {
    font-family: 'Estedad';
    src: url('../fonts/Estedad-VF-FD.woff2') format('woff2-variations');
}

body, p, a, ul, li, input, button {
    font-family: Estedad !important;
    text-align: right !important;
    direction: rtl;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Pinar !important;
}

p {
    font-variation-settings: "wght" 200;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box
}

html {
    padding: 0;
    margin: 0;
    background: #efefef;
}

body {

    padding: 0;
    margin: 0;
    background-color: #fcfcfc;
    background-image: linear-gradient(#FCFCFC, #FBFBFB)
}

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

}

.padding-0 {
    padding: 0 !important
}

.color-blue {
    color: #09aca6;
}

.color-green {
    color: #00A65C;
}

.wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 30px 0 0 !important;
    overflow: hidden;
}

#top,
#about,
#services,
#pricing,
#blog,
#testimonials,
#contact {
    display: block;
    position: relative;
    top: -70px !important;
    visibility: hidden
}

button:focus {
    outline: none !important
}

/*========= preloader ============== */

#preloader {
    display: table;
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background-image: #09aca6;
    text-align: center;
}

.preloader1 {
    width: 60px;
    height: 60px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 2px solid;
    border-top-color: rgba(0, 0, 0, 0.65);
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    -webkit-animation: preloader1 1s ease-in infinite;
    animation: preloader1 1s ease-in infinite;
    position: absolute;
    margin-left: -30px;
    top: 45%;
}

.spinner {
    display: table-cell;
    vertical-align: middle;
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    background: #00A65C;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    background: #09aca6;
}

.spinner .bounce3 {
    background: #00A65C;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@keyframes preloader1 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes preloader1 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/* ===== Header =====*/
.header-scrolled {
    position: fixed;
    margin-top: 0 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: #fff !important;
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .05);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .05)
}

.header-scrolled .navbar-brand img {
    width: 125px;
    height: auto
}

.header-scrolled .nav-link-menu {
    font-size: 15px
}

.header-scrolled .learn-more-btn {
    font-size: 15px;
    padding: 10px 25px !important
}

.navbar {
    margin-top: 10px;
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.navbar-nav {
    align-items: center
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    margin-left: 5px;
    width: 130px;
    height: auto
}

.navbar-brand-menu {
    margin-right: 15px
}

.menu-navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center
}

.nav-item {
    margin-left: 5px;
    margin-right: 5px
}

.dropdown-toggle::after {
    top: 8px;
    position: relative;
    left: -5px;
}

.navbar-nav:not(.menu-navbar-nav) .nav-item:last-of-type {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 105px;
}

.nav-item .nav-link {
    text-align: right
}

.nav-item .nav-link:hover .nav-link-menu {
    color: #303669 !important
}

.nav-link-menu {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    line-height: 1
}

.learn-more-btn {
    background-color: #08ABA5;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #fff;
    padding: 10px 30px !important;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.learn-more-btn:hover {
    color: #fff;
    background-color: #44BF8D
}

.learn-extra-btn {
    background-color: transparent;
    font-size: 16px;
    font-family: Estedad !important;
    font-weight: 600;
    color: #558b95;
    padding: 8px 26px !important;
    border-radius: 100px;
    border: 2px solid #558b95;
    display: flex;
    margin-right: 10px;
    justify-content: center;
    align-items: center
}

.learn-extra-btn:hover {
    color: #09aca6;
    border: 2px solid #09aca6
}

.learn-more-btn .ti,
.learn-extra-btn .ti {
    margin-top: 0px;
    padding-left: 7px;
}

.about-btn-icon {
    margin-right: 5px
}

.ti-layout-grid2 {
    font-size: 30px;
    color: #09aca6;
}


.header {
    display: flex;
    width: 100%;
    padding: 160px 0 50px;
    justify-content: center;
    align-items: center;
    background-image: url("../images/header-bg.svg");
    /*background-image: url("../images/header-bg.png");*/
    background-repeat: no-repeat;
    background-size: 100%;
}

.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse
}

.header-img-section img {
    width: 100%
}

.header-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    color: #49495c
}

.header-title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 10px;
    color: #09aca6
}

.header-title-text {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 25px
}

.learn-more-btn-section {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 20px
}

.vertical-slider-section {
    background-color: rgba(222, 228, 233, .25);
    padding-top: 0;
    padding-bottom: 50px
}

.vertical-slider-section {
    position: relative
}

.vertical-slider-container {
    position: relative;
    display: flex;
    padding-top: 0;
    padding-bottom: 25px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.vertical-slider-header-img-section {
    padding: 20px
}

.vertical-slider-header-img-section img {
    width: 100%
}

.vertical-slider-title-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    padding-top: 50px;
    width: 100%
}

.vertical-slider-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #49495c
}

.vertical-slider-title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.25;
    margin-bottom: 10px;
    color: #09aca6
}

.vertical-slider-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5
}

.owl-vertical-slider .owl-nav {
    display: none
}

.owl-vertical-slider .owl-dots {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(90deg)
}

.owl-vertical-slider .owl-dots .owl-dot span {
    background-color: #ccc !important
}

.owl-vertical-slider .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #00A65C !important
}

/* ===== Aboout Us Section =====*/
.about-section {
    padding-top: 75px;
    padding-bottom: 75px;
    /*background-color: rgb(249, 249, 249);*/
    position: relative;
    background-color: #f0f0f0;
    background-image: linear-gradient(157deg, #f0f0f0 0%, #ffffff 46%, #eeeeee 100%);
    border: 1px solid #e3e3e3;
    /*background-image: linear-gradient(180deg, #f7f7f7 0%, #eaeaea 100%);*/
}

.about-container {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.about-header-img-section {
    padding: 20px
}

.about-header-img img {
    width: 100%
}

.about-title-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: right;
    width: 100%
}

.about-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #49495c
}

.about-title {
    text-align: right;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 27px;
    line-height: 1.25;
    margin-bottom: 10px;
    color: #09aca6
}

.about-text {
    font-family: 'Inter', sans-serif;
    color: #212529;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    /*max-width: 700px*/
}

/* ===== Service setion =====*/
.services-section {
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative
}

.service-list .service-box {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
    border-radius: 15px;
    -webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

.service-list .service-box:hover {
    background-color: rgb(9, 172, 166);
    background-image: url(../images/service-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    color: #fff;
    -webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.service-list .service-box:hover h5 {
    color: #fff;
    -webkit-transition: color 500ms linear;
    -ms-transition: color 500ms linear;
    transition: color 500ms linear;
}

.service-list .service-box:hover p {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: color 500ms linear;
    -ms-transition: color 500ms linear;
    transition: color 500ms linear;
}

.service-list .service-box .icon {
    color: #00A65C;
    font-size: 40px;
    display: inline-block;
}

.service-list .service-box:hover .icon {
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: color 500ms linear;
    -ms-transition: color 500ms linear;
    transition: color 500ms linear;
}

.service-box h5 {
    color: #09aca6;
    font-weight: bold;
    text-align: right;
}

/* ===== Pricing section =====*/
.pricing-section {
    padding-top: 75px;
    padding-bottom: 75px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff
}

.pricing-container {
    background-color: transparent
}

.pricing-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #49495c
}

.pricing-title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.pricing-title h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 10px;
    color: #09aca6
}

.pricing-title p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    max-width: 700px
}

.pricing-plan-cards-section {
    display: flex;
    flex-direction: row;
    padding-top: 25px;
    padding-bottom: 25px;
    justify-content: center;
    align-items: center;
    padding: 50px 75px 20px
}

.pricing-card-section {
    padding: 0
}

.pricing-card {
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 40px 45px;
    border-radius: 10px;
    text-align: center
}

.pricing-card:hover {
    box-shadow: 0 2px 29px rgba(0, 0, 0, .15);
    z-index: 5;
    cursor: pointer
}

.pricing-rate {
    color: #09aca6;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    line-height: 1.25
}


.featured {
    box-shadow: 0 2px 40px rgba(0, 0, 0, .05);
    background-color: #07aca6;
    padding-top: 50px;
    padding-bottom: 50px
}

.featured .pricing-rate {
    font-size: 28px;
    color: #ffffff;
}

.featured .pricing-period {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.pricing-one {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.pricing-three {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.pricing-period {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 0;
    color: #858585
}

.pricing-text {
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #000
}

.pricing-all-plan-features-section {
    text-align: center;
    width: 100%;
    display: flex;
    margin: 15px 0
}

.pricing-all-plan-features-section ul {
    width: 100%;
    list-style: none;
    padding-inline-start: 0
}

.pricing-all-plan-features-section li {
    font-size: 14px;
    color: #404040;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    line-height: 1.25;
    text-align: center !important;
    margin-top: 5px
}

.pricing-card.featured .pricing-all-plan-features-section li {
    color: #ffffff;
}

.pricing-all-plan-features-section li strike {
    color: #a0a0a0
}


/* ===== tour Section =====*/
.tour-section {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative
}

.tour-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.tour-section {
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
}

.tour-details {
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    box-shadow: -5px -19px 22px 9px #09aca64d;
}

.tour-details:hover {
    -webkit-box-shadow: 0 0px 17px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 17px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

.tour-img {
    overflow: hidden;
    position: relative;
    /*border-top-right-radius: 5px;*/
    /*border-top-left-radius: 5px;*/
}

.tour-img .capacity {
    font-size: 13px;
    background: #ffffffde;
    color: red;
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 5px 10px;
    border-radius: 5px;
}

.tour-img img {
    width: 100%;
    height: 180px;
    -webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

.tour-img:hover img {
    transform: scale(1.3) rotate(10deg);
    -webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

.tour-text {
    padding: 15px;
    background: rgba(0, 0, 0, 0.04);
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    margin-bottom: 18px;
}

.tour-text h5 {
    margin-bottom: 8px;
    color: #09aca6;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}

.tour-text p {
    font-size: 13px;
    background: rgba(0, 166, 92, 0.15);
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
    color: #00A65C;
    letter-spacing: 0.5px;
    border: 1px solid;
}

.tour-text p:nth-child(3) {
    color: #000;
    background-color: rgba(0, 51, 121, 0.15);
    float: left;

}


/* ===== Blog Section =====*/
.blog-section {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative
}

.blog-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.blog-section {
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
}

.blog-details {
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

.blog-details:hover {
    -webkit-box-shadow: 0 0px 17px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 17px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

.blog-img {
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    -webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

.blog-img:hover img {
    transform: scale(1.3) rotate(10deg);
    -webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

.blog-text {
    padding: 25px;
    background: rgba(0, 0, 0, 0.04);
}

.blog-text h5 {
    margin-bottom: 15px;
    color: #09aca6;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.blog-text p {
    font-size: 13px;
    background: rgba(0, 166, 92, 0.15);
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
    color: #00A65C;
    letter-spacing: 0.5px;
    border: 1px solid;
}

.blog-text p:nth-child(3) {
    color: #09aca6;
    background-color: rgba(0, 51, 121, 0.15);
    float: left;
}

/* ===== Testimonials Section =====*/
.testimonials-slider-section {
    direction: ltr;

    background-color: #ffffff;
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative
}

.testimonials-slider-section-bg-graphics {
    position: absolute;
    width: 25%;
    right: -5%;
    top: 10%
}

.testimonials-slider-section-bg-graphics img {
    width: 100%
}

.testimonials-slider-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.testimonials-slider-header-img-section {
    padding: 20px
}

.testimonials-slider-header-img-section img {
    width: 100%
}

.testimonials-slider-title-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    width: 100%
}

.testimonials-slider-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #49495c
}

.testimonials-slider-title {
    text-align: right;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.25;
    margin-bottom: 10px;
    color: #09aca6
}

.testimonials-slider-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5
}

.blockquote p {
    margin-bottom: 25px;
    color: #888;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.7;
}

.blockquote-footer::before {
    content: none;
}

.ti-user {
    float: right !important;
    margin-left: 5px !important;
}

.blockquote-footer {
    float: right;
    font-size: 19px;
    color: #09aca6;
    background-color: rgba(0, 51, 121, 0.15);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px 0 0 5px;
    letter-spacing: 0.5px;
    border-right: 5px solid;
    font-style: italic;
}

.owl-testimonials-slider .owl-nav {
    display: none
}

.owl-testimonials-slider .owl-dots .owl-dot span {
    background-color: #ccc !important
}

.owl-testimonials-slider .owl-dots .owl-dot.active span {
    background-color: #08ABA5 !important;
    width: 20px;
}

/* ===== Contact Us Section =====*/
.contact-section {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: rgb(249, 249, 249);
    position: relative
}

.contact-container {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.contact-header-img img {
    width: 100%
}

form.contact-form {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 7px 7px 0px rgba(12, 0, 46, .2);
    box-shadow: 0 7px 7px 0px rgba(12, 0, 46, .2);
}

.contact-form label {
    font-size: 16px;
    color: #09aca6;
    font-weight: bold;
    margin-bottom: 2px;
}

.contact-form .form-control {
    border: 1px solid #00A65C;
}

.contact-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #09aca6;
    background-color: rgba(0, 51, 121, 0.03);
}

/* ===== Footer Section =====*/
.footer-section {
    padding-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 0 !important;
    position: relative;
    background-color: white;
    /*background-image: url("../images/footer.svg");*/
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    color: var(--dark);
}

.footer-section a {
    color: var(--dark)
}

.footer-section a svg {
    max-height: 25px !important;
}

.footer-section-bg-graphics {
    position: absolute;
    right: -10%;
    bottom: 0%
}

.footer-container {
    display: flex;
    position: relative
}

.footer-logo {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding-right: 40px
}

.footer-logo img {
    width: 190px;
    background: white;
    margin-bottom: 5px;
    padding: 10px 15px;
    border-radius: 5px;
}

.footer-logo p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300
}

.footer-subsection {
    padding-left: 40px;
    padding-right: 40px
}

.footer-subsection-title {
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    color: var(--dark);
    line-height: 2.2;
    margin-bottom: 10px
}

.footer-subsection-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300
}

.footer-subsection-2-1 {
    margin-bottom: 20px
}

.footer-subsection-2-2 {
    margin-bottom: 20px
}

.footer-subsection-list {
    list-style: none;
    padding-right: 0;
}

.footer-subsection-list li {
    font-size: 16px;
    color: var(--dark);
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    margin-top: 10px;
    display: table-row
}

.footer-subsection-list li a {
    text-decoration: none;
    line-height: 1.8;
}

.footer-subsection-list li span {
    font-size: 12px;
    color: #ccc;
}

.footer-social-media-icons-section {
    display: flex
}

.footer-social-media-icon {
    justify-content: center;
    align-items: center;
    padding-left: 10px
}

.footer-social-media-icon .fa {
    color: #ffffff;
    font-size: 25px;
    text-decoration: none !important
}

.footer-social-media-icon .fa:hover {
    color: #ffffff
}

.footer-credits {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.footer-credits p {
    font-size: 16px;
    font-weight: 300;
    color: var(--dark);
    font-family: 'Inter', sans-serif;
    line-height: 1
}

.footer-credits a {
    font-size: 17px;
    font-weight: 700
}

.footer-credits a:hover {
    color: #ffffff;
    text-decoration: none
}

/*=============== Resnponsive ============*/


/** custom style */

.navbar-expand-lg .navbar-nav .nav-link.active p {
    font-weight: bolder;
    color: #08ABA5 !important;
    scale: 1.1;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

.z-10 {
    z-index: 10;
}

.w-140px {
    width: 140px;
}

.w-40px {
    width: 40px;
}

.w-100px {
    width: 100px;
}

#notification {
    background-color: #28a745; /* Default to green for success */
    color: white;
    font-size: 16px;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    transition: opacity 0.3s ease;
    box-shadow: 0 0 20px 5px #5959598c;
}

#notification.error {
    background-color: #dc3545; /* Red for errors */
}

#notification.warning {
    background-color: #ffc107; /* Yellow for warnings */
}

#notification.info {
    background-color: #17a2b8; /* Blue for informational messages */
}


.rounded-pill-4 {
    border-radius: 4rem !important;
}

.rounded-pill-2 {
    border-radius: 2rem !important;
}

.rounded-pill-1 {
    border-radius: 1rem !important;
}

.font-weight-bolder, .font-weight-bolder b {
    font-weight: 900 !important;
}

.btn-success.disabled, .btn-success:disabled {
    opacity: .3;
    cursor: wait;
}

.btn-success.disabled, .btn-primary:disabled {
    opacity: .3;
    cursor: wait;
}

.btn-success.disabled, .btn-info:disabled {
    opacity: .3;
    cursor: wait;
}

.btn-success.disabled, .btn-secondary:disabled {
    opacity: .3;
    cursor: wait;
}

.mt-n6, .my-n6 {
    margin-top: -4rem !important;
}

.main-section-shiraz-quiz {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
}

.shiraz-quiz-loading-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    background: #ffffffb5;
}

.shiraz-quiz-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    /*background-color: #000000d1 !important;*/
    width: 100%;
    /*opacity: 0.5;*/
    /*filter: blur(2px);*/
}

/** custom style */
/* Large devices (desktops, 992px and up) */

label.required::after {
    content: "*";
    color: red;
}

/* Style for input with class 'ltr' */
input.ltr {
    direction: ltr !important; /* Ensures the input value is left-to-right */
    text-align: left !important; /* Aligns text to the left */
}

input.ltr::placeholder {
    direction: rtl !important; /* Ensures the placeholder text is right-to-left */
    text-align: right !important; /* Aligns placeholder text to the right */
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: right;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
}

.text-danger {
    color: #F64E60 !important;
}

.text-black {
    color: #212121 !important;
}

.text-success {
    color: #1BC5BD !important;
}


.checkbox > span:after {
    content: '';
    border-color: transparent;
    border-style: solid;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -2px;
}

.checkbox > span:after {
    width: 5px;
    height: 10px;
}

.checkbox > span {
    background: whitesmoke;
    height: 18px;
    width: 18px;
}

.checkbox > input:checked ~ span:after {
    border-color: #ffffff;

}

.checkbox > input:checked ~ span:after {
    display: block;
}

.checkbox > span:after {
    width: 5px;
    height: 10px;
}

.checkbox > span:after {
    content: '';
    border-color: transparent;
    border-style: solid;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -2px;
}

.checkbox.checkbox-danger > input:checked ~ span:after {
    border-color: #ffffff;
}

.checkbox.checkbox-danger > input:checked ~ span {
    background-color: #F64E60;
}

.checkbox.checkbox-success > input:checked ~ span {
    background-color: #1BC5BD;
}

.checkbox > input:checked ~ span {
    background-color: #6993FF;
}

.checkbox.checkbox-danger > span {
    border: 1px solid transparent;
}

.checkbox > span {
    padding: 5px 5px;
    border-radius: 5px;
}

.checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}


.checkbox > input:checked ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: none;
}

a, .nav-link-menu {
    color: var(--dark);
}

underline {
    border-bottom: 1px solid #d7d7d7;;
    padding-bottom: 4px;
}

divider {
    height: 1px;
    width: 100%;
    background-color: whitesmoke;
    margin-bottom: 20px;
}

.main-section-shiraz-quiz #paging {
    position: absolute;
    left: 10px;
    top: 60px;
}

#question-section #timer {
    position: absolute;
    top: 33px;
    color: red !important;
    font-weight: bolder;
    font-size: 17px;
}


.nav-link.active, .nav-link.active span {
    color: #08aba5;
}


ul.navbar-nav .coming-soon {
    position: absolute;
    top: -8px;
    background: #ff00002e;
    padding: 1px 5px;
    border-radius: 10px;
    color: red;
    font-size: 10px;
    left: -9px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #09aca6;
    text-decoration: none;
    background-color: unset;
    font-weight: bold;
}

ul.navbar-nav .coming-soon-text {
    /*color: var(--dark);*/
    opacity: 0.5 !important;
    cursor: not-allowed;
}

.tourism_exhitition {
    margin-bottom: 4rem;
    margin-top: -6rem !important;

    img.img-fluid {
        height: 400px;
        border-radius: 5px;
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    }
}

#owl-side-banners {

    .testimonials-slider-section {
        background-color: transparent !important;
        padding: 0 !important;
    }

    .item {
        width: fit-content;
    }

    img {
        height: 300px;
        width: 100%;
        object-fit: contain;
        border-radius: 10px !important;
    }
}

@media (min-width: 992px) {
    .main-section-shiraz-quiz {
        min-height: 650px;
    }

    .close-navbar {
        display: none;
    }

    #navbar .sidebar {
        display: none;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-item {
        margin-left: 3px;
        margin-right: 3px;
    }

    .nav-link-menu {
        font-size: 14px;
    }
}


/* Medium devices (tablets, 768px and up)*/
@media screen and (max-width: 991px) {


    ul.navbar-nav .coming-soon {
        top: 10px;
        left: -50px;
    }


    .editor-content-res .table {
        width: 100% !important;
        overflow: hidden;
    }


    .header-container {
        flex-direction: column
    }

    .navbar-toggler.collapsed {
        background: white;
        position: relative;
        padding-top: 11px;
        border-radius: 10px;
        box-shadow: 0 0 20px 10px #ddd;
        max-width: 53px;
    }

    .header-title-section {
        text-align: center;
        margin-top: 40px
    }

    .navbar-expand-lg .navbar-nav .nav-link.active p {
        padding-bottom: 10px;
    }

    .navbar-collapse {
        background-color: #fcfcfc;
        color: #09aca6;
        padding-bottom: 25px;
        padding-top: 15px;
        margin-top: 0px;
        position: fixed;
        right: 0;
        top: 3%;
        height: 94vh;
        width: 264px;
        display: none;
        transform: scale(1) translateX(0);
        overflow-y: scroll;
    }


    .navbar-collapse.show {
        /*transition: right 0.3s ease; !* Smooth transition *!*/
        /*transition: bottom 0.3s ease !important;*/
        display: block;
        animation: navbar-animation 0.6s ease forwards; /* Adjust timing as needed */
        border: 1px solid var(--dark);
        box-shadow: -3px 0px 25px 6px #2f2f2f6e;
        border-top-left-radius: 15px !important;
        position: fixed;
        border-bottom-left-radius: 15px;
    }

    /* Animation Keyframes */
    @keyframes navbar-animation {
        0% {
            transform: scale(1) translateX(0); /* Original size and position */
        }
        50% {
            transform: scale(1.01) translateX(-10px); /* Slightly bigger and shifts left */
        }
        100% {
            transform: scale(1) translateX(0); /* Returns to original size and position */
        }
    }


    /* Closing Animation */
    .navbar-collapse:not(.show) {
        animation: navbar-close-animation 0.6s ease forwards !important;
    }


    @keyframes navbar-close-animation {
        0% {
            transform: scale(1) translateX(0); /* Original size and position */
        }
        50% {
            transform: scale(0.9) translateX(10px); /* Shrinks and shifts right */
        }
        100% {
            transform: scale(0) translateX(100%); /* Completely out of view */
        }
    }


    #panel .sidebar-parent {
        display: none;
    }

    .navbar-collapse .nav-item {
        padding: 0px !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .nav-item .nav-link {
        text-align: right !important;
        float: inline-start !important;
    }

    .navbar-collapse .nav-item p {
        color: var(--dark);
    }

    .navbar-nav.menu-navbar-nav.site-navbar {
        padding-right: 0px 20px;
    }

    .navbar-nav {
        margin: 10px;
    }

    .site-navbar .nav-item .nav-link {
        padding-right: 20px;
    }


    .navbar-nav .sidebar-logout-btn {
        margin-left: 0 !important;
        margin-right: 0px !important;
        width: 105px;
        margin-top: 11px !important;
        border: 1px solid red;
        padding: 4px 7px !important;
        border-radius: 5px;
        text-align: center !important;
    }


    .nav-item.dropdown.show {
        width: 85% !important;
    }

    #navbarNav .dropdown.show .dropdown-menu.show {
        border-color: #d2d2d282;
        box-shadow: 0 0 10px 17px #f6f6f6a8;
        border-radius: 6px;
    }

    #navbarNav .sidebar {
        border-bottom: 1px solid var(--secondary);
        padding-bottom: 0px;
        margin-bottom: 15px;
    }

    .navbar-brand {
        width: 50%;
        margin: 0;
        padding-right: 30px;
    }


    .header-scrolled .navbar-collapse {
        background-color: #fff;
        overflow-y: scroll;

    }

    .nav-link-menu {
        /*color: #09aca6;*/
        font-size: 1rem !important;
    }

    #navbar .nav-item .learn-more-btn {
        margin-top: 10px
    }

    .learn-more-btn-section {
        justify-content: center
    }

    .vertical-slider-title-section {
        text-align: center;
        margin-top: 40px
    }

    .owl-vertical-slider .owl-dots {
        right: 0
    }

    .pricing-plan-cards-section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 15px 0
    }

    .pricing-card {
        margin-bottom: 25px
    }

    .pricing-one {
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important
    }

    .pricing-three {
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important
    }

    .pricing-title p {
        max-width: 428px
    }

    .testimonials-slider-title-section {
        text-align: center;
        margin-top: 40px
    }

    .owl-testimonials-slider .owl-dots {
        right: 0
    }

    .about-container {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .about-header-img {
        display: none;
    }

    .footer-container {
        flex-wrap: wrap
    }

    .footer-logo {
        padding-left: 40px
    }

    .blog-details {
        margin-bottom: 40px;
    }
}

.question-header {
    margin-top: -5rem !important;
}

/* Small devices (landscape phones, 576px and up) */
@media screen and (max-width: 767px) {

    .home {
        .header-img-section {
            display: none;
        }

        .header-title-section {
            margin-top: 20px !important;
        }

        #owl-side-banners, .owl-carousel {
            padding: 0;
            margin: 0;

            img {
                height: 250px;
                width: 100%;
                object-fit: cover;
            }
        }


        #supported {
            .contact-container {
                .item {
                    margin-bottom: 1rem;

                    img {
                        width: 100%;
                        height: 100% !important;
                    }
                }
            }

        }

        h2 {
            font-size: 29px;
        }


        .service-box {
            .head {
                display: flex;
                align-items: center;

                h5 {
                    margin-right: 10px;
                    padding-top: 0;
                    margin-top: 0px !important;
                }

                .icon {
                    position: relative;
                    top: -10px;
                }
            }
        }
    }

    .tourism_exhitition {
        margin-top: -3rem !important;

        img.img-fluid {
            height: 300px;
            margin-bottom: 1rem;
        }

    }

    .form-control {
        font-size: .9rem;
    }

    .h4, h4 {
        font-size: 1.3rem;
    }

    .footer-logo p {
        max-width: unset !important;
        text-align: justify !important;
    }

    .footer-logo, .footer-subsection {
        padding: 0;
    }

    .navbar-brand img {
        width: 150px;
    }

    .question-header {
        margin-top: -2.3rem !important
    }


    .sidebar .nav-item {
        margin-bottom: 5px !important;
    }

    .about-title {
        font-size: 18px !important;
    }

    .main-section-shiraz-quiz {
        min-height: 570px;
    }

    .main-section-shiraz-quiz h3 {
        font-size: 18px !important;
    }

    .main-section-shiraz-quiz #paging {
        top: 95px !important;
    }

    #question-section #timer {
        top: 68px !important;
    }

    .header {
        height: auto;
        padding-top: 20%;
        background-size: 200%;
    }

    .footer-section {
        background-size: 200%;
    }

    .blog-details {
        margin-bottom: 30px;
    }

    .contact-container {
        flex-direction: column-reverse;
    }

    .contact-form {
        margin-top: 30px;
    }
}

/* Extra small devices (portrait phones, less than 576px)*/
@media screen and (max-width: 575px) {


    .navbar-toggler {
        left: 4%;
        position: relative;
        top: 0px;
        width: 50%;
        justify-content: left;
        display: flex;
        margin: 0;
    }

    .navbar {
        padding-top: 5px;
        padding-bottom: 0
    }


    .navbar.header-scrolled {
        padding: 15px 0 !important;
    }


    .header {
        padding-bottom: 75px;
    }

    .learn-more-btn,
    .learn-extra-btn {
        padding-left: 13px !important;
        padding-right: 13px !important;
        font-size: 13px;
    }

    .services-container {
        flex-direction: column
    }

    .header {
        padding-top: 15%
    }

    .header-subtitle {
        font-size: 24px
    }

    .header-title {
        font-size: 25px
    }

    .header-title-text {
        font-size: 18px
    }
}

@media screen and (max-width: 400px) {

    .main-section-shiraz-quiz h3 {
        font-size: 15px !important;
        padding: 0 !important;
        margin-bottom: 2px !important;
    }

    .question-header {
        /*margin-top: -1.2rem !important;*/
        /*padding: 10px !important;*/
        max-height: 95px !important;
        margin-top: unset !important;
        padding: 10px !important;
        position: absolute;
        top: -3rem;
        left: 2%;
        width: 96%;

    }

    #question-section {
        margin-top: 3.5rem !important;
    }

    #question-section #timer {
        font-size: 17px !important;
        top: 25px !important;
    }

    .main-section-shiraz-quiz #paging {
        top: 50px !important;
    }

    p {
        font-variation-settings: "wght" 200;
        font-size: 13px;
        text-align: center !important;
    }

    #question-section h4 {
        font-size: 15px !important;
    }

    .alert {
        font-size: 13px;
    }

}


.countdown-timer {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
}

#timer {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}

.time-box {
    background: #ffffff;
    padding: 10px 20px;
    /*border-radius: 5px;*/
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.time-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #007bff;
    display: block;
}

.time-label {
    font-size: 1rem;
    color: #6c757d;
}

@media screen and (max-width: 767px) {
    .time-number {
        font-size: 1.5rem;
    }

    .time-box {
        padding: 5px 15px
    }

    .countdown-timer h3 {
        font-size: 1.4rem;
    }

}


.article {

    .related-article2 {
        background-color: whitesmoke;
        .item {
            border-radius: 5px;
            background: white;
            border-top-left-radius: 25px;



            h4{
                font-size: 1.2rem;
                margin-bottom: 10px;
            }

            .articles_item {
                .articles_grid_caption {
                    padding: 10px !important;
                    background: #fff;
                    border-bottom-right-radius: 5px;
                    border-bottom-left-radius: 5px;
                }

                button{
                    font-size: 11px;
                    padding: 3px 5px;
                }
            }

            img {
                border-radius: 25px 5px 25px 5px;
                height: auto;
                object-fit: contain;
                width: 100%;
                max-height: 200px;
            }
        }

        .owl-related-slider{
            .owl-nav{
                button{
                    background: #05aba6;
                    width: 25px;
                    text-align: center !important;
                    color: white;
                }
            }
        }

    }


    .article-body {

        h4 {
            margin-bottom: .5rem;
            font-size: 1rem;
            padding-top: 0.2rem;
        }

        p {
            text-align: justify !important;
        }


        #related-articles {


            .movie {
                padding: 0px;
                margin-bottom: 1rem;

                .video-js{
                    max-height: 300px;
                }

                video {
                    width: 100%;
                    /*max-height: 160px;*/
                    background: whitesmoke;
                }
            }

            .gallery-items {

                h3 {
                    font-size: 1.2rem;
                }

                .items {
                    display: grid;
                    gap: 10px;
                    grid-template-columns: auto auto;

                    img {
                        width: 100% !important;
                        height: 100px !important;
                        object-fit: cover;
                    }

                }


            }

            a {
                text-decoration: unset;
            }

            .item {
                background-color: #e0e0e05e;
                border-radius: 5px !important;
                transition-duration: .3s;


                &:hover {
                    img {
                        /*box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;*/
                        scale: .96;
                        transition-duration: .3s;
                        border-radius: 15px !important;
                    }

                }

                img {
                    border-radius: 5px;
                    width: 100% !important;
                    height: 100% !important;
                    transition-duration: .3s;

                }

                .articles_grid_caption {
                    padding: .5rem;
                }
            }
        }


        @media (max-width: 756px) {

        }
    }

    .article-gallery {
        img {
            /*max-height: 200px;*/
            /*max-width: 200px;*/
            /*width: 100%;*/
            height: 200px;
            width: 100%;
            object-fit: cover;

        }
    }
}


/** article */


