* {
    padding: 0;
    margin: 0;
    text-decoration: none !important;
}

body {
    font-family: "Montserrat", sans-serif !important;
    // background: linear-gradient(200deg, rgb(72, 108, 218) 0%, rgb(28, 46, 82) 100%);
    background-color: #001a42;
    
}

header {
    padding: 2% 5%;

    .logo {
        width: 200px;
    }
}

.margin_bottom {
    margin-bottom: 5%;
}

.heading {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: inherit;
    letter-spacing: 1px;
}

.paragraph {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: center;
}

.btn {
    background-color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    color: #14213d;
    border-radius: 5px;
    letter-spacing: 0px;

    &:hover {
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
        color: #14213d;
        border: 0;
    }
}

.banner {
    margin:5%;
    padding: 0%;
    border-radius: 20px;

    h1 {
        font-size: 34px;
        font-weight: 700;
        color: #fff;
        line-height: inherit;
        letter-spacing: 0px;
    }
    p{
         font-size: 18px;
        font-weight: 400;
        color: #fff;
        line-height: inherit;
        letter-spacing: 0px;
        margin-bottom: 0px;
    }
    span{
            color: #ffe000;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: inherit;
    }
.white-card{
    width: 550px;
    border-radius: 10px;
    // display: flex;
    // align-items: center;
    padding: 10px 10px;
    gap: 10px;
        background-color: #fff;
    border: 1px solid #dddddd69;
    p{
        color: #333;
            font-size: 14px;
    font-weight: 600;
    }
}
.badges{
img{
    width: 100px;
}
}
    form {
        background-color: #e9ecef;
        border-radius: 20px;
        border: 1px solid rgb(255, 255, 255);
        padding: 20px;
        border-radius: 10px;
        width: 100%;
        box-shadow:
            0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }


    .form-group {
        margin-bottom: 20px;
        position: relative;
    }

    label {
        display: block;
        margin-bottom: 0.5rem;
        color: #4b5563;
        font-size: 0.875rem;
        font-weight: 500;
    }

    input {
        cursor: pointer;
        width: 100%;
        padding: 0.75rem 1rem;
        border: 2px solid #e5e7eb;
        border-radius: 8px;
        font-size: 1rem;
        transition: all 0.2s ease;
        background: #f9fafb;
        box-sizing: border-box;
    }

    input:focus {
        outline: none;
        border-color: #3b82f6;
        background: linear-gradient(90deg, #0971e756 0%, #0d7de649 35%);
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    }

    input.invalid {
        border-color: #ef4444;
        background: #fef2f2;
        animation: shake 0.5s cubic-bezier(.36, .07, .19, .97) both;
    }

    @keyframes shake {

        10%,
        90% {
            transform: translateX(-1px);
        }

        20%,
        80% {
            transform: translateX(2px);
        }

        30%,
        50%,
        70% {
            transform: translateX(-4px);
        }

        40%,
        60% {
            transform: translateX(4px);
        }
    }

    input.valid {
        // border-color: #10b981;
        animation: success 0.5s ease;
    }

    @keyframes success {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.02);
        }

        100% {
            transform: scale(1);
        }
    }

    .button {
        margin: auto;
        width: 40%;
        display: flex;
        justify-content: center;
        padding: 10px;
        background: linear-gradient(
357deg, #0d6efd 0%, #0d6efd99 35%);
        color: white;
        border: none;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .button:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
        .button:focus {
            transform: translateY(-1px);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }

    .button:active {
        transform: translateY(0);
        box-shadow: none;
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
}


.clientSection {
    @keyframes slides {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-100%);
        }
    }

    .logos {
        overflow: hidden;
        padding: 30px 0px;
        white-space: nowrap;
        position: relative;
    }

    .logos:before,
    .logos:after {
        position: absolute;
        top: 0;
        content: '';
        width: 250px;
        height: 100%;
        z-index: 2;
    }

    // .logos:before {
    //     left: 0;
    //     background: linear-gradient(to left, rgba(2, 12, 71, 0.979), rgb(255, 255, 255));
    // }

    // .logos:after {
    //     right: 0;
    //     background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(1, 19, 97));
    // }

    .logo_items {
        display: flex;
        gap: 45px;
        animation: 30s slides infinite linear;
    }

    .logos:hover .logo_items {
        animation-play-state: paused;
    }

    .logo_items img {
        width: 150px;
        // background-color: #fff;
        border-radius: 10px;
    }
}


.address-section {

    .card {
        background-color: rgba(233, 236, 239, 0.0705882353);
        border: 1px solid rgba(211, 211, 211, 0.137);
        border-radius: 10px;
        padding: 20px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        cursor: pointer;


        &:hover {
            transform: translateY(0px) scale(1.1);
            transition: 0.6s;
            box-shadow: 0px 0px 40px rgba(0, 0, 0, .2);
            position: relative;
            z-index: 9
        }

        h3 {
            line-height: inherit;
            margin-top: 20px;
            color: #fff;
            font-size: 20px;
            letter-spacing: 1px;
        }
    }

    h4{
        line-height: inherit;
            margin-top: 0px;
            color: #fff;
            font-weight: 600;
            font-size: 23px;
            letter-spacing: 0px;
    }
}


.table-card{
    background-color: #fdfdfd;
    padding: 2% 7%;
    border-radius: 10px;
    margin-bottom: 5px;

    span{
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    h3{
            color: #333;
            font-weight: 600;
            font-size: 20px;
            letter-spacing: 0px;
            margin-bottom: 20px;
            margin-top: 20px;
            &::before{
                    content: "";
                        display: inline-block;
                        border: 1px solid #198754;
                        height: 15px;
                        margin-right: 5px;
            }
    }
    h5{
        font-size: 16px;
        color: #333;
        font-weight: 600;
    }
    p{
            margin-bottom: 0px;
                margin-top: 10px;
                border: 1px solid #33333317;
                padding:8px 5px;
                border-radius: 5px;
                background-color: #33333305;
                font-size: 12px;
                letter-spacing: 0.6px;
                width: 350px;

                &:hover{
                    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
                }
    }
    .green{
        background-color: #0080000f;
    }
        .red {
            background-color: #dc354529;
        }
                 
}
.dis {
    color: #fff;
    font-size: 10px;
    text-align: left;
}
.cta-section {
    background-color: #fff;
    padding: 3% 0%;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    h2{
        line-height: inherit;
            margin-top: 0px;
            color: #4d4d4d;
            font-weight: 600;
            font-size: 23px;
            letter-spacing: 0px;
            text-align: center;
    }

.btn{
        background:linear-gradient(
357deg, #0d6efd 0%, #0d6efd99 35%);
    border: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 0px;
}
}

.key-section {
    padding: 0% 2%;
    border-radius: 10px;

    ul {
        list-style: none;
        padding-left: 0px;

        li {
            line-height: inherit;
            margin-top: 10px;
            color: #fff;
            font-size: 18px;
            letter-spacing: 0px;
        }
    }

    img {
        width: 80%;
    }
}

.card-slider {
    margin: 0% 20%;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);

    .slider-container {
        width: 100%;
        height: 400px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        background-color: rgba(233, 236, 239, 0.0705882353);
        border: 1px solid rgba(211, 211, 211, 0.137);
    }

    h2 {
        color: #fff;
        font-weight: 600;
        font-size: 26px;
        letter-spacing: 0px;
        line-height: inherit;
    }

    p {
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 0px;
        line-height: inherit;
    }

    img {
        border-radius: 15px;
    }

    .slide {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        justify-content: center;
        align-items: center;
        font-size: 2em;
        color: #333;
        padding: 20px;
        box-sizing: border-box;
        padding: 2% 10%;
    }

    .slide.active {
        opacity: 1;
    }

    .navigation {
        position: absolute;
        bottom: 15%;
        left: 13%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
        z-index: 10;
    }

    .nav-btn {
        padding: 5px 10px;
        background: #14213d;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background 0.3s;
    }

    .nav-btn:hover {
        background: #fff;
        border: #14213d;
        color: #14213d;
    }

}

.trusted-section {
    .card {
        padding: 10px 20px;
        position: relative;
        height: 250px;
        cursor: pointer;
        background-color: rgba(233, 236, 239, 0.0705882353);
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(211, 211, 211, 0.137);

        &:hover {
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }

        img {
            width: 60px;
            background-color: #f8f9f9;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
            border-radius: 10%;
            padding: 5px;
        }

        h3 {
            margin-top: 20px;
            line-height: inherit;
            color: #fff;
            font-size: 20px;
            font-weight: 500;
            letter-spacing: 0px;
        }

        p {
            line-height: inherit;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0px;
        }

    }
}


.sensAi-section {
    .card {
        padding: 15px;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        background-color: rgba(233, 236, 239, 0.0705882353);
        color: #fff;
        border: 1px solid rgba(211, 211, 211, 0.137);
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);

        &:hover {
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }

        h4 {
            line-height: inherit;
            color: #fff;
            font-size: 20px;
            font-weight: 500;
            letter-spacing: 0px;
        }

        p {
            line-height: inherit;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0px;
        }
    }

    img {
        border-radius: 10px;
    }
}

.safeguarding-section {
    padding: 20px;
    border-radius: 20px;
    background-color: rgba(233, 236, 239, 0.0705882353);
    border: 1px solid rgba(211, 211, 211, 0.137);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);

    h2 {
        line-height: inherit;
        color: #fff;
        font-size: 26px;
        letter-spacing: 0px;
    }

    p {
        line-height: inherit;
        color: #fff;
        font-size: 16px;
        letter-spacing: 0px;
        margin-bottom: 0px;
    }
}

.trust-section {
    background-color: rgba(233, 236, 239, 0.0705882353);
    color: #fff;
    border: 1px solid rgba(211, 211, 211, 0.137);

    padding: 5% 15%;

    h2 {
        line-height: inherit;
        color: #fff;
        font-size: 30px;
        letter-spacing: 0px;
        font-weight: 600;
    }

    p {
        line-height: inherit;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0px;
    }

    img {
        width: 700px;
    }
    .Demo {
            background: #fff;
            font-size: 16px;
            font-weight: 500;
            color: #14213d;
            border: 0;
            border-radius: 5px;
            letter-spacing: 0px;
            padding: 10px;
            text-align: center;
            width: 50%;
            height: 50px;
        }
}

.testmonials {
    img {
        border-radius: 20px;
    }

    h1 {
        font-size: 60px;
        text-align: center;
        color: #fff;
    }

    .content-slider {
        width: 100%;
        height: 360px;
        color: #fff;
    }

    .slider {
        height: 320px;
        width: 680px;
        margin: 40px auto 0;
        overflow: visible;
        position: relative;
    }

    .mask {
        overflow: hidden;
        height: 320px;
    }

    .slider ul {
        margin: 0;
        padding: 0;
        position: relative;
    }

    .slider li {
        width: 680px;
        height: 320px;
        position: absolute;
        top: -325px;
        list-style: none;

        img {
            width: 100px;
            background-color: #fff;
            padding: 10px;
        }
    }

    .slider .quote {
        font-size: 15px;
        font-style: italic;
        color: #fff;
        font-weight: 400;
    }

    .slider .source {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
    }

    .slider li.anim1 {
        animation: cycle 15s linear infinite;
    }

    .slider li.anim2 {
        animation: cycle2 15s linear infinite;
    }

    .slider li.anim3 {
        animation: cycle3 15s linear infinite;
    }

    .slider li.anim4 {
        animation: cycle4 15s linear infinite;
    }

    .slider li.anim5 {
        animation: cycle5 15s linear infinite;
    }

    .slider:hover li {
        animation-play-state: paused;
    }

    @keyframes cycle {
        0% {
            top: 0px;
        }

        4% {
            top: 0px;
        }

        16% {
            top: 0px;
            opacity: 1;
            z-index: 0;
        }

        20% {
            top: 325px;
            opacity: 0;
            z-index: 0;
        }

        21% {
            top: -325px;
            opacity: 0;
            z-index: -1;
        }

        50% {
            top: -325px;
            opacity: 0;
            z-index: -1;
        }

        92% {
            top: -325px;
            opacity: 0;
            z-index: 0;
        }

        96% {
            top: -325px;
            opacity: 0;
        }

        100% {
            top: 0px;
            opacity: 1;
        }
    }

    @keyframes cycle2 {
        0% {
            top: -325px;
            opacity: 0;
        }

        16% {
            top: -325px;
            opacity: 0;
        }

        20% {
            top: 0px;
            opacity: 1;
        }

        24% {
            top: 0px;
            opacity: 1;
        }

        36% {
            top: 0px;
            opacity: 1;
            z-index: 0;
        }

        40% {
            top: 325px;
            opacity: 0;
            z-index: 0;
        }

        41% {
            top: -325px;
            opacity: 0;
            z-index: -1;
        }

        100% {
            top: -325px;
            opacity: 0;
            z-index: -1;
        }
    }

    @keyframes cycle3 {
        0% {
            top: -325px;
            opacity: 0;
        }

        36% {
            top: -325px;
            opacity: 0;
        }

        40% {
            top: 0px;
            opacity: 1;
        }

        44% {
            top: 0px;
            opacity: 1;
        }

        56% {
            top: 0px;
            opacity: 1;
            z-index: 0;
        }

        60% {
            top: 325px;
            opacity: 0;
            z-index: 0;
        }

        61% {
            top: -325px;
            opacity: 0;
            z-index: -1;
        }

        100% {
            top: -325px;
            opacity: 0;
            z-index: -1;
        }
    }

    @keyframes cycle4 {
        0% {
            top: -325px;
            opacity: 0;
        }

        56% {
            top: -325px;
            opacity: 0;
        }

        60% {
            top: 0px;
            opacity: 1;
        }

        64% {
            top: 0px;
            opacity: 1;
        }

        76% {
            top: 0px;
            opacity: 1;
            z-index: 0;
        }

        80% {
            top: 325px;
            opacity: 0;
            z-index: 0;
        }

        81% {
            top: -325px;
            opacity: 0;
            z-index: -1;
        }

        100% {
            top: -325px;
            opacity: 0;
            z-index: -1;
        }
    }

    @keyframes cycle5 {
        0% {
            top: -325px;
            opacity: 0;
        }

        76% {
            top: -325px;
            opacity: 0;
        }

        80% {
            top: 0px;
            opacity: 1;
        }

        84% {
            top: 0px;
            opacity: 1;
        }

        96% {
            top: 0px;
            opacity: 1;
            z-index: 0;
        }

        100% {
            top: 325px;
            opacity: 0;
            z-index: 0;
        }
    }
}

// media queries here ----------------------

.step-section{
    padding: 0% 12%;
    .tab-wrapper {
            width: 100%;
        }
    
        .tabs {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
        }
    
        .tab {
            flex: 1;
            padding: 12px;
            color: #eee;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            position: relative;
            transition: all 0.3s ease;
            background-color: rgba(233, 236, 239, 0.0705882353);
            box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
        }
    
        .tab.active {
            color: #fff;
                background-color: rgba(233, 236, 239, 0.5);
                    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
                    border: 1px solid rgba(211, 211, 211, 0.137);
        }
    
        .tab-content {
            color: #fff;
            padding: 20px;
            border-radius: 6px;
            cursor: pointer;
            background-color: rgba(233, 236, 239, 0.0705882353);
            box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
            border: 1px solid rgba(211, 211, 211, 0.137);
        }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .btn {
        font-size: 12px;
    }

    header {
        padding: 12px 20px;

        .logo {
            width: 120px;
        }
    }

    .heading {
        font-size: 16px;
    }

    .paragraph {
        font-size: 12px;
    }

    .banner {
        margin: 0%;
        padding: 4% 2%;
        border-radius: 10px;

        h1 {
            font-size: 20px;
            font-weight: 600;
        }
        span{
            font-size: 22px;
        }
        .white-card{
            width: 100%;
            padding: 5px;
            p{
                font-size: 10px;
            }
        }


        p {
            font-size: 12px;
        }

        ul {
            padding: 0;

            li {
                letter-spacing: 0px;
                font-size: 10px;
                width: 150px;
                border-radius: 10px;
                padding: 5px;
                text-align: center;
            }
        }

        img {
            width: 200px;
            margin-bottom: 20px;
            display: none;
        }

        form {
            padding: 15px;
        }

        .form-group {
            margin-bottom: 15px;
        }

        .button {
            width: 45%;
            font-size: 12px;
            padding: 10px;
        }

        label {
            font-size: 12px;
        }

        input {
            padding: 6px;
            font-size: 12px;
        }
    }

    .clientSection {
        padding: 5% 0%;

        .logos:before,
        .logos:after {
            width: 50px;
        }

        .logo_items {
            img {
                width: 80px;
            }
        }
    }


    .address-section {
        padding: 0% 2%;

        h4 {
                font-size: 14px;
                letter-spacing: 0px;
            }

        .card {
            margin-top: 10px;
            color: #34495e;
            font-size: 12px;
            letter-spacing: 0px;
            padding: 10px;
            height: 180px;

            h3 {
                font-size: 12px;
                letter-spacing: 0px;
            }
        }
    }
    
    .table-card {
        padding: 2%;
        span{
            font-size: 10px;
        }
        h3{
                font-size: 14px;
                    letter-spacing: 0px;
                    margin-bottom: 5px;
                    margin-top: 5px;
        }
        p{
        width: 105px;
            margin-top: 5px;
            font-size: 9px;
            padding: 5px;
        }
        h5{
            font-size: 12px;
            line-height: inherit;
        }
    }

    .key-section {
        padding: 10px;

        h2 {
            font-size: 18px;
            font-weight: 500;
        }

        ul {
            li {
                font-size: 12px;
            }
        }

        img {
            width: 100%;
        }
    }

    .trusted-section {
        .card {
            padding: 10px;
            height: 280px;

            img {
                width: 40px;
                position: relative;
            }

            h3 {
                margin-top: 10px;
                font-size: 12px;
            }

            p {
                font-size: 12px;
            }
        }
    }

    .trust-section img {
        width: 100%;
    }

    .card-slider {
        margin: 3% 2%;

        h2 {
            font-weight: 500;
            font-size: 16px;
        }

        p {
            font-weight: 400;
            font-size: 14px;
        }

        .slide {
            padding: 15px;
        }

        .slider-container {
            height: 455px;
        }

        .navigation {
            bottom: 73%;
            left: 85%;
        }

        .nav-btn {
            padding: 0px 3px;
        }
    }

    .sensAi-section {
        .card {
            padding: 10px;

            h4 {
                font-size: 14px;
            }

            p {
                font-size: 12px;
            }
        }

        img {
            width: 100%;
        }
    }
    .safeguarding-section {
        padding: 15px;
        border-radius: 10px;
        text-align: center;

        h2 {
            font-size: 18px;
        }

        p {
            font-size: 12px;
        }

        img {
            width: 100%;
        }
    }

    .testmonials {
        padding: 3%;

        img {
            width: 200px;
        }

        .slider {
            width: 100%;

            li {
                width: 100%;
                text-align: center;
            }
        }

        .content-slider {
            height: 380px;
        }

        .slider{
            ul {
                    li {
                        img {
                            width: 80px;
                            display: flex;
                            justify-content: center;
                            text-align: center;
                            margin: auto;
                        }
                    }
                }
        }

        .mask {
            height: 400px;
        }

        .slider {
            .quote {
                font-size: 14px;
                text-align: center;
            }

            .source {
                font-size: 12px;
            }
        }
    }

    .trust-section {
        padding: 8%;

        h2 {
            font-size: 20px;
            text-align: center;
        }

        p {
            font-size: 14px;
            text-align: center;
        }

        img {
            width: 300px;
            display: none;
        }

        .Demo{
                    font-size: 12px;
                        padding: 5px;
                        text-align: center;
                        margin: auto;
                        display: flex;
                        width: 40%;
                        height: 30px;
                        justify-content: center;
        }

    }
    .dis{
        font-size: 9px;
    }
    .table-responsive{
        table{
            font-size: 10px;
        }
    }
    .cta-section{
        h2{
            font-size: 13px;
        }
        .btn{
            font-size: 12px;
        }
    }
}


// ipad air code css here-----------------
@media only screen and (device-width:1440px) {}

/*125% screen Small Laptops*/
@media screen and (min-resolution: 120dpi) and (min-width: 1440px) {

    .banner {
        padding: 3% 5%;
        margin: 1% 5%;
    }
}

// ipad air code css here-----------------
@media only screen and (device-width:820px) {
    .banner {
        margin: 2%;
        padding: 2%;

        h1 {
            font-size: 30px;
        }

        form {
            padding: 15px;
        }
    }


    .key-section img {
        width: 100%;
    }

    .trusted-section .card img {
        top: -10%;
    }

    .sensAi-section .card h4 {
        font-size: 14px;
    }

    .sensAi-section img {
        width: 100%;
    }

    .testmonials {
        img {
            width: 100%;
        }

        .slider {
            width: 100%;

            li {
                width: 100%;
            }
        }

    }

    .trust-section {
        padding: 4%;

        img {
            width: 100%;
        }
    }
}


@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {}