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

.navbar-brand {
    font-family: "Poppins", sans-serif;
    color: white !important;
    font-size: 2.5rem !important;

}

.bg-img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.navbar {
    position: absolute !important;
    z-index: 9 !important;
    top: 0px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.21);
    width: 100%;

}

/* sectoin first_text */
.travel-text h3 {
    font-size: 1.1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.85;
    color: white;

}

.travel-text h1 {
    font-size: 3rem;
    margin: 15px 0;
    color: white;
}

.travel-text span {
    color: #00bfff;
    /* Sky blue */
    font-weight: bold;
}


.travel-text {
    flex: 1 1 45%;
    max-width: 500px;
    animation: fadeLeft 1.2s ease-in;
    position: absolute;
    top: 26%;
    /* left: 34%; */
    text-align: center;
    right: 32rem;
}

.travel-text h2 {
    font-size: 2.5rem;
    color: black;
    margin-bottom: 15px;
}

.travel-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: white;
}

.travel-text .btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 25px;
    background: #00bfff;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s;
}

.travel-text .btn:hover {
    background: #008ccc;
}


/* Entry animations */
@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* secong bg-tex */
.hero-text {
    position: absolute;
    text-align: center;
    max-width: 700px;
    z-index: 2;
    animation: fadeUp 1.5s ease-out;
    top: 35%;
    /* left: 15%; */
    right: 28rem;
}

.hero-text h3 {
    font-size: 1.1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.85;
    color: white;
}

.hero-text h1 {
    font-size: 3rem;
    margin: 15px 0;
    color: white;
}

.hero-text span {
    color: #00bfff;
    /* Sky blue */
    font-weight: bold;
}

.hero-text p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: white;
}

/* Smooth fade-up animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* section third */
.third_bg_text {
    flex: 1 1 45%;
    max-width: 500px;
    animation: fadeRight 1.2s ease-in;
    position: absolute;
    top: 32%;
    left: 16%;
    text-align: center;
}

.third_bg_text h3 {
    font-size: 1.1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.85;
    color: white;
}

.third_bg_text h1 {
    font-size: 3rem;
    margin: 15px 0;
    color: white;
}

.third_bg_text .btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 25px;
    background: #00bfff;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s;
}

.third_bg_text .btn:hover {
    background: #008ccc;
}


.third_bg_text p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: white;
}

.third_bg_text span {
    color: #00bfff;
    /* Sky blue */
    font-weight: bold;
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translateX(80px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


@media (max-width : 993px) {
    .navbar-nav {
        background-color: black;
        /* color: black; */
        width: 99%;
        position: absolute;
        top: 5rem;
        right: 4px !important;
    }

    .navbar-nav li {
        padding: 0rem 1rem;
    }

}

@media (max-width : 1300px) {
    .navbar-nav {
        position: absolute !important;
        right: 0px !important;
    }

}

@media (max-width : 1190px) {
    .travel-text {
        flex: 1 1 45%;
        max-width: 500px;
        animation: fadeLeft 1.2s ease-in;
        position: absolute;
        top: 26%;
        /* left: 34%; */
        text-align: center;
        right: 23rem;
    }

    .hero-text {
        position: absolute;
        text-align: center;
        max-width: 700px;
        z-index: 2;
        animation: fadeUp 1.5s ease-out;
        top: 35%;
        /* left: 15%; */
        right: 15rem;
    }

    .navbar-nav li {
        margin-right: 0px !important;
    }

    .navbar-brand {
        font-family: "Poppins", sans-serif;
        color: white !important;
        font-size: 1.75rem !important;
    }
}

@media (max-width : 820px) {
    .travel-text {
        flex: 1 1 45%;
        max-width: 500px;
        animation: fadeLeft 1.2s ease-in;
        position: absolute;
        top: 26%;
        text-align: center;
        right: 7rem;
    }

    .hero-text {
        position: absolute;
        text-align: center;
        max-width: 700px;
        z-index: 2;
        animation: fadeUp 1.5s ease-out;
        top: 35%;
        /* left: 15%; */
        right: 0rem;
    }

    .third_bg_text {
        flex: 1 1 45%;
        max-width: 500px;
        animation: fadeRight 1.2s ease-in;
        position: absolute;
        top: 32%;
        text-align: center;
        right: 10%;
    }


    .circle {
        position: absolute;
        z-index: 0 !important;
        width: 3rem;
        height: 3rem;
        top: 37rem !important;
        border-radius: 50%;
        background-color: #f23b55;
        opacity: 0.5;
        left: 7rem !important;
    }

    .circle1 {
        position: absolute;
        z-index: 0 !important;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        background-color: #c05aba;
        top: 7rem !important;
        right: 4rem !important;
        opacity: 0.5;
    }

    .circle2 {
        position: absolute;
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        z-index: 0;
        top: 10rem !important;
        opacity: 0.5;
        background-color: #f93564;
        left: 5rem !important;
    }

    .circle3 {
        top: 66rem !important;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        position: absolute;
        z-index: 0 !important;
        opacity: 0.5;
        background-color: #ea4c89;
        right: 6rem !important;
    }

    .circle4 {
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        position: absolute;
        z-index: 0 !important;
        opacity: 0.5;
        background-color: #feb521;
        top: 46rem !important;
        left: 4rem !important;
    }

    .circle5 {
        position: absolute;
        z-index: 0 !important;
        width: 3rem;
        height: 3rem;
        top: 22rem !important;
        border-radius: 50%;
        background-color: #f23b55;
        right: 23rem !important;
        opacity: 0.5;
    }

    .circle6 {
        position: absolute;
        z-index: 0;
        width: 3rem;
        height: 3rem;
        top: 21rem !important;
        border-radius: 50%;
        background-color: antiquewhite;
        right: 0rem !important;
    }

    .circle7 {
        position: absolute !important;
        z-index: 0 !important;
        width: 3rem !important;
        height: 3rem !important;
        top: 43rem !important;
        border-radius: 50% !important;
        background-color: #f23b55 !important;
        opacity: 0.5 !important;
        right: 6rem !important;
    }

    .circle8 {
        position: absolute !important;
        z-index: 0 !important;
        width: 3rem !important;
        height: 3rem !important;
        top: 54rem !important;
        border-radius: 50% !important;
        background-color: antiquewhite !important;
        right: 3rem !important;
    }

    .circle9 {
        position: absolute !important;
        z-index: 0 !important;
        width: 3rem !important;
        height: 3rem !important;
        top: 66rem !important;
        border-radius: 50% !important;
        background-color: antiquewhite !important;
        left: 8rem !important;
    }
}

@media (max-width:564px) {
    .circle {
        position: absolute;
        z-index: 0 !important;
        width: 3rem;
        height: 3rem;
        top: 78rem !important;
        border-radius: 50%;
        background-color: #f23b55;
        opacity: 0.5;
        left: 6rem !important;
    }

    .circle1 {
        position: absolute;
        z-index: 0 !important;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        background-color: #c05aba;
        top: 12rem !important;
        right: 7rem !important;
        opacity: 0.5;
    }

    .circle2 {
        position: absolute;
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        z-index: 0;
        top: 10rem !important;
        opacity: 0.5;
        background-color: #f93564;
        left: 5rem !important;
    }

    .circle3 {
        top: 124rem !important;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        position: absolute;
        z-index: 0 !important;
        opacity: 0.5;
        background-color: #ea4c89;
        right: 6rem !important;
    }

    .circle4 {
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        position: absolute;
        z-index: 0 !important;
        opacity: 0.5;
        background-color: #feb521;
        top: 67rem !important;
        left: 1rem !important;
    }

    .circle5 {
        position: absolute;
        z-index: 0 !important;
        width: 3rem;
        height: 3rem;
        top: 54rem !important;
        border-radius: 50%;
        background-color: #f23b55;
        right: 23rem !important;
        opacity: 0.5;
    }

    .circle6 {
        position: absolute;
        z-index: 0;
        width: 3rem;
        height: 3rem;
        top: 60rem !important;
        border-radius: 50%;
        background-color: antiquewhite;
        right: 0rem !important;
    }

    .circle7 {
        position: absolute !important;
        z-index: 0 !important;
        width: 3rem !important;
        height: 3rem !important;
        top: 43rem !important;
        border-radius: 50% !important;
        background-color: #f23b55 !important;
        opacity: 0.5 !important;
        right: 6rem !important;
    }

    .circle8 {
        position: absolute !important;
        z-index: 0 !important;
        width: 3rem !important;
        height: 3rem !important;
        top: 95rem !important;
        border-radius: 50% !important;
        background-color: antiquewhite !important;
        right: 8rem !important;
    }

    .circle9 {
        position: absolute !important;
        z-index: 0 !important;
        width: 3rem !important;
        height: 3rem !important;
        top: 124rem !important;
        border-radius: 50% !important;
        background-color: antiquewhite !important;
        left: 8rem !important;
    }

}

@media (max-width :384px) {

    .navbar-brand {
        font-family: "Poppins", sans-serif;
        color: white !important;
        font-size: 17px !important;
    }

    .travel-text {
        flex: 1 1 45%;
        max-width: 500px;
        animation: fadeLeft 1.2s ease-in;
        position: absolute;
        text-align: center;
        right: 2rem !important;
        top: 5rem !important;
    }

    .third_bg_text {
        flex: 1 1 45%;
        max-width: 527px;
        animation: fadeRight 1.2s ease-in;
        position: absolute;
        top: 8% !important;
        text-align: center;
        right: 2rem !important;
    }
}

@media (max-width : 601px) {
    .travel-text {
        flex: 1 1 45%;
        max-width: 500px;
        animation: fadeLeft 1.2s ease-in;
        position: absolute;
        text-align: center;
        right: 2rem;
        top: 8rem;
    }

    .hero-text {
        position: absolute;
        text-align: center;
        max-width: 700px;
        z-index: 2;
        animation: fadeUp 1.5s ease-out;
        top: 18%;
        /* left: 15%; */
        right: 0rem;
    }

    .third_bg_text {
        flex: 1 1 45%;
        max-width: 500px;
        animation: fadeRight 1.2s ease-in;
        position: absolute;
        top: 18%;
        text-align: center;
        right: 2rem;
    }

}

@media (max-width :496px) {
    .navbar-brand {
        font-family: "Poppins", sans-serif;
        color: white !important;
        font-size: 1.25rem !important;
    }

}

@media (max-width:820px) {}

.navbar-nav {
    position: absolute;
    right: 165px;
}

.navbar-nav li {
    margin-right: 1rem;
}

.nav-item .active {
    color: rgb(238, 196, 30) !important;
}

.navbar-nav li a {
    color: white !important;
    font-family: 'Poppins', sans-serif;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:active {
    color: rgb(238, 196, 30) !important;

}

/* section1 */
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block !important;
    width: 1rem !important;
    height: 1rem !important;
    background-repeat: no-repeat !important;
    background-position: 53% !important;
    background-size: 55% 94% !important;
    background-color: black !important;
    border-radius: 50% !important;
    padding: 1rem !important;
}


/* section2 */
/* for vedio */
.vedio_text {
    margin-top: 5rem;
    text-align: center;
    margin-bottom: 3rem;
}

.video-gallery {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.video-container {
    position: relative;
    width: 250px;
    height: 440px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
    background: #000;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-container:hover {
    transform: scale(1.05);
}

.video-container.active {
    width: 280px;
    height: 480px;
    z-index: 5;
    transform: scale(1.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.volume-btn,
.close-btn {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
}

/* ✅ Volume button now at top-right corner */
.volume-btn {
    top: 5px;
    right: 8px;
}

.close-btn {
    top: 10px;
    right: 10px;
}

/* Hover effects */
.video-container:hover .volume-btn {
    display: flex;
}

.video-container.active .close-btn {
    display: flex;
}

/* Hide volume button when video is selected */
.video-container.active .volume-btn {
    display: none !important;
}

.video-title {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 10px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.video-container:hover .video-title {
    opacity: 1;
    transform: translateY(0);
}

.section_vedio {
    position: relative;
}

.circle {
    position: absolute;
    z-index: 0;
    width: 3rem;
    height: 3rem;
    top: 16rem;
    border-radius: 50%;
    background-color: #f23b55;
    opacity: 0.5;
}

.circle5 {
    position: absolute;
    z-index: 0;
    width: 3rem;
    height: 3rem;
    top: 22rem;
    border-radius: 50%;
    background-color: #f23b55;
    right: 4rem;
    opacity: 0.5;
}

.circle6 {
    position: absolute;
    z-index: 0;
    width: 3rem;
    height: 3rem;
    top: 7rem;
    border-radius: 50%;
    background-color: antiquewhite;
    right: 21rem;
}

.circle8 {
    position: absolute;
    z-index: 0;
    width: 3rem;
    height: 3rem;
    top: 35rem;
    border-radius: 50%;
    background-color: antiquewhite;
    right: 3rem;
}

.circle9 {
    position: absolute;
    z-index: 0;
    width: 3rem;
    height: 3rem;
    top: 25rem;
    border-radius: 50%;
    background-color: antiquewhite;
    left: 5rem;
}

.circle7 {
    position: absolute;
    z-index: 0;
    width: 3rem;
    height: 3rem;
    top: 37rem;
    border-radius: 50%;
    background-color: #f23b55;
    opacity: 0.5;
    right: 0rem;
}

.circle1 {
    position: absolute;
    z-index: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #c05aba;
    top: -2rem;
    right: 1rem;
    opacity: 0.5;
}

.circle2 {
    position: absolute;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    z-index: 0;
    top: 7rem;
    opacity: 0.5;
    background-color: #f93564;
    left: 8rem;
}

.circle3 {
    top: 10rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    opacity: 0.5;
    background-color: #ea4c89;
    right: 6rem;
}

.circle4 {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    opacity: 0.5;
    background-color: #feb521;
    top: 36rem;
    left: 4rem;
}

/* section3 */
.img_heading {
    margin: 5rem 0;
}

.img_heading p {
    text-align: center;
}

.section-img_card {
    margin-top: 5rem;
}

.img-card .img img {
    width: 21rem;
    height: 14rem;
    object-fit: cover;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
}

.img-card {
    width: 21rem;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 1rem;
}

.img_text {
    background-color: white;
    margin: 1rem;
}

.img_text p {
    color: #747E88;
}

.img_btn button {
    border-radius: 14px;
    padding: 4px;
    text-align: center;
    background-color: white;
    position: absolute;
    top: 205px;
    right: 0rem;
    border: none;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.3);
}





.img-card:hover .img_text,
.img-card:active .img_text,
.img-card:focus .img_text,
.img-card:hover .price,
.img-card:hover {
    background: #eec41e;
    /* change to yellow on hover */
    color: black;
    /* optional: change text color for contrast */
}

.img_text h4,
.img_text p,
.img_text .price {
    margin: 5px 0;
}

.price {
    font-size: 22px;
    color: #eec41e;
}

@media (max-width :770px) {
    .img-card {
        width: 100% !important;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
        position: relative;
    }

    .img-card .img img {
        width: 100% !important;
        height: 22rem !important;
        object-fit: cover;
    }

    .img_btn button {
        border-radius: 14px;
        padding: 4px;
        text-align: center;
        background-color: white;
        position: absolute;
        top: 334px;
        right: 0rem;
        border: none;
        box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.3);
    }
}

@media (max-width : 992px) {

    .img-card {
        width: 20rem;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
        position: relative;
    }

    .img-card .img img {
        width: 20rem;
        height: 14rem;
        object-fit: cover;
    }
}

/* section 4 */
.pic_info {
    text-align: center;
    margin: 6rem 0;
}

.garellyImg-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 297px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center -3rem;
    background-repeat: no-repeat;
}

.garellyImg-card:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.img-description {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.garellyImg-card:hover .img-description {
    opacity: 1;
    transform: translateY(0);
}

.img-description h5 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    font-size: 1.1rem;
}

.img-description p {
    margin: 5px 0 0;
    font-size: 0.9rem;
    font-family: 'Poppins', sans-serif;
}

/* Touch screens (like mobile/tablet): always show description */
@media (hover: none) and (pointer: coarse) {
    .img-description {
        opacity: 1;
        transform: translateY(0);
    }
}

.garellyImg-card_btn {
    text-align: center;
}

.garellyImg-card_btn button {
    padding: 0.75rem;
    border-radius: 2rem;
    background-color: #10b2eb;
    border: none;
    color: white;
}

/* section */
.subcribe-section {
    position: relative;
    margin-bottom: 4rem;
}

.subcribe_heading {
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 2rem;
}

.subcribe_heading p {
    opacity: 0.5;
}

.bi bi-envelope {
    font-size: 1.75rem;
    text-align: center;
}

.subscribe-icon {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.subscribe-icon input {
    border-radius: 6px;
    width: 29rem;
    height: 3rem;
}

.subscribe_btn button {
    padding: 8px;
    border-radius: 1.5rem;
    width: 9rem;
    border: none;
    background-color: #10b2eb;
    color: white;
}

@media (max-width:658px) {
    .subscribe-icon {
        display: block;
    }

    .subscribe_btn button {
        width: 100%;
    }

    .subscribe-icon input {
        border-radius: 6px;
        width: 100%;
        height: 3rem;
    }
}

/* footer */
.footer {
    background-color: #38424d;
    color: white !important;
}

.footer_heading {
    color: #00bfff;
}

.social li {
    list-style-type: none;
    color: white;
}

.social {
    display: flex;
    gap: 1rem;
}

.order-md-2 {
    order: 2;
}

.order-lg-2 {
    order: 2;
}

.link li {
    list-style-type: none;
}

.link li a {
    color: white;
    text-decoration: none;
}

.link li a:hover {
    color: rgb(238, 196, 30) !important;
    text-decoration: none;
}

.d-flex {
    justify-content: space-evenly;
}

.col-lg-4 {
    margin-top: 2rem !important;
}

.footer_link {
    width: 50%;
}

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

.footer_title {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.footer_link .link {
    padding-top: 30px;
}

.footer_link .link li {
    margin-top: 15px;
}

.footer_link .link li a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer_subscribe p {
    color: #fff;
    margin-top: 45px;
}

.footer_subscribe .subscribe_form {
    position: relative;
    margin-top: 30px;
}

.footer_subscribe .subscribe_form input {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    padding: 0 25px;
    border: 0;
    color: #38424D;
}

@media (min-width: 992px) {
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 768px) {
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

.footer_about p {
    color: #fff;
    margin-top: 25px;
}

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

.social li .social_4 {
    color: white;
    font-size: 1.5rem;
    background-color: #0077b5;
    padding: 5px;
    border-radius: 9px;
    text-align: center;
}

.social li .social_1 {
    color: white;
    font-size: 1.5rem;
    background-color: #4977d9;
    padding: 5px;
    border-radius: 9px;
    text-align: center;
}

.social li .social_2 {
    color: white;
    font-size: 1.5rem;
    background-color: #22cc62;
    padding: 5px;
    border-radius: 9px;
    text-align: center;
}

.social li .social_3 {
    color: white;
    font-size: 1.5rem;
    background-color: #e4405f;
    padding: 5px;
    border-radius: 9px;
    text-align: center;
}

.mt-90 {
    margin-top: 90px;
    margin-bottom: 0px !important;
}

.mt-90 a {
    color: white!important;
    text-decoration: none!important;

}

.mt-90 a:hover {
    color: #feb521!important;
    text-decoration: none!important;

}