*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.navbar-brand{
    font-weight: 500;
    color: #000000;
    font-size: 20px;
    transition: 0.3s color;
}


.applynow-button{
    background-color: #d6b42c;
    color: #000000;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
    transition: 0.3s background-color;
}

.applynow-button:hover{
    background-color: #edcb44;
    color: #ffffff;
}

.navbar-toggler{
    border: none;
    font-size: 4rem;
}

.navbar-toggler:focus, .btn-close:focus {
    box-shadow: none;
    outline: none;
}

.nav-link{
    color: #b3b4bd;
    font-weight: bold;
    position: relative;
    font-size: small;
}

.nav-link:hover, .nav-link.active{
    color: #ffffff;
}


.nav-links{
    color: #000000;
    font-size: 15px;
}



@media (min-width: 991px){


    .nav-link::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: #d6b42c;
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }

    .nav-link:hover::before, .nav-link.active::before{
        width: 100%;
        visibility: visible;
    }
    
}



.image-text{
    width: 60px;
    height: 70px;
}

.navbar .image-text img{
    width: 70px;
    border-radius: 6px;
}

.navbar header .image-text{
    display: flex;
    align-items: center;
}

.navbar .text{
    font-size: 23px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
.navbar .image{
    min-width: 80px;
    display: flex;
    align-items: center;
}

header .image-text .header-text{
    display: flex;
    flex-direction: column;

}

.header-text .name{
    font-weight: 600;
}

.navbar .text .name-inc{
    font-size: 16px;
    margin-top: -5px;
}

@media (max-width: 991px){
    .navbar .image-text img{
        width: 120px;
        height: 120px;
        border-radius: 6px;
    }
    .navbar .text{
        margin-left: 30px;
        font-size: 30px;
        font-weight: 400;
        font-family: "Montserrat", sans-serif;
    }
    .navbar .text .name-inc{
        font-size: 20px;
        margin-top: -5px;
    }
    .nav-item .nav-links{
        font-size: 20px;
    }

    .nav-item .nav-link{
        font-size: 30px;
    }
    .applynow-button{
        background-color: #d6b42c;
        color: #000000;
        font-size: 30px;
        margin-top: 20px;
        padding: 10px 25px;
        border-radius: 30px;
        text-decoration: none;
        text-align: center;
        transition: 0.3s background-color;
    }
    
    .applynow-button:hover{
        background-color: #edcb44;
        color: #ffffff;
    }   
}


.offcanvas{
    width:50% !important;
}  
.offcanvas .btn-close{
    margin-top: 10px;
    margin-right: 10px;
    transform: scale(2);
}  
 
.offcanvas .offcanvas-header h5{
    margin-top: 15px;
    font-size: 30px;
}
/* ---- Carousel ---- */

.carousel-item{
    height: 600px;
    min-height: 300px;
}

.carousel-item::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
}

.carousel-caption{
    bottom: 220px;
    z-index: 2;
}

.carousel-caption h5{
    font-family: 'Pathway Gothic One', sans-serif;
    text-shadow: 2px 2px 6px rgb(0, 0, 0);
    align-items: center;
    color: #d6b42c;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 25px;
}

.carousel-caption h6{
    font-family: 'Pathway Gothic One', sans-serif;
    text-shadow: 2px 2px 6px rgb(0, 0, 0);
    color: #d6b42c;
    width: 900px;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 25px;
    font-weight: bold;
    text-align: left;
}


.carousel-caption p{
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}

.carousel-caption p1{
    font-family: 'Pathway Gothic One', sans-serif;
    text-shadow: 2px 2px 6px rgb(0, 0, 0);
    width: 600px;
    margin-bottom: -50px;
    font-size: 22px;
    line-height: 1.6;
    text-align: left;
}

.carousel-caption p2{
    font-size: 22px;
    align-items: center;
    margin-top: 15px;
    margin-bottom: -50px;
    font-family: 'Pathway Gothic One', sans-serif;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.carousel-caption p3{
    font-size: 22px;
    margin-bottom: -50px;
    margin-top: 15px;
    align-items: center;
    font-family: 'Pathway Gothic One', sans-serif;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.carousel-caption a1{
    font-size: 20px;
    text-transform: uppercase;
    text-decoration:none;
    padding: 5px 20px;
    display: inline-block;
    color: #d6b42c;
    font-weight: bold;
    margin-top: 15px;
    border-radius: 5px;
}


.carousel-inner:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.w-100{
    height: 100%;
}


@media(max-width: 991px) { 

    .carousel-caption h5{
        font-size: 45px;
        text-transform: uppercase;
    }
    
    .carousel-caption h6{
        font-size: 45px;
        text-transform: uppercase;
    }
    
    .carousel-caption p{
        width: 60%;
        margin: auto;
        font-size: 30px;
        line-height: 1.9;
    }
    
    .carousel-caption p1{
        font-size: 28px;
        margin-bottom: -50px;
    }
    
    .carousel-caption p2{
        font-size: 28px;
        margin-bottom: -50px;
        margin-top: 15px;
    }

    .carousel-caption p3{
        font-size: 18px;
        margin-bottom: -50px;
        margin-top: 15px;
    }

    .col-sm-3{
        padding: 1px 15px;
        margin-left: 2px;
        font-size: 15px;
    }

    .carousel-caption a1{
        font-size: 25px;
        text-transform: uppercase;
        text-decoration:none;
        padding: 5px 20px;
        display: inline-block;
        color: #d6b42c;
        font-weight: bold;
        margin-top: 15px;
        border-radius: 5px;
        margin-bottom: -50px;
    }

}


/* INFOBOX */


html{
    scroll-behavior: smooth;
}

section{
    padding-top: 30px;
    padding-bottom: 80px;    
}
.containerr{
    background-image: url(../img/bb.png);
    height: auto;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.containerr h2{
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgb(255, 255, 255);
}
.info-box h5{
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 30px;
    width: 900px;
} 
.info-box p{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding-left: 40px;
    width: 600px;
} 
@media (max-width: 991px){
    .containerr{
        background-image: url(../img/bb2.png);
        height: auto;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        text-align: center;
    }
    .containerr h2{
        font-size: 35px;
    }
    .info-box h5{
        width: 650px;
        font-size: 25px;
        padding-left: 40px;
    } 
    .info-box p{
        font-size: 20px;
        padding-left: -50px;
        width: 520px;
    }
   
}

@media (max-width: 999px){
    .containerr{
        background-image: url(../img/bb2.png);
        height: auto;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        text-align: center;
    }
    .containerr h2{
        font-size: 35px;
    }
    .info-box h5{
        width: 650px;
        font-size: 25px;
        padding-left: 40px;
    } 
    .info-box p{
        font-size: 20px;
        padding-left: -50px;
        width: 520px;
    }
   
}


@media (min-width: 1000px){
    .containerr{
        background-image: url(../img/bb2.png);
        height: auto;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        text-align: center;
    }
    .containerr h2{
        font-size: 35px;
    }
    .info-box h5{
        width: 600px;
        font-size: 25px;
        margin-left: 40px;
    } 
    .info-box p{
        font-size: 20px;
        margin-left: 30px;
        width: 520px;
    }
}
@media (min-width: 1024px){
    .containerr{
        background-image: url(../img/bb2.png);
        height: auto;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        text-align: center;
    }
    .containerr h2{
        font-size: 35px;
    }
    .info-box h5{
        width: 600px;
        font-size: 25px;
        margin-left: 40px;
    } 
    .info-box p{
        font-size: 20px;
        margin-left: 30px;
        width: 520px;
    }
}

@media (min-width: 1360px){
    .containerr h2{
        font-size: 35px;
    }
    .info-box h5{
        width: 600px;
        font-size: 25px;
        margin-left: 40px;
    } 
    .info-box p{
        font-size: 20px;
        margin-left: 30px;
        width: 600px;
    }
}


@media (min-width: 2560px){
    .containerr h2{
        font-size: 40px;
    }
    .info-box h5{
        width: 600px;
        font-size: 25px;
        margin-left: 80px;
    } 
    .info-box p{
        font-size: 20px;
        margin-left: 70px;
        width: 900px;
    }
}





/* PROJECT */

.project{
    position: relative;
}

.project img{
    height: 500px;
}

.project .overlay{
    background: linear-gradient(to bottom, rgba(50, 42, 9, 0), rgba(50, 42, 9, 0.8));
    position: absolute;
    width: 100%;
    height: 240px;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    
}
.project .content{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 32px;
}

.project h1{
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    margin-bottom: 20px;
    font-weight: bolder;
    color: #d6b42c;
}
.project h6{
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.project h6::before{
    content: '';
    height: 2px;
    width: 24px;
    background-color: #d6b42c;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;

}

.row1 h1,
.row1 h6{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bolder;
}


.service{
    background: linear-gradient(rgba(241, 241, 140, 0.911), rgba(240, 236, 236, 0.432)), url(../img/parallax.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    text-align: center;
}

/* PROJECT */

.container3{
    margin: 0;
    padding: 0;
    margin-top: -90px;
    box-sizing: border-box;
}

:root{
    --primery-color: #d6b42c;
    --secondary-color: rgba(0, 0, 0, 0.4);
}
#course-section{
    min-height: 740px;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#course-section h2{
    color: #000000;
    text-transform: uppercase;
    font-size: 50px;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
}

#course-section #paragraph{
    width: 70%;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    line-height: 1.5rem;
    white-space: 1px;
    margin-bottom: 40px;
    text-transform: uppercase;

}
.card_course{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    z-index: 9;
    margin-top: 20px;
    margin-bottom: 100px;
}

.card_course .card_1:hover{
   box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.705);
}

/* Card_1 */
.card_course .card_1{
    min-height: 280px;
    width: 450px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0 8%;
    background: #efdf35;
    position: relative;
    border-radius: 10px;
    align-items:center;
    margin-bottom: 10px;
}

.card_course .card_1 i{
    font-size: 2.5rem;
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 10px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.card_course .card_1 h3{
    font-family: 'Pathway Gothic One', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 35px;
    width: 400px;
    letter-spacing: 2px;
    text-align: center;
    color: #000000;
    text-shadow: 0px 0px 10px rgb(255, 255, 255);
}
.card_course .card_1 .content p{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: rgb(0, 0, 0);
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0px 0px 10px rgb(255, 255, 255);
}


@media (max-width: 991px){
    #course-section{
        min-height: 740px;
        width: 100%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #course-section h2{
        color: #000000;
        text-transform: uppercase;
        text-align: center;
        font-size: 55px;
        margin-top: 40px;
        margin-bottom: 20px;
        position: relative;
        font-family: 'Poppins', sans-serif;
        font-weight: bolder;
    }
    
    #course-section #paragraph{
        width: 100%;
        font-size: 25px;
        color: rgba(0, 0, 0, 0.7);
        text-align: center;
        margin-right: 90px;
        line-height: 1.5rem;
        white-space: 1px;
        margin-bottom: 40px;
        text-transform: uppercase;
    
    }
    .card_course{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
        z-index: 9;
        margin-top: 20px;
        margin-bottom: 100px;
    }
    
    .card_course .card_1:hover{
       box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.705);
    }
    
    /* Card_1 */
    .card_course .card_1{
        min-height: 700px;
        width: 750px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding: 0 8%;
        background: #efdf35;
        position: relative;
        border-radius: 20px;
        align-items: center;
        margin-bottom: 10px;
    }
    
    .card_course .card_1 i{
        font-size: 4rem;
        color: #ffffff;
        margin-top: 40px;
        margin-bottom: 20px;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }
    .card_course .card_1 h3{
        font-family: 'Pathway Gothic One', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 50px;
        width: 700px;
        letter-spacing: 2px;
        text-align: center;
        color: #000000;
        margin-bottom: 20px;
        text-shadow: 0px 0px 10px rgb(255, 255, 255);
    }
    .card_course .card_1 .content p{
        font-family: 'Poppins', sans-serif;
        width: 700px;
        font-weight: 500;
        color: rgb(0, 0, 0);
        font-size: 30px;
        margin-bottom: 20px;
        margin-left: -50px;
        text-align: center;
        text-shadow: 0px 0px 10px rgb(255, 255, 255);
    }
}

@media (max-width: 999px){
    #course-section{
        min-height: 740px;
        width: 100%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #course-section h2{
        color: #000000;
        text-transform: uppercase;
        text-align: center;
        font-size: 55px;
        margin-top: 40px;
        margin-bottom: 20px;
        position: relative;
        font-family: 'Poppins', sans-serif;
        font-weight: bolder;
    }
    
    #course-section #paragraph{
        width: 100%;
        font-size: 25px;
        color: rgba(0, 0, 0, 0.7);
        text-align: center;
        margin-right: 90px;
        line-height: 1.5rem;
        white-space: 1px;
        margin-bottom: 40px;
        text-transform: uppercase;
    
    }
    .card_course{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
        z-index: 9;
        margin-top: 20px;
        margin-bottom: 100px;
    }
    
    .card_course .card_1:hover{
       box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.705);
    }
    
    /* Card_1 */
    .card_course .card_1{
        min-height: 700px;
        width: 750px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding: 0 8%;
        background: #efdf35;
        position: relative;
        border-radius: 20px;
        align-items: center;
        margin-bottom: 10px;
    }
    
    .card_course .card_1 i{
        font-size: 4rem;
        color: #ffffff;
        margin-top: 40px;
        margin-bottom: 20px;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }
    .card_course .card_1 h3{
        font-family: 'Pathway Gothic One', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 50px;
        width: 700px;
        letter-spacing: 2px;
        text-align: center;
        color: #000000;
        margin-bottom: 20px;
        text-shadow: 0px 0px 10px rgb(255, 255, 255);
    }
    .card_course .card_1 .content p{
        font-family: 'Poppins', sans-serif;
        width: 700px;
        font-weight: 500;
        color: rgb(0, 0, 0);
        font-size: 30px;
        margin-bottom: 20px;
        margin-left: -50px;
        text-align: center;
        text-shadow: 0px 0px 10px rgb(255, 255, 255);
    }
}

@media(min-width: 1000px){
    #course-section{
        min-height: 740px;
        width: 100%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #course-section h2{
        color: #000000;
        text-transform: uppercase;
        text-align: center;
        font-size: 55px;
        margin-top: 40px;
        margin-bottom: 20px;
        position: relative;
        font-family: 'Poppins', sans-serif;
        font-weight: bolder;
    }
    
    #course-section #paragraph{
        width: 70%;
        font-size: 25px;
        color: rgba(0, 0, 0, 0.7);
        text-align: center;
        margin-right: 40px;
        line-height: 1.5rem;
        white-space: 1px;
        margin-bottom: 40px;
        text-transform: uppercase;
    
    }
    .card_course{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        z-index: 9;
        margin-top: 20px;
        margin-bottom: 100px;
    }
    
    .card_course .card_1:hover{
       box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.705);
    }
    
    /* Card_1 */
    .card_course .card_1{
        min-height: 300px;
        width: 450px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding: 0 8%;
        background: #efdf35;
        position: relative;
        border-radius: 20px;
        align-items: center;
        margin-bottom: 10px;
    }
    
    .card_course .card_1 i{
        font-size: 4rem;
        color: #ffffff;
        margin-top: 40px;
        margin-bottom: 20px;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }
    .card_course .card_1 h3{
        font-family: 'Pathway Gothic One', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 40px;
        width: 400px;
        letter-spacing: 2px;
        text-align: center;
        color: #000000;
        margin-bottom: 20px;
        text-shadow: 0px 0px 10px rgb(255, 255, 255);
    }
    .card_course .card_1 .content p{
        font-family: 'Poppins', sans-serif;
        width: 400px;
        font-weight: 500;
        color: rgb(0, 0, 0);
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
        text-shadow: 0px 0px 10px rgb(255, 255, 255);
    }
}

@media(min-width: 1024px){
    #course-section{
        min-height: 740px;
        width: 100%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #course-section h2{
        color: #000000;
        text-transform: uppercase;
        text-align: center;
        font-size: 55px;
        margin-top: 40px;
        margin-bottom: 20px;
        position: relative;
        font-family: 'Poppins', sans-serif;
        font-weight: bolder;
    }
    
    #course-section #paragraph{
        width: 70%;
        font-size: 25px;
        color: rgba(0, 0, 0, 0.7);
        text-align: center;
        margin-right: 40px;
        line-height: 1.5rem;
        white-space: 1px;
        margin-bottom: 40px;
        text-transform: uppercase;
    
    }
    .card_course{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        z-index: 9;
        margin-top: 20px;
        margin-bottom: 100px;
    }
    
    .card_course .card_1:hover{
       box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.705);
    }
    
    /* Card_1 */
    .card_course .card_1{
        min-height: 300px;
        width: 450px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding: 0 8%;
        background: #efdf35;
        position: relative;
        border-radius: 20px;
        align-items: center;
        margin-bottom: 10px;
    }
    
    .card_course .card_1 i{
        font-size: 4rem;
        color: #ffffff;
        margin-top: 40px;
        margin-bottom: 20px;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }
    .card_course .card_1 h3{
        font-family: 'Pathway Gothic One', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 40px;
        width: 400px;
        letter-spacing: 2px;
        text-align: center;
        color: #000000;
        margin-bottom: 20px;
        text-shadow: 0px 0px 10px rgb(255, 255, 255);
    }
    .card_course .card_1 .content p{
        font-family: 'Poppins', sans-serif;
        width: 400px;
        font-weight: 500;
        color: rgb(0, 0, 0);
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
        text-shadow: 0px 0px 10px rgb(255, 255, 255);
    }
}

@media(min-width: 1360px){
    #course-section{
        min-height: 740px;
        width: 100%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #course-section h2{
        color: #000000;
        text-transform: uppercase;
        font-size: 50px;
        margin-top: 40px;
        margin-bottom: 20px;
        position: relative;
        font-family: 'Poppins', sans-serif;
        font-weight: bolder;
    }
    
    #course-section #paragraph{
        width: 70%;
        font-size: 20px;
        color: rgba(0, 0, 0, 0.7);
        text-align: center;
        line-height: 1.5rem;
        white-space: 1px;
        margin-bottom: 40px;
        text-transform: uppercase;
    
    }
    .card_course{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        z-index: 9;
        margin-top: 20px;
        margin-bottom: 100px;
    }
    
    .card_course .card_1:hover{
       box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.705);
    }
    
    /* Card_1 */
    .card_course .card_1{
        min-height: 290px;
        width: 400px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding: 0 8%;
        background: #efdf35;
        position: relative;
        border-radius: 10px;
        align-items:center;
        margin-bottom: 10px;
    }
    
    .card_course .card_1 i{
        font-size: 2.5rem;
        color: #ffffff;
        margin-top: 40px;
        margin-bottom: 10px;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }
    .card_course .card_1 h3{
        font-family: 'Pathway Gothic One', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 35px;
        width: 400px;
        letter-spacing: 2px;
        text-align: center;
        color: #000000;
        text-shadow: 0px 0px 10px rgb(255, 255, 255);
    }
    .card_course .card_1 .content p{
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: rgb(0, 0, 0);
        width: 390px;
        font-size: 16px;
        margin-bottom: 20px;
        text-align: center;
        text-shadow: 0px 0px 10px rgb(255, 255, 255);
    }
}

@media(min-width: 2560px){
    #course-section{
        min-height: 740px;
        width: 100%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #course-section h2{
        color: #000000;
        text-transform: uppercase;
        font-size: 70px;
        margin-top: 40px;
        margin-bottom: 20px;
        position: relative;
        font-family: 'Poppins', sans-serif;
        font-weight: bolder;
    }
    
    #course-section #paragraph{
        width: 70%;
        font-size: 30px;
        color: rgba(0, 0, 0, 0.7);
        text-align: center;
        line-height: 2rem;
        white-space: 1px;
        margin-bottom: 40px;
        text-transform: uppercase;
    
    }
    .card_course{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        z-index: 9;
        margin-top: 20px;
        margin-bottom: 100px;
    }
    
    .card_course .card_1:hover{
       box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.705);
    }
    
    /* Card_1 */
    .card_course .card_1{
        min-height: 280px;
        width: 700px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding: 0 8%;
        background: #efdf35;
        position: relative;
        border-radius: 10px;
        align-items:center;
        margin-bottom: 10px;
    }
    
    .card_course .card_1 i{
        font-size: 4rem;
        color: #ffffff;
        margin-top: 40px;
        margin-bottom: 10px;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }
    .card_course .card_1 h3{
        font-family: 'Pathway Gothic One', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 50px;
        width: 700px;
        letter-spacing: 2px;
        text-align: center;
        color: #000000;
        text-shadow: 0px 0px 10px rgb(255, 255, 255);
    }
    .card_course .card_1 .content p{
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: rgb(0, 0, 0);
        width: 600px;
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
        margin-left: 40px;
        text-shadow: 0px 0px 10px rgb(255, 255, 255);
    }
}

/* Footer */
.footer-distributed {
    background-color: #2d2a30;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 60px 50px;
    
}

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 30%;
}

.footer-distributed h3 {
    color: #ffffff;
    font: normal 55px 'Pathway Gothic One', sans-serif;
    margin: 0;
    text-transform: uppercase;
    margin-left: 30px;
}


.footer-distributed h3 span {
    color: #e0ac1c;
    font: normal 45px 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
}

/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    margin-left: 20px;
}

.footer-distributed .footer-links a {
    font-size: 15px;
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    width: 500px;
    margin-left: 20px;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin: 10px 15px;
    vertical-align: middle;
    margin-left: 80px;   
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 30px;
    line-height: 50px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
    padding-left: 5px;

}
.footer-distributed .footer-center .social{
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
    padding-left: 5px;
    width: 300px;
}
.footer-center .location {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
    padding-left: 20px;
    width: 300px;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #e0ac1c;
    text-decoration: none;
    ;
}

/* Footer Right */

.footer-distributed .footer-right {
    width: 30%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    width: 400px;
    margin-left: 60px;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.footer-distributed .footer-icons a:hover {
    background-color: #3F71EA;
}

.footer-links a:hover {
    color: #3F71EA;
}
     

@media (max-width: 991px) {
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-distributed .footer-center p {
        margin-right: 10px;
        padding-left: 5px;
        width: 300px;
    }
    .footer-distributed h3 {
        font-size: 80px;
        text-align: center;
    }
    
    .footer-distributed h3 span {
        font-size: 70px;
        text-align: center;
    }

    .footer-distributed .footer-links {
        font-size: 25px;
        color: #ffffff;
        margin: 20px 0 12px;
        margin-left: 20px;
    }

    .footer-distributed .footer-links a {
        font-size: 25px;
    }
    .footer-distributed .footer-company-name {
        font-size: 20px;
        width: 700px;
        margin-left: 65px;
    }
    .footer-distributed .footer-center i {
        font-size: 40px;
        width: 70px;
        height: 70px;
        text-align: center;
        line-height: 70px;
        margin: 10px 15px;
        vertical-align: middle;
        margin-left: 20px; 
    }
    
    .footer-distributed .footer-center i.fa-envelope {
        font-size: 40px;
        width: 70px;
        height: 70px;
        line-height: 70px;

    }
    
    .footer-distributed .footer-center p {
        font-size: 20px;
        width: 500px;
        display: inline-block;
        text-align: start;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
        padding-left: 5px;
    
    }
    .footer-distributed .footer-center .social{
        display: inline-block;
        text-align: start;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
        padding-left: 5px;
        width: 500px;
    }
    .footer-center .location {
        display: inline-block;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
        padding-left: 20px;
        width: 300px;
    }
    .footer-distributed .footer-company-about {
        line-height: 20px;
        color: #92999f;
        font-size: 20px;
        font-weight: normal;
        margin: 0;
        text-align: center;
        width: 700px;
        margin-left: 50px;
    }
    
    .footer-distributed .footer-company-about span {
        display: block;
        text-transform: uppercase;
        margin-left: 40px;
        width: 500px;
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .footer-distributed .footer-center p span {
        display: block;
        width: 400px;
        font-weight: normal;
        font-size: 14px;
        line-height: 2;
    }
    
    .footer-distributed .footer-center p a {
        font-size: 20px;
        width: 400px;
        color: #e0ac1c;
        text-decoration: none;
    }
}       

@media (max-width: 999px) {
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-distributed .footer-center p {
        margin-right: 10px;
        padding-left: 5px;
        width: 300px;
    }
    .footer-distributed h3 {
        font-size: 80px;
        text-align: center;
    }
    
    .footer-distributed h3 span {
        font-size: 70px;
        text-align: center;
    }

    .footer-distributed .footer-links {
        font-size: 25px;
        color: #ffffff;
        margin: 20px 0 12px;
        margin-left: 20px;
    }

    .footer-distributed .footer-links a {
        font-size: 25px;
    }
    .footer-distributed .footer-company-name {
        font-size: 20px;
        width: 700px;
        margin-left: 65px;
    }
    .footer-distributed .footer-center i {
        font-size: 40px;
        width: 70px;
        height: 70px;
        text-align: center;
        line-height: 70px;
        margin: 10px 15px;
        vertical-align: middle;
        margin-left: 20px; 
    }
    
    .footer-distributed .footer-center i.fa-envelope {
        font-size: 40px;
        width: 70px;
        height: 70px;
        line-height: 70px;

    }
    
    .footer-distributed .footer-center p {
        font-size: 20px;
        width: 500px;
        display: inline-block;
        text-align: start;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
        padding-left: 5px;
    
    }
    .footer-distributed .footer-center .social{
        display: inline-block;
        text-align: start;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
        padding-left: 5px;
        width: 500px;
    }
    .footer-center .location {
        display: inline-block;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
        padding-left: 20px;
        width: 300px;
    }
    .footer-distributed .footer-company-about {
        line-height: 20px;
        color: #92999f;
        font-size: 20px;
        font-weight: normal;
        margin: 0;
        text-align: center;
        width: 700px;
        margin-left: 50px;
    }
    
    .footer-distributed .footer-company-about span {
        display: block;
        text-transform: uppercase;
        margin-left: 40px;
        width: 500px;
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .footer-distributed .footer-center p span {
        display: block;
        width: 400px;
        font-weight: normal;
        font-size: 14px;
        line-height: 2;
    }
    
    .footer-distributed .footer-center p a {
        font-size: 20px;
        width: 400px;
        color: #e0ac1c;
        text-decoration: none;
    }
}  
@media (min-width: 1000px) {
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-distributed .footer-center p {
        margin-right: 10px;
        padding-left: 5px;
        width: 300px;
    }
    .footer-distributed h3 {
        font-size: 80px;
        text-align: center;
    }
    
    .footer-distributed h3 span {
        font-size: 70px;
        text-align: center;
    }
    .footer-distributed .footer-links {
        font-size: 25px;
        color: #ffffff;
        margin: 20px 0 12px;
        margin-left: 20px;
    }
    .footer-distributed .footer-links a {
        font-size: 25px;
    }
    .footer-distributed .footer-company-name {
        font-size: 20px;
        width: 700px;
        margin-left: 120px;
    }
    .footer-distributed .footer-center i {
        font-size: 40px;
        width: 70px;
        height: 70px;
        text-align: center;
        line-height: 70px;
        margin: 10px 15px;
        vertical-align: middle;
        margin-left: 20px; 
    }
    
    .footer-distributed .footer-center i.fa-envelope {
        font-size: 40px;
        width: 70px;
        height: 70px;
        line-height: 70px;

    }
    
    .footer-distributed .footer-center p {
        font-size: 20px;
        width: 500px;
        display: inline-block;
        text-align: start;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
        padding-left: 5px;
    
    }
    .footer-distributed .footer-center .social{
        display: inline-block;
        text-align: start;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
        padding-left: 5px;
        width: 500px;
    }
    .footer-center .location {
        display: inline-block;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
        padding-left: 20px;
        width: 300px;
    }
    .footer-distributed .footer-company-about {
        line-height: 20px;
        color: #92999f;
        font-size: 20px;
        font-weight: normal;
        margin: 0;
        text-align: center;
        width: 700px;
        margin-left: 120px;
    }
    
    .footer-distributed .footer-company-about span {
        display: block;
        text-transform: uppercase;
        margin-left: 100px;
        width: 500px;
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .footer-distributed .footer-center p span {
        display: block;
        width: 400px;
        font-weight: normal;
        font-size: 14px;
        line-height: 2;
    }
    
    .footer-distributed .footer-center p a {
        font-size: 20px;
        width: 400px;
        color: #e0ac1c;
        text-decoration: none;
    }
}   

@media (min-width: 1024px) {
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-distributed .footer-center p {
        margin-right: 10px;
        padding-left: 5px;
        width: 300px;
    }
    .footer-distributed h3 {
        font-size: 80px;
        text-align: center;
    }
    
    .footer-distributed h3 span {
        font-size: 70px;
        text-align: center;
    }
    .footer-distributed .footer-links {
        font-size: 25px;
        color: #ffffff;
        margin: 20px 0 12px;
        margin-left: 20px;
    }
    .footer-distributed .footer-links a {
        font-size: 25px;
    }
    .footer-distributed .footer-company-name {
        font-size: 20px;
        width: 700px;
        margin-left: 120px;
    }
    .footer-distributed .footer-center i {
        font-size: 40px;
        width: 70px;
        height: 70px;
        text-align: center;
        line-height: 70px;
        margin: 10px 15px;
        vertical-align: middle;
        margin-left: 20px; 
    }
    
    .footer-distributed .footer-center i.fa-envelope {
        font-size: 40px;
        width: 70px;
        height: 70px;
        line-height: 70px;

    }
    
    .footer-distributed .footer-center p {
        font-size: 20px;
        width: 500px;
        display: inline-block;
        text-align: start;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
        padding-left: 5px;
    
    }
    .footer-distributed .footer-center .social{
        display: inline-block;
        text-align: start;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
        padding-left: 5px;
        width: 500px;
    }
    .footer-center .location {
        display: inline-block;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
        padding-left: 20px;
        width: 300px;
    }
    .footer-distributed .footer-company-about {
        line-height: 20px;
        color: #92999f;
        font-size: 20px;
        font-weight: normal;
        margin: 0;
        text-align: center;
        width: 700px;
        margin-left: 120px;
    }
    
    .footer-distributed .footer-company-about span {
        display: block;
        text-transform: uppercase;
        margin-left: 100px;
        width: 500px;
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .footer-distributed .footer-center p span {
        display: block;
        width: 400px;
        font-weight: normal;
        font-size: 14px;
        line-height: 2;
    }
    
    .footer-distributed .footer-center p a {
        font-size: 20px;
        width: 400px;
        color: #e0ac1c;
        text-decoration: none;
    }
}   

@media(min-width: 1360px){
    .footer-distributed {
        background-color: #2d2a30;
        box-sizing: border-box;
        width: 100%;
        text-align: left;
        font: bold 16px sans-serif;
        padding: 50px 50px 60px 50px;
        
    }
    
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: inline-block;
        vertical-align: top;
    }
    
    /* Footer left */
    
    .footer-distributed .footer-left {
        width: 30%;
    }
    
    .footer-distributed h3 {
        color: #ffffff;
        font: normal 55px 'Pathway Gothic One', sans-serif;
        margin: 0;
        text-transform: uppercase;
        margin-left: 30px;
    }
    
    
    .footer-distributed h3 span {
        color: #e0ac1c;
        font: normal 45px 'Pathway Gothic One', sans-serif;
        text-transform: uppercase;
    }
    
    /* Footer links */
    
    .footer-distributed .footer-links {
        font-size: 15px;
        color: #ffffff;
        margin: 20px 0 12px;
        margin-left: -10px;
    }
    
    .footer-distributed .footer-links a {
        font-size: 15px;
    }
    
    .footer-distributed .footer-company-name {
        color: #8f9296;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        margin-left: -150px;
    }
    
    /* Footer Center */
    
    .footer-distributed .footer-center {
        width: 35%;
    }
    
    .footer-distributed .footer-center i {
        background-color: #33383b;
        color: #ffffff;
        font-size: 30px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
        margin: 10px 15px;
        vertical-align: middle;
        margin-left: 80px;   
    }
    
    .footer-distributed .footer-center i.fa-envelope {
        font-size: 30px;
        line-height: 50px;
        width: 50px;
        height: 50px;
    }
    
    .footer-distributed .footer-center p {
        font-size: 14px;
        display: inline-block;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
        padding-left: 5px;
        width: 250px;
    }
    .footer-distributed .footer-center .social{
        font-size: 14px;
        display: inline-block;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
        padding-left: 5px;
        width: 250px;
    }
    .footer-center .location {
        font-size: 14px;
        display: inline-block;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
        padding-left: 20px;
    }
    
    .footer-distributed .footer-center p span {
        display: block;
        font-weight: normal;
        font-size: 14px;
        line-height: 2;
        width: 100px;
    }
    
    .footer-distributed .footer-center p a {
        font-size: 14px;
        color: #e0ac1c;
        text-decoration: none;
    }
    
    /* Footer Right */
    
    .footer-distributed .footer-right {
        width: 30%;
    }
    
    .footer-distributed .footer-company-about {
        line-height: 20px;
        color: #92999f;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
        width: 400px;
        margin-left: 40px;
    }
    
    .footer-distributed .footer-company-about span {
        display: block;
        color: #ffffff;
        font-size: 18px;
        margin-top: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        width: 300px;
        margin-left: 40px;
    }
}

@media(min-width: 2560px){
    .footer-distributed {
        background-color: #2d2a30;
        box-sizing: border-box;
        width: 100%;
        text-align: left;
        font: bold 16px sans-serif;
        padding: 50px 50px 60px 50px;
        
    }
    
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: inline-block;
        vertical-align: top;
    }
    
    /* Footer left */
    
    .footer-distributed .footer-left {
        width: 30%;
    }
    
    .footer-distributed h3 {
        color: #ffffff;
        font: normal 70px 'Pathway Gothic One', sans-serif;
        margin: 0;
        text-transform: uppercase;
        margin-left: 30px;
    }
    
    
    .footer-distributed h3 span {
        color: #e0ac1c;
        font: normal 60px 'Pathway Gothic One', sans-serif;
        text-transform: uppercase;
    }
    
    /* Footer links */
    
    .footer-distributed .footer-links {
        font-size: 25px;
        color: #ffffff;
        margin: 20px 0 12px;
        margin-left: 20px;
    }
    
    .footer-distributed .footer-links a {
        font-size: 25px;
        display: inline-block;
        line-height: 1.8;
        text-decoration: none;
        color: inherit;
    }
    
    .footer-distributed .footer-company-name {
        color: #8f9296;
        font-size: 25px;
        font-weight: normal;
        margin: 0;
        width: 800px;
        margin-left: 30px;
    }
    
    /* Footer Center */

    .footer-distributed .footer-center {
        width: 35%;
    }
    
    .footer-distributed .footer-center i {
        background-color: #33383b;
        color: #ffffff;
        font-size: 40px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        text-align: center;
        line-height: 70px;
        margin: 10px 15px;
        vertical-align: middle;
        margin-left: 80px;   
    }
    
    .footer-distributed .footer-center i.fa-envelope {
        font-size: 40px;
        line-height: 70px;
        width: 70px;
        height: 70px;
    }
    
    .footer-distributed .footer-center p {
        font-size: 25px;
        display: inline-block;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
        padding-left: 5px;
        width: 500px;
    }
    .footer-distributed .footer-center .social{
        font-size: 25px;
        display: inline-block;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
        padding-left: 5px;
        width: 500px;
    }
    .footer-center .location{
        font-size: 25px;
        display: inline-block;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
        padding-left: 20px;
        width: 700px;
    }
    
    .footer-distributed .footer-center p span {
        display: block;
        font-weight: normal;
        font-size: 14px;
        line-height: 2;
    }
    
    .footer-distributed .footer-center p a {
        font-size: 25px;
        color: #e0ac1c;
        text-decoration: none;
    }
    
    /* Footer Right */

    .footer-distributed .footer-right {
        width: 30%;
    }
    
    .footer-distributed .footer-company-about {
        line-height: 25px;
        color: #92999f;
        font-size: 23px;
        font-weight: normal;
        margin: 0;
        width: 700px;
        margin-left: 50px;
    }
    
    .footer-distributed .footer-company-about span {
        display: block;
        color: #ffffff;
        font-size: 30px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 400px;
        margin-left: 130px;
    }
}
/*Slider*/
main{
    margin: 0;
    background-color: #000;
    color: #eee;
    font-size: 12px;
}

.carousels{
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}
.carousels .list .item{
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
}
.carousels .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousels .list .item .contents{
    position: absolute;
    top: 20%;
    width: 1140px;
    max-width: 80%;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 30%;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0 5px 10px #0004;
}

.carousels .list .item .contents .title{
    font-family: 'Pathway Gothic One', sans-serif;
    text-shadow: 2px 2px 6px rgb(0, 0, 0);
    letter-spacing: 2px;
    margin-top: 50px;
    font-weight: bolder;
    font-size: 50px;
    line-height: 1.3em;
    width: 800px;
    color: #d6b42c;
    text-transform: uppercase;
}
.carousels .list .item .contents .topic{
    font-family: 'Pathway Gothic One', sans-serif;
    text-shadow: 2px 2px 6px rgb(0, 0, 0);
    letter-spacing: 2px;
    margin-top: -10px;
    font-size: 30px;
    line-height: 1.3em;
    width: 800px;
    text-transform: uppercase;
}

.carousels .list .item .contents .des{
    font-family: 'Pathway Gothic One', sans-serif;
    text-shadow: 2px 2px 6px rgb(0, 0, 0);
    margin-top: 10px;
    font-weight: bolder;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.3em;
    width: 550px;
    height: 550px;
    color: #ffffff;
}

@media(max-width: 991px){
    .carousels .list .item .contents .title{
        font-family: 'Pathway Gothic One', sans-serif;
        margin-top: 30px;
        font-size: 50px;
        text-transform: uppercase;
    }
    .carousels .list .item .contents .topic{
        font-family: 'Pathway Gothic One', sans-serif;
        margin-top: -10px;
        font-size: 2.5em;
        line-height: 1.3em;
        width: 800px;
        text-transform: uppercase;
    }
    .carousels .list .item .contents .des{
        font-family: 'Pathway Gothic One', sans-serif;
        margin-top: 10px;
        font-size: 25px;
        line-height: 1.3em;
        width: 400px;
        height: 550px;
    }
}

@media(min-width: 1024px){
    .carousels .list .item .contents .title{
        font-family: 'Pathway Gothic One', sans-serif;
        margin-top: 30px;
        font-size: 50px;
        text-transform: uppercase;
    }
    .carousels .list .item .contents .topic{
        font-family: 'Pathway Gothic One', sans-serif;
        margin-top: -10px;
        font-size: 2.5em;
        line-height: 1.3em;
        width: 800px;
        text-transform: uppercase;
    }
    .carousels .list .item .contents .des{
        font-family: 'Pathway Gothic One', sans-serif;
        margin-top: 10px;
        font-size: 25px;
        line-height: 1.3em;
        width: 400px;
        height: 550px;
    }
}

@media(min-width: 1360px){
    .carousels .list .item .contents .title{
        font-family: 'Pathway Gothic One', sans-serif;
        margin-top: 30px;
        font-size: 50px;
        text-transform: uppercase;
    }
    .carousels .list .item .contents .topic{
        font-family: 'Pathway Gothic One', sans-serif;
        margin-top: -10px;
        font-size: 2.5em;
        line-height: 1.3em;
        width: 800px;
        text-transform: uppercase;
    }
    .carousels .list .item .contents .des{
        font-family: 'Pathway Gothic One', sans-serif;
        margin-top: 10px;
        font-size: 25px;
        line-height: 1.3em;
        width: 400px;
        height: 550px;
    }
}

@media(min-width: 2560px){
    .carousels{
        width: 100%;
        height: 1000px;
        overflow: hidden;
        position: relative;
    }
    .carousels .list .item{
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0 0 0 0;
    }
    .carousels .list .item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .carousels .list .item .contents .title{
        font-family: 'Pathway Gothic One', sans-serif;
        margin-top: 30px;
        font-size: 50px;
        text-transform: uppercase;
    }
    .carousels .list .item .contents .topic{
        font-family: 'Pathway Gothic One', sans-serif;
        margin-top: -10px;
        font-size: 2.5em;
        line-height: 1.3em;
        width: 800px;
        text-transform: uppercase;
    }
    .carousels .list .item .contents .des{
        font-family: 'Pathway Gothic One', sans-serif;
        margin-top: 10px;
        font-size: 25px;
        line-height: 1.3em;
        width: 400px;
        height: 550px;
    }
}

/* thumbail */
.thumbnail{
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: max-content;
    z-index: 100;
    display: flex;
    gap: 20px;
}
.thumbnail .item{
    width: 150px;
    height: 220px;
    flex-shrink: 0;
    position: relative;
}
.thumbnail .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.thumbnail .item .contents{
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.thumbnail .item .contents .titles{
    text-shadow: 2px 2px 6px rgb(0, 0, 0);
    font-weight: bolder; 
}
.thumbnail .item .contents .description{
    text-shadow: 2px 2px 6px rgb(0, 0, 0);
    font-weight: bolder;
}
/* arrows */
.arrows{
    position: absolute;
    top: 80%;
    right: 52%;
    z-index: 100;
    width: 300px;
    max-width: 30%;
    display: flex;
    gap: 10px;
    align-items: center;
}
.arrows button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #eee4;
    border: none;
    color: #fff;
    font-family: monospace;
    font-weight: bold;
    transition: .5s;
}
.arrows button:hover{
    background-color: #fff;
    color: #000;
}

/* animation */
.carousels .list .item:nth-child(1){
    z-index: 1;
}

/* animation text in first item */

.carousels .list .item:nth-child(1) .contents .title,
.carousels .list .item:nth-child(1) .contents .topic,
.carousels .list .item:nth-child(1) .contents .des
{
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s 1s linear 1 forwards;
}
@keyframes showContent{
    to{
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
.carousels .list .item:nth-child(1) .contents .title{
    animation-delay: 1.1s!important;
}
.carousels .list .item:nth-child(1) .contents .topic{
    animation-delay: 1.2s!important;
}
.carousels .list .item:nth-child(1) .contents .des{
    animation-delay: 1.4s!important;
}
/* create animation when next click */
.carousels.next .list .item:nth-child(1) img{
    width: 150px;
    height: 220px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-radius: 20px;
    animation: showImage .5s linear 1 forwards;
}
@keyframes showImage{
    to{
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        border-radius: 0;
    }
}

.carousels.next .thumbnail .item:nth-last-child(1){
    overflow: hidden;
    animation: showThumbnail .5s linear 1 forwards;
}
.carousels.prev .list .item img{
    z-index: 100;
}
@keyframes showThumbnail{
    from{
        width: 0;
        opacity: 0;
    }
}
.carousels.next .thumbnail{
    animation: effectNext .5s linear 1 forwards;
}

@keyframes effectNext{
    from{
        transform: translateX(150px);
    }
}

/* running time */

.carousels .time{
    position: absolute;
    z-index: 1000;
    width: 0%;
    height: 3px;
    background-color: #d6b42c;
    left: 0;
    top: 0;
}

.carousels.next .time,
.carousels.prev .time{
    animation: runningTime 3s linear 1 forwards;
}
@keyframes runningTime{
    from{ width: 100%}
    to{width: 0}
}


/* prev click */

.carousels.prev .list .item:nth-child(2){
    z-index: 2;
}

.carousels.prev .list .item:nth-child(2) img{
    animation: outFrame 0.5s linear 1 forwards;
    position: absolute;
    bottom: 0;
    left: 0;
}
@keyframes outFrame{
    to{
        width: 150px;
        height: 220px;
        bottom: 50px;
        left: 50%;
        border-radius: 20px;
    }
}

.carousels.prev .thumbnail .item:nth-child(1){
    overflow: hidden;
    opacity: 0;
    animation: showThumbnail .5s linear 1 forwards;
}
.carousels.next .arrows button,
.carousels.prev .arrows button{
    pointer-events: none;
}
.carousels.prev .list .item:nth-child(2) .contents .title,
.carousels.prev .list .item:nth-child(2) .contents .topic,
.carousels.prev .list .item:nth-child(2) .contents .des
{
    animation: contentOut 1.5s linear 1 forwards!important;
}

@keyframes contentOut{
    to{
        transform: translateY(-150px);
        filter: blur(20px);
        opacity: 0;
    }
}


/* About */
.about-sec{   
    display: flex;
    padding: 3rem 0;
    width: 100%;
    justify-content: center;
    background-image: url(../img/BG3.png);
    height: auto;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about-img{
    width: 500px;
    height: 500px;
    margin: 0 3rem;
}
.about-img img{
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.about-intro{
    font-family: 'Poppins', sans-serif;
    color: whitesmoke;
    width: 500px;
    height: 500px;
    border-left: 3px solid white;
    padding-left: 100px;
    margin: 0 3rem;    
}
.about-intro h3{
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
}
.about-intro p{
    font-family: 'Poppins', sans-serif;
    margin-top: 1.5rem;
    font-size: 13px;
}
.about-intro a{
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
    margin-left: 10px;
}
.about-intro .btn{
    color: #000;
    font-size: 18px;
    border-radius: 10px;
    border: 2px solid black;   
    transition: .4s;
    padding: 4px 17px;
    background-color: #d6b42c;
}

.about-intro .btn:hover{
    font-size: 18px;
    background-color: transparent;
    color: #d6b42c;
    text-decoration: none;
    border: 2px solid #d6b42c;
    font-weight: bold;
    padding: 4px 17px;
    border-radius: 10px;
}

@media (max-width: 991px){
    .about-sec{
        background-image: url(../img/bg_cp.png);
        height: auto;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        flex-direction: column;
        align-items: center;
    }
    .about-img{
        width: 80%;
    }
    .about-intro{
        width: 100%;
        height: 100%;
        border-left: none;
        padding: 1rem;
        margin-top: 1rem;
    }
    .about-intro h3,p{
        width: 90%;
        padding-left: 90px;
    }
    .about-intro h3{
        font-family: 'Pathway Gothic One', sans-serif;
        font-size: 50px;
        padding-bottom: 20px;
        margin-top: 50px;
    }
    .about-intro p{
        font-size: 20px;
    }
    .about-intro a{
        font-family: 'Pathway Gothic One', sans-serif;
        margin-left: 90px;
    }
    .about-intro .btn{
        color: #000;
        font-size: 35px;
        border-radius: 10px;
        border: 2px solid black;   
        transition: .4s;
        padding: 5px 25px;
        background-color: #d6b42c;
    }
    
    .about-intro .btn:hover{
        font-size: 35px;
        background-color: transparent;
        color: #d6b42c;
        text-decoration: none;
        border: 2px solid #d6b42c;
        font-weight: bold;
        padding: 5px 25px;
        border-radius: 10px;
    }
}

@media (max-width: 999px){
    .about-sec{
        background-image: url(../img/bg_cp.png);
        height: auto;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        flex-direction: column;
        align-items: center;
    }
    .about-img{
        width: 80%;
    }
    .about-intro{
        width: 100%;
        height: 100%;
        border-left: none;
        padding: 1rem;
        margin-top: 1rem;
    }
    .about-intro h3,p{
        width: 90%;
        padding-left: 90px;
    }
    .about-intro h3{
        font-family: 'Pathway Gothic One', sans-serif;
        font-size: 50px;
        padding-bottom: 20px;
        margin-top: 50px;
    }
    .about-intro p{
        font-size: 20px;
    }
    .about-intro a{
        font-family: 'Pathway Gothic One', sans-serif;
        margin-left: 90px;
    }
    .about-intro .btn{
        color: #000;
        font-size: 35px;
        border-radius: 10px;
        border: 2px solid black;   
        transition: .4s;
        padding: 5px 25px;
        background-color: #d6b42c;
    }
    
    .about-intro .btn:hover{
        font-size: 35px;
        background-color: transparent;
        color: #d6b42c;
        text-decoration: none;
        border: 2px solid #d6b42c;
        font-weight: bold;
        padding: 5px 25px;
        border-radius: 10px;
    }
}

@media (min-width: 1000px){
    .about-sec{
        height: 650px;
    }
    .about-intro h3,p{
        padding-left: 10px;
    }
}

@media (min-width: 1024px){
    .about-sec{
        height: 650px;
    }
    .about-intro h3,p{
        padding-left: 10px;
    }
}



/* video1 */
.containerrr{
    background-color: #d6b42c;
    justify-content: center;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.main-video-container{
    flex: 1 1 700px;
    background-color: #d6b42c;
}
.video1{
    margin-bottom: 30px;
    margin-top: 140px;
    position: relative;
    left: 600px;
    max-width: 100%;
    height: 350px;
    object-fit: fill;
}
.main-vid-title{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 35px;
    margin-top: -330px;
    margin-bottom: 320px;
    text-align: left;
    padding-right: 690px;
}
.main-vid-paragraph{
    font-family: 'Poppins', sans-serif;
    color: black;
    text-align: left;
    width: 500px;
    margin-top: -310px;
    margin-bottom: 230px;
    padding-left: 3px;
    font-size: 15px;
}

@media (max-width: 991px){
    .video1{
        margin-bottom: -30;
        margin-top: 100px;
        position: relative;
        margin-left: -490px;
        height: 400px;
        width: 700px;
        object-fit: fill;
    }
    .main-vid-title{
        font-size: 40px;
        margin-top: 30px;
        text-align: center;
        padding-right: 10px;
    }
    .main-vid-paragraph{
        text-align: justify;
        padding-top: 10px;
        width: 900px;
        margin-left: 3px;
        font-size: 28px;
        margin-bottom: 90px;
    }
}

@media (max-width: 999px){
    .video1{
        margin-bottom: -30;
        margin-top: 100px;
        position: relative;
        margin-left: -490px;
        height: 400px;
        width: 700px;
        object-fit: fill;
    }
    .main-vid-title{
        font-size: 40px;
        margin-top: 30px;
        text-align: center;
        padding-right: 10px;
    }
    .main-vid-paragraph{
        text-align: justify;
        padding-top: 10px;
        width: 900px;
        margin-left: 3px;
        font-size: 28px;
        margin-bottom: 90px;
    }
}

@media (min-width: 1000px){
    .video1{
        margin-top: 100px;
        margin-bottom: 50px;
        left: 390px;
        height: 250px;
    }
    .main-vid-title{
        max-width: 100%;
        font-size: 20px;
        margin-top: -300px;
        margin-bottom: 300px;
        padding-right: 500px;
    }
    .main-vid-paragraph{
        width: 350px;
        margin-top: -290px;
        margin-bottom: 150px;
        padding-left: 2px;
        font-size: 13px;
        margin-bottom: 90px;
    }
}
@media (min-width: 1024px){
    .video1{
        margin-top: 100px;
        margin-bottom: 50px;
        left: 390px;
        height: 250px;
    }
    .main-vid-title{
        max-width: 100%;
        font-size: 20px;
        margin-top: -300px;
        margin-bottom: 300px;
        padding-right: 500px;
    }
    .main-vid-paragraph{
        width: 350px;
        margin-top: -290px;
        margin-bottom: 150px;
        padding-left: 2px;
        font-size: 13px;
        margin-bottom: 90px;
    }
}

@media (min-width: 1360px){
    .video1{
        margin-bottom: 30px;
        margin-top: 140px;
        position: relative;
        left: 600px;
        max-width: 100%;
        height: 350px;
        object-fit: fill;
    }
    .main-vid-title{
        font-size: 35px;
        margin-top: -330px;
        margin-bottom: 320px;
        text-align: left;
        padding-right: 690px;
    }
    .main-vid-paragraph{
        text-align: left;
        width: 500px;
        margin-top: -310px;
        margin-bottom: 230px;
        padding-left: 3px;
        font-size: 15px;
    }
}

@media (min-width: 2560px){
    .video1{
        margin-bottom: 30px;
        margin-top: 140px;
        position: relative;
        left: 600px;
        max-width: 100%;
        height: 350px;
        object-fit: fill;
    }
    .main-vid-title{
        font-size: 35px;
        margin-top: -330px;
        margin-bottom: 320px;
        text-align: left;
        padding-right: 690px;
    }
    .main-vid-paragraph{
        text-align: left;
        width: 500px;
        margin-top: -310px;
        margin-bottom: 230px;
        padding-left: 3px;
        font-size: 15px;
        margin-bottom: 190px;
    }
}
/* video2 */
.containerrrr{
    background-color: #000;
    justify-content: center;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.mains-video-container{
    flex: 1 1 700px;
    background-color: #d6b42c;
}
.video2{
    margin-bottom: 30px;
    margin-top: 140px;
    position: relative;
    left: 600px;
    max-width: 100%;
    height: 350px;
    object-fit: fill;
}
.mains-vid-title{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 35px;
    color: #d6b42c;
    margin-top: -330px;
    margin-bottom: 320px;
    text-align: left;
    padding-right: 690px;
}
.mains-vid-paragraph{
    font-family: 'Poppins', sans-serif;
    color: whitesmoke;
    text-align: left;
    width: 500px;
    margin-top: -310px;
    margin-bottom: 230px;
    padding-left: 3px;
    font-size: 15px;
}
@media (max-width: 991px){
    .video2{
       margin-bottom: -30px;
       margin-top: 100px;
       position: relative;
       margin-left: -490px;
       height: 400px;
       width: 700px;
       object-fit: fill;
    }
    .mains-vid-title{
        font-size: 40px;
        margin-top: 90px;
        text-align: center;
        padding-right: 10px;
    }
    .mains-vid-paragraph{
        text-align: justify;
        padding-top: 10px;
        width: 900px;
        margin-left: 3px;
        font-size: 28px;
    }
}

@media (max-width: 999px){
    .video2{
       margin-bottom: -30px;
       margin-top: 100px;
       position: relative;
       margin-left: -490px;
       height: 400px;
       width: 700px;
       object-fit: fill;
    }
    .mains-vid-title{
        font-size: 40px;
        margin-top: 90px;
        text-align: center;
        padding-right: 10px;
    }
    .mains-vid-paragraph{
        text-align: justify;
        padding-top: 10px;
        width: 900px;
        margin-left: 3px;
        font-size: 28px;
    }
}
@media (min-width: 1000px){
    .video2{
        margin-top: 100px;
        margin-bottom: 50px;
        left: 390px;
        height: 250px;
    }
    .mains-vid-title{
        max-width: 100%;
        font-size: 20px;
        margin-top: -300px;
        margin-bottom: 300px;
        padding-right: 570px;
    }
    .mains-vid-paragraph{
        width: 350px;
        margin-top: -290px;
        margin-bottom: 150px;
        padding-left: 2px;
        font-size: 13px;
    }
}
@media (min-width: 1024px){
    .video2{
        margin-top: 100px;
        margin-bottom: 50px;
        left: 390px;
        height: 250px;
    }
    .mains-vid-title{
        max-width: 100%;
        font-size: 20px;
        margin-top: -300px;
        margin-bottom: 300px;
        padding-right: 570px;
    }
    .mains-vid-paragraph{
        width: 350px;
        margin-top: -290px;
        margin-bottom: 150px;
        padding-left: 2px;
        font-size: 13px;
    }
}


@media (min-width: 1360px){
    .video2{
        margin-bottom: 30px;
        margin-top: 140px;
        position: relative;
        left: 600px;
        max-width: 100%;
        height: 350px;
        object-fit: fill;
    }
    .mains-vid-title{
       font-size: 35px;
       margin-top: -330px;
       margin-bottom: 320px;
       text-align: left;
       padding-right: 830px;
    }
    .mains-vid-paragraph{
        text-align: left;
        width: 500px;
        margin-top: -310px;
        margin-bottom: 230px;
        padding-left: 3px;
        font-size: 15px;
    }
}

@media (min-width: 2560px){
    .video2{
        margin-bottom: 30px;
        margin-top: 140px;
        position: relative;
        left: 600px;
        max-width: 100%;
        height: 350px;
        object-fit: fill;
    }
    .mains-vid-title{
       font-size: 35px;
       margin-top: -330px;
       margin-bottom: 320px;
       text-align: left;
       padding-right: 800px;
    }
    .mains-vid-paragraph{
        text-align: left;
        width: 500px;
        margin-top: -310px;
        margin-bottom: 230px;
        padding-left: 3px;
        font-size: 15px;
    }
}
/* Line */
.line{
    border-bottom: 7px solid #000;
    display: block;
}

/* mission */
.mission{   
    display: flex;
    padding: 5rem 0;
    width: 100%;
    justify-content: center;
    background-image: url(../img/top.png);
    height: 600px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mission-img{
    width: 500px;
    height: 300px;
    margin: 0 4rem;
    padding-left: 40px;
    margin-top: 80px;
}
.mission-img img{
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.mission-intro{
    color: white;
    width: 700px;
    height: 500px;
    padding-left: 50px;  
}
.mission-intro h3{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding-right: 80px;
    font-weight: bolder;
    margin-top: 100px;
    font-size: 50px;
    width: 590px;
}
.mission-intro p{
    font-family: 'Poppins', sans-serif;
    margin-top: 1.5rem;
    text-align: center;
    width: 590px;
    font-size: 18px;
}

@media (max-width: 991px){
    .mission{
        height: 600px;
    }
    .mission-img img{
        margin-top: -15px;
        width: 430px;
        height: 300px;
        margin-left: -50px;
    }
    .mission-intro{
        width: 100%;
        height: 100%;
        margin-left: -40px;
    }
    .mission-intro h3{
        font-family: 'Poppins', sans-serif;
        text-align: center;
        padding-right: 50px;
        margin-left: -30px;
        font-weight: bolder;
        margin-top: 70px;
        font-size: 40px;
        width: 400px;
    }
    .mission-intro p{
        margin-top: -20px;
        margin-left: -30px;
        width: 400px;
        font-size: 20px;
    }
}

@media (max-width: 999px){
    .mission{
        height: 600px;
    }
    .mission-img img{
        margin-top: -15px;
        width: 430px;
        height: 300px;
        margin-left: -50px;
    }
    .mission-intro{
        width: 100%;
        height: 100%;
        margin-left: -40px;
    }
    .mission-intro h3{
        font-family: 'Poppins', sans-serif;
        text-align: center;
        padding-right: 50px;
        margin-left: -30px;
        font-weight: bolder;
        margin-top: 70px;
        font-size: 40px;
        width: 400px;
    }
    .mission-intro p{
        margin-top: -20px;
        margin-left: -30px;
        width: 400px;
        font-size: 20px;
    }
}

@media (max-width: 1000px){
    .mission{
        height: 600px;
    }
    .mission-img img{
        margin-top: -15px;
        width: 430px;
        height: 300px;
        margin-left: -50px;
    }
    .mission-intro{
        width: 100%;
        height: 100%;
        margin-left: -40px;
    }
    .mission-intro h3{
        font-family: 'Poppins', sans-serif;
        text-align: center;
        padding-right: 50px;
        margin-left: -30px;
        font-weight: bolder;
        margin-top: 70px;
        font-size: 40px;
        width: 400px;
    }
    .mission-intro p{
        margin-top: -20px;
        margin-left: -30px;
        width: 400px;
        font-size: 20px;
    }
}

@media (min-width: 1024px){
    .mission-img{
        width: 580px;
        height: 300px;
        margin-top: 60px;
        margin-left: 30px;
    }
    .mission-intro h3{
        text-align: center;
        padding-right: 80px;
        margin-top: 80px;
        margin-left: -50px;
        font-size: 40px;
        width: 450px;
    }
    .mission-intro p{
        margin-top: 0.2rem;
        text-align: center;
        margin-left: -50px;
        font-size: 18px;
        width: 450px;
    }
}

@media (min-width: 1360px){
    .mission-img{
        width: 500px;
    height: 300px;
        margin: 0 3rem;
        margin-left: 40px;
        margin-top: 50px;
    }
    .mission-intro h3{
        text-align: center;
        padding-right: 80px;
        margin-top: 70px;
        margin-left: 10px;
        font-size: 50px;
        width: 590px;
    }
    .mission-intro p{
        margin-top: 0.2rem;
        text-align: center;
        margin-left: 10px;
        font-size: 18px;
        width: 590px;
    }
}

@media (min-width: 2560px){
    .mission-img{
        width: 650px;
        height: 350px;
        margin: 0 3rem;
        margin-left: 10px;
        margin-top: 50px;
    }
    .mission-intro h3{
        padding-right: 80px;
        text-align: center;
        margin-top: 100px;
        margin-left: 60px;
        font-size: 50px;
        width: 600px;
    }
    .mission-intro p{
        margin-top: 0.2rem;
        text-align: center;
        margin-left: 60px;
        font-size: 20px;
        width: 600px;
    }
}


/* Vision */
.vision{   
    display: flex;
    padding: 5rem 0;
    width: 100%;
    justify-content: center;
    background-image: url(../img/bot.png);
    height: 600px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.vision-img{
    width: 500px;
    position: relative;
    height: 300px;
    margin: 0 4rem;
    margin-top: 50px;
    left: 700px;
    padding-left: 40px;
}
.vision-img img{
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.vision-intro{
    color: white;
    width: 700px;
    height: 500px;
    right: 500px;
}
.vision-intro h3{
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    top: 50px;
    font-size: 50px;
    text-align: center;
    position: relative;
    right: 500px;
    width: 570px;
}
.vision-intro p{
    font-family: 'Poppins', sans-serif;
    position: relative;
    text-align: center;
    right: 500px;
    top: 50px;
    width: 570px;
    font-size: 18px;
}

@media (max-width: 991px){
    .vision{
        height: 600px;
    }
    .vision-img img{
        width: 440px;
        height: 300px;
        margin-top: 30px;
        margin-left: -310px;
    }
    .vision-intro{
        width: 100%;
        height: 100%;
        margin-right: 30px;
    }
    .vision-intro h3{
        font-weight: bolder;
        margin-left: 210px;
        margin-top: -10px;
        font-size: 40px;
        width: 400px;
    }
    .vision-intro p{
        margin-top: 5px;
        margin-left: 210px;
        width: 400px;
        font-size: 20px;
    }
}

@media (max-width: 999px){
    .vision{
        height: 600px;
    }
    .vision-img img{
        width: 440px;
        height: 300px;
        margin-top: 30px;
        margin-left: -310px;
    }
    .vision-intro{
        width: 100%;
        height: 100%;
        margin-right: 30px;
    }
    .vision-intro h3{
        font-weight: bolder;
        margin-left: 210px;
        margin-top: -10px;
        font-size: 40px;
        width: 400px;
    }
    .vision-intro p{
        margin-top: 5px;
        margin-left: 210px;
        width: 400px;
        font-size: 20px;
    }
}

@media (min-width: 1000px){
    .vision-img{
        width: 500px;
        height: 300px;
        margin-top: 70px;
        margin-left: -160px;
    }
    .vision-intro h3{
        margin-left: 250px;
        margin-top: 20px;
        font-size: 40px;
        width: 450px;
    }
    .vision-intro p{
        margin-top: 0.3rem;
        text-align: center;
        margin-left: 250px;
        font-size: 18px;
        width: 450px;
    }
}
@media (min-width: 1024px){
    .vision-img{
        width: 500px;
        height: 300px;
        margin-top: 70px;
        margin-left: -160px;
    }
    .vision-intro h3{
        margin-left: 250px;
        margin-top: 20px;
        font-size: 40px;
        width: 450px;
    }
    .vision-intro p{
        margin-top: 0.3rem;
        text-align: center;
        margin-left: 250px;
        font-size: 18px;
        width: 450px;
    }
}

@media (min-width: 1360px){
    .vision-img{
        width: 500px;
        height: 300px;
        margin-top: 70px;
        margin-left: 40px;
    }
    .vision-intro h3{
        margin-left: -20px;
        margin-top: 20px;
        font-size: 50px;
        width: 590px;
    }
    .vision-intro p{
        margin-top: 0.3rem;
        text-align: center;
        margin-left: -20px;
        font-size: 18px;
        width: 590px;
    }
}

@media (min-width: 2560px){
    .vision-img{
        width: 650px;
        height: 350px;
        margin-top: 70px;
        margin-left: 130px;
    }
    .vision-intro h3{
        margin-left: -220px;
        margin-top: 50px;
        font-size: 50px;
        width: 590px;
    }
    .vision-intro p{
        margin-top: 0.3rem;
        text-align: center;
        margin-left: -220px;
        font-size: 20px;
        width: 590px;
    }
}

/* Value */
.value{
    margin: auto;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;   
    background-image: url(../img/val.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.value h1{
    font-family: 'Poppins', sans-serif;
    font-size: 4em;
    padding-top: 30px;
    text-align: center;
    font-weight: bolder;
    color: #fff;
    text-shadow: 2px 2px 6px rgb(0, 0, 0);
}

.value .val{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin-top: 10px;
    width: 1250px;
    text-align: justify;
    font-weight: 500;
    color: black;
    text-shadow: 0px 0px 10px rgb(255, 255, 255);
}
.content-box1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 60px;
}

.card{
    min-height: 250px;
    width: 430px;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #d6b42c;
    margin: 20px 20px;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
}
.content-box1 .card i{
    text-shadow: 0px 0px 10px rgb(255, 255, 255);
    margin: 20px;
    margin-bottom: -30px;
}
.content-box1 .card h2{
    font-family: 'Poppins', sans-serif;
    text-shadow: 0px 0px 10px rgb(255, 255, 255);
    margin-bottom: 12px;
    font-weight: bolder;
    text-align: center;
    font-size: 40px;
}
.content-box1 .card p{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 18px;

}

.content-box1 .card:hover i,
.content-box1 .card:hover p{
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    color: #fff;
}
.content-box1 .card:hover h2{
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    color: #fff;
    font-weight: 500;
}
.content-box1 .card:nth-child(1):hover{
    background: linear-gradient(45deg,
                                rgba(99, 99, 99, 0.575) 0%,
                                rgba(88, 88, 88, 0.644) 100%),
                                url('../img/Exp.png');
    background-size: cover;
}
.content-box1 .card:nth-child(2):hover{
    background: linear-gradient(45deg,
                                rgba(99, 99, 99, 0.575) 0%,
                                rgba(88, 88, 88, 0.644) 100%),
                                url('../img/Qc.png');
    background-size: cover;
}
.content-box1 .card:nth-child(3):hover{
    background: linear-gradient(45deg,
                                rgba(99, 99, 99, 0.575) 0%,
                                rgba(88, 88, 88, 0.644) 100%),
                                url('../img/culture.jpg');
    background-size: cover;
}
.content-box1 .card:nth-child(4):hover{
    background: linear-gradient(45deg,
                                rgba(99, 99, 99, 0.575) 0%,
                                rgba(88, 88, 88, 0.644) 100%),
                                url('../img/collab.jpg');
    background-size: cover;
}
.content-box1 .card:nth-child(5):hover{
    background: linear-gradient(45deg,
                                rgba(99, 99, 99, 0.575) 0%,
                                rgba(88, 88, 88, 0.644) 100%),
                                url('../img/charity.png');
    background-size: cover;
}
@media (max-width: 991px){
    .value{
        margin: auto;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    .value h1{
        padding-top: 10px;
        text-align: center;
        color: #fff;
        text-shadow: 2px 2px 6px rgb(0, 0, 0);
    }
    
    .value .val{
        font-size: 20px;
        font-weight: bolder;
        padding-right: 80px;
        width: 980px;
        color: black;
        text-align: justify;
        text-shadow: 2px 2px 6px rgb(255, 255, 255);
    }
    .content-box1{
        justify-content: center;
        margin-top: 30px;
        padding-bottom: 60px;
    }
    
    .content-box1 .card{
        min-height: 600px;
        justify-content: center;
        margin-bottom: 50px;
        width: 700px;
        padding: 20px;
    }
    .content-box1 .card i{
        font-size: 100px;
        margin-bottom: 50px;
    }
    .content-box1 .card h2{
        margin-bottom: 30px;
        font-size: 60px;
    }
    .content-box1 .card p{
        width: 600px;
        margin-left: -98px;
        font-size: 25px;
    
    }  
}

@media (max-width: 999px){
    .value{
        margin: auto;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    .value h1{
        padding-top: 10px;
        text-align: center;
        color: #fff;
        text-shadow: 2px 2px 6px rgb(0, 0, 0);
    }
    
    .value .val{
        font-size: 20px;
        font-weight: bolder;
        padding-right: 80px;
        width: 980px;
        color: black;
        text-align: justify;
        text-shadow: 2px 2px 6px rgb(255, 255, 255);
    }
    .content-box1{
        justify-content: center;
        margin-top: 30px;
        padding-bottom: 60px;
    }
    
    .content-box1 .card{
        min-height: 600px;
        justify-content: center;
        margin-bottom: 50px;
        width: 700px;
        padding: 20px;
    }
    .content-box1 .card i{
        font-size: 100px;
        margin-bottom: 50px;
    }
    .content-box1 .card h2{
        margin-bottom: 30px;
        font-size: 60px;
    }
    .content-box1 .card p{
        width: 600px;
        margin-left: -98px;
        font-size: 25px;
    
    }  
}


@media(min-width: 1000px){
    .value{
        width: 100%;
        height: 100%;  
        background-size: cover;
    }
    .value h1{
        padding-top: 10px;
        text-align: center;
    }
    
    .value .val{
        font-size: 18px;
        font-weight: 600;
        width: 980px;
    }
}

@media(min-width: 1024px){
    .value{
        width: 100%;
        height: 100%;  
        background-size: cover;
    }
    .value h1{
        padding-top: 10px;
        text-align: center;
    }
    
    .value .val{
        font-size: 18px;
        width: 980px;
    }
}


@media (min-width: 1360px){
    .value{
        margin: auto;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;   
        background-image: url(../img/val.png);
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .value h1{
        font-family: 'Poppins', sans-serif;
        font-size: 4em;
        padding-top: 30px;
        text-align: center;
        font-weight: bolder;
        color: #fff;
        text-shadow: 2px 2px 6px rgb(0, 0, 0);
    }
    
    .value .val{
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        margin-top: 10px;
        width: 1250px;
        text-align: justify;
        font-weight: 500;
        color: black;
        text-shadow: 0px 0px 10px rgb(255, 255, 255);
    }
    .content-box1{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 60px;
    }
    
    .card{
        min-height: 250px;
        width: 430px;
        padding: 30px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background: #d6b42c;
        margin: 20px 20px;
        box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
    }
    .content-box1 .card i{
        text-shadow: 0px 0px 10px rgb(255, 255, 255);
        margin: 20px;
        margin-bottom: -30px;
    }
    .content-box1 .card h2{
        font-family: 'Poppins', sans-serif;
        text-shadow: 0px 0px 10px rgb(255, 255, 255);
        margin-bottom: 12px;
        font-weight: bolder;
        text-align: center;
        font-size: 40px;
    }
    .content-box1 .card p{
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-size: 18px;
    
    }
}

@media (min-width: 2560px){
    .value{
        margin: auto;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;   
        background-image: url(../img/val.png);
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .value h1{
        font-family: 'Poppins', sans-serif;
        font-size: 4em;
        padding-top: 30px;
        text-align: center;
        font-weight: bolder;
        color: #fff;
        text-shadow: 2px 2px 6px rgb(0, 0, 0);
    }
    
    .value .val{
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        margin-top: 10px;
        width: 1250px;
        text-align: justify;
        font-weight: 500;
        color: black;
        text-shadow: 0px 0px 10px rgb(255, 255, 255);
    }
    .content-box1{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 60px;
    }
    
    .card{
        min-height: 250px;
        width: 430px;
        padding: 30px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background: #d6b42c;
        margin: 20px 20px;
        box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
    }
    .content-box1 .card i{
        text-shadow: 0px 0px 10px rgb(255, 255, 255);
        margin: 20px;
        margin-bottom: -30px;
    }
    .content-box1 .card h2{
        font-family: 'Poppins', sans-serif;
        text-shadow: 0px 0px 10px rgb(255, 255, 255);
        margin-bottom: 12px;
        font-weight: bolder;
        text-align: center;
        font-size: 40px;
    }
    .content-box1 .card p{
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
    
    }
}
/* Organization Chart*/
.organizational-chart img{
   width: absolute;
   width: 100%;
}
@media only screen and (max-width: 991px) {
    .organizational-chart img{
        max-width: 980px;
    }
}

/* Service Banner */
.banner{
    padding-top: 100px;
    width: 100%;
    max-width: fit-content;
    height: auto;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .banner{
        margin-top: 20px;
        width: 980px;
        height: 350px;
       }
}

/* Service */
.services{
    background-image: url(../img/service.png);
    height: auto;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.services h2{
    font-size: 50px;
    margin-left: 220px;
}
.services-box p{
    font-size: 15px;
    padding-left: 100px;
    width: 700px;
    text-align: center;
} 

@media (max-width: 991px){
    .services{
        background-image: url(../img/serv.png);
        height: auto;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .services h2{
        font-size: 60px;
        margin-left: 90px;
    }
    .services-box p{
        padding-left: 30px;
        font-size: 23px;
        width: 500px;
    }
}


@media (min-width: 1024px){
    .services h2{
        font-size: 50px;
        margin-left: 140px;
    }
    .services-box p{
        padding-left: 60px;
        width: 500px;
    }
}
@media only screen and (min-width: 1360px){
    .services h2{
        font-size: 50px;
        margin-left: 210px;
    }
    .services-box p{
        padding-left: 40px;
        width: 650px;
    }
}

@media only screen and (min-width: 2560px){
    .services h2{
        font-size: 90px;
        margin-left: 450px;
    }
    .services-box p{
        font-size: 30px;
        width: 1300px;
        
    }
}
/* HouseKeeping */
.keeping{
    background-image: url(../img/keeping.png);
    width: 100%;
    height: auto;
    background-attachment: scroll;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.keeping h2{
    font-size: 70px;
    margin-left: 10px;
    color: #d6b42c;
}
.keeping h5{
    font-size: 70px;
    margin-left: 10px;
    color: #d6b42c;
    margin-top: -70px;
}
.text-end1{
    font-size: 15px;
    padding-left: 40px;
    width: 650px;
    text-align: left;
} 
.text-end2{
    font-size: 15px;
    padding-left: 40px;
    width: 650px;
    text-align: left;
} 
.keeping-list{
    font-size: 15px;
    padding-left: 40px;
    width: 700px;
    text-align: left;
    color: #fff;

}

@media (max-width: 991px){
    .keeping h2{
        font-size: 50px;
        margin-left: 20px;
    }
    .keeping h5{
        font-size: 50px;
        margin-left: 20px;
    }
    .text-end1{
        font-size: 13px;
        padding-left: 50px;
        width: 400px;
    }
    .text-end2{
        font-size: 13px;
        padding-left: 50px;
        width: 400px;
    }
    .keeping-list{
        font-size: 13px;
        padding-left: 50px;
    }
}

@media (min-width: 1024px){
    .keeping h2{
        font-size: 50px;
        margin-left: 10px;
    }
    .keeping h5{
        font-size: 50px;
        margin-left: 10px;
    }
    .text-end1{
        font-size: 13px;
        padding-left: 35px;
        width: 430px;
    }
    .text-end2{
        font-size: 13px;
        padding-left: 35px;
        width: 430px;
    }
    .keeping-list{
        font-size: 13px;
        padding-left: 35px;
    }
}
@media (min-width: 1360px){
    .keeping h2{
        font-size: 70px;
        margin-left: 10px;
    }
    .keeping h5{
        font-size: 70px;
        margin-left: 10px;
    }
    .text-end1{
        font-size: 15px;
        padding-left: 35px;
        width: 570px;
    }
    .text-end2{
        font-size: 15px;
        padding-left: 35px;
        width: 570px;
    }
    .keeping-list{
        font-size: 15px;
        padding-left: 35px;
    }
}
@media only screen and (min-width: 2560px){
    .keeping h2{
        font-size: 90px;
        margin-right: 1600px;
    }
    .keeping h5{
        font-size: 90px;
        margin-right: 1900px;
    }
    .text-end1{
        font-size: 20px;
        width: 1200px;
    }
    .text-end2{
        font-size: 20px;
        width: 1200px;
    }
    .keeping-list{
        font-size: 20px;
    }
}
/* Maintenance */

.maintenance{
    background-image: url(../img/Maintenance.png);
    max-width: 100%;
    background-attachment: scroll;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.maintenance h2{
    font-size: 70px;
    position: relative;
    left: -550px;
    width: 100px;
    color: #d6b42c;
}
.maintenance h5{
    font-size: 70px;
    position: relative;
    left: -550px;
    width: 100px;
    color: #d6b42c;
    margin-top: -70px;
}
.text-end3{
    font-size: 15px;
    position: relative;
    left: -80px;
    width: 550px;
}  
.maintenance-list{
    font-size: 15px;
    width: -500px;
    position: relative;
    left: -120px;
    color: #fff;
    padding-bottom: 80px;  
}

@media (max-width: 991px){
    .maintenance h2{
        font-size: 50px;
        position: relative;
        left: -350px;
    }
    .maintenance h5{
        font-size: 50px;
        position: relative;
        left: -350px;
    }
    .text-end3{
        font-size: 13px;
        position: relative;
        left: -40px;
        width: 470px;
    }  
    .maintenance-list{
        font-size: 13px;
        position: relative;
        left: -20px;
        width: 400px;
    }
}

@media (min-width: 1024px){
    .maintenance h2{
        font-size: 50px;
        position: relative;
        left: -350px;
    }
    .maintenance h5{
        font-size: 50px;
        position: relative;
        left: -350px;
    }
    .text-end3{
        font-size: 13px;
        left: -5px;
        position: relative;
        width: 430px;
    }  
    .maintenance-list{
        font-size: 13px;
        left: -25px;
        position: relative;
        width: 400px;
    }
}

@media (min-width: 1360px){
    .maintenance h2{
        font-size: 70px;
        position: relative;
        left: -530px;
    }
    .maintenance h5{
        font-size: 70px;
        position: relative;
        left: -530px;
    }
    .text-end3{
        font-size: 15px;
        position: relative;
        left: -40px;
        width: 570px;
    }  
    .maintenance-list{
        font-size: 15px;
        position: relative;
        left: -200px;
        width: 400px;
    }
}
@media (min-width: 2560px){
    .maintenance h2{
        font-size: 90px;
        position: relative;
        left: -1080px;
    }
    .maintenance h5{
        font-size: 90px;
        position: relative;
        left: -1080px;
    }
    .text-end3{
        font-size: 20px;
        position: relative;
        left: -70px;
        width: 1090px;
    }  
    .maintenance-list{
        font-size: 20px;
        position: relative;
        left: -150px;
        width: 1000px;
    }
}
/* Manufacturing */
.manufacture{
    background-image: url(../img/manufacturing.png);
    width: 100%;
    height: auto;
    background-attachment: scroll;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.manufacture h2{
    font-size: 70px;
    margin-left: 10px;
    color: #d6b42c;
}
.manufacture h5{
    font-size: 70px;
    margin-left: 10px;
    color: #d6b42c;
    margin-top: -70px;
}
.text-end4{
    font-size: 15px;
    padding-left: 40px;
    width: 650px;
    text-align: left;
} 
.text-end5{
    font-size: 15px;
    padding-left: 40px;
    width: 650px;
    text-align: left;
} 
.text-end6{
    font-size: 15px;
    padding-left: 40px;
    width: 650px;
    text-align: left;
} 

@media (max-width: 991px){
    .manufacture h2{
        font-size: 50px;
        margin-left: 20px;
    }
    .manufacture h5{
        font-size: 50px;
        margin-left: 20px;
    }
    .text-end4{
        font-size: 13px;
        padding-left: 50px;
        width: 400px;
    }
    .text-end5{
        font-size: 13px;
        padding-left: 50px;
        width: 400px;
    }
    .text-end6{
        font-size: 13px;
        padding-left: 50px;
        width: 400px;
    }
}

@media (min-width: 1024px){
    .manufacture h2{
        font-size: 50px;
        margin-left: 10px;
    }
    .manufacture h5{
        font-size: 50px;
        margin-left: 10px;
    }
    .text-end4{
        font-size: 13px;
        padding-left: 35px;
        width: 430px;
    }
    .text-end5{
        font-size: 13px;
        padding-left: 35px;
        width: 430px;
    }
    .text-end6{
        font-size: 13px;
        padding-left: 35px;
        width: 430px;
    }
}
@media(min-width: 1360px){
    .manufacture h2{
        font-size: 70px;
        margin-left: 10px;
    }
    .manufacture h5{
        font-size: 70px;
        margin-left: 10px;
    }
    .text-end4{
        font-size: 15px;
        padding-left: 35px;
        width: 570px;
    }
    .text-end5{
        font-size: 15px;
        padding-left: 35px;
        width: 570px;
    }
    .text-end6{
        font-size: 15px;
        padding-left: 35px;
        width: 570px;
    }
   
}
@media(min-width: 2560px){
    .manufacture h2{
        font-size: 90px;
        margin-right: 1600px;
    }
    .manufacture h5{
        font-size: 90px;
        margin-right: 1900px;
    }
    .text-end4{
       font-size: 20px;
       width: 1200px;
    }
    .text-end5{
        font-size: 20px;
        width: 1200px;
    }
    .text-end6{
        font-size: 20px;
        width: 1200px;
    }
   
}

/* Restaurant */
.restaurant{
    background-image: url(../img/Restaurant.png);
    max-width: 100%;
    background-attachment: scroll;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.restaurant h2{
    font-size: 70px;
    position: relative;
    left: -550px;
    width: 100px;
    color: #d6b42c;
}
.restaurant h5{
    font-size: 70px;
    position: relative;
    left: -550px;
    width: 100px;
    color: #d6b42c;
    margin-top: -70px;
}
.text-end7{
    font-size: 15px;
    position: relative;
    left: -80px;
    width: 550px;
    
}  
.text-end8{
    font-size: 15px;
    position: relative;
    left: -80px;
    width: 550px;
}
.text-end9{
    font-size: 15px;
    position: relative;
    left: -80px;
    width: 550px;
}

@media (max-width: 991px){
    .restaurant h2{
      font-size: 50px;
      position: relative;
      left: -350px;
    }
    .restaurant h5{
        font-size: 50px;
        position: relative;
        left: -350px;
    }
    .text-end7{
        font-size: 13px;
        position: relative;
        left: -40px;
        width: 470px;
    }
    .text-end8{
        font-size: 13px;
        position: relative;
        left: -40px;
        width: 470px;
    }
    .text-end9{
        font-size: 13px;
        position: relative;
        left: -40px;
        width: 470px;
    }
}

@media (min-width: 1024px){
    .restaurant h2{
       font-size: 50px;
       position: relative;
       left: -350px;
    }
    .restaurant h5{
        font-size: 50px;
        position: relative;
        left: -350px;
    }
    .text-end7{
        font-size: 13px;
        left: -5px;
        position: relative;
        width: 430px;
    }
    .text-end8{
        font-size: 13px;
        left: -5px;
        position: relative;
        width: 430px;
    }
    .text-end9{
        font-size: 13px;
        left: -5px;
        position: relative;
        width: 430px;
    }
}
@media (min-width: 1360px){
    .restaurant h2{
        font-size: 70px;
        position: relative;
        left: -530px;
    }
    .restaurant h5{
      font-size: 70px;
      position: relative;
      left: -530px;
    }
    .text-end7{
        font-size: 15px;
        position: relative;
        left: -40px;
        width: 570px;
    }
    .text-end8{
        font-size: 15px;
        position: relative;
        left: -40px;
        width: 570px;
    }
    .text-end9{
        font-size: 15px;
        position: relative;
        left: -40px;
        width: 570px;
    }

}
@media (min-width:2560px){
    .restaurant h2{
        font-size: 90px;
        position: relative;
        left: -1080px;
    }
    .restaurant h5{
        font-size: 90px;
        position: relative;
        left: -1080px;
    }
    .text-end7{
        font-size: 20px;
        position: relative;
         left: -70px;
         width: 1090px;
    }
    .text-end8{
        font-size: 20px;
        position: relative;
        left: -70px;
        width: 1090px;
    }
    .text-end9{
        font-size: 20px;
        position: relative;
        left: -70px;
        width: 1090px;
    }
}
/* Special */
.special{
    background-image: url(../img/Special.png);
    width: 100%;
    height: auto;
    background-attachment: scroll;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.special h2{
    font-size: 70px;
    margin-left: 10px;
    color: #d6b42c;
}
.special h5{
   font-size: 70px;
   margin-left: 10px;
   color: #d6b42c;
   margin-top: -70px;
}
.text-end10{
    font-size: 15px;
    padding-left: 40px;
    width: 650px;
    text-align: left;
} 
.text-end11{
    font-size: 15px;
    padding-left: 40px;
    width: 650px;
    text-align: left;
} 

@media (max-width: 991px){
    .special h2{
        font-size: 50px;
        margin-left: 20px;
    }
    .special h5{
        font-size: 50px;
        margin-left: 20px;
    }
    .text-end10{
        font-size: 13px;
        padding-left: 50px;
        width: 400px;
    }
    .text-end11{
        font-size: 13px;
        padding-left: 50px;
        width: 400px;
    }
}

@media (min-width: 1024px){
    .special h2{
        font-size: 50px;
        margin-left: 10px;
    }
    .special h5{
        font-size: 50px;
        margin-left: 10px;
    }
    .text-end10{
        font-size: 13px;
        padding-left: 35px;
        width: 430px;
    }
    .text-end11{
        font-size: 13px;
        padding-left: 35px;
        width: 430px;
    }
}
@media(min-width: 1360px){
    .special h2{
        font-size: 70px;
        margin-left: 10px;
    }
    .special h5{
        font-size: 70px;
        margin-left: 10px;
    }
    .text-end10{
        font-size: 15px;
        padding-left: 35px;
        width: 570px;
    }
    .text-end11{
        font-size: 15px;
        padding-left: 35px;
        width: 570px;
    }
}
@media(min-width: 2560px){
    .special h2{
        font-size: 90px;
        margin-right: 1600px;
    }
    .special h5{
        font-size: 90px;
        margin-right: 2100px;
    }
    .text-end10{
        font-size: 20px;
        width: 1200px;
    }
    .text-end11{
        font-size: 20px;
        width: 1200px;
    }
}

/* Media Banner */
.media{
    padding-top: 100px;
    width: 100%;
    max-width: fit-content;
    height: auto;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
@media only screen and (max-width: 991px) {
.media{
    margin-top: 20px;
    width: 980px;
    height: 350px;
    }
}
/* Gallery */
.gallery{
    margin: 0; padding: 0;
    box-sizing: border-box;
    text-transform: capitalize;
}
.gallery-inside{
    min-height: 100vh;
    background: #eee;
    padding-bottom: 100px;
}
.gallery-inside .controls{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
    list-style: none;
}

.gallery-inside .controls .buttons{
    padding: 6px 1rem;
    margin: 10px;
    border-radius: 50px;
    line-height: 25px;
    background-color: #efefef;
    display: inline-block;
    color: black;
    cursor: pointer;
    border: 2px solid #ccc;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    text-align: center;  
}
.gallery-inside .controls .buttons:hover, .buttons:focus, .buttons:active{
    color: black;
    background: #d6b42c;
    border: 2px solid black;
    transition: 0.5s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery-inside .controls .buttons.active{
    color: black;
    background: #d6b42c;
    border: 2px solid black;
    transition: 0.5s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-inside .image-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.gallery-inside .image-container .images{
    height: 250px;
    width: 250px;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0,.3);
    margin: 20px;
    border-radius: 5px;
    transition:  0.5s
}
.gallery-inside .image-container .images img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.gallery-inside .image-container .images:hover img{
    transform: scale(1.4);
}

/* Gallery2 */
.gallery2{
    margin: 0; padding: 0;
    box-sizing: border-box;
    text-transform: capitalize;
}
.gallery2-inside{
    min-height: 100vh;
    background: #eee;
    padding-bottom: 100px;
}
.gallery2-inside h1{
    margin-top: 10px;
    text-align: center;
    font-family: 'Pathway Gothic One', sans-serif;
    font-weight: bold;
}
.gallery2-inside .controls2{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
    list-style: none;
}

.gallery2-inside .controls2 .buttons2{
    padding: 6px 1rem;
    margin: 10px;
    border-radius: 50px;
    line-height: 25px;
    background-color: #efefef;
    display: inline-block;
    color: black;
    cursor: pointer;
    border: 2px solid #ccc;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    text-align: center;  
}
.gallery2-inside .controls2 .buttons2:hover, .buttons2:focus, .buttons2:active{
    color: black;
    background: #d6b42c;
    border: 2px solid black;
    transition: 0.5s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery2-inside .controls2 .buttons2.active{
    color: black;
    background: #d6b42c;
    border: 2px solid black;
    transition: 0.5s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery2-inside .image-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.gallery2-inside .image-container .images2{
    height: 250px;
    width: 250px;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0,.3);
    margin: 20px;
    border-radius: 5px;
    transition:  0.5s
}
.gallery2-inside .image-container .images2 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.gallery2-inside .image-container .images2:hover img{
    transform: scale(1.4);
}

/* Jobs Banner */
.jobs{
    padding-top: 100px;
    width: 100%;
    max-width: fit-content;
    height: auto;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
@media only screen and (max-width: 991px) {
.jobs{
    margin-top: 20px;
    width: 980px;
    height: 350px;
    }
}
.jobs-1{
    margin: auto;
    width: 100%;
    height: auto;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;   
    background-image: url(../img/val.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.jobs-1 h1{
    font-size: 3em;
    padding-top: 100px;
    margin: 25px 0;
    text-align: center;
    font-weight: 500;
}

.content-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 60px;
}

.card{
    min-height: 250px;
    width: 430px;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #d6b42c;
    margin: 20px 20px;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
}
.card h2{
    margin-bottom: 12px;
    padding-top: 72.5px;
    font-weight: bolder;
    text-align: center;
    font-size: 35px;
}
.card:hover h2{
    color: #fff;
    font-weight: 500;
}
.card:nth-child(1):hover{
    background: linear-gradient(45deg,
                                rgba(99, 99, 99, 0.575) 0%,
                                rgba(88, 88, 88, 0.644) 100%),
                                url('../img/cavite.png');
    background-size: cover;
}
.card:nth-child(2):hover{
    background: linear-gradient(45deg,
                                rgba(99, 99, 99, 0.575) 0%,
                                rgba(88, 88, 88, 0.644) 100%),
                                url('../img/makati.png');
    background-size: cover;
}
.card:nth-child(3):hover{
    background: linear-gradient(45deg,
                                rgba(99, 99, 99, 0.575) 0%,
                                rgba(88, 88, 88, 0.644) 100%),
                                url('../img/pampanga.png');
    background-size: cover;
}
.card:nth-child(4):hover{
    background: linear-gradient(45deg,
                                rgba(99, 99, 99, 0.575) 0%,
                                rgba(88, 88, 88, 0.644) 100%),
                                url('../img/bulacan.png');
    background-size: cover;
}
.card:nth-child(5):hover{
    background: linear-gradient(45deg,
                                rgba(99, 99, 99, 0.575) 0%,
                                rgba(88, 88, 88, 0.644) 100%),
                                url('../img/laspinas.png');
    background-size: cover;
}
.card:nth-child(6):hover{
    background: linear-gradient(45deg,
                                rgba(99, 99, 99, 0.575) 0%,
                                rgba(88, 88, 88, 0.644) 100%),
                                url('../img/fairview.png');
    background-size: cover;
}
.card:nth-child(7):hover{
    background: linear-gradient(45deg,
                                rgba(99, 99, 99, 0.575) 0%,
                                rgba(88, 88, 88, 0.644) 100%),
                                url('../img/tarlac.png');
    background-size: cover;
}
.card:nth-child(8):hover{
    background: linear-gradient(45deg,
                                rgba(99, 99, 99, 0.575) 0%,
                                rgba(88, 88, 88, 0.644) 100%),
                                url('../img/manila.png');
    background-size: cover;
}
@media only screen and (max-width: 991px){
    .jobs-1{
        margin: auto;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    .jobs-1 h1{
        padding-top: 10px;
        text-align: center;
    }
    
    .content-box{
        justify-content: center;
        margin-top: 30px;
        padding-bottom: 60px;
    }
    
    .card{
        min-height: 600px;
        justify-content: center;
        margin-bottom: 50px;
        width: 700px;
        padding: 20px;
    }
    .card h2{
        margin-bottom: 30px;
        font-size: 60px;
    } 
}

@media only screen and (max-width: 1360px){
    .jobs-1{
        width: 100%;
        height: 100%;  
        background-size: cover;
    }
    .jobs-1 h1{
        padding-top: 10px;
        text-align: center;
    }
    

}

/* Job Listing */
.jobs-2{
    padding-top: 100px;
    width: 100%;
    max-width: fit-content;
    height: auto;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.lists{
    height: 50px;
    background-color: #d6b42c;
    
}
.lists h2{
    padding-top: 5px;
    text-align: center;
}
.lists h3{
    padding-top: 30px;
    text-align: justify;
    margin-left: 380px;
    font-size: 30px;
}
.back{
    width: 100%;
    height: auto;
    flex-direction: column;   
    background-image: url(../img/val.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.the_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
 
}

.card-1{
    max-width: 400px;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 1.0);
    background-color: #d6b42c;
    border-radius: 20px;
    margin: 25px;
    padding: 25px;
    
}
.card-1 h3{
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 10px;
   
 
}
.card-1 p{
    font-size: 13.5px;
    text-align: left;
    width: 350px;
    text-transform: uppercase; 
}
@media only screen and (max-width: 991px){
    .card-1 p{
        font-size: 12px;
        position: relative;
        right: 40px;
    }
}

.applynow-button1{
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
    transition: 0.3s background-color;
    margin-left: 100px;
   
    
}

.applynow-button1:hover{
    background-color: #edcb44;
    color: #ffffff;
}
/* Contacts*/
.contacts{
    padding-top: 100px;
    width: 100%;
    max-width: fit-content;
    height: auto;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .contacts{
     margin-top: 20px;
     width: 980px;
     height: 350px;
    }
 }
.container2{
    margin: 0;
    padding: 0;
    margin-top: -90px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

:root{
    --primery-color: #d6b42c;
    --secondary-color: rgba(255, 255, 255, .4);
}
#service-section{
    min-height: auto;
    width: 100%;
    background-image: url(../img/contacts_bg.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#service-section h1{
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
    position: relative;
}

.cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    z-index: 9;
    margin-top: 150px;
    margin-bottom: 100px;
}


/* Card1 */
.cards .card1{
    min-height: 310px;
    width: 450px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0 8%;
    background: rgb(51, 51, 51);
    position: relative;
    border-radius: 10px;
    align-items:center;
    margin-bottom: 10px;
}
.cards .card1::before{
    position: absolute;
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #d6b42c;
    transition: .6s;
    transform: rotate(0deg);
    z-index: -1;
}
.cards .card1:hover.card1::before{
    transform: rotate(10deg);
}

.cards .card1 img{
    font-size: 2.5rem;
    margin-top: 30px;
    margin-bottom: 10px;
}

.cards .card1 i{
    font-size: 20px;
    color: var(--primery-color);
    margin-top: 10px;
    margin-right: 8px;
}
.cards .card1 h3{
    font-size: 30px;
    letter-spacing: 2px;
    color: #fff;
}
.cards .card1 h2{
    font-size: 25px;
    color: #fff;
}
.cards .card1 p{
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    margin-top: -10px;
    margin-left: -30px;
    font-weight: 500;
    align-items: center;
}

.cards .card1 h4{
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    margin-top: -10px;
    margin-left: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    align-items: center;
}

/* Card2 */
.cards .card2{
    min-height: 310px;
    width: 450px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0 8%;
    background: rgb(51, 51, 51);
    position: relative;
    border-radius: 10px;
    align-items:center;
    margin-bottom: 10px;
}
.cards .card2::before{
    position: absolute;
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #d6b42c;
    transition: .6s;
    transform: rotate(0deg);
    z-index: -1;
}
.cards .card2:hover.card2::before{
    transform: rotate(10deg);
}

.cards .card2 img{
    font-size: 2.5rem;
    margin-top: 30px;
    margin-bottom: 10px;
}

.cards .card2 i{
    font-size: 20px;
    color: var(--primery-color);
    margin-top: 10px;
    margin-right: 8px;
}
.cards .card2 h3{
    font-size: 30px;
    letter-spacing: 2px;
    color: #fff;
}
.cards .card2 h2{
    font-size: 25px;
    color: #fff;
}
.cards .card2 p{
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    margin-top: -10px;
    margin-left: -10px;
    font-weight: 500;
    align-items: center;
}

.cards .card2 h4{
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    margin-top: -10px;
    margin-left: 50px;
    margin-bottom: 20px;
    font-weight: 500;
    align-items: center;
}

/* Card3 */
.cards .card3{
    min-height: 310px;
    width: 450px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0 8%;
    background: rgb(51, 51, 51);
    position: relative;
    border-radius: 10px;
    align-items:center;
    margin-bottom: 10px;
}
.cards .card3::before{
    position: absolute;
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #d6b42c;
    transition: .6s;
    transform: rotate(0deg);
    z-index: -1;
}
.cards .card3:hover.card3::before{
    transform: rotate(10deg);
}

.cards .card3 img{
    font-size: 2.5rem;
    margin-top: 30px;
    margin-bottom: 10px;
}

.cards .card3 i{
    font-size: 20px;
    color: var(--primery-color);
    margin-top: 10px;
    margin-right: 8px;
}
.cards .card3 h2{
    font-size: 25px;
    color: #fff;
}
.cards .card3 h3{
    font-size: 30px;
    letter-spacing: 2px;
    color: #fff;
}
.cards .card3 p{
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    margin-top: -10px;
    margin-left: 10px;
    font-weight: 500;
    align-items: center;
}

.cards .card3 h4{
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    margin-top: 10px;
    margin-left: 70px;
    margin-bottom: 20px;
    font-weight: 500;
    align-items: center;
}

/* Card4 */
.cards .card4{
    min-height: 310px;
    width: 450px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0 8%;
    background: rgb(51, 51, 51);
    position: relative;
    border-radius: 10px;
    align-items:center;
    margin-bottom: 10px;
}
.cards .card4::before{
    position: absolute;
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #d6b42c;
    transition: .6s;
    transform: rotate(0deg);
    z-index: -1;
}
.cards .card4:hover.card4::before{
    transform: rotate(10deg);
}

.cards .card4 img{
    font-size: 2.5rem;
    margin-top: 30px;
    margin-bottom: 10px;
}

.cards .card4 i{
    font-size: 20px;
    color: var(--primery-color);
    margin-top: 10px;
    margin-right: 8px;
}
.cards .card4 h3{
    font-size: 30px;
    letter-spacing: 2px;
    color: #fff;
}
.cards .card4 p{
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    margin-top: -10px;
    margin-left: -20px;
    font-weight: 500;
    align-items: center;
}

.cards .card4 h4{
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    margin-top: 10px;
    margin-left: -20px;
    margin-bottom: 20px;
    font-weight: 500;
    align-items: center;
}
.cards .card4 h5{
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    margin-top: 10px;
    margin-left: 70px;
    margin-bottom: 20px;
    font-weight: 500;
    align-items: center;
}
.cards .card4 h6{
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    margin-top: 10px;
    margin-left: 70px;
    margin-bottom: 20px;
    font-weight: 500;
    align-items: center;
}

@media (max-width: 991px){
    #service-section{
        min-height: 1600px;
        width: 100%;
        background-image: url(../img/contacts_bg2.png);
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .cards{
        grid-template-columns: repeat(1, 1fr);
        margin-top: 150px;
    }
    /* card1 */
    .cards .card1{
        height: 350px;
        width: 600px;
        margin: 20px 0;
    }
    .cards .card1 img{
        height: 130px;
        width: 130px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .cards .card1 h3{
        font-size: 35px;
        letter-spacing: 2px;
        color: #fff;
    }
    .cards .card1 h2{
        font-size: 30px;
        color: #fff;
    }
    #service-section h1{
        color: #fff;
        font-size: 30px;
        margin-bottom: 10px;
        position: relative;
    }
    .cards .card1 p{
        font-size: 25px;
        align-items: center;
        margin-left: -100px;
        width: 300px;
    }
    .cards .card1 h4{
        font-size: 20px;
        margin-left: -5px;
    }

    /* card2 */
    .cards .card2{
        height: 370px;
        width: 600px;
        margin: 20px 0;
    }
    .cards .card2 img{
        height: 130px;
        width: 130px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .cards .card2 h3{
        font-size: 35px;
        letter-spacing: 2px;
        color: #fff;
    }
    .cards .card2 h2{
        font-size: 30px;
        color: #fff;
    }
    #service-section h1{
        color: #fff;
        font-size: 30px;
        margin-bottom: 10px;
        position: relative;
    }
    .cards .card2 p{
        font-size: 25px;
        align-items: center;
        margin-left: -90px;
        width: 300px;
    }
    .cards .card2 h4{
        font-size: 20px;
        margin-left: 10px;
    }

    /* card3 */
    .cards .card3{
        height: 370px;
        width: 600px;
        margin: 20px 0;
    }
    .cards .card3 img{
        height: 130px;
        width: 130px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .cards .card3 h3{
        font-size: 35px;
        letter-spacing: 2px;
        color: #fff;
    }
    .cards .card3 h2{
        font-size: 30px;
        color: #fff;
    }
    #service-section h1{
        color: #fff;
        font-size: 30px;
        margin-bottom: 10px;
        position: relative;
    }
    .cards .card3 p{
        font-size: 25px;
        align-items: center;
        margin-left: -90px;
        width: 300px;
    }
    .cards .card3 h4{
        font-size: 20px;
        margin-left: 10px;
    }


    /* card4 */
    .cards .card4{
        height: 370px;
        width: 600px;
        margin: 20px 0;
    }
    .cards .card4 img{
        height: 130px;
        width: 130px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .cards .card4 h3{
        font-size: 35px;
        letter-spacing: 2px;
        color: #fff;
    }
    #service-section h1{
        color: #fff;
        font-size: 30px;
        margin-bottom: 10px;
        position: relative;
    }
    .cards .card4 p{
        font-size: 25px;
        align-items: center;
        margin-left: -100px;
        width: 300px;
    }
    .cards .card4 h6{
        font-size: 20px;
        margin-left: -10px;
    }
}




@media(min-width:1024px){
    #service-section{
        min-height: 1600px;
        width: 100%;
        background-image: url(../img/contacts_bg2.png);
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .cards{
        grid-template-columns: repeat(2, 1fr);
        margin-top: 150px;
    }

    /* card1 */
    .cards .card1{
        height: 280px;
        width: 410px;
        margin: 20px 0;
    }
    .cards .card1 img{
        height: 90px;
        width: 90px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .cards .card1 h3{
        font-size: 35px;
        letter-spacing: 2px;
        color: #fff;
    }
    .cards .card1 h2{
        font-size: 30px;
        color: #fff;
    }
    #service-section h1{
        color: #fff;
        font-size: 25px;
        margin-bottom: 10px;
        position: relative;
    }
    .cards .card1 p{
        font-size: 20px;
        margin-top: -10px;
        margin-left: -40px;
        align-items: center;
        width: 300px;
    }
    .cards .card1 h4{
        font-size: 16px;
        margin-left: -25px;
    }

    /* card2 */
    .cards .card2{
        height: 280px;
        width: 410px;
        margin: 20px 0;
    }
    .cards .card2 img{
        height: 90px;
        width: 90px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .cards .card2 h3{
        font-size: 35px;
        letter-spacing: 2px;
        color: #fff;
    }
    .cards .card1 h2{
        font-size: 30px;
        color: #fff;
    }
    #service-section h1{
        color: #fff;
        font-size: 25px;
        margin-bottom: 10px;
        position: relative;
    }
    .cards .card2 p{
        font-size: 20px;
        margin-top: -10px;
        margin-left: -20px;
        align-items: center;
        width: 300px;
    }
    .cards .card2 h4{
        font-size: 16px;
        margin-left: -5px;
    }

    /* card3 */
    .cards .card3{
        height: 280px;
        width: 410px;
        margin: 20px 0;
    }
    .cards .card3 img{
        height: 90px;
        width: 90px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .cards .card3 h3{
        font-size: 35px;
        letter-spacing: 2px;
        color: #fff;
    }
    .cards .card1 h2{
        font-size: 30px;
        color: #fff;
    }
    #service-section h1{
        color: #fff;
        font-size: 25px;
        margin-bottom: 10px;
        position: relative;
    }
    .cards .card3 p{
        font-size: 20px;
        margin-top: -10px;
        margin-left: -10px;
        align-items: center;
        width: 300px;
    }
    .cards .card3 h4{
        font-size: 16px;
        margin-left: 10px;
    }

    /* card4 */
    .cards .card4{
        height: 280px;
        width: 410px;
        margin: 20px 0;
    }
    .cards .card4 img{
        height: 90px;
        width: 90px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .cards .card4 h3{
        font-size: 35px;
        letter-spacing: 2px;
        color: #fff;
    }
    #service-section h1{
        color: #fff;
        font-size: 25px;
        margin-bottom: 10px;
        position: relative;
    }
    .cards .card4 p{
        font-size: 20px;
        margin-top: -10px;
        margin-left: -20px;
        align-items: center;
        width: 300px;
    }
    .cards .card4 h6{
        font-size: 16px;
        margin-left: -10px;
    }
    
}

@media(min-width:1360px){
    #service-section{
        min-height: auto;
        width: 100%;
        background-image: url(../img/contacts_bg.png);
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .cards{
        grid-template-columns: repeat(3, 1fr);
        margin-top: 150px;
    }

    /* card1 */
    .cards .card1{
        height: 280px;
        width: 410px;
        margin: 20px 0;
    }
    .cards .card1 img{
        height: 90px;
        width: 90px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .cards .card1 h3{
        font-size: 35px;
        letter-spacing: 2px;
        color: #fff;
    }
    .cards .card1 h2{
        font-size: 30px;
        color: #fff;
    }
    #service-section h1{
        color: #fff;
        font-size: 25px;
        margin-bottom: 10px;
        position: relative;
    }
    .cards .card1 p{
        font-size: 20px;
        margin-top: -10px;
        margin-left: -40px;
        align-items: center;
        width: 300px;
    }
    .cards .card1 h4{
        font-size: 18px;
        margin-left: -10px;
    }

    /* card2 */
    .cards .card2{
        height: 280px;
        width: 410px;
        margin: 20px 0;
    }
    .cards .card2 img{
        height: 90px;
        width: 90px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .cards .card2 h3{
        font-size: 35px;
        letter-spacing: 2px;
        color: #fff;
    }
    .cards .card1 h2{
        font-size: 30px;
        color: #fff;
    }
    #service-section h1{
        color: #fff;
        font-size: 25px;
        margin-bottom: 10px;
        position: relative;
    }
    .cards .card2 p{
        font-size: 20px;
        margin-top: -10px;
        margin-left: -20px;
        align-items: center;
        width: 300px;
    }
    .cards .card2 h4{
        font-size: 18px;
        margin-left: 10px;
    }

    /* card3 */
    .cards .card3{
        height: 280px;
        width: 410px;
        margin: 20px 0;
    }
    .cards .card3 img{
        height: 90px;
        width: 90px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .cards .card3 h3{
        font-size: 35px;
        letter-spacing: 2px;
        color: #fff;
    }
    .cards .card1 h2{
        font-size: 30px;
        color: #fff;
    }
    #service-section h1{
        color: #fff;
        font-size: 25px;
        margin-bottom: 10px;
        position: relative;
    }
    .cards .card3 p{
        font-size: 20px;
        margin-top: -10px;
        margin-left: -5px;
        align-items: center;
        width: 300px;
    }
    .cards .card3 h4{
        font-size: 18px;
        margin-left: 25px;
    }

    /* card4 */
    .cards .card4{
        height: 280px;
        width: 410px;
        margin: 20px 0;
    }
    .cards .card4 img{
        height: 90px;
        width: 90px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .cards .card4 h3{
        font-size: 35px;
        letter-spacing: 2px;
        color: #fff;
    }
    .cards .card1 h2{
        font-size: 30px;
        color: #fff;
    }
    #service-section h1{
        color: #fff;
        font-size: 25px;
        margin-bottom: 10px;
        position: relative;
    }
    .cards .card4 p{
        font-size: 20px;
        margin-top: -10px;
        margin-left: -20px;
        align-items: center;
        width: 300px;
    }
    .cards .card4 h6{
        font-size: 18px;
        margin-left: -10px;
    }
}

@media(min-width:2560px){
    #service-section{
        min-height: 1600px;
        width: 100%;
        background-image: url(../img/contacts_bg2.png);
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .cards{
        grid-template-columns: repeat(3, 1fr);
        margin-top: 150px;
    }
    /* card1 */
    .cards .card1{
        height: 500px;
        width: 600px;
        margin: 20px 0;
    }
    .cards .card1 img{
        height: 150px;
        width: 150px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .cards .card1 i{
        font-size: 30px;
        color: var(--primery-color);
        margin-top: 10px;
        margin-right: 8px;
    }
    .cards .card1 h3{
        font-size: 50px;
        letter-spacing: 2px;
        color: #fff;
    }
    .cards .card1 h2{
        font-size: 40px;
        letter-spacing: 2px;
        color: #fff;
    }
    #service-section h1{
        color: #fff;
        font-size: 25px;
        margin-bottom: 10px;
        position: relative;
    }
    .cards .card1 p{
        font-size: 40px;
        margin-top: -10px;
        margin-left: -20px;
        align-items: center;
        width: 300px;
    }
    .cards .card1 h4{
        font-size: 28px;
        margin-left: -30px;
    }

    /* card2 */
    .cards .card2{
        height: 500px;
        width: 600px;
        margin: 20px 0;
    }
    .cards .card2 img{
        height: 150px;
        width: 150px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .cards .card2 i{
        font-size: 30px;
        color: var(--primery-color);
        margin-top: 10px;
        margin-right: 8px;
    }
    .cards .card2 h3{
        font-size: 50px;
        letter-spacing: 2px;
        color: #fff;
    }
    .cards .card2 h2{
        font-size: 40px;
        letter-spacing: 2px;
        color: #fff;
    }
    #service-section h1{
        color: #fff;
        font-size: 25px;
        margin-bottom: 10px;
        position: relative;
    }
    .cards .card2 p{
        font-size: 40px;
        margin-top: -10px;
        margin-left: -20px;
        align-items: center;
        width: 300px;
    }
    .cards .card2 h4{
        font-size: 28px;
        margin-left: -20px;
    }

    /* card3 */
    .cards .card3{
        height: 500px;
        width: 600px;
        margin: 20px 0;
    }
    .cards .card3 img{
        height: 150px;
        width: 150px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .cards .card3 i{
        font-size: 30px;
        color: var(--primery-color);
        margin-top: 10px;
        margin-right: 8px;
    }
    .cards .card3 h3{
        font-size: 30px;
        letter-spacing: 2px;
        color: #fff;
    }

    .cards .card3 h2{
        font-size: 40px;
        letter-spacing: 2px;
        color: #fff;
    }

    .cards .card3 p{
        font-size: 40px;
        margin-top: -10px;
        margin-left: -5px;
        align-items: center;
        width: 300px;
    }
    .cards .card3 h4{
        font-size: 28px;
        margin-left: -10px;
    }

    /* card4 */
    .cards .card4{
        height: 500px;
        width: 600px;
        margin: 20px 0;
    }
    .cards .card4 img{
        height: 150px;
        width: 150px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .cards .card4 i{
        font-size: 30px;
        color: var(--primery-color);
        margin-top: 10px;
        margin-right: 8px;
    }
    .cards .card4 h3{
        font-size: 50px;
        letter-spacing: 2px;
        color: #fff;
    }
    .cards .card4 p{
        font-size: 40px;
        margin-top: -10px;
        margin-left: -30px;
        align-items: center;
        width: 300px;
    }
    .cards .card4 h6{
        font-size: 28px;
        margin-left: -40px;
    }
}






