@import url('../default/style.css');


/* home-sec0 */

.home-sec0 {
    margin: auto;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 0 1em;
    flex-direction: column;

}

.home-sec0>h1 {
    font-size: 2rem;
    margin-bottom: 0.5em;
}
.home-sec0>p {
    font-size: 1.2rem;
    margin-bottom: 1em;
    color: var(--text2-color);
}
.home-sec0 .gns-btn {
    font-size: 1.2rem;
}
/* Responsive */
@media (max-width:768px) {
    .home-sec0 {
        margin: auto;
        width: 80%;
        height: auto;
        padding: 2em 1em;
    }

    .home-sec0>h1 {
        font-size: 2.5rem;
    }
}
@media (max-width:480px) {
    .home-sec0>h1 {
        font-size: 2rem;
    }

    .home-sec0>p {
        font-size: 1rem;
    }

    .home-sec0 .gns-btn {
        font-size: 1rem;
    }
}
/* End home-sec0 */

/* home-sec1 */
.home-sec1 {
    width: 100%;
    background-color: var(--bg2-color);
    padding: 2em 1em;
    text-align: center;
}
.home-sec1 h2 {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1em;
}
.home-sec1 p {
    font-size: 1.2rem;
    color: var(--text2-color);
    margin-bottom: 5.8rem;
    text-align: center;
}
.home-sec1 .container {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 2em;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}
.home-sec1 .container .box {
    color: black;
    text-decoration: none;
    max-width: 400px;
    background-color: var(--bg1-color);
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}
.home-sec1 .container .box img {
    border-radius: 1rem 1rem 0 0 ;
    width: 100%;
    /* height: 100px; */
    margin-bottom: 1em;
}
.home-sec1 .container .box .content {
    padding: 0 1.3em;
    margin-bottom: 2rem;
}
.home-sec1 .container .box .content h3 {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 0.5em;
}
.home-sec1 .container .box .content ul{
    margin-bottom: 1em;
    list-style-type: disc;
    padding-left: 1.2em;
}
.home-sec1 .container .box .gns-btn {
    margin-bottom: 1.2rem;
}   
.home-sec1 .gns-btn {
    margin-bottom: 2rem;
    font-size: 1.2rem;

}

.home-sec1 .container .box:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
    box-shadow: 12px 12px 40px rgba(0, 0, 0, 0.1);
}
/* Responsive */
@media (max-width:768px) {
    .home-sec1 h2 {
        font-size: 1.5rem;
    }
    .home-sec1 p {
        font-size: 1rem;
    }
    .home-sec1 .gns-btn {
        font-size: 1rem;
    }
}   
@media (max-width:480px) {
    .home-sec1 {
        padding: 1em 0.5em;
    }
}
/* End Responsive */
/* End home-sec1 */
/* home-sec2 */
.home-sec2 {
    width: 100%;
    padding: 2em 1em;
    text-align: center;
}
.home-sec2 h2 {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1em;
}
.home-sec2 p {
    font-size: 1.2rem;
    color: var(--text2-color);
    margin-bottom: 1em;
    text-align: center;
}
.home-sec2 .container {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 2em;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}
.home-sec2 .container .box {
    color: black;
    text-decoration: none;
    width: 400px;
    background-color: var(--bg1-color);
    border-radius: 1rem;
    text-align: center;
    padding: 1em;
}
.home-sec2 .container .box .icon {
    font-size: 5rem;
    color: var(--primary-color);
}
.home-sec2 .container .box h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5em;
}
.home-sec2 .gns-btn {
    margin-bottom: 2rem;
    font-size: 1.2rem;
}   

.home-sec2 .container .box:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
    box-shadow: 12px 12px 40px rgba(0, 0, 0, 0.1);
}
/* Responsive */
@media (max-width:768px) {
    .home-sec2 h2 {
        font-size: 1.5rem;
    }
    .home-sec2 p {
        font-size: 1rem;
    }
    .home-sec2 .gns-btn {
        font-size: 1rem;
    }
}
@media (max-width:480px) {
    .home-sec2 {
        padding: 1em 0.5em;
    }
}
/* End Responsive */
/* end home-sec2 */
/* home-sec3 */
.home-sec3 {
    width: 100%;
    background-color: var(--bg2-color);
    padding: 2em 1em;
    text-align: center;
}
.home-sec3 h2 {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1em;
}
.home-sec3 p {
    font-size: 1.2rem;
    color: var(--text2-color);
    margin-bottom: 1em;
    text-align: center;
}
.home-sec3 .gns-btn {
    font-size: 1.2rem;
    margin-top: 1em;
}
.home-sec3 .container {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 2em;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}
.home-sec3 .container .box {
    color: black;
    text-decoration: none;
    width: 400px;
    padding: 20px;
    background-color: var(--bg1-color);
    border-radius: 1rem;
    text-align: center;
}
/* Responsive */
@media (max-width:768px) {
    .home-sec3 h2 {
        font-size: 1.5rem;
    }
    .home-sec3 p {
        font-size: 1rem;
    }
    .home-sec3 .gns-btn {
        font-size: 1rem;
    }
}
@media (max-width:480px) {
    .home-sec3 {
        padding: 1em 0.5em;
    }
}
/* End Responsive */
/* end home-sec3 */
/* home-sec4 */
.home-sec4 {
    width: 100%;
    padding: 2em 1em;
    /* text-align: center; */
}

.home-sec4 .container {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2em;
    /* flex-wrap: wrap; */
    margin-bottom: 4rem;
}
.home-sec4 .container .content{
    width: 50%;
}
.home-sec4 .container .content h2 {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1em;
}
.home-sec4 .container .content p {
    font-size: 1.2rem;
    color: var(--text2-color);
    margin-bottom: 1em;
    text-align: justify;
}
.home-sec4 .container .content ul {
    margin-bottom: 1em;
    list-style-type: disc;
    padding-left: 1.2em;
}
.home-sec4 .container .content .gns-btn {
    font-size: 1.2rem;
    margin-top: 1em;
}

.home-sec4 .container .image{
    width: 50%;
    /* text-align: center; */
}
.home-sec4 .container .image img{
    width: 100%;
    border-radius: 1rem;
}


/* Responsive */
@media (max-width:768px) {
    .home-sec4 h2 {
        font-size: 1.5rem;
    }
    .home-sec4 p {
        font-size: 1rem;
    }
    .home-sec4 .gns-btn {
        font-size: 1rem;
    }
}
@media (max-width:480px) {
    .home-sec4 {
        padding: 1em 0.5em;
    }
}
/* End Responsive */
/* end home-sec4 */
/* home-sec5 */
.home-sec5 {
    width: 100%;
}
.home-sec5-about {
    width: 80%;
    margin: auto;
    display: flex;
    padding: 2em 1em;
    justify-content: space-around;
    gap: 2em;
}   
.home-sec5-about-text {
    flex: 1;
}
.home-sec5-about-text h2 {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 0.5em;
}
.home-sec5-about-text p {
    font-size: 1.2rem;
    color: var(--text2-color);
    text-align: justify;
    margin-bottom: 1em;
}
.home-sec5-about-text .gns-btn {
    margin-top: 1em;
    font-size: 1.2rem;
}
/* about image */
.home-sec5-about-img {
    flex: 1;
    text-align: center;
}
.home-sec5-about-img img {
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* end about */
/* Visiom */
.home-sec5-vision {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 2em 1em;
    gap: 2em;
}   
.home-sec5-vision-text {
    flex: 1;
}
.home-sec5-vision-text h2 {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 0.5em;
}
.home-sec5-vision-text p {
    font-size: 1.2rem;
    color: var(--text2-color);
    text-align: justify;
    margin-bottom: 1em;
}
.home-sec5-vision-text .gns-btn {
    margin-top: 1em;
    font-size: 1.2rem;
}
.home-sec5-vision-img {
    flex: 1;
    text-align: left;
}
.home-sec5-vision-img img {
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* end Visiom */
/* Responsive */
@media (max-width:1200px) {
    .home-sec5-about, .home-sec5-vision {
        flex-direction: column;
        text-align: center;
    }
    .home-sec5-vision {
        flex-direction: column-reverse;
    }
    .home-sec5-about-img, .home-sec5-vision-img {
        text-align: center;
    }
}
@media (max-width:768px) {
    .home-sec5-about, .home-sec5-vision {
        width: 90%;
        padding: 1em;
    }
    .home-sec5-about-text h2, .home-sec5-vision-text h2 {
        font-size: 1.5rem;
    }
    .home-sec5-about-text p, .home-sec5-vision-text p {
        font-size: 1rem;
    }
    .home-sec5-about-text .gns-btn, .home-sec5-vision-text .gns-btn {
        font-size: 1rem;
    }
}
@media (max-width:480px) {
    .home-sec5-about, .home-sec5-vision {
        width: 100%;
        padding: 0.5em;
    }
}
/* End Responsive */
/* End home-sec5 */

/* home-sec6 */
.home-sec6 {
    width: 100%;
    background-color: var(--bg2-color);
    padding: 2rem 0;
    text-align: center;
}
.home-sec6 h2 {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}
.home-sec6 p {
    font-size: 1.2rem;
    color: var(--text2-color);
    margin-bottom: 1rem;
    text-align: center;
    width: 80%;
    margin: auto;
}
.home-sec6 .gns-btn {
    font-size: 1.2rem;
    margin-top: 1em;
}
.home-sec6 .container {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 2em;
    overflow: hidden;
    margin-bottom: 4rem;
    scroll-behavior: smooth;
    /* overflow-x: scroll; */
    
}
@keyframes marquee {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
.home-sec6 .container .box {
    display: inline-block;
    animation: marquee 10s linear infinite;
}

.home-sec6 .container .box img {
    width: 400px;
    margin-bottom: 1em;
}
/* Responsive */
@media (max-width:768px) {
    .home-sec6 h2 {
        font-size: 1.5rem;
    }
    .home-sec6 p {
        font-size: 1rem;
    }
    .home-sec6 .gns-btn {
        font-size: 1rem;
    }
}
@media (max-width:480px) {
    .home-sec6 {
        padding: 1em 0.5em;
    }
}
/* end Responsive */
/* end home-sec6 */
/* home-sec7 */
.home-sec7 {
    margin: auto;
    width: 80%;
    padding: 2rem 0;
    text-align: center;
}
.home-sec7 h2 {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1em;
}
.home-sec7 p {
    font-size: 1.2rem;
    color: var(--text2-color);
    margin-bottom: 2rem;
    text-align: left;
}
.home-sec7 .gns-btn {
    font-size: 1.2rem;
    margin-top: 1em;
}
.home-sec7 .container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 2em;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}
.home-sec7 .container .box {
    color: black;
    background-color: aqua;
    text-decoration: none;
    width: 400px;
    padding: 20px;
    background-color: var(--bg2-color);
    border: 3px solid var(--primary-color);
    border-radius: 3rem 3rem 3rem 0;
    text-align: left;
}
.home-sec7 .container .box h3 {
    margin-bottom: 1.2rem;
    color: var(--primary-color);
}
.home-sec7 .container .box .stats {
    margin-bottom: 1em;
    color: var(--text2-color);
}

.home-sec7 .container .box .stats i {
    font-size: 1.6rem;
}

/* Responsive */
@media (max-width:768px) {
    .home-sec7 h2 {
        font-size: 1.5rem;
    }
    .home-sec7 p {
        font-size: 1rem;
    }
    .home-sec7 .gns-btn {
        font-size: 1rem;
    }
}
@media (max-width:480px) {
    .home-sec7 {
        padding: 1em 0.5em;
    }
}
/* end Responsive */
/* end home-sec7 */

/* home-sec8 */
.home-sec8 {    
    margin: auto;
    width: 80%;
    padding: 2em 1em;
    text-align: center;
}
.home-sec8 h2 {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1.2rem;
}
.home-sec8 p {
    font-size: 1.2rem;
    color: var(--text2-color);
    margin-bottom: 2rem;
    text-align: center;
}
.home-sec8 .gns-btn {
    font-size: 1.2rem;
    margin-top: 1em;
}
/* Responsive */
@media (max-width:768px) {
    .home-sec8 h2 {
        font-size: 1.5rem;
    }
    .home-sec8 p {
        font-size: 1rem;
    }
    .home-sec8 .gns-btn {
        font-size: 1rem;
    }
}
@media (max-width:480px) {
    .home-sec8 {
        padding: 1em 0.5em;
    }
}
/* end Responsive */
/* end home-sec8 */
