@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');

.home h1 {
    margin-top: 0;

}

section {
    padding: 5vw 0;
}
/* 
#banner-sec {
    background-color: #161E35;
    padding: 6vw 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 36.5vw;
}

#banner-sec > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 100%;
}

#banner-sec .banner-tri-cnt:nth-child(1) {
    width: 27.5%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
}

#banner-sec .banner-tri-cnt:nth-child(1) img:nth-child(1) {
    width: 60%;
    position: absolute;
    bottom: 10vw;
    left: 2.5vw;
    z-index: 0;
}

#banner-sec .banner-tri-cnt:nth-child(2) {
    width: 72.5%;
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
}

#banner-sec .banner-tri-cnt:nth-child(1) img {
    width: 90%;
    z-index: 1;
} */

#banner-sec {
    background-color: #161E35;
    padding: 10vw 0 0 0;
    height: 32.5vw;
}

#banner-cnt {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

#banner-cnt > div:first-child {
    width: 40%;
    padding-top: 2%;
}

#banner-cnt > div:first-child h1 {
    font-size: 2.5vw;
    line-height: 3.5vw;
}

#banner-cnt > div:last-child {
    position: relative;
    width: 55%;
}


#counter-cnt {
    position: relative;
    width: 86%;
    height: 20vw;
    border: 0.2vw #2AC6D1 solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #18224378;
    z-index: 2;
}

#counter-cnt > p {
    margin-bottom: 6%;
}

#countdown {
    color: white;
    font-size: 5vw;
    margin: 0;
    display: flex;
    flex-direction: row;
    position: relative;
}

#countdown h1 {
    margin: 0 0 10% 0;
    font-size: 5vw;
    letter-spacing: 0.6vw;
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#countdown p {
    margin: 0;
}

#countdown div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#countdown div:nth-child(3) p {
    margin-left: -21%;
}

#counter-txt-cnt {
    width: 86%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4%;
}

#counter-txt-cnt p {
    width: 80%;
}

#hand-cnt {
    position: absolute;
    width: 27.5%;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#hand-cnt img:nth-child(1) {
    width: 100%;
    z-index: 1;
}

#hand-cnt img:nth-child(2) {
    position: absolute;
    width: 35%;
    z-index: 3;
}

#banner-sec .banner-tri-cnt:nth-child(1) img {
    width: 90%;
    z-index: 1;
}

/* What is MUG Section  */
#about-mug-sec {
    background-color: white;
    padding-bottom: 12vw;
}

#about-mug-txt-cnt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

#about-mug-txt-cnt div {
    width: 30%;
}

#video-sec {
    padding: 0;
}

#video-cnt {
    top: -10vw;
    border-radius: 1vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#video-cnt iframe {
    border-radius: 1vw;
}

#partners-btn {
    position: absolute;
    bottom: -3%;
    background-color: #2ac6d1;
}

/* Built with purpose section  */
#built-main-cnt > p {
    width: 50%;
}

#built-cnt {
    display: flex;
}

#built-cnt > div:first-child {
    width: 70%;
    position: relative;
}

#built-cnt > div:first-child > div {
    position: relative;
    display: flex;
    padding: 2%;
    align-items: center;
    z-index: 1;
}

#built-cnt > div:first-child > div img {
    width: 7.5%;
    margin-right: 2%;
}

#built-cnt > div:nth-child(2) {
    width: 30%;
    display: flex;
    justify-content: end;
    align-items: end;
}

#built-cnt > div:nth-child(2) img {
    width: 80%;
}

#dot-timeline {
    position: absolute;
    border-right: 0.2vw dashed #0844bc;
    height: 60%;
    left: 35%;
    bottom: 0;
}

/* The platform section  */
#what-is-sec {
    overflow: hidden;
}

#what-is-cnt {
    display: flex;
    flex-direction: row;
}

#what-is-cnt h1 span {
    padding-right: 1vw;
    position: relative;
}

#what-is-cnt h1 {
    width: 85%;
}

#what-is-cnt h1 span > div {
    position: absolute;
    top: -1vw;
    right: -1vw;
    background-color: white;
    border: solid 0.3vw black;
    width: 1.5vw;
    height: 1.5vw;
}

#what-is-cnt > div:nth-child(1) {
    width: 55%;
    display: flex;
    flex-direction: column;
}

#what-is-cnt > div:nth-child(2) {
    width: 45%;
}


#what-is-cnt > div:nth-child(2) {
    position: relative;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

#micustomer-img {
    width: 120%;
    position: absolute;
    right: -45%;
}

#what-is-grid-cnt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
    align-items: stretch;
    width: 97.5%;
    margin-left: 2.5%;
    margin-bottom: 3vw;
    margin-top: 2vw;
}

#what-is-grid-cnt > div {
    position: relative;
    padding: 5%;
    background-color: #EFEFEF;
    border-radius: 0.5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 7vw;
}

#what-is-grid-cnt > div > img {
    width: 2vw;
    position: absolute;
    top: -1vw;
    left: -1vw;
}

#what-is-grid-cnt > div p {
    margin: 0;
    font-size: 0.9vw;
}

/* Slider Section */
#slider-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

#slider-cnt h1 {
    text-align: center;
}

#slider-cnt > h3 {
    margin-bottom: 50px;
}

.highway-slider {
    margin: 2vw 0 6vw 0;
}

.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}
  
.slides {
    display: flex;
    width: calc(200%);
    animation: scroll 40s linear infinite;
    margin-bottom: 50px;
}
  
.slides-rev {
    display: flex;
    width: calc(200%);
    animation: scrollRev 45s linear infinite;
    justify-content: end;
}

.slide {
    min-width: calc(12.5% - 2%);
    margin: 0 1%;
    height: 13vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: #25c9de7b solid 1px;
}

.slide.rev {
    min-width: calc(11.1111% - 2%);
}

.slide > img {
    width: 70%;
}

.slide-2 {
    border: #25c9de7a solid 1px;
    min-width: calc(25% - 2%);
    margin: 0 1%;
    height: 13vw;
    display: flex;
    flex-direction: row;
}

.slide-2.rev {
    min-width: calc(22.2222% - 2%);
}

.slide-2 > div:first-child {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide-2 > div:first-child > img {
    width: 80%;
}

.slide-2 > div:last-child {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10%;
}

.slide-2 > div:last-child > p {
    margin: 0;
}

.slide-2 > div:last-child > p:last-child {
    font-size: 1.3vw;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes scrollRev {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}


/* Theme Section  */
#theme-cnt {
    display: flex;
    justify-content: space-between;
}

#theme-cnt > div:first-child {
    width: 60%;
}

#theme-cnt > div:first-child div {
    margin: 2vw 0;
}

#theme-cnt > div:first-child p {
    margin: 0;
}

#theme-cnt > div:last-child {
    width: 35%;
    display: flex;
    align-items: center;
}

#theme-cnt > div:last-child img {
    width: 100%;
}

/* Chariman section  */


#chairman-title-cnt {
    padding-bottom: 0;
}

#chairman-card {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 3vw;
    background-color: #161E35;
    position: relative;
    color: white;
    z-index: 2;
    border: solid white 0.2vw;
    box-sizing: border-box;
}

#chairman-card > div:nth-child(1) {
    width: 60%;
}

#chairman-card > div:nth-child(1) h2 {
    font-size: 2vw;
    margin: 0;
}

#chairman-card > div:nth-child(1) h3 {
    font-size: 1.5vw;
    font-weight: normal;
    margin: 0;
}

#chairman-quote {
    margin: 2.5vw 0;
}

#chairman-card > div:nth-child(1) .cyan {
    margin: 0;
}

#hand-img {
    width: 26%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 9%;
}


/* CTA Section  */
#cta-cnt {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

#cta-cnt h2 {
    padding: 0.75vw 1vw;
    position: relative;
}

#cta-cnt p {
    width: 70%;
    font-size: 1.5vw;
}

#cta-cnt > button {
    margin-top: 3vw;
}

.title-cube {
    position: absolute;
    border: solid black 0.2vw;
    background-color: white;
    width: 1vw;
    height: 1vw;
    left: -0.75vw;
    top: -0.75vw;
}


.square {
    width: 1vw;
    height: 1vw;
    border: solid 0.2vw;
    position: absolute;
}

.square-tr {
    top: -0.8vw;
    right: -0.8vw;
}

.square-tl {
    top: -0.8vw;
    left: -0.8vw;
}

.square-br {
    bottom: -0.8vw;
    right: -0.8vw;
}

.square-bl {
    bottom: -0.8vw;
    left: -0.8vw;
}

@media (max-width:767px) {
    section {
        padding: 40px 0;
    }

    #banner-sec {
        padding: 25vw 0 40px 0;
        height: unset;
    }

    #banner-cnt {
        flex-direction: column;
        text-align: center;
    }

    #banner-cnt > div:first-child, #banner-cnt > div:last-child {
        width: 100%;
        padding: 0;
    }

    #banner-cnt > div:first-child h1 {
        font-size: 28px;
        line-height: 28px;
    }

    #countdown h1 {
        font-size: 45px;
    }

    #hand-cnt {
        display: none;
    }

    #counter-cnt {
        height: unset;
        width: 100%;
        border: solid 2.5px #2AC6D1;
        padding: 5% 0 10% 0;
        margin-top: 4%;
    }

    #countdown p {
        font-size: 12px;
    }

    #counter-txt-cnt, #counter-txt-cnt p {
        width: 100%;
    }
    
    #about-mug-txt-cnt {
        flex-direction: column;
    }

    #about-mug-txt-cnt div {
        width: 100%;
        text-align: center;
    }    

    #what-is-cnt {
        flex-direction: column;
    }

    #what-is-cnt > div:nth-child(1) {
        width: 100%;
        align-items: center;
    }

    #what-is-cnt > div:nth-child(2) {
        width: 100%;
    }

    /* Built With Purpose Section */
    #built-main-cnt h1 {
        text-align: start;
    }
    #built-main-cnt > p {
        width: 100%;
    }

    #built-cnt {
        flex-direction: column;
    }

    #built-cnt > div:first-child {
        width: 100%;
    }

    #built-cnt > div:nth-child(2) {
        display: none;
    }

    #dot-timeline {
        left: 52%;
    }


    /* What is MiCustomer Section */
    #micustomer-img {
        position: relative;
        width: 100%;
        right: unset;
    }

    #what-is-grid-cnt > div p {
        font-size: 12px;
    }

    #what-is-grid-cnt > div {
        height: auto;
    }

    #what-is-cnt h1 {
        line-height: normal;
    }

    #what-is-cnt h1 span > div {
        bottom: -8.5px;
        right: -9.5px;
        top: unset;
        width: 15px;
        height: 15px;
        border: black 2.5px solid;
    }

    #what-is-grid-cnt > div > img {
        width: 20px;
        position: absolute;
        top: -10px;
        left: -10px;
    }

    #what-is-cnt > div:nth-child(1) > p {
        text-align: center;

    }

    #partners-btn {
        bottom: -18%;
    }

    #theme-cnt {
        flex-direction: column;
    }

    #theme-cnt > div:first-child {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    #theme-cnt > div:first-child, #theme-cnt > div:last-child {
        width: 100%;
    }

    #theme-cnt .round-btn {
        margin: 40px 0;
    }

    .slide-2 {
        height: 35vw;
    }

    .slide {
        height: 35vw;
    }

    .slide {
        min-width: calc(25% - 2%);
    }

    .slide-2 {
        min-width: calc(50% - 2%);
    }

    .slide.rev {
        min-width: calc(22.2222% - 2%);
    }

    .slide-2.rev {
        min-width: calc(44.4444% - 2%);
    }

    .slide-2 > div:last-child > p:last-child {
        font-size: 16px;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-200%);
        }
    }

    @keyframes scrollRev {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(200%);
        }
    }

    #theme-cnt > div:first-child div {
        margin: 16px 0;
    }

    
    #chairman-card {
        border: 2.5px solid white;
        padding: 6vw;
    }


    #hand-img {
        width: 34%;
    }

    #chairman-sec {
        padding: 40px 0;
    }

    #chairman-card > div:nth-child(1) {
        width: 100%;
    }

    #chairman-quote {
        margin: 24px 0;
    }

    #chairman-title-cnt h1 {
        text-align: start;
    }

    #chairman-card > div:nth-child(1) h2 {
        font-size: 20px;
    }

    #chairman-card > div:nth-child(1) h3 {
        font-size: 18px;
    }

    #chairman-card > div:nth-child(1) .cyan {
        width: 55%;
    }

    
    .square {
        width: 15px;
        height: 15px;
        border: solid 2.5px;
    }

    .square-tr {
        top: -9.5px;
        right: -9.5px;
    }
    
    .square-tl {
        top: -9.5px;
        left: -9.5px;
    }
    
    .square-br {
        bottom: -9.5px;
        right: -9.5px;
    }
    
    .square-bl {
        bottom: -9.5px;
        left: -9.5px;
    }

    #cta-cnt p {
        font-size: 16px;
        width: 100%;
    }

    #cta-cnt h2 {
        margin-bottom: 16px;
    }

    .title-cube {
        width: 12px;
        height: 12px;
        left: -10px;
        top: -10px;
        border: solid black 2px;
    }

}