@media (orientation: portrait) {

    .carousel-hoz{
        display: none;
    }

    @media (min-width: 344px) {
        .ok-form {
            padding: 1rem;
        }
    }

    @media (min-width: 375px) {

        .ok-form-container{
            margin-top: -55px;
        }

        .ok-form {
            padding: 4.5rem;
            height: 565px;
        }

        .carousel-ver{
            width: 350px;
            max-width: 100%;
        }

        .social, .carousel-ver {
            margin-top: -75px;
        }


    }


    @media (min-width: 390px) {

        .wrapper header .logo img {
            margin-top: 10px;
            height: 85px;
        }

        .ok-form {
            padding: 2.5rem;
            height: 650px;
        }

        .ok-form #ok-bay-form {
            margin-top: 25px;
        }

        .ok-form .tag {
            position: absolute;
            bottom: 170px;
        }

        .ok-form .btn-gradient-2.submit {
            height: 65px;
        }

        .social, .carousel-ver {
            margin-top: -110px;
            z-index: 1;
        }

        .btn-floating img {
            height: 50px;
        }
    }

    @media (min-width: 540px) {
        .ok-form {
            padding: 5rem;
        }
    }

    @media (min-width: 768px) {
        .wrapper header .logo img {
            margin-top: 10px;
            height: 100px;
        }

        .ok-form-container {
            margin-top: 0;
        }

        .ok-form {
            height: 700px;
        }

        .ok-form #ok-bay-form {
            margin-top: 0;
        }

        .ok-form .tag {
            position: absolute;
            bottom: 120px;
        }

        .social {
            margin-top: -50px;
            z-index: 1;
        }

        .btn-floating img {
            height: 50px;
        }

    }

    @media (min-width: 820px) {
        .wrapper header .logo img {
            margin-top: 20px;
            height: 120px;
        }

        .ok-form {
            width: 600px;
            max-width: 700px;
            height: 900px;
            padding: 4.5rem;
            margin-top: -90px;
        }

        .ok-form #ok-bay-form {
            margin-top: -10px;
        }

        .ok-form .tag {
            position: absolute;
            bottom: 250px;
        }

        .ok-form .form-floating label {
            font-size: 1.5rem;
        }

        .ok-form .form-floating .form-control {
            height: 80px;
            font-size: 1.5rem;
        }

        .social {
            margin-top: -150px;
        }

        .btn-floating img {
        }

        .ok-form .btn-gradient-2.submit {
            height: 70px;
            width: 100%;
            align-self: center;
            max-width: 280px;
        }

    }
}

@media (orientation: landscape) {

    body{
        background-image: url('../images/bgwweb.png');
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 80px;
        height: auto;
        min-height: 100vh;
    }

    .carousel-ver{
        display: none;
    }

    @media (min-width: 0px) {
        .carousel-hoz{
            width: 150px;
        }

        .carousel-hoz.right{
            display: none;
        }

        .carousel-hoz .carousel-item {
            width: 150px;
            height: 300px; /* Set desired height */
        }

        .carousel-hoz .carousel-item img {
            object-fit: cover; /* Ensures image fits within the defined height */
            height: 100%; /* Matches the carousel-item height */
            width: 100% !important; /* Ensures full width */
        }


        .wrapper header .logo img {
            margin-top: 10px;
            height: 85px;
        }

        .ok-form-container{
            margin-top: -40px;
        }

        .ok-form {
            padding: 4.5rem;
            width: 465px;
            height: auto;
        }

        .ok-form #ok-bay-form {
            margin-top: 20px;
        }

        .ok-form .form-floating label {
            font-size: 1rem;
        }

        .ok-form .form-floating .form-control {
            height: 20px;
            font-size: 1rem;
        }

        .ok-form .tag {
            position: absolute;
            height: 60px;
            bottom: 100px;
        }

        .ok-form .btn-gradient-2.submit {
            height: 50px;
            width: 100%;
            align-self: center;
            max-width: 280px;
        }

        .social {
            margin-top: -20px;
            z-index: 1;
        }

        .btn-floating img {
            height: 30px;
        }
    }

    @media (min-width: 840px) {
        .carousel-hoz.right{
            display: block;
        }
    }

    @media (min-width: 1024px) {

        .carousel-hoz{
            width: 250px;
        }
        .carousel-hoz .carousel-item {
            width: 250px;
            height: 400px; /* Set desired height */
        }

        .wrapper header .logo img {
            margin-top: 10px;
            height: 100px;
        }

        .ok-form-container{
            margin-top: -20px;
        }

        .ok-form {
            padding: 4.5rem;
            width: 500px;
            height: 600px;
        }

        .ok-form #ok-bay-form {
            margin-top: 20px;
        }

        .ok-form .form-floating label {
            font-size: 1.2rem;
        }

        .ok-form .form-floating .form-control {
            height: 65px;
            font-size: 1.2rem;
        }

        .ok-form .tag {
            bottom: 120px;
            right: 60px;
        }

        .ok-form .btn-gradient-2.submit {
            height: 60px;
            width: 100%;
            align-self: center;
            max-width: 280px;
        }

        .social {
            margin-top: -40px;
            z-index: 1;
        }

        .btn-floating img {
            height: 40px;
        }
    }

    @media (min-width: 1320px) {

        .carousel-hoz{
            width: 350px;
        }
        .carousel-hoz .carousel-item {
            width: 350px;
            height: 600px; /* Set desired height */
        }

        .wrapper header .logo img {
            margin-top: 10px;
            height: 120px;
        }

        .ok-form-container{
            margin-top: -90px;
        }

        .ok-form {
            padding: 5.5rem;
            width: 700px;
            height: 800px;
        }

        .ok-form #ok-bay-form {
            margin-top: 0;
        }

        .ok-form .form-floating label {
            font-size: 1.2rem;
        }

        .ok-form .form-floating .form-control {
            height: 70px;
            font-size: 1.2rem;
        }

        .ok-form .tag {
            bottom: 220px;
            right: 100px;
        }

        .ok-form .btn-gradient-2.submit {
            height: 60px;
            width: 100%;
            align-self: center;
            max-width: 280px;
        }

        .social {
            margin-top: -130px;
            z-index: 1;
        }

        .btn-floating img {
            height: 50px;
        }
    }
}
