* {
    font-family: 'Nunito', sans-serif !important;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 960px) {
    .aos-animate {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}


html {
    scroll-behavior: smooth;
}

body {
    /* background-image: url('img/background.jpg');
    background-color: #f1faff;
    background-size: contain;
    background-repeat: no-repeat; */

    background-image: url('img/background.jpg'), url('img/bg-bottom.jpg');
    background-color: #f1faff;
    background-position: top, bottom;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
}

/* HEADER SECTION */

.logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.x-kom-logo {
    max-width: 210px;
    margin-right: 50px;
    transition: all 0.2s !important;
}

.x-kom-logo:hover {
    opacity: 0.6;
    transition: all 0.2s !important;
}

.vendor-logo {
    max-width: 130px;
    margin-bottom: 5px;
}

.left-header h1 {
    font-size: 36px;
}

.right-header {
    flex-basis: auto;
}

.right-header img {
    max-width: 730px;
}

header {
    max-width: 1366px;
    padding: 50px 25px 0 25px;
    margin: 0 auto;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn {
    display: inline-block;
    text-decoration: none;
    border-radius: 100px;
    border: 1px solid black;
    background-color: black;
    color: white;
    padding: 12px 40px 12px 40px;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    transition: all 0.2s !important;
}

.btn:hover {
    background-color: transparent;
    color: black;
    transition: all 0.2s !important;
}

@media(min-width: 851px) and (max-width: 1280px){
    .logos {
        justify-content: center;
        align-items: center;
        margin-bottom: 35px;
    }

    header {
        text-align: center;
    }
    .header-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media(max-width: 850px) {

    .logos {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 35px;
    }

    .x-kom-logo {
        margin-right: unset;
    }
    
    .vendor-logo {
        max-width: 130px;
        margin-bottom: unset;
        margin-top: 30px;
    }

    .left-header h1 {
        font-size: 32px;
    }

    .header-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .right-header img {
        max-width: 100%;
        margin-top: 55px;
    }
    
    .copy {
        text-align: center;
    }

}

/* INFO SECTION */

.info-section {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 25px 0 25px;
    display: flex;
    justify-content: center;
}

.info-block {
    display: flex;
    align-items: center;
    max-width: 960px;
    max-height: 254px;
    border-radius: 30px;
    background-color: white;
    -webkit-box-shadow: 0px 15px 38px -12px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 15px 38px -12px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 15px 38px -12px rgba(0, 0, 0, 0.12);
    margin-top: 105px;
}

.left-block img {
    max-width: 425px;
    border-radius: 30px;
    margin-right: 42px;
}

.right-block {
    padding-right: 65px;
}

.right-block p {
    font-size: 20px;
}

.right-block hr {
    border: 5px solid #0082fa;
    border-radius: 50px;
    max-width: 96px;
    text-align: left;
    margin-left: 0;
}

@media(min-width: 801px) and (max-width: 1000px) {
    .info-block {
        max-height: 235px;
    }
    .left-block img {
        max-width: 360px;
    }

    .right-block {
        padding-right: 27px;
    }

    .right-block p {
        font-size: 18px;
    }
}

@media(max-width: 800px) {
    .info-section {
        align-items: center;
    }

    .info-block {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-height: unset;
        text-align: center;
        margin-top: 65px;
    }

    .left-block img {
        margin-right: unset;
        max-width: 325px;
    }

    .right-block {
        padding: 20px;
        padding-top: unset !important;
    }

    .right-block hr {
        text-align: auto !important;
        margin-left: auto !important; 
    }
}

/* PRODUCTS SECTION */

.products-section {
    max-width: 1366px;
    margin: 100px auto;
    margin-bottom: 200px !important;
    padding: 0 25px 0 25px;
}

.products-section h2 {
    text-align: center;
    font-size: 36px;
}

.products-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-right-tile {
    width: 745px;
    background-color: white;
    border-radius: 30px;
    -webkit-box-shadow: 0px 15px 38px -12px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 15px 38px -12px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 15px 38px -12px rgba(0, 0, 0, 0.12);

    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 50px 30px 50px;
    margin-top: 40px;
}

.product-right-tile:first-child {
    margin-top: 45px !important;
}

.product-right-tile .product-img {
    flex-basis: auto;
}

.product-right-tile .product-copy h3 {
    font-size: 34px;
    margin: unset !important;
}

.product-right-tile .product-copy hr {
    border: 5px solid #0082fa;
    border-radius: 50px;
    max-width: 96px;
    text-align: left;
    margin-left: 0;
}

.product-right-tile .product-copy p {
    font-size: 20px;
}

.btn-blue {
    display: inline-block;
    text-decoration: none;
    border-radius: 100px;
    border: 1px solid #0082fa;
    background-color: #0082fa;
    color: white;
    padding: 12px 40px 12px 40px;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.2s !important;
}

.btn-blue:hover {
    background-color: transparent;
    color: #0082fa;
    transition: all 0.2s !important;
}

.product-left-tile {
    width: 745px;
    background-color: white;
    border-radius: 30px;
    -webkit-box-shadow: 0px 15px 38px -12px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 15px 38px -12px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 15px 38px -12px rgba(0, 0, 0, 0.12);

    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 50px 30px 50px;
    margin-top: 40px;
}


.product-left-tile .product-img {
    flex-basis: auto;
}

.product-left-tile .product-copy {
    text-align: right;
}

.product-left-tile .product-copy h3 {
    font-size: 34px;
    margin: unset !important;
}

.product-left-tile .product-copy hr {
    border: 5px solid #0082fa;
    border-radius: 50px;
    max-width: 96px;
    text-align: right;
    margin-right: 0;
}

.product-left-tile .product-copy p {
    font-size: 20px;
}

@media(max-width: 850px) {
    .product-right-tile:first-child {
        margin-top: 25px !important;
    }
    

    .product-left-tile, .product-right-tile {
        width: unset;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center !important;
        padding: 30px 25px 30px 25px;
    }

    .product-left-tile .product-copy hr {
        text-align: auto !important;
        margin-right: auto !important;
    }

    .product-left-tile .product-copy {
        order: 1;
        margin-top: 25px;
    }

    .product-right-tile .product-copy hr {
        text-align: auto !important;
        margin-left: auto !important;
    }

    .product-right-tile .product-copy {
        margin-top: 25px;
    }

    .product-left-tile .product-copy {
        text-align: center;
    }

    .products-section {
        margin-bottom: 100px !important;
    }
    
}