@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Dancing+Script:wght@400..700&family=Delius&family=Rochester&family=Winky+Sans:ital,wght@0,300..900;1,300..900&display=swap');

/* loader */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 1s ease-out;
    animation: spin 1s linear infinite;
}

.loader {
    position: absolute;
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 98px;
    height: 98px;
    color: #7A5CF1;
}

.loader:before,
.loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
}

.loader:after {
    color: #FF3D00;
    transform: rotateY(70deg);
    animation-delay: .4s;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {

    0%,
    100% {
        box-shadow: .2em 0 0 0 currentcolor;
    }

    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 .2em 0 0 currentcolor;
    }

    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0 -.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}

/* end loader */


.btn-common {
    text-transform: uppercase;
}

.navbar-area.navigation-style-02 {
    padding-top: 18px;
}

/* blog  */
.blog-image {
    height: 270px;
    object-fit: cover;
}

/* partner */
#partnerTabs {
    padding: 30px;
    border-radius: 15px;
    background-color: #F9ECFF;
}

#partnerTabs a {
    font-size: 16px;
    font-weight: 500;
}

#partnerTabs .nav-link {
    border-radius: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #7A5CF1;
}

/* partner contact-us */
.react-international-phone-input-container button {
    padding: 12px;
    position: absolute;
    top: 15px;
    left: 10px;
}

.react-international-phone-input-container input {
    width: 100% !important;
}

.stepper {
    margin-bottom: 20px;
}

.stepper-steps {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
}

.stepper-step {
    padding: 10px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
}

.stepper-step.active {
    color: #007bff;
    border-bottom: 2px solid #007bff;
}

.stepper-step:hover {
    color: #0056b3;
}

.submit-button button {
    margin-top: 20px;
}

.apply-form-inner label {
    margin: 0 0 12px 0;
    font-size: 16px;
}

.input-form {
    position: relative !important;
}

.input-icon {
    position: absolute !important;
    left: 30px !important;
}

.input-error {
    color: #dc2626;
    margin-top: 12px;
}

.submit-button {
    display: flex;
    justify-content: space-between;
}

.submit-button .disabled {
    background-color: transparent;
    color: gray !important;
    cursor: not-allowed;
}

.divider-line {
    color: darkgray;
}

.divider-bottom {
    margin-top: 12px;
}

.image-preview {
    width: 100%;
    height: 270px;
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.image-preview img {
    height: inherit;
    width: 100%;
    object-fit: cover;
}

.delete-image-button {
    display: inline-block;
    position: absolute;
    right: 73px;
    top: -18px;
    cursor: pointer;
    transition: transform 600ms ease;
}

.delete-image-button i {
    font-size: 24px;
}

.delete-image-button i {
    transition: transform 600ms ease;
}


/* Styling for the Countries Select Section */
.countries-select {
    margin-bottom: 20px;
}

.countries-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.input-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    /* Space between checkboxes */
}

.country-checkbox {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.country-checkbox-input {
    margin-right: 8px;
    /* Space between checkbox and country name */
    width: 18px;
    height: 18px;
}

.country-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.input-form label {
    display: inline-block;
    margin-right: 15px;
}

input[type="checkbox"]:checked+span {
    color: #007BFF;
    /* Change color when checkbox is checked */
}

/* Styling the input error */
.input-form .error {
    font-size: 12px;
    color: #FF0000;
    margin-top: 5px;
}

.collapse {
    visibility: visible !important;
}



/* company logo */
.company-logo {
    max-height: 78px !important;
}

/* title-subheading */
.title-subheading {
    color: black !important;
}

.destination-single-item {
    width: 200px;
}

.title_unisquad_name {
    color: #a87119 !important;
}

/* fonts */
.font-one {
    font-family: "Winky Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.font-two {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.font-three {
    font-family: "Delius", cursive;
    font-weight: 400;
    font-style: normal;
}

.font-four {
    font-family: "Rochester", cursive;
    font-weight: 700;
    font-style: normal;
}


.font-five {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
}

/* toggle description */
.description-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.description-text.expanded {
    -webkit-line-clamp: unset;
}

.show-more-button {
    background: none;
    border: none;
    color: blue;
    cursor: pointer;
    font-size: 14px;
}
