/*** Spinner Start ***/


/*** Spinner ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.container-fluid.packages .carousel-item.active {
    padding: 20% !important;
}


/*** Button Start ***/

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}


/*** Section Title Start ***/

.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-secondary);
}

.section-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/

.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}

.about-us .page-section {
    background: #000;
    color: orange;
}

.about-us .timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.about-us .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: "";
    background-color: #e9ecef;
}

.about-us .timeline>li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
}

.about-us .timeline>li:after,
.timeline>li:before {
    display: table;
    content: " ";
}

.about-us .timeline>li:after {
    clear: both;
}

.about-us .timeline>li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.about-us .timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.about-us .timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.about-us .timeline>li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: #ffc800;
}

.about-us .timeline>li .timeline-image h4,
.timeline>li .timeline-image .h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
}

.about-us .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.about-us .timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.about-us .timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.about-us .timeline>li:last-child {
    margin-bottom: 0;
}

.about-us .timeline .timeline-heading h4,
.timeline .timeline-heading .h4 {
    margin-top: 0;
    color: inherit;
}

.about-us .timeline .timeline-heading h4.subheading,
.timeline .timeline-heading .subheading.h4 {
    text-transform: none;
}

.about-us .timeline .timeline-body>ul,
.about-us .timeline .timeline-body>p {
    margin-bottom: 0;
}

.allp {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/allp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0 50px 0;
}

.w-80 {
    width: 80%;
}

.demoreel-light {
    background: linear-gradient(rgb(191 191 191 / 50%), rgb(229 229 229 / 50%)), url(../img/demoreel.svg) !important;
    background-position: center center !important;
    background-size: cover !important;
}

a.btn.btn-primary.rounded-pill.py-2.px-4.ms-lg-4 {
    background: #de2425;
    border: solid 1px #de2425;
    color: #fff !important;
}

a.btn.btn-primary.rounded-pill.py-2.px-4.ms-lg-4:hover {
    color: #000 !important;
}

.abl {
    background: linear-gradient(rgba(225, 225, 225, 0.5), rgba(225, 225, 225, 0.5)), url(../img/breadcrumb-bg.jpg) !important;
}

.triangle-left {
    border-right: 20px solid #de2425;
    position: absolute;
    left: -20px;
    top: 15px;
}

.triangle-left {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.t-click .active {
    border: #de2425 solid 3px;
}

.light-arrow .triangle-left {
    top: 58px;
}

.text-danger {
    color: #2fe5b1 !important;
}

.btn.btn-light,
.btn.btn-primary {
    background: #000 !important;
    color: #2fe5b1 !important;
}

.light .text-danger {
    color: #2fe5b1 !important;
}

.light .btn.btn-light,
.light .btn.btn-primary.active {
    background: #f4ce00 !important;
    color: #2fe5b1 !important;
}

a.btn.btn-primary.rounded-pill.py-2.px-4.ms-lg-4.active {
    background: #f4ce00 !important;
}

@media (min-width: 768px) {
    .about-us .timeline:before {
        left: 50%;
    }
    .about-us .timeline>li {
        min-height: 100px;
        margin-bottom: 100px;
    }
    .about-us .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .about-us .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }
    .about-us .timeline>li .timeline-image h4,
    .timeline>li .timeline-image .h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px;
    }
    .about-us .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .Projects-sectoon main section.section-1 .section-1-main .section-1-imgs {
        width: 50% !important;
        top: 3%;
        height: 370px;
    }
    .about-us .timeline>li {
        min-height: 150px;
    }
    .about-us .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }
    .about-us .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    .about-us .timeline>li .timeline-image h4,
    .about-us .timeline>li .timeline-image .h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px;
    }
    .about-us .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (min-width: 1200px) {
    .about-us .timeline>li {
        min-height: 170px;
    }
    .about-us .timeline>li .timeline-panel {
        padding: 0 0px 0px 0px;
    }
    .about-us .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
    .about-us .timeline>li .timeline-image h4,
    .timeline>li .timeline-image .h4 {
        margin-top: 40px;
    }
    .about-us .timeline>li.timeline-inverted>.timeline-panel {
        padding: 10px;
    }
}

.about-us .page-section {
    padding: 3rem 0;
}

.about-us .page-section h2.section-heading,
.page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.about-us .page-section h3.section-subheading,
.page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 4rem;
}

@media (min-width: 768px) {
    .Projects-sectoon main section.section-1 .section-1-main .section-1-imgs {
        width: 50% !important;
        top: 0%;
        height: 400px;
    }
    .about-us section {
        padding: 9rem 0;
    }
}

.about-us .text-center {
    text-align: center !important;
}

.about-us .page-section h2.section-heading,
.page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.about-us .text-uppercase {
    text-transform: uppercase !important;
}

.about-us .page-section h3.section-subheading,
.page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 4rem;
}

.about-us .text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.about-us p {
    line-height: 1.75;
}

.dark-bg-abt {
    background: rgba(0, 0, 0, 0.6);
}

.bg-dark-s {
    background: rgba(0, 0, 0, 0.6);
}

.guide-title-inner p,
.guide-title-inner h4 {
    color: #d09f22;
}

.our-click-list .counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center
}

.our-click-list .counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.our-click-list .counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.our-click-list .counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px
}

.our-click-list .counter-box.colored {
    background: #d3a526;
}

.our-click-list .counter-box.colored p,
.our-click-list .counter-box.colored i,
.our-click-list .counter-box.colored .counter {
    color: #fff
}

.justify {
    text-align: justify !important;
}

.h-auto {
    min-height: auto !important;
}

.services-s {
    background-color: #1d1e22;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.services-s .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 0;
}

.light-services-p .services-s h2,
.light-services-p .services-s li {
    color: #000 !important;
}

.services-s .wrapper .box {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 30px;
    transition: 0.5s;
    padding: 10px;
}


/* look of the tile */

.services-s .wrapper .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
    width: 50%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    transform: skewX(15deg);
    transition: 0.5s;
}


/* look of the blur around tiles */

.services-s .wrapper .box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
    width: 50%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    transform: skewX(15deg);
    transition: 0.5s;
    filter: blur(30px);
    transition: 0.5s;
}


/* look after hover */

.services-s .wrapper .box:hover:before,
.wrapper .box:hover:after {
    transform: skewX(0deg);
    left: 20px;
    width: calc(100%-90px);
}


/* colors for each tile */

.services-s .wrapper .box:nth-child(1):before,
.services-s .wrapper .box:nth-child(1):after {
    background: linear-gradient(315deg, #003153, #d2a42a);
}

.services-s .wrapper .box:nth-child(2):before,
.services-s .wrapper .box:nth-child(2):after {
    background: linear-gradient(315deg, #003153, #d2a42a);
}

.services-s .wrapper .box:nth-child(3):before,
.services-s .wrapper .box:nth-child(3):after {
    background: linear-gradient(315deg, #003153, #d2a42a);
}

.services-s .wrapper .box span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    pointer-events: none;
}

.services-s .wrapper .box span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: 0.5s;
    animation: animate 2s linear infinite;
    background: url(../img/Rotoscoping.jpg);
    background-size: cover;
    background-position: left;
}


/*
  .wrapper .box:hover span::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blue(10px);
    opacity: 0;
    transition: 0.5s;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  }  */


/* size and position of first on hover rect */

.services-s .wrapper .box:hover span::before {
    top: -65px;
    left: -50px;
    width: 85px;
    height: 85px;
    opacity: 1;
}


/* size and position of second on hover rect */

.services-s .wrapper .box span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: 0.5s;
    animation: animate 2s linear infinite;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    animation-delay: -1s;
    background: url(../img/Rotoscoping.jpg);
    background-size: cover;
    background-position: right;
}

.services-s .wrapper .box:hover span::after {
    bottom: -35px;
    right: 100px;
    width: 85px;
    height: 85px;
    opacity: 1;
}


/* animation to make on-hover tiles float */


/* position of box with content */

.services-s .wrapper .box .content {
    position: relative;
    left: -20px;
    padding: 0px 10px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: 0.5s;
    z-index: 1;
    color: #fff;
    /*   display: none; */
}

.services-s .wrapper .box:hover .content {
    left: -60px;
}

.services-s .wrapper .box .content h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.services-s .wrapper .box .content p {
    font-size: 1.1em;
    margin-bottom: 10px;
    line-height: 1.4em;
}

.services-s .wrapper .box .content a {
    display: inline-block;
    font-size: 1.1em;
    color: #111;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 5px;
}

.services-s a {
    text-decoration: none;
    color: black;
}

.services-s ul {
    float: left;
    padding: 0px;
}

.services-s li {
    float: left;
    width: 100%;
    margin: 5px 0px;
    list-style: none;
    font-size: 16px;
}

.services-s .wrapper .two-ser span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: 0.5s;
    animation: animate 2s linear infinite;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    animation-delay: -1s;
    background: url(../img/paintcl.jpg);
    background-size: cover;
    background-position: right;
}

.services-s .wrapper .two-ser span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: 0.5s;
    animation: animate 2s linear infinite;
    background: url(../img/paintcl.jpg);
    background-size: cover;
    background-position: left;
}

.services-s .wrapper .tree-ser span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: 0.5s;
    animation: animate 2s linear infinite;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    animation-delay: -1s;
    background: url(../img/MATCHMOVE.jpg);
    background-size: cover;
    background-position: right;
}

.Projects-sectoon main section.section-1 .section-1-main .section-1-imgs {
    width: 50% !important;
    top: 3%;
}

.services-s .wrapper .tree-ser span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: 0.5s;
    animation: animate 2s linear infinite;
    background: url(../img/MATCHMOVE.jpg);
    background-size: cover;
    background-position: left;
}

.services-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1)), url(../img/services-bg.svg) !important;
    background-size: cover !important;
}

.light-services-p .services-bg {
    background: linear-gradient(rgba(225, 225, 225, 0.9), rgba(255, 255, 255, 0.5)), url(../img/services-bg.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.OurTeambg {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/OurTeambg.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.Featurefilm {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Featurefilm.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.contact-p-bg {
    background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(../img/contact.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position-y: -200px !important;
}

.tvserial {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/tvserial.svg) !important;
    background-size: cover !important;
}

.Domestic {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/Domestic.svg) !important;
    background-size: cover !important;
}

.commercial {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/commercial.svg) !important;
    background-size: cover !important;
}


/* Styling for the popup */

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 9999;
}


/* Styling for the overlay */

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}


/* Styling for images */

.image {
    margin: 10px;
    cursor: pointer;
}


/* Styling for the cancel button */

.cancel-btn {
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

.bg-dark-s-n {
    background: rgb(41 41 41);
}

.tvserial-dark {
    background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(../img/tvserial.svg) !important;
    background-size: cover !important;
}

.Domestic-dark {
    background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(../img/Domestic.svg) !important;
    background-size: cover !important;
}

.commercial-dark {
    background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(../img/commercial.svg) !important;
    background-size: cover !important;
}

.Projects-sectoon main {
    width: 100%;
    height: 100vh;
    display: grid;
    place-items: center;
}

.Projects-sectoon main section.section-1 {
    width: 80%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    row-gap: 50px;
}

.about .row.gy-2.gx-4.mb-4 p {
    font-size: 1.5rem !important;
    color: #000;
}

.tab-class .nav-item .active {
    font-size: 20px;
}

.light a.btn-square.btn.btn-primary.rounded-circle.mx-1 i {
    color: #f6cb1b !important;
}

.light a.btn-square.btn.btn-primary.rounded-circle.mx-1 {
    background: #176649 !important;
}

.Projects-sectoon main section.section-1 nav.mobile-menu {
    padding: 0px;
    display: none;
    width: 100%;
}

.Projects-sectoon main section.section-1 nav.mobile-menu.active {
    display: block;
}

.Projects-sectoon main section.section-1 nav.mobile-menu .mobile-menu-main {
    width: 100%;
}

.Projects-sectoon main section.section-1 nav.mobile-menu .mobile-menu-main ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    width: 100%;
}

.Projects-sectoon main section.section-1 nav.mobile-menu .mobile-menu-main ul li {
    border-radius: 5px;
}

.Projects-sectoon main section.section-1 nav.mobile-menu .mobile-menu-main ul li a {
    text-decoration: none;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 12px 15px;
    border-radius: 5px;
    transition: .2s background ease;
}

.Projects-sectoon main section.section-1 nav.mobile-menu .mobile-menu-main ul li a:hover {
    background: rgb(128 128 128 / 23%);
}

.Projects-sectoon .Projects-sectoon main section.section-1 nav.mobile-menu .mobile-menu-main ul:first-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #4f4f4f42;
}

.Projects-sectoon .Projects-sectoon main section.section-1 nav.mobile-menu .mobile-menu-main ul:last-child {
    padding-top: 10px;
}

.Projects-sectoon main section.section-1 nav.mobile-menu .mobile-menu-main ul:last-child li:last-child {
    margin-top: 10px;
}

.Projects-sectoon main section.section-1 nav.mobile-menu .mobile-menu-main ul:last-child li:last-child a {
    color: #fff;
    font-weight: 600;
    background-color: #664efc;
}

.Projects-sectoon main section.section-1 .section-1-main {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    column-gap: 100px;
}

.Projects-sectoon main section.section-1 .section-1-main .section-1-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.Projects-sectoon main section.section-1 .section-1-main .section-1-content .section-1-title {
    font-size: 40px;
    line-height: 42px;
}

.Projects-sectoon main section.section-1 .section-1-main .section-1-content .section-1-desc,
main section.section-1 .section-1-main .section-1-content .section-1-alt-txt {
    color: #83817e;
    line-height: 24px;
}

.Projects-sectoon main section.section-1 .section-1-main .section-1-content .section-1-form {
    width: 100%;
    display: flex;
    column-gap: 12px;
    align-items: center;
}

.Projects-sectoon main section.section-1 .section-1-main .section-1-content .section-1-form input {
    width: 230px;
    padding: 12px 15px;
    outline: none;
    border: 0px;
    font-size: 16px;
    color: #83817e;
    font-weight: 500;
    background: #fff;
}

.Projects-sectoon main section.section-1 .section-1-main .section-1-content .section-1-form button {
    color: #fff;
    background: #4977ea;
    outline: none;
    border: 0px;
    padding: 12px 15px;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
}

.Projects-sectoon main section.section-1 .section-1-main .section-1-content .section-1-alt-txt {
    display: flex;
    column-gap: 12px;
    align-items: center;
}

.Projects-sectoon main section.section-1 .section-1-main .section-1-content .section-1-alt-txt img {
    display: block;
}

.Projects-sectoon main section.section-1 .section-1-main .section-1-imgs {
    width: 30%;
    position: relative;
}

.Projects-sectoon main section.section-1 .section-1-main .section-1-imgs .section-1-imgs-main {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Projects-sectoon main section.section-1 .section-1-main .section-1-imgs .section-1-imgs-main img {
    width: 90%;
    display: block;
    position: absolute;
}

.Projects-sectoon main section.section-1 .section-1-main .section-1-imgs .section-1-imgs-main img:nth-child(1) {
    transform: rotate(-45deg);
}

.Projects-sectoon main section.section-1 .section-1-main .section-1-imgs .section-1-imgs-main img:nth-child(2) {
    transform: rotate(-30deg);
}

.Projects-sectoon main section.section-1 .section-1-main .section-1-imgs .section-1-imgs-main img:nth-child(3) {
    transform: rotate(-15deg);
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.Projects-photo-gallery .gallery-item {
    display: block;
}

.Projects-photo-gallery .gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
}

.Projects-photo-gallery .gallery-item:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
    background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
}

.lightbox-modal .lightbox-content {
    width: 100%;
}

.lightbox-modal .carousel-indicators {
    margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
    background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
    width: 75%;
}

.lightbox-modal .carousel-inner img {
    animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: var(--lightbox);
    color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    width: auto;
}

.lightbox-modal .carousel-control-prev {
    left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
    right: 1.25rem;
}

@media (min-width: 1400px) {
    .Projects-photo-gallery .lightbox-modal .carousel-inner {
        max-width: 60%;
    }
    .Projects-sectoon main section.section-1 .section-1-main .section-1-imgs .section-1-imgs-main img {
        width: 70%;
    }
}

[data-bs-theme="dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme="dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
    position: absolute;
    top: 1.25rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: transparent;
    opacity: .6;
    font-size: 1.25rem;
}

.Projects-photo-gallery .bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.035em;
    fill: currentcolor;
}

@media screen and (min-device-width: 800px) and (max-device-width: 1199px) {
    .Projects-sectoon main {
        height: 700px !important;
    }
    .Projects-sectoon main section.section-1 .section-1-main .section-1-imgs {
        width: 30% !important;
        top: 60%;
    }
}

@media only screen and (min-width: 1200px) {
    .Projects-sectoon main section.section-1 .section-1-main .section-1-imgs {
        width: 27% !important;
        top: 3%;
    }
}

@media screen and (min-device-width: 800px) and (max-device-width: 1199px) {
    .Projects-sectoon main section.section-1 .section-1-main .section-1-imgs {
        width: 30% !important;
        top: -7%;
    }
}

@media only screen and (max-width: 1200px) {
    .Projects-sectoon main {
        height: auto;
    }
    /*     .Projects-sectoon main section.section-1 {
        width: 90%;
        height: auto;
        padding: 35px 0px;
        row-gap: 20px;
    } */
    .Projects-sectoon main section.section-1 .section-1-main {
        flex-direction: column-reverse;
    }
    .Projects-sectoon main section.section-1 .section-1-main .section-1-content {
        width: 100%;
        row-gap: 15px;
    }
    .Projects-sectoon main section.section-1 .section-1-main .section-1-imgs {
        width: 50%;
    }
    .Projects-sectoon main section.section-1 footer {
        margin-top: 25px;
    }
    .Projects-sectoon main section.section-1 .section-1-main .section-1-content .section-1-form input {
        width: 300px;
        padding: 15px 20px;
    }
    .Projects-sectoon main section.section-1 .section-1-main .section-1-content .section-1-form button {
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 900px) {}

@media only screen and (max-width: 600px) {
    .Projects-sectoon main section.section-1 .section-1-main .section-1-content {
        row-gap: 20px;
    }
    .Projects-sectoon main section.section-1 .section-1-main .section-1-content .section-1-form {
        flex-direction: column;
        row-gap: 15px;
    }
    .Projects-sectoon main section.section-1 .section-1-main .section-1-content .section-1-form input,
    main section.section-1 .section-1-main .section-1-content .section-1-form button {
        width: 100%;
    }
    .Projects-sectoon main section.section-1 .section-1-main .section-1-imgs {
        width: 80%;
    }
}

@media (max-width:768px) {
    .topbar {
        display: none;
    }
}


/*** Topbar End ***/


/*** Navbar ***/

.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding: 30px 15px;
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
    color: var(--bs-white);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.navbar-light .navbar-brand h1 {
    color: var(--bs-white);
}

.sticky-top.navbar-light .navbar-brand h1 {
    color: #000;
}

.light .sticky-top .navbar-nav a {
    color: #000 !important;
}

.light .sticky-top.navbar-light {
    background: #d1d1d1;
}

.navbar-light .navbar-brand img {
    max-height: 80px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 65px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }
    .navbar-light .navbar-brand h1 {
        color: var(--bs-primary);
    }
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--bs-dark) !important;
    }
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--bs-primary) !important;
    }
    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

.light .navbar-light {
    background: rgb(233, 215, 121, 0.1);
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
        background: rgb(255 255 255 / 50%);
    }
    .sticky-top.navbar-light {
        position: fixed;
        background: #000;
    }
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: -1px;
        left: 0;
        background: var(--bs-primary);
        transition: .5s;
        z-index: -1;
    }
    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        height: calc(100% + 1px);
        left: 1px;
    }
    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}


/*** Carousel Hero Header Start ***/

.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
    background: transparent;
}

.carousel-header .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
    background-size: 60% 60%;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    background-size: 60% 60%;
}

.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    opacity: 0;
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 120vh
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.light .carousel-header .carousel-inner .carousel-item .carousel-caption {
    background: linear-gradient(rgb(112, 119, 161, .3), rgba(0, 0, 0, 0.5));
}

.light-nav-bg.sticky-top {
    background: #ebebeb;
}

.light-nav-bg.sticky-top a {
    color: #000 !important;
}

@media (max-width: 768px) {
    nav a.btn.btn-primary.rounded-pill.py-2.px-4.ms-lg-4 {
        margin-top: 10px;
    }
    .Projects-sectoon main section.section-1 .section-1-main .section-1-imgs {
        height: 310px;
    }
    .bg-breadcrumb {
        padding: 20px !important;
    }
    .bg-breadcrumb>.py-5 {
        padding: 0px !important;
    }
    .carousel-caption>.p-3 {
        position: relative;
    }
    .carousel-caption .p-3>p {
        margin-bottom: 5px !important;
        font-size: 12px !important;
    }
    .carousel-caption .p-3>h4 {
        margin-bottom: 5px !important;
        font-size: 14px;
    }
    .carousel-item .carousel-caption {
        padding-top: 10px !important;
    }
    .carousel-caption .p-3>h1 {
        margin-bottom: 0px !important;
        font-size: 20px;
    }
    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        opacity: 0;
    }
    .search-bar {
        margin-top: -100px;
        transition: 0.5s;
    }
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px;
    }
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--bs-primary) !important;
        background: #c18814;
    }
}


/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/

.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/breadcrumb-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0 100px 0;
}

.demoreel {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/demoreel.svg);
    background-position: center center;
    background-size: cover !important;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-secondary) !important;
}


/*** Single Page Hero Header End ***/


/*** About Start ***/

.about .container .section-about-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-secondary);
}

.about .container .section-about-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** About End ***/


/*** Services Start ***/

.service .service-content-inner {
    transition: 0.5s;
}

.service .service-content-inner:hover {
    position: relative;
    background: var(--bs-primary) !important;
}

.service .service-content-inner .service-content h5,
.service .service-content-inner .service-content p,
.service .service-content-inner .service-icon i {
    transition: 0.5s;
}

.service .service-content-inner:hover .service-content h5,
.service .service-content-inner:hover .service-content p,
.service .service-content-inner:hover .service-icon i {
    color: var(--bs-white) !important;
}


/*** Service End ***/


/*** Destination Start ***/

.destination .tab-class .tab-content .tab-pane .destination-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.destination .tab-class .tab-content .tab-pane .destination-img .destination-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 3;
    transition: 0.5s;
}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    padding: 20px 20px 0 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: 0.5s;
}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon a i {
    opacity: 0;
    transition: 0.5s;
}

.destination .tab-class .nav-item {
    padding: 0 0 20px 0;
}

.destination .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.destination .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon {
    background: rgba(19, 53, 123, 0.4);
}

.destination .tab-class .tab-content .destination-img:hover .destination-overlay {
    bottom: 0;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon a i {
    opacity: 1;
}

.destination .tab-class .tab-content .destination-img img {
    transition: 0.5s;
}

.destination .tab-class .tab-content .destination-img:hover img {
    transform: scale(1.2);
}


/*** Destination End ***/


/*** Packages Start ***/

.packages .packages-item .packages-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
}

.packages .packages-item .packages-img .packages-info {
    background: rgba(0, 0, 0, .3);
}

.packages .packages-item .packages-img .packages-info small,
.packages .packages-item .packages-img .packages-info small i {
    color: var(--bs-white);
    transition: 0.5s;
}

.packages .packages-item .packages-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px solid;
    border-radius: 10px !important;
    visibility: hidden;
    transition: 0.7s;
    z-index: 3;
}

.packages .packages-item .packages-img:hover.packages-img::after {
    width: 100%;
    height: 100%;
    border: 300px solid;
    border-color: rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6);
    visibility: visible;
}

.packages .packages-item .packages-img small,
.packages .packages-item .packages-img small i {
    transition: 0.5s;
}

.packages .packages-item .packages-img:hover small,
.packages .packages-item .packages-img:hover small i {
    color: var(--bs-white) !important;
}

.packages .packages-item .packages-img img {
    transition: 0.5s;
}

.packages .packages-item .packages-img:hover img {
    transform: scale(1.3);
}

.packages .packages-item .packages-img .packages-price {
    position: absolute;
    width: 100px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background: var(--bs-primary);
    color: var(--bs-white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 5;
}

.packages .packages-carousel {
    position: relative;
}

.packages .packages-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -50px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
    background: #003153;
}

.packages .packages-carousel .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
    background: #003153;
}

.packages .packages-carousel .owl-nav .owl-prev i,
.packages .packages-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
    color: #fff;
}

.packages .packages-carousel .owl-nav .owl-prev:hover,
.packages .packages-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.packages .packages-carousel .owl-nav .owl-prev:hover i,
.packages .packages-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}


/*** Packages End ***/


/*** Explore Tour Start ***/

.ExploreTour .tab-class .nav-item {
    padding: 0 0 20px 0;
}

.ExploreTour .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.ExploreTour .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}


/* National Tour Start */

.ExploreTour #NationalTab-1 .national-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ExploreTour #NationalTab-1 .national-item img {
    transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover img {
    transform: scale(1.2);
}

.ExploreTour #NationalTab-1 .national-item .national-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-content {
    background: rgba(19, 53, 123, .6);
}

.ExploreTour #NationalTab-1 .national-item .national-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-plus-icon {
    opacity: 1;
}

.ExploreTour #NationalTab-1 .national-item .tour-offer {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 20px;
    border-top-right-radius: 40px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: var(--bs-primary);
    color: var(--bs-white);
}


/* International Tour Start */

.ExploreTour #InternationalTab-2 .international-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ExploreTour #InternationalTab-2 .international-item img {
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .international-item:hover img {
    transform: scale(1.2);
}

.ExploreTour #InternationalTab-2 .international-item .tour-offer {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 20px;
    border-top-right-radius: 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: var(--bs-primary);
    color: var(--bs-white);
}

.ExploreTour #InternationalTab-2 .international-item .international-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, .3);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-content {
    background: rgba(19, 53, 123, .6);
}

.ExploreTour #InternationalTab-2 .international-item .international-content .international-info a {
    font-size: 14px;
}

.ExploreTour #InternationalTab-2 .international-item .international-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-plus-icon {
    opacity: 1;
}


/* carousel Start */

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .international-item {
    position: relative;
    overflow: hidden;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}


/*** Explore Tour End ***/


/*** Gallery Start ***/

.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery .gallery-item img {
    min-height: 300px;
    object-fit: cover;
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
}

.light .gallery .gallery-item .gallery-content {
    background: rgb(112, 119, 161, .3);
}

.gallery .gallery-item .gallery-content .gallery-info {
    position: relative;
    margin-bottom: -100%;
    opacity: 0;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.gallery .gallery-item:hover .gallery-content .gallery-info,
.gallery .gallery-item:hover .gallery-plus-icon {
    opacity: 1;
    margin: 0;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item:hover .gallery-content {
    background: rgba(0, 0, 10, 0.8);
}

.light .gallery .gallery-item:hover .gallery-content {
    background: rgb(112, 119, 161, .8);
}

.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}

.gallery .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.gallery .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}


/*** Gallery End ***/


/*** Tour Booking Start ***/

.booking {
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .5)), url(../img/tour-booking-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.booking .container .section-booking-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-secondary);
}

.booking .container .section-booking-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid #f6cb1b !important;
}

.booking .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.booking .container form .btn.btn-primary:hover {
    box-shadow: inset 800px 0 0 0 var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}


/*** Tour Booking end ***/


/*** Travel Guide Start ***/

.guide .guide-item .guide-img {
    position: relative;
}

.guide .guide-item .guide-img .guide-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: -50px;
    display: flex;
    justify-content: center;
    border: 1px solid var(--bs-primary);
    background: rgb(0, 0, 0, .6);
    z-index: 9;
}

.guide .guide-item .guide-img .guide-img-efects {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.guide .guide-item .guide-img .guide-img-efects::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects::after {
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: rgba(19, 53, 123, .5);
}

.guide .guide-item .guide-img-efects img {
    transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects img {
    transform: scale(1.1);
}

.guide .guide-item .guide-title {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    transition: 0.5s;
}

.guide .guide-item .guide-title::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title::after {
    height: 100%;
    background: var(--bs-primary) !important;
    color: var(--bs-white);
}

.guide .guide-item .guide-title .guide-title-inner,
.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title .guide-title-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 2;
}

.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    color: var(--bs-white);
}


/*** Travel Guide End ***/


/*** Blog Start ***/

.blog .blog-item .blog-img {
    position: relative;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    background: rgba(255, 255, 255, .2);
    color: var(--bs-white);
}

.blog .blog-item .blog-img .blog-img-inner {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon a {
    opacity: 1;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon {
    height: 100%;
    background: rgba(19, 53, 123, .6);
    opacity: 1;
}

.blog .blog-item .blog-img .blog-img-inner {
    overflow: hidden;
}

.blog .blog-item .blog-img .blog-img-inner img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner img {
    transform: scale(1.2);
}


/*** Blog End ***/


/*** Testimonial Start ***/

.testimonial .testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-img {
    position: relative;
    width: 100px;
    height: 100px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid var(--bs-primary);
    border-style: dotted;
    border-radius: 50%;
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: -55px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev i,
.testimonial .testimonial-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover i,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-comment {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-img {
    border: 3px solid var(--bs-white);
    border-style: dotted;
    transition: 0.5s;
}


/*** Testimonial End ***/


/*** Contact Start ***/

.contact .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .container form .btn.btn-primary:hover {
    box-shadow: inset 1000px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}


/*** Contact End ***/


/*** Subscribe Start ***/

.subscribe {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .8)), url(../img/subscribe-img.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.light .subscribe {
    background: linear-gradient(rgb(110 110 110 / 60%), rgb(171 171 171)), url(../img/subscribe-img.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe .subscribe-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.subscribe .subscribe-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.subscribe .subscribe-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}


/*** Subscribe End ***/


/*** Footer Start ***/

.footer {
    background: var(--bs-dark);
}

.light .footer {
    background: #d1d1d1;
}

.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.light .footer .footer-item a {
    line-height: 30px;
    color: var(--bs-dark);
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}


/*** Footer End ***/


/*** copyright Start ***/

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}


/*** copyright end ***/

.theam-l-d {
    position: fixed;
    top: 35%;
    background: #fff;
    padding: 0px 10px;
    font-size: 30px;
    color: #000;
    right: 0px;
    z-index: 9999;
    cursor: pointer;
}

.t-click {
    position: absolute;
    top: 100%;
    background: #e9d779;
    right: 0px;
    width: 100px;
}

.t-click a {
    background: #fff;
    float: left;
    font-size: 16px;
    color: #FFF;
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.video-selected {
    width: 100%;
    margin: 0 auto;
}

.video-iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin-bottom: 10px;
}

.video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-thumbnails {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    margin-top: 3.6%;
}

.video-thumb {
    min-height: 230px;
    height: auto;
}

.video-thumb img {
    background-color: #d8d9da;
    width: 100%;
}

.video-thumb iframe {
    display: none;
}

.video-thumb,
.video-selected {
    padding: 5px;
}

.video-thumb p {
    margin: 0;
    font-size: 12px;
}

.video-thumb p.name {
    margin-top: 5px;
    font-weight: bold;
    display: none;
}

.active {
    box-shadow: 0 0 2px #898989;
}

.bg-video {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    &__content {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    @media (max-width: 700px) {
        background: url('//ak5.picdn.net/shutterstock/videos/23647405/thumb/1.jpg') center center / cover no-repeat;
        &__content {
            display: none;
        }
    }
}

.v-s {
    text-align: center;
}

.blur-edges {
    background-image: radial-gradient(transparent, white);
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
}