.about {
    background: url("../../images/abot-image2.webp");
    background-size: 100% 100%;
    margin-top: 15px;
    height: 550px;
    clip-path: polygon(0 0, 100% 0, 100% 14%, 0% 100%);
    background-size: cover;
}
.home-content-text a{ 
    border: 2px solid;
    border-color: #A98F43 #A98F43 #A98F43 #A98F43;
    color: white;
    border-radius: 3px;
}
.about-left {
    clip-path: polygon(0 0, 26% 0, 76% 49%, 0 100%);
    height: 100%;
    background-color: rgba(37, 33, 104, 0.9);

}

.about-botton {
    position: absolute;
    bottom: 0;
    clip-path: polygon(85% 61%, 100% 84%, 100% 100%, 58% 100%);
    height: 300px;
    width: 100%;
    background-color: rgba(37, 33, 104);
    z-index: 2;
}

.about-botton2 {
    position: absolute;
    bottom: 0;
    clip-path: polygon(85% 48%, 100% 68%, 100% 100%, 44% 100%);
    height: 550px;
    width: 100%;
    background-color: #eee;
    z-index: -1;
}


.about-images {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-26%, -42%) rotate(-20deg);
}

@media (max-width:992px) {
    .about-images {
        width: 80%;
        right: 0%;
        top: 70%;
        transform: translate(-26%, -42%) rotate(-30deg);
    }
}

@media (max-width:768px) {
    .about {
        clip-path:unset;
    }
    .about-botton2 {
        clip-path: none;


    }

    .about-left {
        clip-path: none;
        background-color: rgba(37, 33, 104, 0.5);

    }

    .about-images {
        position: absolute;
        width: 80%;
        left: 45%;
        right: auto;
        top: 90%;
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

.about-images .images-container img {
    width: 100%;
    height: 100%;
}

.about-images .images-container {
    width: 23%;
    background-color: white;
    padding: 5px;
    position: relative;
}

.about-images .images-container::before {
    position: absolute;
    left: 20%;
    bottom: -5px;
    content: "";
    width: 60%;
    height: 15px;
    border-radius: 5px;
    background-color: var(--active-text);
}


.about-content-text h2 {
    color: var(--site-main-color);
    font-weight: 500;
    margin-top: 20px;

}

.about-content-text h3 {
    color: var(--site-main-color);
    font-weight: 500;
}

.international .discription {
    text-align: justify;
}

.about-content-text p {
    font-weight: 500;
    line-height: 2.2;
}

.international {
    padding: 15px 0 !important;

}


.international .discription {
    text-align: justify;
}

.international .container {
    background: url("../../images/oval.webp");
    background-size: 100% 100%;


}


.international h2 {
    color: var(--site-main-color);
    font-weight: 500;


}

.international .international-image img,
.activities img,
.best-service .img-main {
    width: 100%;
    height: 400px;
    aspect-ratio: 1/1;
    object-fit: contain;
    filter: drop-shadow(2px 2px 4px #6c757d);
}

.activities {
    background: url("../../images/wave.webp");
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    animation: activities-img 10s ease-in-out;
    animation-iteration-count: infinite;
}

.activities .disc {
    text-align: justify;
}

@keyframes activities-img {
    0% {
        background-position: 100% 0;
    }

    50% {
        background-position: 110% 0%;
    }

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

.activities .circles {
    width: 120px;
    height: 120px;
    background: #D7D4FFA1;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-20px, 0);
}

.activities .circles::before {
    position: absolute;
    content: "";
    height: 120px;
    width: 120px;
    border-radius: 50%;
    box-shadow: #fff 20px 15px 0px, #252168 20px 15px 0px 2px;
    transition: 0.5s;
}

@media (max-width:768px) {
    .activities .circles {
        display: none
    }
}

.activities h2 {
    color: var(--site-main-color);
}

.activities span {
    color: var(--site-main-color);
    margin: 0;
    padding: 0;

}

.activities img {}

@media (max-width:992px) {
    .circles-img {
        top: 50% !important;
    }

}

@media (max-width:768px) {
    .about {
        padding: 0;
    }

    .about-content-text {
        padding: 0;
    }
}

.best-service-icon {
    background-color: var(--site-main-color);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0px 3px 23px 6px rgba(0, 0, 0, 0.1); */
}

.best-service-subTitle {
    padding: 15px 20px;
    /* font-size: 16px; */
    background: transparent;
    border: none;
    position: relative;
    color: #f0f0f0;
    z-index: 1;
}

.best-service-subTitle::after,
.best-service-subTitle::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all .4s;
}

.best-service-subTitle::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: var(--site-main-color);
    border-radius: 10px;
}

.best-service-subTitle::after {
    transform: translate(10px, 10px);
    width: 35px;
    height: 35px;
    background: #ffffff15;
    backdrop-filter: blur(5px);
    border-radius: 50px;
}

.best-service-subTitle:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
}

.best-service-subTitle:hover::after {
    border-radius: 10px;
    transform: translate(0, -5px);
    width: 100%;
    height: 100%;
}

.best-service-subTitle:active::after {
    transition: 0s;
    transform: translate(0, 5%);
}




@media (max-width:1024px) {
    .best-service-subTitle {
        width: 80%;
    }

}

@media (max-width:425px) {
    .best-service-subTitle {
        width: 80%;
    }

    .best-service-icon-title {
        text-align: center;
    }



}







/*start book-now */

.book-now {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: var(--site-main-color);
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
    margin: auto;
}

.book-now:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: var(--active-text);
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
}

.book-now:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.book-now span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #fff;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.book-now:hover span {
    color: var(--site-main-color);
    animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

/* end book-now */