* {
    font-family: 'Nunito', sans-serif;
}

.container {
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
}

header {    
    background-image: url(img/windows-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;   
   width: 100%;
   min-height: 744px;
    margin-bottom: 40px;

    background-position: 50% 0;
}

body{
    margin: 0px!important;
}


.banner1 {
    height: 350px;
    background-image: url(img/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    padding-top: 35px;
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 35px;
    margin-bottom: 80px;
}

div.logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-kom-logo {
    width: 35%; 
}

.x-kom-logo:hover {
    opacity: 0.7;
}

.banner1 .header-content {
    display: flex;
    justify-content: space-between;
}

.packshot {
    display: flex;
    justify-content: center;
}

.packshot img {
    width: 60%;
}

.copy {
    margin-top: 30px;
}

.banner1 h1 {
    font-weight: 300;
    color: white;
    font-size: 35px!important;
}

.banner1 h1 span {
    font-weight: 600;
}

.title {
    background-color: #f7f7f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 15px;
}



.title img {
    width: 12%;
}

.content {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.product-img {
    background-color: #f7f7f7;
    border-radius: 15px;
    width: 50%;
}

.product-versions {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    width: 50%;
}

.tile {
    background-color: #f7f7f7;
    border-radius: 15px;
    width: 48%;
    text-align: center;
    padding-bottom: 15px;
}

.tile2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    border-radius: 15px;
    width: 100%;
    text-align: center;

}

.tile3 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #f7f7f7;
    border-radius: 15px;
    width: 100%;
    text-align: center;
    margin-right: 15px;
    

}

.tile3 ul {
    list-style-type: none;
    padding: unset !important;
   margin-top: 0%!important;
}

.tile2 ul {
    list-style-type: none;
    padding: unset !important;
}


.title2 li {
    padding: unset !important;
}

.tile ul {
    list-style-type: none;
    padding: unset !important;
}

.title li {
    margin-top: 15px !important;
    padding-left: unset !important;

}

.tile:nth-child(1), .tile:nth-child(2) {
    margin-bottom: 15px;
}

.tile:nth-child(1), .tile:nth-child(3) {
    margin-right: 15px;
}

.product2 {
    margin-top: 85px;
}

.disclaimer {
    max-width: 50%;
    margin-top: 15px;
}

.disclaimer p {
    font-size: 14px;
    color: #868686;
    padding-bottom: 50px !important;
}

.windowsbg {
    width: 100%;
    height: 250px;
    background-image: url('img/windows-bg.jpg');
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.windows-desc {
    text-align: center;
    margin-bottom: 85px;
}

.windows-desc p {
    font-size: 15px;
}

.btn {
    text-decoration: none;
    color: white;
    border: 1px solid #0082fa;
    background-color: #0082fa;
    padding: 8px 25px 8px 25px;
    border-radius: 50px;
}

.btn-white {
    text-decoration: none;
    color: black;
    border: 1px solid white;
    background-color: white;
    padding: 8px 25px 8px 25px;
    border-radius: 50px;
}


.btn-white:hover {
    background-color: transparent;
    color: white;
}


.btn:hover {
    background-color: transparent;
    color: #0082fa;
}

@media(max-width: 767px) {


    .tile3 {
        
        margin-right: 0px!important;
        
    
    }

    .logos {
        flex-direction: column;
    }

    .x-kom-logo{
        width: 120px;
        margin-bottom: 20px;
    }

    .windows-logo {
        width: 30%;
    }

    .title {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .title img {
        margin-top: 15px;
        width: 50%;
    }

    .product-img {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .product-img img {
        max-width: 70%;
    }

    .content {
        flex-direction: column;
        justify-content: center;
    }

    .product-versions {
        width: 100%;
        padding: unset;
    }

    .tile {
        width: 100%;
        margin-right: unset !important;
    }

    .tile:nth-child(1), .tile:nth-child(2), .tile:nth-child(3) {
        margin-bottom: 15px;
    }

    .tile2 {
        width: 100%;
        margin-right: 15px;
        padding-bottom: 15px;
        margin-right: unset !important;
    }

    .disclaimer {
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        max-width: 100% !important;
        padding-left: 25px;
        padding-right: 25px;
    }

    .windowsbg {
        background-size: cover;
    }

    .windows-desc p {
        font-size: 16px !important;
    }

    .banner1 {
        height: 550px !important;
    }

    .header {
        min-height: 550px !important;
    }


    .banner1 .header-content {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        
    }

    .banner1 h1 {
        font-size: 30px !important;
    }

    .packshot img{
        margin-top: 25px;
        width: 100% !important;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {

    .tile3 {
        
        margin-right: 0px!important;
        
    
    }

    .x-kom-logo{
        width: 140px;
    }

    .banner1 {
        height: 550px !important;
    }

    header {
        min-height: 550px !important;
    }

    .banner1 .header-content {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        
    }

    .banner1 h1 {
        font-size: 30px !important;
    }

    .packshot img{
        margin-top: 25px;
        width: 50% !important;
    }

    .title img {
        width: 30%;
    }

    .product-img {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .product-img img {
        max-width: 70%;
    }

    .content {
        flex-direction: column;
        justify-content: center;
    }

    .product-versions {
        width: 102%;
        padding: unset;
    }

    .tile {
        width: 48%;
    }

    .tile:nth-child(1), .tile:nth-child(3) {
        margin-right: 15px;
    }

    .tile:nth-child(1), .tile:nth-child(2) {
        margin-bottom: 15px;
    }

    .tile2 {
        width: 100%;
        margin-right: 15px;
        padding-bottom: 15px;
        margin-right: unset !important;
    }
    
    .disclaimer {
        text-align: center;
        max-width: 100% !important;
        padding-left: 25px;
        padding-right: 25px;
    }

    .disclaimer img {
        text-align: center;
        max-width: 40%;
    }
}

@media(max-width: 320px) {
    .windows-logo {
        width: 120px;
    }
}
