.background {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.mobile-content{
    position: relative; overflow: hidden;
    display: none;
}

.background3 {
    height: 85vh;
}
.background-blue{
    background-color: #3CA0F6;
}
.background-blue2{
    background-color: #BFDEF9;

}

.top-right-background{
    width: 18%;
    height: auto;
    position: absolute;
    top: 0;
    right: -8px;
    object-fit: cover;
    object-position: right top;

}

.bottom-right-background{
    width: 18%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: -8px;
    object-fit: cover;
    object-position: right bottom;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);

}

.bottom-left-background{
    width: 18%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: -8px;
    object-fit: cover;
    object-position: left bottom;
    -webkit-transform: scale(-1,-1);
    transform: scale(-1,-1);

}

.background-full{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    object-position: right top;

}

.background-caption{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -20px;
    right: 0;
    object-fit: cover;
    object-position: right bottom;
}

.background-caption-mobile{
    opacity: 0;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -20px;
    right: 0;
    object-fit: cover;
    object-position: right bottom;
}

.background-caption-right{
    width: 60%;
    height: auto;
    position: absolute;
    bottom: -20px;
    right: 0;
    object-fit: cover;
    object-position: right bottom;

}

.logo-left{
    width: 180px;
    height: auto;
    position: absolute;
    top: 50px;
    left: 50px;
    object-fit: cover;
    object-position: left top;

}

.logo-right{
    width: 180px;
    height: auto;
    position: absolute;
    top: 50px;
    right: 50px;
    object-fit: cover;
    object-position: right top;

}

.logo-top-center{
    width: auto;
    height: auto;
    position: absolute;
    top: 83px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: center top;
}

.thank-you{

    font-size: 80px;
    font-weight: 800;

    width: auto;
    height: auto;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: center top;
}

.email{

    font-size: 24px;
    font-weight: 800;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: center bottom;
}

.patent-container{
    padding: 24px;
    background-color: white;
    border-radius: 24px;
    margin-top: 24px;
}

.patent-container-desktop{
    font-size: 22px;
    line-height: 37px;

    padding: 24px;
    width: 74%;
    background-color: white;
    border-radius: 24px;
    margin-top: 24px;
    position: absolute;
    bottom: 50px;
    left: 42px;
    object-fit: cover;
    object-position: left bottom;
}

.mobile2{
    height: 120vh;
}
.mobile5{
    height: 140vh;
}

.cup-intro{
    width: 31%;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: center bottom;
}
.title-intro{
    margin: 0;
    font-size: 180px;
    font-weight: 900;

    width: auto;
    height: auto;
    position: absolute;
    bottom: 45%;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: center bottom;
}

.text-intro{
    text-align: center;
    font-size: 56px;
    font-weight: 600;
    line-height: 60px;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 18%;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: center bottom;
}

.pin-title-container{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 4px solid white;
    border-top-width: 0;

    background-color: #3CA0F6;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.pin-title-container-right{
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 52px;
    object-fit: cover;
    object-position: right top;
}

.pin-title-container-left{
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 52px;
    object-fit: cover;
    object-position: left top;
}

.pin-title{
    font-size: 34px;
    font-weight: 800;
    line-height: 39px;
    text-align: center;
}

p{
    margin: 0;
}

.text-blue{
    color: #187BD0;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
}

.title-blue{
    color: #187BD0;
    font-size: 50px;
    font-weight:800;
    line-height: 75px;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    color: white;
    font-family: "Raleway", sans-serif;
   
}

/* Laptop */
/* @media screen and (max-width: 1200px) {
    /* .mobile1{
        height: 566px;
    } */
/* } */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    
    .mobile-content{
        display: block;
    }

    .mobile1, .mobile2, .mobile3, .mobile6 {
        display: none;
    }
    

    .mobile1{
        height: 50vh;
    }
    .mobile4{
        height: 50vh;
    }
    .mobile5{
        height: 80vh;
    }

    

}

@media screen and (max-width: 994px) {


    .mobile-content{
        display: block;
    }

    .mobile1{
        height: 180vh;
        display: none;
    }

    .mobile2{
        height: 425vh;
        display: none;

    }

    .mobile3{
        height: 141vh;
        display: none;

    }

    .mobile4{
        height: 221vh;
    }
    .mobile4-container{
        margin-top: 20%!important;
    }

    .mobile5{
        height: 260vh;
    }
    .mobile6{
        height: 200vh;
        display: none;

    }

    .mobile7{
        height: 250vh;
    }

    .mobile7-container{
        padding-left: 24px!important;
        padding-right: 24px!important;
    }
    .title-blue{
        width: 100%;
    }

    .logo-left,.logo-right{
        top: 24px;
        width: 160px;
    }

    .slide-join-us{
        display: none;
    }
    .slide-join-us-mobile{
        display: block!important;
    }

    .patent-container{
        padding: 24px;
        background-color: white;
        border-radius: 24px;
        margin-top: 24px;
    }

    .patent-container-desktop{
        display: none;
    }
    
    .title-intro{
    
        font-size: 78px;
        font-weight: 900;
    
        width: auto;
        height: auto;
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
        object-fit: cover;
        object-position: center top;
    }

    .text-intro{
        text-align: center;
        font-size: 26px;
        font-weight: 600;
        line-height: 36px;
        width: auto;
        height: auto;
        position: absolute;
        top: 33%;
        left: 50%;
        transform: translateX(-50%);
        object-fit: cover;
        object-position: center top;
    
    }

    .cup-intro{
        width: 60%;
    }

    .pin-title-container-right{
        right: 16px;
    }
    .pin-title-container-left{
        left: 16px;
    }

    .pin-title-container{
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .pin-title{
        font-size: 14px;
        font-weight: 800;
        line-height: 20px;
    }
    .background-caption, .background-caption-right{
        opacity: 0;
    }
    .background-caption-mobile{
        opacity: 1;
    }

    .thank-you{
        top: 55%;
        font-size: 50px;
    }

    .top-right-background, .bottom-right-background,  .bottom-left-background{
        width: 33%;
    }

    .col-image-mobile7{
        padding-left: 0px!important;
        padding-right: 0px!important;
        padding-top: 20%!important;
    }
    .mobile1, .mobile2,.mobile3,.mobile6{
        background-color: #BFDEF9;
        backdrop-filter: blur(10px);
    }   
}

@media screen and (max-width: 576px) {
    .mobile0{
        height: 150vh;
    }
    .mobile1{
        height: 99vh;
    }
    .mobile2{
        height: 235vh;
    }

    .mobile3{
        height: 77vh;
    }

    .mobile4{
        height: 180vh;
    }

    .mobile5{
        height: 270vh;
    }

    .mobile6{
        height: 110vh;
    }
    .mobile7{
        height: 180vh;
    }

    .mobile7-container{
        padding-left: 24px!important;
        padding-right: 24px!important;
    }

    .cup-intro{
        width: 96%;
    }
    .text-intro{
        width: 70%;
    }
    .logo-left, .logo-right{
        top: 16px;
        width: 100px;
    }
    .logo-left{
        left: 16px;
    }
    .logo-right{
        right: 16px;
    }
    .big-logo{
        width: 280px;
    }
    .thank-you{
        font-size: 32px;
    }
}


@media screen and (max-width: 400px) {
   
    .mobile1{
        height: 86vh;
    }
    .mobile2{
        height: 205vh;
    }

    .mobile3{
        height: 66vh;
    }

    .mobile4{
        height: 180vh;
    }

    .mobile5{
        height: 300vh;
    }

    .mobile6{
        height: 93vh;
    }
    .mobile7{
        height: 180vh;
    }

}