
@media (max-width: 1920px){
    main {
        background: url('../img/bg-desktop-en.jpg') no-repeat center center;
        background-size: 1920px;
    }

    .registrationForm{
        gap: 12px;
    }
}

@media (max-width: 1367px) {

    main {
        background: url('../img/bg-desktop-en.jpg') no-repeat center center ;
        background-size: 1700px;
    }
}

@media (max-width: 1200px) {

    main {
        background: url('../img/bg-desktop-en.jpg') no-repeat center center ;
        background-size: 1500px;
    }

    .container{
        max-width: 970px;
    }
}



@media (max-width: 1024px) {

    .slick-dotted.slick-slider
    {
        margin-bottom: 30px;
        height: 170px;
    }
    .slick-slider
    {
        position: relative;
        max-width: 330px;
        margin: 0 auto;
        padding: 10px;
        
        display: block;
        box-sizing: border-box;
    
    }

    main {
        background: url('../img/bg-tablet-en.jpg') no-repeat center -100px;
        background-size: 1024px;
        padding: 20px;
    }

    .container{
        max-width: 800px;
    }

    /* .content{
        width: 640px;
    } */

    .registrationForm{
        width: 300px;
    }

    input{
        width: 150px;
        height: 21px;
    }

    .comboBoxInput{
        width: 150px;
        height: 21px;
    }

    .btnCreate{
        font-size: 16px;
        margin-right: 0;
    }

    .consentText{
        text-align: center;
    }
    
    label{
        font-size: 11px;
        width: 91px;
    }

    .whiteText{
        font-size: 26px;
    }

    .yellowText{
        font-size: 31px;
    }

    .imageOverlayText {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        color: white;
        text-align: start;
        padding: 10px 5px;
        font-size: 12px;
        font-weight: bold;
    }

    /* .bannerImage{
        max-width: 260px;
        height: 140px;
    } */
}

@media (max-width: 768px) {

    .slick-dotted.slick-slider {
        margin-bottom: 30px;
        height: 120px;
        width: 300px;
    }

    .slick-slider
    {
        position: relative;
        max-width: 330px;
        margin: 0 auto;
        padding: 10px;
        
        display: block;
        box-sizing: border-box;
    }

    main {
        background: url('../img/bg-tablet-en.jpg') no-repeat center center;
        background-size: 790px;
        padding: 15px;
    }

    .container{
        width: 100%;
    }

    .content{
        width: 90%;
    }

    .leftColumn{
        width: 250px;
    }

    .registrationForm{
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: rgba(12, 16, 17, 0.7);
        padding: 10px 10px;
        border: 1px solid white;
        width: 250px;
        gap: 5px;
        margin-top: 20px;
    }

    .imageOverlayText {
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 100%;
        color: white;
        text-align: start;
        padding: 6px 3px;
        font-size: 10px;
        font-weight: bold;
    }
    
    .formInput{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .termsAndCondition{
        color: #ffe000;
        font-size: 14px;
        width: fit-content;
        text-decoration: underline;
    }
    
    input{
        width: 120px;
        height: 20px;
    }

    .comboBoxInput{
        width: 120px;
        height: 20px;
    }
    
    label{
        width: 85px;
        font-size: 10px;
    }

    .btnCreate{
        background-color: #ffe000;
        color: black;
        padding:5px 10px;
        font-size: 14px;
        font-weight: 700;
        width: fit-content;
    }

    .btnLearnMore{
        background-color: transparent;
        color: #ffe000;
        padding: 10px 0;
        border: 1px solid #ffe000;
        font-size: 23px;
        max-width: 200px;
        margin-top: 55px
    }
    
    h1{
        color: #ffe000;
        font-size: 40px;
        font-weight: 900;
        margin: 0;
    }
    
    h2{
        font-size: 30px;
        font-weight: 800;
        margin: 0;
    }
    
    .banner{
        width: 100%;
    }

    /* .bannerImage{
        max-width: 230px;
        height: 120px;
    } */

    .whiteText{
        font-size: 20px;
    }

    .yellowText{
        font-size: 26px;
    }
}


@media (max-width: 599px) {

    .slick-slide .slick-current .slick-active{
        width: 312px !important;
    }

    .tpl-lang-trigger {
        padding: 5px 5px 0px;
    }

    .slick-slider
    {
        position: relative;
        max-width: 330px;
        margin: 0 auto;
        padding: 10px;
        
        display: block;
        box-sizing: border-box;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 60px;
        height: 140px;
        padding: 0;
        text-align: center;
    }


    .slick-dots{
        justify-content: center;
    }

    .text1{
        display: flex;  
        text-align: center;
        align-items: center;
    }

    main {
        background: url('../img/bg-mobile-en.jpg') no-repeat center -40px;
        background-size: cover;
        padding: 20px;
    }

    body.in main{
        background: url('../img/bg-mobile-in.jpg') no-repeat center -40px;
    }

    

    .container {
        width: 100%;
        margin: 0 10px;
    }

    .content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 200px;
        width: 100%;
        max-width: 300px;
    }

    .bannerWrapper {
        flex-direction: column;
        align-items: center;
    }

    .banner {
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
        max-width: 300px;
    }

    .bannerImage {
        max-width: 100%;
        margin: 0 auto;
        height: auto;
    }

    .imageOverlayText {
        position: absolute;
        bottom: -5px;
        left: 20px;
        width: 100%;
        color: white;
        text-align: start;
        padding: 10px 5px;
        font-size: 14px;
        font-weight: bold;
    }

    .section-3{
        position: relative;
        left: 0;
        width: 85%;
    }

    .btnLearnMore {
        font-size: 20px;
        padding: 10px 20px;
        margin-left: 0;
        margin: 0 auto;
    }

    .btnCreate {
        font-size: 18px;
        padding:  5px 11px;
        margin-right: 0;
    }

    .leftColumn{
        width: 100%;
    }

    .registrationForm {
        width: 100%;
        padding: 15px;
    }

    .consentText{
        text-align: center;
    }

    input {
        width: 150px;
    }

    .comboBoxInput{
        width: 150px;
    }

    label {
        width: 82px;
        text-align: left;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
    }

    .text1 {
        flex-direction: column;
        gap: 5px;
    }

    .yellowText {
        font-size: 28px;
    }

    .whiteText {
        font-size: 20px;
    }
}


@media (max-width: 420px) {

    .tpl-lang-trigger {
        padding: 5px 5px 0px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 30px;
        height: 140px;
    }

    .slick-slider {
        position: relative;
        max-width: 300px;
        margin: 0 auto;
        padding: 0px;
        display: block;
        box-sizing: border-box;
    }

    /* .slick-slider
    {
    position: relative;
    max-width: 330px;
    margin: 0 auto;
    padding: 10px;
    
    display: block;
    box-sizing: border-box;
} */

    main {
        background: url('../img/bg-mobile-en.jpg') no-repeat center center;
        background-size: cover;
        padding: 20px;
    }

    .content{
        width: 100%;
    }

    .leftColumn{
        width: 100%;
    }

    .btnLearnMore{
        margin-top: 30px;
    }

    .registrationForm{
        background-color: transparent;
        width: 100%;
        margin: 0 auto;
    }

    .bannerImage{
        max-width: 100%;
        margin: 0 auto;
        height: auto;
    }

    input {
        width: 140px;
    }

    .comboBoxInput{
        width: 140px;
    }

    label {
        width: 82px;
        text-align: left;
    }

    .imageOverlayText{
        bottom: -5px;
    }
}
