body {
    font-family: 'Poppins', sans-serif !important;
    scroll-behavior: smooth !important;
    color: #212529 !important;
}

html {
    scroll-behavior: smooth !important;
}

Head {
    scroll-behavior: smooth !important;
}

.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px !important;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    color: #212529 !important;
}

.row {
    padding: 0;
    margin: 0;
}

hr {
    margin: 0;
}

.shahdow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.light-shahdow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

a {
    text-decoration: none;
}

p {
    font-size: 16px;
    font-weight: 400;
}


.view-all-btn {
    background: #f1f1f1;
    border-radius: 25px;
}

    .view-all-btn:hover {
        background-color: #1FB970;
        color: #ffffff !important;
    }

.fcwhite {
    color: #fff;
}
/* Theme color */
.theme-colors {
    color: #1FB970 !important;
}

.theme-background {
    background-color: #1FB970;
}

/* preloader */
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #1FB970;
    z-index: 1400000;
    pointer-events: none;
    animation: fadeout .5s linear forwards;
    animation-delay: 8.5s;
    position: fixed;
}

@keyframes fadeout {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 0.3;
    }
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #ffffff;
}

.count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    color: rgba(0, 0, 0, 0.747) !important;
    font-weight: 800;
    /* mix-blend-mode: difference; */
    width: 550x;
    text-align: right;
}
/* preloader End*/

/* Navigation Bar Section A, Navigation Bar Section A, Navigation Bar Section A */
.navbar {
    background-color: #ffffff;
    width: 100%;
    z-index: 1000;
}

.nav-li-link {
    font-weight: 300;
}

    .nav-li-link:hover {
        color: #1FB970 !important;
    }

.nav-list:hover {
    background-color: #f1f1f1;
}

.nav-logo-edit {
    width: 200px;
}

@media only screen and (max-width: 991px) {
    .nav-logo-edit {
        width: 155px;
    }
}

.navbar-light .navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 300;
}

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
        font-weight: 400;
        color: #1FB970 !important;
    }

/* Section B video & profile,  Section B video & profile, , Section B video & profile, */
.about-video {
    width: 100%;
    border-radius: 2px;
    height: 370px;
    object-fit: cover;
}

@media only screen and (max-width: 991px) {
    .about-video {
        height: 190px;
        object-fit: cover;
    }
}

/* Section C Profile Section, Section C Profile Section, Section C Profile Section */
.guide-img-edit {
    width: 70%;
    border: 8px solid white;
    border-radius: 50%;
    height: 125%;
}

@media only screen and (max-width: 1199px) {
    .guide-img-edit {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .guide-img-edit {
        width: 51%;
    }
}

@media only screen and (max-width: 380px) {
    .guide-img-edit {
        width: 65%;
    }
}

/*.img-layer-height {
    height: 200px;
}*/

@media only screen and (max-width: 450px) {
    .img-layer-height {
        height: 150px;
    }
}

.rating-member {
    width: 130px;
}

@media only screen and (max-width: 425px) {
    .rating-member {
        width: 115px;
    }
}

.guide-imgg-position {
    position: relative;
 /*   top: -105px;*/
}

@media only screen and (max-width: 380px) {
    .guide-imgg-position {
        top: -105px;
    }
}

@media only screen and (max-width: 991px) {
    .guide-imgg-position {
        top: -70px;
    }
}

@media only screen and (max-width: 768px) {
    .guide-imgg-position {
        top: -85px;
    }
}

.btn-info {
    background-color: #172d4fcc;
    border: none !important;
}

    .btn-info:hover {
        background-color: #172d4f;
    }


/* Section D About me, Section D About me, Section D About me, Section D About me */
.more-info-col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.308);
    padding: 13px;
}
/* Section E HighLight, Section E HighLight, Section E HighLight , Section E HighLight */
li {
    font-size: 16px;
    font-weight: 400;
}


/* Section F Asked Question, Section F Asked Question, Section F Asked Question*/
.accordion-item {
    border: none;
}

.button.accordion-button.collapsed {
    background-color: #f1f1f1 !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

/* Section G My Tours , Section G My Tours , Section G My Tours , Section G My Tours  */

.tour-img-width {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.Tour-card-Edit {
    padding: 10px;
    border-radius: 14px;
    width: 95%;
}

.Tour-Card-Title {
    font-weight: 600;
}

.trip-icons {
    width: 18%;
    padding-right: 6px;
}

.tour-book-btn {
    background-color: #1FB970;
    color: white !important;
    border: none;
}

.Tour-Price {
    color: #fab928 !important;
    font-weight: 600;
}
/* Section H Guide Gallery, Section H Guide Gallery, Section H Guide Gallery, Section H Guide Gallery */
.view-all-btn {
    background-color: #f1f1f1;
    color: black;
    border-radius: 25px;
}

    .view-all-btn:hover {
        background-color: #1FB970;
        color: #ffffff !important;
    }

.Gallery-img-Edit {
    width: 100%;
    height: 185px;
    object-fit: cover;
    border-radius: 8px;
}

/* Section I Videos Section,  Section I Videos Section,  Section I Videos Section */


/* Section J Reviews Section, Section J Reviews Section, Section J Reviews Section */

/* star section, , star section,  star section,  star section */

:root {
    --star-size: 20px;
    --star-color: #fff;
    --star-background: #fc0;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    font-size: var(--star-size);
    font-family: Times;
    /* make sure ★ appears correctly */
    line-height: 1;
    &::before

{
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

}

.verified-reviews {
    width: 17%;
}

.reviews-img-Edit {
    width: 100%;
    height: 95px;
    object-fit: cover;
    border-radius: 8px;
}





























/* Section H contact your Guide, Section H contact your Guide, Section H contact your Guide */
.box-Edit {
    background-color: #0D1F35;
    border-radius: 30px;
    padding: 30px;
}

.Register-btn-edit {
    background-color: #1FB970;
    border-radius: 41px;
    padding: 21px 45px 21px 45px;
    text-align: center;
}

    .Register-btn-edit:hover {
        background-color: white;
        color: #0D1F35 !important;
        transition: 0.2s !important;
    }

@media only screen and (max-width: 425px) {
    .Register-btn-edit {
        padding: 11px 45px 10px 45px;
    }
}

@media only screen and (max-width: 572px) {
    .box-Edit {
        border-radius: 62px 62px 0px 0px;
    }
}

/* Section I All Popular Tours , Section I All Popular Tours , Section I All Popular Tours  */
.All-popular-tours {
    font-size: 16px;
}

    .All-popular-tours:hover {
        color: #1FB970 !important;
        transition: 0.5s !important;
    }

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: #f1f1f1 !important;
}
/* Section J Fooot, Section J Fooot, Section J Fooot, Section J Fooot, Section J Fooot */
.footer-heading {
    margin-top: 9px;
}

.list-style {
    list-style: none;
    padding-left: 0 !important;
}

.footer-li {
    font-size: 16px;
    font-weight: 400;
}

.Footer-links {
    position: relative;
    width: 100px;
}

.footer-li:hover .Footer-links:after {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.Footer-links:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #1FB970;
    bottom: -3px;
    z-index: 999999;
    left: 0;
    transform-origin: left center;
    width: 100%;
    transition: transform .3s,opacity .3s;
    transform: scaleX(0);
    opacity: 0;
    border-width:  1px;
}

.guide-videos {
    width: 100% !important;
}

.video-overlay:after {
    content: "";
    background-color: #00000073 !important;
    position: absolute;
    width: 100%;
    z-index: 99;
    height: 97%;
    top: 0;
    left: 0;
}

.video-content {
    position: absolute;
    top: 32%;
    left: 25px;
    z-index: 999;
}

.modal-active {
    display: block;
}
