/* ============================= SECTION FIRST ============================= */

.section-first {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
}
.section-first .img-relative {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}
.section-first .img-relative::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, hsla(0, 0%, 3%, 0.35) 0%, hsla(214, 87%, 15%, 0.50) 100%);
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.section-first .img-relative img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: 0;
    opacity: 1;
    transition: all .5s ease-in-out;
}

.section-first .contact-details {
    position: absolute;
    z-index: 2;
    padding: 0 12.9629vw;
    display: flex
;
    justify-content: center;
    gap: 3.96825vw;
    top: 25vh;
}

.section-first .contact-details .left-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2.769vw;
    width: 100%;
}
.section-first .contact-details .left-content span.title {
    display: block;
    font-size: 45px;
    font-weight: bold;
    line-height: 60px;
    color: white;
}
.section-first .contact-details .left-content .details-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1vw 1vw;
}
.section-first .contact-details .left-content .details-cards .one-card {
    width: 16.1190vw;
    height: 10.052vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.10714vw;
    border-radius: 10px;
    padding: 0.9259vw 1.19047vw;
    background: rgba(217, 217, 217, 0.3);
    color: white;
}
.section-first .contact-details .left-content .details-cards .one-card .title-accroche {
    font-size: 40px;
    font-weight: bold;
    font-family: var(--font-name);
    line-height: 45px;
    color: white;
}
.section-first .contact-details .left-content .details-cards .one-card .sub-title {
    font-weight: 300;
    font-size: 13px;
    font-family: var(--font-name);
}

.section-first .contact-details .right-content {
    display: flex;
    flex-direction: column;
    gap: 1.51vw;
    justify-content: flex-start;
    padding: 1.964vw 2.7116vw;
    align-items: center;
    background: hsla(0, 0%, 0%, 0.53);
    border-radius: 10px;
    width: 100%;
    height: max-content;
}
.section-first .contact-details .right-content span.title {
    display: block;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    color: white;
}

#success-alert-modal span{
    font-size: 16px;
}

#contact-form form input[type=hidden]:nth-child(1){
    font-size: 16px;
}

.section-first .contact-details .right-content form {
    display: flex;
    flex-direction: column;
    gap: 1.30vw;
    width: 100%;
}
.section-first .contact-details .right-content form input, .section-first .contact-details .right-content form textarea {
    outline: none;
    border-radius: 10px;
    border: none;
    background: rgba(217, 217, 217, 0.25);
    border-bottom: 1px solid white;
    color: white;
    font-size: 14px;
    font-weight: 300;
    font-family: var(--font-name);
    padding: 10px 12px;
}
.section-first .contact-details .right-content form input::placeholder {
    color: white;
    font-size: 14px;
    font-weight: 300;
    font-family: var(--font-name);
}
.section-first .contact-details .right-content form button {
    background: #05234A;
    color: white;
    font-size: 1.6534vw;
    padding: 1.124vw ;
    font-family: var(--font-name);
    font-weight: 500;
    outline: none;
    border: none;
}


.other_englober{
    margin-top: 0px;
    padding: 70px 80px;
}
/* ============================= SECTION TWO ============================= */

.list-details {
    display: flex;
    gap: 0;
    box-shadow: 0 8px 100px hsla(0, 0%, 0%, 0.35);
    border-radius: 20px;
    margin-bottom: 60px;
}

.list-details .content-left {
    width: 100%;
    display: flex;
    position: relative;
}
.list-details .content-left .img-illustra {
    width: 100%;
    /* height: 50.396vw; */
    height: 40.396vw;
    display: flex;
    position: relative;
    border-radius: 10px 0 0 10px;
}
.list-details .content-left .img-illustra::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 10px 0 0 10px;
    height: 100%;
    background: linear-gradient(180deg, hsla(0, 0%, 3%, 0.35) 0%, hsla(214, 87%, 15%, 0.50) 100%);
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.list-details .content-left .img-illustra img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
    object-position: top;
    position: absolute;
    z-index: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.list-details .content-left .img-illustra img.active {
    opacity: 1;
}
.list-details .content-left .list-btn {
    display: flex;
    gap: 0.992vw;
    position: absolute;
    width: 100%;
    bottom: 2.976vw;
    z-index: 2;
    justify-content: center;
}
.list-details .content-left .list-btn span {
    position: relative;
    content: '';
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 45px;
    background: #05234A;
    border: 4px solid #ffffff;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.list-details .content-left .list-btn span.active {
    background: #fff;
    transition: all .5s ease-in-out;
}

.list-details .content-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4.629vw;
    padding: 0 1.3227vw;
    background: #05234A;
    color: white;
    border-radius: 0px 10px 10px 0px;
}
.list-details .content-right span.title {
    font-size: 22px;
    font-weight: 500;
    line-height: 3.306878vw 50;
    color: white;
    width: 37.301vw;
    text-transform: uppercase;
}
.list-details .content-right .content-list-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    align-items: flex-start;
}
.list-details .content-right .content-list-details .text-descr {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.list-details .content-right .content-list-details .text-descr::before {
    position: relative;
    content: "";
    display: block;
    top: 0;
    width: 2vw;
    height: 2vw;
    border: 7px solid white;
    background: #05234A;
    border-radius: 45px;
}
.list-details .content-right .content-list-details .text-descr.active::before {
    background: white;
}
.list-details .content-right .btn-action {
    display: flex;
    font-size: 18px;  
    padding: 10px 18px;
    font-family: var(--font-name);
    font-weight: 500; 
    text-decoration: none;
    cursor: pointer; 
    color: #05234A;
    text-transform: uppercase;
    background: white;
    text-decoration: none;
    border: 1px solid #05234A;
    transition: all .5s ease-in-out;
}

/* ============================= SECTION THREE ============================= */

.contact-preya {
    display: flex;
    gap: 3.50vw;
}
.contact-preya .map {
    width: 100%;
    height: 47.94vw;
}
.contact-preya .map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-preya .details-contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 3.5052vw;
}
.contact-preya .details-contact .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 3.306878vw 3.30687vw;
    color: #05234A;
    width: 37.301vw;
    text-transform: uppercase;
}
.contact-preya .details-contact .list-col {
    display: flex;
    gap: 4.870vw;
    flex-direction: column;
}
.contact-preya .details-contact .list-col .one-col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}
.contact-preya .details-contact .list-col .one-col .img-relative {
    width: 6.613vw;
    height: 6.613vw;
    background: #05234A;
    border-radius: 65px;
    padding: 1.5vw;
}
.contact-preya .details-contact .list-col .one-col .img-relative img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-preya .details-contact .list-col .one-col .text {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-name);
    text-transform: uppercase;
    color: #000;
    width: 17.1957vw;
}


@media only screen  and (max-width: 1050px) {

    .section-first .contact-details {
        position: absolute;
        z-index: 2;
        padding: 0 50px;
        display: flex;
        justify-content: center;
        gap: 15px;
        top: 25%;
    }

    .section-first .contact-details .left-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 2.769vw;
        width: 100%;
        align-items: center;
    }

    .section-first .contact-details .left-content span.title {
        display: block;
        font-size: 40px;
        font-weight: bold;
        line-height: 60px;
        color: white;
        text-align: center;
    }

    .section-first .contact-details .left-content .details-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 8px;
    }

    .section-first .contact-details .left-content .details-cards .one-card {
        width: 180px;
        height: 110px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0.10714vw;
        border-radius: 10px;
        padding: 0.9259vw 1.19047vw;
        background: rgba(217, 217, 217, 0.3);
        color: white;
    }

    .section-first .contact-details .left-content span.title {
        display: block;
        font-size: 40px;
        font-weight: bold;
        line-height: 60px;
        color: white;
    }
    .section-first .contact-details .right-content span.title {
        display: block;
        font-size: 30px;
        font-weight: 500;
        line-height: 40px;
        color: white;
    }


}

@media only screen  and (max-width: 900px) {
    /* ============================= SECTION FIRST ============================= */
    
    .section-first {
      height: 90vh;
    }

    .section-first .contact-details {
        padding-left: 40px;
        padding-right: 40px;
        top: 18vh;
    }


    .section-first .contact-details .left-content span.title {
        display: block;
        font-size: 35px;
        font-weight: bold;
        line-height: 60px;
        color: white;
    }

    .section-first .contact-details .left-content .details-cards .one-card .title-accroche {
        font-size: 25px;
        font-weight: bold;
        font-family: var(--font-name);
        line-height: 35px;
        color: white;
    }

    .section-first .contact-details .left-content .details-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .section-first .contact-details .left-content .details-cards .one-card {
        width: 18vw;
        height: 14vw;
        display: flex;
    }

    .section-first .contact-details .left-content .details-cards .one-card .sub-title {
        font-size: 12px;
        font-weight: 500;
    }

    .section-first .contact-details .right-content {
        gap: 1.51vw;
        height: auto;
    }

    
    /* ============================= SECTION SECOND ============================= */
    

    
}

@media only screen  and (max-width: 855.9px) {


    /*S1*/

    .section-first {
        height: 100vh; 
    }

    .section-first .contact-details {
        padding-left: 40px;
        padding-right: 40px;
        top: 25vh;
    }

    .section-first .contact-details .left-content span.title {
        display: block;
        font-size: 35px;
        font-weight: bold;
        line-height: 50px;
        color: white;
    }

    .section-first .contact-details .right-content span.title {
        display: block;
        font-size: 25px;
        font-weight: 500;
        line-height: 40px;
        color: white;
    }


    /*inter*/

    .other_englober {
        margin-top: 0px;
        padding: 70px 80px;
        flex-direction: column;
        display: flex;
        align-items: center;
    }


    /*S2*/

    .list-details {
        display: flex;
        gap: 0;
        box-shadow: 0 8px 100px hsla(0, 0%, 0%, 0.35);
        border-radius: 10px;
        margin-bottom: 60px;
        flex-direction: column;
        width: 370px;
    }

    
    .list-details .content-left .list-btn {
        display: flex;
        gap: 15px;
        position: absolute;
        width: 100%;
        bottom: 15px;
        z-index: 2;
        justify-content: center;
    }

    .list-details .content-left .list-btn span {
        position: relative;
        content: '';
        width: 15px;
        height: 15px;
        border-radius: 45px;
        background: #05234A;
        border: 4px solid #ffffff;
        cursor: pointer;
        transition: all .5sease-in-out;
    }


    .list-details .content-left .img-illustra {
        width: 100%;
        /* height: 50.396vw; */
        height: 250px;
        display: flex;
        position: relative;
        border-radius: 10px 10px 0 0px;
    }

    .list-details .content-left .img-illustra::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 10px 10px 0 0px;
        height: 100%;
        background: linear-gradient(180deg, hsla(0, 0%, 3%, 0.35) 0%, hsla(214, 87%, 15%, 0.50) 100%);
        z-index: 1;
        transition: all 0.5sease-in-out;
    }


    .list-details .content-left .img-illustra img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0 0px;
        object-position: top;
        position: absolute;
        z-index: 0;
        opacity: 0;
        transition: all .5sease-in-out;
    }

    
    .list-details .content-right {
        width: 100%;
        display: flex
    ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 25px;
        padding: 0 12px;
        background: #05234A;
        color: white;
        border-radius: 0px 0px 10px 10px;
        padding-top: 15px;
    }


    .list-details .content-right span.title {
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
        color: white;
        width: 100%;
        text-transform: uppercase;
        text-align: center;
    }

    .list-details .content-right .content-list-details {
        display: flex
    ;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: flex-start;
    }


    .list-details .content-right .content-list-details .text-descr {
        font-size: 15px;
        font-weight: 300;
        text-transform: uppercase;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .list-details .content-right .btn-action {
        display: flex;
        font-size: 15px;
        padding: 10px 18px;
        font-family: var(--font-name);
        font-weight: 500;
        text-decoration: none;
        cursor: pointer;
        color: #05234A;
        text-transform: uppercase;
        background: white;
        text-decoration: none;
        border: 1px solid #05234A;
        transition: all .5sease-in-out;
    }

    .list-details .content-right .content-list-details .text-descr::before {
        position: relative;
        content: "";
        display: block;
        top: 0;
        width: 20px;
        height: 20px;
        border: 7px solid white;
        background: #05234A;
        border-radius: 45px;
    }


    /*S3*/

    .contact-preya {
        display: flex;
        gap: 25px;
        flex-direction: column;
        width: 370px;
    }

    .contact-preya .map {
        width: 100%;
        height: 370px;
    }

    .contact-preya .details-contact {
        display: flex
    ;
        flex-direction: column;
        justify-content: flex-start;
        gap: 16px;
    }

    .contact-preya .details-contact .title {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        color: #05234A;
        width: 100%;
        text-transform: uppercase;
    }

    .contact-preya .details-contact .list-col {
        display: flex
    ;
        gap: 18px;
        flex-direction: column;
    }


    .contact-preya .details-contact .list-col .one-col .text {
        font-size: 14px;
        font-weight: 500;
        font-family: var(--font-name);
        text-transform: uppercase;
        color: #000;
        width: 100%;
    }


    .contact-preya .details-contact .list-col .one-col .img-relative {
        width: 50px;
        height: 44px;
        background: #05234A;
        border-radius: 65px;
        padding: 1.5vw;
    }



}
    
@media only screen  and (max-width: 650px) {

    /* ============================= SECTION FIRST ============================= */
    /*.section-first {
        height: 95vh;
    }*/

    .section-first {
        display: flex;
        flex-direction: column;
        height: 950px;
        justify-content: center;
        align-items: center;
    }

    .section-first .contact-details {
        padding-left: 40px;
        padding-right: 40px;
        top: 100px;
        flex-direction: column;
        align-items: center;
    }

    .section-first .contact-details .left-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 12px;
        width: 100%;
        align-items: center;
    }

    .section-first .contact-details .left-content span.title {
        display: block;
        font-size: 30px;
        font-weight: bold;
        line-height: 60px;
        color: white;
    }

    .section-first .contact-details .left-content .details-cards .one-card {
        width: 155px;
        height: 100px;
        display: flex;
    }

    .section-first .contact-details .left-content .details-cards .one-card .title-accroche {
        font-size: 20px;
        font-weight: bold;
        font-family: var(--font-name);
        line-height: 25px;
        color: white;
    }


    .section-first .contact-details .right-content {
        gap: 15px;
        height: auto;
        width: 350px;
    }

    .section-first .contact-details .right-content form button {
        background: #05234A;
        color: white;
        font-size: 16px;
        padding: 10px;
        font-family: var(--font-name);
        font-weight: 500;
        outline: none;
        border: none;
        width: 50%;
        align-self: center;
    }

    /*SECTION 2*/

    .other_englober {
        flex-direction: column;
        margin-top: 0px;
        padding: 70px 80px;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .list-details {
        display: flex;
        gap: 0;
        box-shadow: 0 8px 100px hsla(0, 0%, 0%, 0.35);
        border-radius: 20px;
        margin-bottom: 60px;
        flex-direction: column;
        width: 400px;
    }

    
.list-details .content-left {
    width: 100%;
    display: flex;
    position: relative;
}

    .list-details .content-left .img-illustra {
        width: 100%;
        /* height: 50.396vw; */
        height: 250px;
        display: flex;
        position: relative;
        border-radius: 10px 10px 0px 0px;
    }

    .list-details .content-left .img-illustra::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 10px 10px 0px 0px;
        height: 100%;
        background: linear-gradient(180deg, hsla(0, 0%, 3%, 0.35) 0%, hsla(214, 87%, 15%, 0.50) 100%);
        z-index: 1;
        transition: all 0.5sease-in-out;
    }

    
.list-details .content-left .img-illustra img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    object-position: top;
    position: absolute;
    z-index: 0;
    opacity: 0;
    transition: all .5sease-in-out;
}


.list-details .content-left .list-btn {
    display: flex;
    gap: 15px;
    position: absolute;
    width: 100%;
    bottom: 12px;
    z-index: 2;
    justify-content: center;
}

.list-details .content-left .list-btn span {
    position: relative;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 45px;
    background: #05234A;
    border: 4px solid #ffffff;
    cursor: pointer;
    transition: all .5sease-in-out;
}

.list-details .content-left .list-btn span {
    position: relative;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 45px;
    background: #05234A;
    border: 4px solid #ffffff;
    cursor: pointer;
    transition: all .5sease-in-out;
}


.list-details .content-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 17px;
    padding: 0 12px;
    background: #05234A;
    color: white;
    border-radius: 0px 0px 10px 10px;
    padding-top: 20px;
}

.list-details .content-right span.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: white;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
}


.list-details .content-right .content-list-details .text-descr {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.list-details .content-right .content-list-details .text-descr::before {
    position: relative;
    content: "";
    display: block;
    top: 0;
    width: 20px;
    height: 20px;
    border: 7px solid white;
    background: #05234A;
    border-radius: 45px;
}

/*CONTACT*/

.contact-preya {
    display: flex;
    gap: 18px;
    flex-direction: column;
    width: 400px;
}

.contact-preya .map {
    width: 100%;
    height: 350px;
}

.contact-preya .details-contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 18px;
}

.contact-preya .details-contact .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    color: #05234A;
    width: 100%;
    text-transform: uppercase;
}


.contact-preya .details-contact .list-col {
    display: flex;
    gap: 18px;
    flex-direction: column;
}

.contact-preya .details-contact .list-col .one-col .text {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-name);
    text-transform: uppercase;
    color: #000;
    width: 100%;
}
   
}
    
    
@media only screen  and (max-width: 550px) {
    /* ============================= SECTION FIRST ============================= */
    .section-first .contact-details {
        padding-left: 30px;
        padding-right: 30px;
        top: 100px;
        flex-direction: column;
        align-items: center;
    }

    .section-first .contact-details .left-content .details-cards .one-card {
        width: 155px;
        height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 12px;
    }

    .section-first .contact-details .left-content span.title {
        display: block;
        font-size: 30px;
        font-weight: bold;
        line-height: 45px;
        color: white;
        margin-bottom: 15px;
    }

    .section-first .contact-details .left-content .details-cards .one-card .sub-title {
        font-size: 12px;
        font-weight: 500;
        text-align: center;
    }

    .section-first .contact-details .right-content span.title {
        display: block;
        font-size: 25px;
        font-weight: 500;
        line-height: 40px;
        color: white;
    }

    .section-first .contact-details .right-content form {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }



    /*S2*/

    .list-details {
        display: flex;
        gap: 0;
        box-shadow: 0 8px 100px hsla(0, 0%, 0%, 0.35);
        border-radius: 20px;
        margin-bottom: 60px;
        flex-direction: column;
        width: 350px;
    }

    .list-details .content-right span.title {
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        color: white;
        width: 100%;
        text-transform: uppercase;
        text-align: center;
    }

    .list-details .content-right .content-list-details {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: flex-start;
    }

    .list-details .content-right .content-list-details .text-descr {
        font-size: 14px;
        font-weight: 300;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    /*S3*/

    .contact-preya {
        display: flex;
        gap: 18px;
        flex-direction: column;
        width: 350px;
    }

    .contact-preya .details-contact .list-col .one-col {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

    .contact-preya .details-contact .list-col .one-col .img-relative {
        width: 40px;
        height: 36px;
        background: #05234A;
        border-radius: 65px;
        padding: 1.5vw;
    }

    .contact-preya .details-contact .list-col .one-col .text {
        font-size: 13px;
        font-weight: 500;
        font-family: var(--font-name);
        text-transform: uppercase;
        color: #000;
        width: 100%;
    }
 

      
}

@media only screen  and (max-width: 413px) {
        /* ============================= SECTION FIRST ============================= */

        .section-first .contact-details {
            padding-left: 10px;
            padding-right: 10px;
            top: 100px;
            flex-direction: column;
            align-items: center;
        }

        .section-first .contact-details .right-content {
            gap: 15px;
            height: auto;
            width: 280px;
        }

        /*S2*/
        .list-details {
            display: flex;
            gap: 0;
            box-shadow: 0 8px 100px hsla(0, 0%, 0%, 0.35);
            border-radius: 20px;
            margin-bottom: 60px;
            flex-direction: column;
            width: 280px;
        }

        .list-details .content-right span.title {
            font-size: 14px;
            font-weight: 500;
            line-height: 30px;
            color: white;
            width: 100%;
            text-transform: uppercase;
            text-align: center;
        }

        .list-details .content-right .content-list-details .text-descr {
            font-size: 12px;
            font-weight: 300;
            text-transform: uppercase;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }

        .list-details .content-right .btn-action {
            display: flex;
            font-size: 15px;
            padding: 10px 18px;
            font-family: var(--font-name);
            font-weight: 500;
            text-decoration: none;
            cursor: pointer;
            color: #05234A;
            text-transform: uppercase;
            background: white;
            text-decoration: none;
            border: 1px solid #05234A;
            transition: all .5sease-in-out;
        }


        /*S3*/

        .contact-preya {
            display: flex;
            gap: 18px;
            flex-direction: column;
            width: 280px;
        }


}

@media only screen  and (max-width: 337.9px) {
            /* ============================= SECTION FIRST ============================= */
    .section-first {
        display: flex;
        flex-direction: column;
        height: 1150px;
        justify-content: center;
        align-items: center;
    }

    .section-first .contact-details {
        padding-left: 10px;
        padding-right: 10px;
        top: 100px;
        flex-direction: column;
        align-items: center;
    }

    .section-first .contact-details .right-content {
        gap: 15px;
        height: auto;
        width: 260px;
    }

    /*S2*/
    .list-details {
        display: flex;
        gap: 0;
        box-shadow: 0 8px 100px hsla(0, 0%, 0%, 0.35);
        border-radius: 20px;
        margin-bottom: 60px;
        flex-direction: column;
        width: 260px;
    }

    .list-details .content-right span.title {
        font-size: 14px;
        font-weight: 500;
        line-height: 30px;
        color: white;
        width: 100%;
        text-transform: uppercase;
        text-align: center;
    }

    .list-details .content-right .content-list-details .text-descr {
        font-size: 12px;
        font-weight: 300;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .list-details .content-right .btn-action {
        display: flex;
        font-size: 15px;
        padding: 10px 18px;
        font-family: var(--font-name);
        font-weight: 500;
        text-decoration: none;
        cursor: pointer;
        color: #05234A;
        text-transform: uppercase;
        background: white;
        text-decoration: none;
        border: 1px solid #05234A;
        transition: all .5sease-in-out;
    }


    /*S3*/

    .contact-preya {
        display: flex;
        gap: 18px;
        flex-direction: column;
        width: 260px;
    }

}    