@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rajdhani:wght@300;400;500;600;700&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-size: 60px;
    margin: 0 0 0px;
    font-weight: 600;
    color: #100f0f;
    line-height: 55px;
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
}

h2 {
    font-size: 60px;
    margin: 0 0 0px;
    font-weight: 600;
    color: #100f0f;
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
}

h3 {
    font-size: 35px;
    margin: 0 0 0px;
    color: #000000;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}

h4 {
    color: #000;
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
}

h5 {
    color: #000;
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
}

h6 {
    color: #000;
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #818182;
    letter-spacing: 0px;
    font-family: 'Montserrat';
}

.add-padding {
    margin: auto;
    max-width: 1800px;
}

.theme-1 {
    gap: 10px;
    display: flex;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border-width: 2px;
    width: fit-content;
    align-items: center;
    border-radius: 50px;
    border-style: solid;
    justify-content: center;
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding: 5px 10px 5px 15px;
    border-color: rgb(255, 198, 13);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 11px 14px 0px rgba(22, 26, 29, 0.13);
}

.theme-1 span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3b806;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.btn-shine {
    background: linear-gradient(to right, #100f0f 0, #100f0f, #fe143f9f 33%, #fe1440 4%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 10s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
}

.btn-shine-2 {
    background: linear-gradient(to right, #fe143f9f 0, #fe1440, #100f0f 33%, #100f0f 4%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 10s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
}

.btn-shine-3 {
    background: linear-gradient(to right, #fe143f9f 0, #fe1440, #fff 33%, #fff 4%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 10s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
}

@keyframes shine {

    0%,
    100% {
        background-position: 0;
    }

    10% {
        background-position: 50px;
    }

    20% {
        background-position: 100px;
    }

    30% {
        background-position: 150px;
    }

    40% {
        background-position: 200px;
    }

    50% {
        background-position: 250px;
    }

    60% {
        background-position: 300px;
    }

    70% {
        background-position: 350px;
    }

    80% {
        background-position: 400px;
    }

    90% {
        background-position: -450px;
    }
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.header-logo {
    height: 80px;
    z-index: 1;
    padding-top: 10px;
    position: relative;
}

.header-logo img {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 15px 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-family: "Rajdhani", sans-serif;
}

.menuSec ul li a i {
    font-size: 10px;
    margin-left: 4px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #f3b806;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}


/*header css start */

/*banner css start */

.main_slider {
    padding-top: 30px;
    position: relative;
    background-color: #f2f3f5;
}

.banner_text {
    top: 25px;
    z-index: 1;
    display: flex;
    text-align: center;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.banner_text h1 {
    text-align: center;
    margin-bottom: 15px;
}

.banner_text h1 span {
    color: #fe1440;
}

.banner_text p {
    width: 70%;
    text-align: center;
    margin-bottom: 15px;
}

.banner_img {
    width: 100%;
    height: 530px;
    position: relative;
}

.banner_img::before {
    content: '';
    top: -30px;
    left: -60px;
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 300px;
    position: absolute;
    background-image: url(../images/banner-img-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    border-radius: 10px;
}

.banner-follow {
    left: -5%;
    bottom: 0;
    width: 100%;
    display: flex;
    max-width: 600px;
    min-height: 120px;
    position: absolute;
    align-items: center;
    background-color: #fff;
    padding: 25px 30px 25px 0px;
    border-top-right-radius: 10px;
    justify-content: space-between;
}

.banner-follow::before {
    top: 0;
    content: '';
    right: 100%;
    height: 100%;
    width: 100vw;
    position: absolute;
    background-color: #fff;
}

.banner-follow::after {
    top: 0;
    left: 0;
    right: 20%;
    bottom: 0;
    width: 35%;
    height: 1px;
    content: '';
    margin: auto;
    position: absolute;
    background-color: #e5e9e8;
}

.banner-follow h5 {
    font-size: 20px;
    position: relative;
    font-family: 'Rajdhani';
    text-transform: uppercase;
}

.banner-follow ul {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-follow ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 18px;
    color: #999999;
    border-radius: 50%;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid #999999;
}

.banner-follow ul li a:hover {
    color: #fff;
    transition: ease-in;
    border-color: #ffc60d;
    transition-duration: 0.5s;
    background-color: #ffc60d;
}

.scrollbox {
    top: -30px;
    height: 100%;
    right: -80px;
    display: flex;
    position: absolute;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.scrollbox::before {
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    content: '';
    height: 60%;
    margin: auto;
    position: absolute;
    background-color: #d9dedf;
}

.scrollbox h5 {
    font-size: 25px;
    font-weight: 500;
    position: relative;
    font-family: 'Rajdhani';
    text-transform: uppercase;
    writing-mode: sideways-rl;
}

.scrollbox a i {
    color: #000;
    font-size: 30px;
}

/*banner css end*/

/* innner banner */

.inner-banner .banner_text {
    top: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}

.inner-banner .banner_img {
    height: 450px;
}

.inner-banner .banner_img img {
    object-position: center;
}

.inner-banner .scrollbox::before {
    top: 25%;
    height: 55%;
}

/* innner banner */

/* about sec */

.about-sec {
    padding: 100px 0px;
}

.about-img {
    width: 100%;
    position: relative;
    height: 570px;
    min-height: 100%;
}

.about-img::before {
    top: 0;
    left: 99%;
    z-index: -1;
    height: 8%;
    width: 14px;
    content: '';
    position: absolute;
    background-color: #eab413;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about-text {
    position: relative;
    border-radius: 0px 10px 10px 10px;
    padding: 70px 25px 30px;
    background-color: #eab413;
}

.about-text::before {
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 92%;
    position: absolute;
    background-color: #fff;
    border-radius: 0px 10px 10px 0px;
}

.about-text::after {
    z-index: -1;
    content: '';
    width: 100%;
    right: -60px;
    height: 100%;
    bottom: -50px;
    max-width: 300px;
    max-height: 300px;
    position: absolute;
    background-image: url(../images/banner-img-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-text h2 {
    position: relative;
    margin-bottom: 15px;
}

.about-text h5 {
    font-size: 18px;
    color: #100f0f;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    font-family: 'Rajdhani';
    text-transform: uppercase;
}

.about-text p {
    position: relative;
    margin-bottom: 15px;
}

.about-text a {
    position: relative;
}

/* about sec */

/* inner about */

.inner-aboutbox {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 103px 0px rgba(146, 146, 146, 0.21);
}

.inner-about-text {
    padding: 0px 50px 50px;
}

.inner-about-text h5 {
    font-size: 18px;
    color: #100f0f;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    font-family: 'Rajdhani';
    text-transform: uppercase;
}

.inner-about-text p {
    position: relative;
    margin-bottom: 5px;
}

.inner-about-text ul {
    columns: 2;
    margin-top: 25px;
}

.inner-about-text .last-p {
    margin-top: 25px;
}

.inner-aboutsec {
    margin-top: 100px;
}

.inner-aboutsec .about-img img {
    bottom: 80px;
    position: relative;
}

.inner-aboutsec .about-img {
    position: relative;
}

.inner-aboutsec .about-img::before {
    top: 0;
    left: 100%;
    z-index: 1;
    content: '';
    height: 7.4%;
    width: 14px;
    position: absolute;
    background-color: #eab413;
}

/* inner about */


/* contact-sec inner */

.contact2-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}


.contact-box {
    padding: 50px 45px 25px;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
}

.contact-detail h5 {
    color: #6e6e6e;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.contact-detail p {
    color: #5f6367;
    font-weight: 500;
    width: 85%;
}

.contact-detail a {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin-top: 30px;
    font-family: 'Rajdhani';
}

.contact-detail h3 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-input2 {
    position: relative;
}

.contact-input2 input {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #000;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #dadada;
}

.contact-input2 input::placeholder,
.contact-input2 textarea::placeholder {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", system-ui;
}

.contact-input2 textarea {
    width: 100%;
    height: 100px;
    border: 0;
    color: #b2b6b9;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 14px;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #dadada;
}

.text-center2 {
    position: absolute;
    right: 25px;
    bottom: -15px;
}

.phone-box {
    display: flex;
    gap: 25px;
    border-right: 2px solid;
    padding: 55px 0px 30px;
    align-items: center;
}

.phone-box i {
    font-size: 40px;
    color: #fff;
}

.phone-box p {
    color: #5f6367;
    font-size: 16px;
    font-weight: 600;
}

.flex-line {
    display: flex;
    gap: 5px;
    flex-direction: column;
    flex-wrap: nowrap;
}

.contact-box img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(58%) saturate(1671%) hue-rotate(9deg) brightness(105%) contrast(106%);
}

.phone-box2 p {
    color: #5f6367;
    font-size: 14px;
    font-weight: 500;
}

.phone-box2 {
    display: flex;
    gap: 25px;
    height: 100%;
    align-items: center;
    border-right: 2px solid;
    margin-left: 15px;
    padding-right: 20px;
    padding-left: 10px;
    margin-right: 15px;
}

.phone-box3 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    gap: 25px;
}

.phone-box3 p {
    color: #5f6367;
    font-size: 14px;
    font-weight: 600;
}

.phone-box3 i {
    font-size: 40px;
    color: #fff;
}

.innercontact-i iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    filter: invert(1) brightness(0.5) grayscale(1);
}

.innercontact-i {
    z-index: -1;
    margin-top: -150px;
    position: relative;
}

/* contact-sec inner */

/* event-sec */

.event-sec {
    position: relative;
    padding-bottom: 100px;
}

.event-sec .container-fluid {
    padding: 0;
}

h2.theme-head {
    z-index: 2;
    color: #fff;
    padding: 25px 0px;
    position: relative;
    text-align: center;
    background: transparent;
    box-shadow: 0px 0px 103px 0px rgba(146, 146, 146, 0.21);
}

h2.theme-head::before {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    content: "";
    height: 100%;
    margin: auto;
    border-radius: 0;
    position: absolute;
    background: #f3b806;
    animation: full 5s ease-in-out infinite;
}

@keyframes full {
    0% {
        width: 0%;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

.sec-head.text_center.topbar {
    margin-bottom: 70px;
}

.event-main-box {
    margin-bottom: 25px;
}

.event-img {
    width: 100%;
    height: 250px;
    min-height: 100%;
}

.event-img a {
    height: 100%;
}

.event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.event-text-box {
    padding: 50px;
    border-radius: 5px;
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: 22.252px 8.991px 84px 0px rgba(0, 0, 0, 0.09);
}

.event-text {
    position: relative;
}

.event-text::before {
    top: 0;
    width: 1px;
    content: '';
    right: -15px;
    height: 100%;
    position: absolute;
    background-color: #e8edf2;
}

.event-btn {
    gap: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.event-btn a {
    color: #000;
    font-weight: 600;
    padding: 14px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    background-color: #ffc60d;
}

.event-btn span {
    display: flex;
    padding-left: 15px;
    align-items: center;
    justify-content: center;
}

.event-btn span img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-left: -15px;
    border-radius: 50%;
    border: 0.5 solid #fff;
}

.event-text ul {
    gap: 50px;
    padding: 15px;
    display: flex;
    width: fit-content;
    margin-bottom: 10px;
    border-radius: 10px;
    align-items: center;
    border: 1px solid #cdd7e4;
}

.event-text ul li {
    gap: 10px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.event-text ul li i {
    color: #fe1440;
}

.event-text ul li h6 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Rajdhani';
    text-transform: uppercase;
}

.event-text ul .left-line::before {
    top: 0;
    width: 1px;
    content: '';
    right: -25px;
    height: 100%;
    position: absolute;
    border-right: 1px solid #cdd7e4;
}

.event-text h3 {
    font-size: 30px;
    color: #061629;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.event-text p {
    gap: 10px;
    /* display: flex; */
    align-items: center;
}

.event-text p a {
    color: #eab413;
}

.event-text p i {
    font-size: 25px;
    color: #fe1440;
    margin-right: 10px;
}

.pagenition {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagenition ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagenition ul li a span {
    width: 45px;
    height: 45px;
    display: flex;
    font-size: 20px;
    color: #ffc60d;
    font-weight: 600;
    border-radius: 5px;
    align-items: center;
    transition: ease-in;
    justify-content: center;
    font-family: 'Rajdhani';
    transition-duration: 0.5s;
    border: 1px solid #f8ebc3;
}

.pagenition ul li a:hover span {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
    background-color: #ffc60d;
}

.viwe-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* event-sec */

.parade-box {
    margin: auto;
    padding: 25px;
    display: flex;
    max-width: 500px;
    min-height: 600px;
    position: relative;
    border-radius: 15px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: url(../images/image.jpg);
}

.parade-box::before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    border-radius: 15px;
    background-color: #070600cb;
}

.parade-box h6 {
    z-index: 1;
    color: #fff;
    font-size: 20px;
    position: relative;
    margin-bottom: 15px;
}

.parade-box p {
    z-index: 1;
    color: #fff;
    position: relative;
}

.parade-box p a {
    color: #fff;
}

.parade-box h5 {
    z-index: 1;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
}

/* inner-gallery-box */

.gallery-tab div#nav-tab {
    gap: 15px;
    display: flex;
    border: none;
    padding: 25px;
    align-items: center;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0px 11px 14px 0px rgba(22, 26, 29, 0.13);
}

.gallery-tab .nav-link.active {
    color: #fff;
    border-radius: 10px;
    background-color: #ffc60d;
}

.gallery-tab .nav-link {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    padding: 18px 20px;
    width: 100%;
    background-color: #fff;
    font-family: 'Montserrat';
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.gall-box {
    width: 100%;
}

.gall-box a img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 10px;
}

/* inner-gallery-box */

/* gallery sec */

.gallery-sec {
    padding: 100px 0px;
}

.gallery-small-box {
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
    justify-content: center;
}

.gallery-small-box :hover .gallery-small-inside-box,
.gallery-box:hover .gallery-small-inside-box {
    height: 100%;
    padding: 15px 10%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.gallery-small-inside-box {
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    display: flex;
    padding: 0px 10%;
    overflow: hidden;
    position: absolute;
    transition: ease-in;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #ffc70dcb;
}

.gallery-small-inside-box h4 {
    color: #fff;
    margin-bottom: 3%;
    text-transform: uppercase;
}

.gallery-small-inside-box p {
    color: #fff;
}

.gallery-small-box a {
    width: 100%;
    height: 100%;
}

.gallery-small-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-box {
    height: 425px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-box .gallery-small-inside-box h4 {
    font-size: 50px;
    padding-left: 20px;
    border-left: 5px solid #fff;
}

.gallery-box .gallery-small-inside-box p {
    font-size: 20px;
    opacity: 0.8;
}

/* gallery sec */

/* ietnam-sec */

.inner-event-sec {
    padding: 100px 0px;
}

.vietnam-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ietnam-sec */

/* blog-sec */

.blog-sec {
    padding: 0px 0px 100px;
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 70%;
    margin: auto;
}

.blog-box {
    height: 450px;
    position: relative;
    margin: 25px 0px 0px;
}

.blog-box img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 5px;
}

.blog-detail {
    bottom: 0;
    width: 90%;
    position: absolute;
    border-radius: 0px;
    padding: 25px 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.08);
}

.blog-detail h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

.blog-detail p {
    font-size: 14px;
}

.blog-detail ul {
    gap: 25px;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.blog-detail ul li {
    gap: 10px;
    display: flex;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 600;
    align-items: center;
    text-transform: uppercase;
}

.blog-detail ul li i {
    color: #fe1440;
}

/* blog-sec */

/* donate sec */

.donate-box {
    overflow: hidden;
    background-color: #f9f9f9;
    border-radius: 15px;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .3);
}

.inner-donate-box {
    padding: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #ffc60d;
}

.inner-donate-box h3 {
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.inner-donate-box h3::before {
    width: 60px;
    height: 5px;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    position: absolute;
    background-color: #fff;
}

.inner-donate-box p {
    color: #fff;
    width: 80%;
    margin: auto;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
}

.inner-donate-box a {
    color: #333;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    align-items: center;
    padding-block: .5rem;
    padding-inline: .9rem;
    border-radius: 9999px;
    background-color: #fff;
    box-shadow: 0 .0625rem .25rem rgba(0, 0, 0, .25);
}

.inner-donate-box a i {
    color: #f3b806;
}

.selcet-amount-box {
    padding: 25px;
}

.selcet-amount-box h5 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-family: 'Montserrat';
    border-bottom: 1px solid #ccc;
}

.selcet-amount-box p {
    margin-bottom: 15px;
}

.donation-options {
    gap: 2%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
}

.donation-box {
    width: 32%;
    padding: 15px;
    color: #000;
    font-size: 14px;
    border-radius: 10px;
    margin-bottom: 15px;
    font-family: 'Montserrat';
    border: 2px solid #ffc60d;
}

.giveuser-box {
    padding: 25px 25px 0px;
}

.giveuser-box h5 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-family: 'Montserrat';
    border-bottom: 1px solid #ccc;
}

.giveuser-box p {
    margin-bottom: 15px;
}

.giveuser-box input {
    width: 100%;
    height: 55px;
    padding-left: 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    border: 1px solid #000;
}

.giveuser-box input.pl-af {
    padding-left: 45px;
}

.giveuser-box i {
    top: 20px;
    left: 30px;
    color: #2d2d2d;
    position: absolute;
}

.donate-box-h6 {
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
    background-color: #fff;
}

.donate-box-h6 h6 {
    font-style: italic;
}

.donate-sum-box {
    padding: 25px;
}

.donate-sum-box h5 {
    font-size: 20px;
    padding-bottom: 15px;
    font-family: 'Montserrat';
}

.donate-sum-box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

.donate-sum-box ul li:last-child {
    border: none;
}

.donate-sum-box ul li p {
    color: #000;
}

.billing-box {
    padding: 0px 25px;
}

.billing-box h5 {
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-family: 'Montserrat';
    border-bottom: 1px solid #ccc;
}

.billing-box input,
.billing-box select {
    height: 55px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #000;
}

.billing-box button {
    width: 100%;
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    border-radius: 10px;
    font-family: 'Montserrat';
    background-color: #ffc60d;
}

.billing-box p {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    justify-content: center;
}

.billing-box p i {
    color: #f3b806;
}













/* donate sec */

/* your-support-sec */

.your-support-sec {
    display: flex;
    min-height: 700px;
    padding: 100px 2%;
    position: relative;
    align-items: center;
    justify-content: center;
    background-image: url(../images/tour-support-img.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.your-support-sec::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(87deg, rgba(0, 0, 0, 0.008841036414565795) 23%, rgba(0, 0, 0, 1) 88%);
}

.support-text {
    position: relative;
}

.support-text p {
    max-width: 700px;
    margin-bottom: 15px;
}

/* your-support-sec */

/*Contact home STart*/
.h-map {
    position: relative;
    bottom: -7px;
    height: 500px;
}

section.donate-sec {
    padding: 100px 0 0;
}

section.donate-sec iframe {
    width: 100%;
    position: absolute;
    height: 500px;
    filter: invert(1) brightness(0.5) grayscale(1);
}

section.donate-sec .container-fluid {
    padding: 0;
}

.h-map h3 {
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 4%;
    z-index: 9;
    font-size: 73px;
}

.danate-form {
    width: 100%;
    max-width: 550px;
    padding: 60px 40px;
    top: -90px;
    right: 66px;
    z-index: 9;
    position: absolute;
    background: #252525;
    box-shadow: 0 0 20px 0 #00000069;
}

.danate-form h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.danate-form p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.price-options {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    padding: 20px 0px;
}

.price-options label {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    color: #fff;
    align-items: center;
    gap: 8px;
}

.price-options input {
    display: none;
    /* Hide default radio buttons */
}

/* Custom Radio Button */
.price-options input+span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Active State */
.price-options input:checked+span::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    display: block;
}

ul.donate-no {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.danate-form input {
    width: 100%;
    height: 55px;
    margin: 0 0 40px;
    color: #fff;
    outline: none;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #4e4e4e;
    background-color: transparent;
}

.danate-form input::placeholder {
    color: #fff;
}

ul.donate-no li a {
    font-size: 20px;
    color: #717070;
    font-family: 'Montserrat';
    font-weight: 600;
}

.other label {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    color: #fff;
    align-items: center;
    gap: 8px;
}

.other label input {
    display: none;
    /* Hide default radio buttons */
}

/* Custom Radio Button */
.other input+span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Active State */
.other label input:checked+span::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    display: block;
}

.other input {
    width: 85%;
    border: 0;
    background: #fff;
    height: 50px;
    color: #000;
    border-radius: 5px;
    margin: 0 0 0px !important;
}

.other {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.scv {
    gap: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.scv li a {
    border: 1px solid #000;
    color: #000;
    width: 250px;
}

ul.scv li a:hover {
    background: #000;
    color: #fff;
}

.donate-btn {
    text-align: center;
    position: relative;
}

.donate-btn button {
    border: 0;
}

.donate-btn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    background: #000;
    top: 70%;
    left: 0;
    z-index: -1;
}

.rdo-active {
    color: #d39540 !important;
    position: relative;
}

.rdo-active:before {
    content: '\f192';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    left: -26px;
    color: #d39540;
    font-weight: 400;
    font-size: 16px;
    top: 1px;
}

/*Contact home End*/

/*Footer Start*/

footer {
    background: #1c1c1c;
    padding: 50px 0;
}

footer h5 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 15px;
}

.quicklink ul {
    column-count: 2;
}

.quicklink ul li a {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.quicklink {
    height: 100%;
    padding: 25px 0px;
    border-right: 1px solid #fff;
}

.contact-f ul li a {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 50px;
}

.contact-f {
    padding: 25px 0px;
}

.contact-f ul li a i {
    font-size: 20px;
    width: 25px;
}

.f-web {
    text-align: center;
}

.f-web p {
    font-size: 12px;
    color: #fff;
    margin: 0;
}

.footerbottom {
    background: #252525;
    padding: 10px 20px;
    border: 1px solid #ffffff85;
}

.f-media ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    margin: 0;
}

.f-media ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
}

.f-media ul li a:hover {
    background: #d39540;
}

/*Footer End*/

.tab-content>.tab-pane.fade {
    display: block !important;
    height: 0 !important;
}

.tab-content>.tab-pane.fade.active {
    height: auto !important;
}


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/