/* start first home slider css */

.btn-section {
    width: 7em;
    height: 2.3em;
    margin: 0;
    background: var(--second-Webcolor);
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-section:hover {
    color: var(--second-Webcolor);
}

.btn-section:after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.btn-section:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}



/* End first home slider css */


.contact-info {
    /* height: 600px; */
    padding: 120px 0;
    background: url(../../images/back.png) center center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
}

.contact-info .container {
    position: relative;
    z-index: 10;
}

.contact-info:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, .5);
    z-index: 1;
}

.contact-btn {
    background-color: var(--second-Webcolor);
}

.info {
    background: #E6E6E821;

}

.info-div:first-child {
    background-color: var(--main-Webcolor);
    color: white !important;
}

.info-div:first-child a {
    color: white !important;
}

.info-div:first-child i {
    background: white;
    color: var(--main-Webcolor);
}

.info-div {
    box-shadow: 0px 4px 4px 0px #DDD7FF;
    border-radius: 10px;
}

.info-div a {
    color: black !important;
}

.info-div i {
    background: #472ECA26;
    color: var(--main-Webcolor);
    padding: 25px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.info-div .text-des {
    font-size: 22px;
}

.info-div .text-phone {
    font-family: 'Questv1';
    font-size: 16px;
}

.bg-single {
    background: url("../../images/new\ 1_ar.png") center center no-repeat;
    background-size: 100% 100%;
    height: 300px;
}

.bg-single button {
    background-color: var(--second-Webcolor);
    margin-left: -5px;
    padding: 9px 20px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

@media (max-width:768px) {
    .bg-single input {
        background-color: white;
    }

    .bg-single {
        background: url("../../images/new\ 1_ar.png");
        height: 300px;
    }
}

.contact-header {
    width: fit-content;
    color: var(--main-Webcolor);
}

.contact-header::after {
    content: "";
    background-color: var(--second-Webcolor);
    width: 100%;
    height: 50%;
    top: 23px;
    left: 0;
    position: absolute;
    z-index: -2;
    animation: moveLine 2s infinite;
}

/* animation: moveLine 2s infinite; */
@keyframes moveLine {
    0% {
        transform: scale(1.1) translateY(20%) translateZ(0);
    }

    50% {
        transform: scale(1.1) translateY(00%) translateZ(0);
    }

    100% {
        transform: scale(1.1) translateY(20%) translateZ(0);
    }
}

.girl-image {
    object-fit: contain;
    height: 400px;
    aspect-ratio: 1 / 1;
    z-index: 10;
}

.girl-image-bg {
    margin-top: -100px;
    height: 500px;
}

@media (max-width:992px) {
    .girl-image-bg {
        margin-top: 0px;
        width: 100%;
    }
}



.accordion-button:not(.collapsed) {
    background-color: var(--second-Webcolor) !important;
    color: white !important;
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none;
}

#customRecaptcha {
    background-color: #eee;
    width: fit-content;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 0px 20px 20px 0px;
}

.customRecaptchadiv .arrows {
    background-color: var(--second-Webcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-position: left calc(.375em + .1875rem) center;
    padding-left: calc(1.5em + .75rem);
    padding-right: 0;
}
