body{
    font-family: "Roboto", helvetica, arial, sans-serif;
    position: relative;
}

:root{
    --black-color :#22282e;
    --green-color:#17a35f;
    --light-green-color:#3ac398;
    --white-color:#fff;
}

*{
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%; 
    height: auto;
}
h1,h2,h3,h4,h5,h6{
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

p,li,a,button,span{
    line-height: 1.6;
    font-size: 16px;
}
a{
    outline: none;
    text-decoration: none !important;
}

/*--------Header--------*/
header{
    background-color: #000;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
}
header ul{
    padding: 0;
    margin: 0;
    display: flex;
    column-gap: 30px;
    list-style: none;
}
header ul li a{
    color: var(--white-color);
}
header ul li a:hover{
    color:#4982ec;
}
/*-------Slider----*/
.slider{
    background-image: url('../images/slider-bg.svg');
    background-size: cover;
    color: var(--white-color);
    padding: 30px 0;
}
.slider p.grey{
    color:#73777b;
    margin-bottom: 36px;
}
.slider p.grey a{
    color:#73777b;
    text-decoration: underline !important;
}
.slider p.up{
    font-weight: 500;
    color: #cacccd;
}
.slider h1{
    font-weight: 700;
    margin-bottom: 20px;
}
.slider p.main{
    font-weight: 500;
}
.slider .parent{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff3;
    padding: 24px 32px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-top: 50px;
}
.slider .parent .logo img{
    height: 40px;
    margin: 0 auto;
}
.slider .parent .score{
    text-align: center;
}
.slider .parent .score p{
    color: #cacccd;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
}
.slider .parent .score h3{
    font-size: 24px;
    font-weight: 700;
}
.slider .parent a{
    background-color: #f31b4f;
    color: var(--white-color);
    padding: 18px 24px;
    font-weight: 700;
    font-size: 15px;
}
/*-------details-logo----*/
.details-logo{
    padding: 30px 0;
    margin-bottom: 50px;
}
.details-logo button{
    background-color: var(--green-color);
    color: var(--white-color);
    padding: 12px 24px;
    font-weight: 700;
    font-size: 15px;
    border: none;
}
.details-logo a{
    display: flex;
    padding: 24px 32px;
    border: 1px solid #cacccd;
    border-radius: 10px;
    column-gap: 30px;
    align-items: center;
    margin-bottom: 25px;
}
.details-logo a:hover button{
    background-color: #1ab96c;
}
.details-logo a > div:first-child{
    flex-basis: 10%;
}
.details-logo a > div{
    flex-basis: 35%;
}
.details-logo a > div:last-child{
    flex-basis: 20%; 
}
.details-logo a .logo img{
    height: 100px;
    max-width: 100px;
}
.details-logo a .heading h2{
    font-size: 30px;
    color: var(--black-color);
    font-weight: 700;
}
.details-logo a .heading p{
    color: var(--black-color);
    line-height: 22px;
}
.details-logo a .list ul{
    list-style-type: none
}
.details-logo a .list ul li{
    color: #818289;
    font-size: 14px;
    position: relative;
    margin-bottom: 5px;
}
.details-logo a .list ul li:before{
    content: "";
    position: absolute;
    background-image: url(../images/tick-green.svg);
    left: -27px;
    top: 6px;
    background-size: 16px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}
.details-logo a .buttons div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.details-logo a .buttons div span{
    color:#73777b;
    font-size: 12px;
}
.details-logo a .buttons div h4{
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    padding: 0 7px;
    color: var(--black-color);
}
.details-logo a .buttons button{
    width: 100%;
}
/*-------Question----*/
.question{
    margin-bottom: 80px
}
.question h3{
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 700;
}
.question p{
    line-height: 26px;
    font-size: 18px;
}

/*-------Footer----*/

footer{
    background: #000;
    padding: 80px 0 75px;
}
footer .logo{
    border-bottom: 2px solid #b2b8c0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
footer ul{
    list-style-type: none;
    padding: 0;
    display: flex
;
    column-gap: 20px;
}
footer ul li a{
    color:#b2b8c0;
    font-size: 12px;
    font-weight: 500;
}
footer .copy-rights p{
    color:#b2b8c0;
    font-size: 12px;
    text-align: end;
    font-weight: 700;
}

/*-----------offer--------*/
.offer{
    background-image: url(../images/slider-bg.svg);
    background-size: cover;
    display: inline-block;
    width: 100%;
    padding: 40px 0;
    position: fixed;
    bottom: 0;
    display: none;
}
.offer .logo img{
    height: 40px;
    margin: 0 auto;
}
.offer .content h3{
    color: var(--white-color);
    font-size: 24px;
}
.offer .parent{
    display: flex;
    column-gap: 30px;
}
.offer .buttons{
    text-align: end;
}
.offer .buttons button{
    background-color: var(--light-green-color);
    color: var(--white-color);
    padding: 13px 50px;
    font-weight: 700;
    font-size: 15px;
    border: none;
}

.offer:hover button{
    background-color: var(--green-color);
}
/*--------tab--------*/
@media only screen and (max-width: 992px) {
    .slider p.main{
        margin-bottom: 30px;
    }
    .slider .parent{
        flex-wrap: wrap;
    }
    .slider .parent .logo{
        flex-basis: 70%;
    }
    .slider .parent > div:nth-child(2){
        flex-basis: 30%;
    }
    .slider .parent .score{
        flex-basis: 50%;
    }
    .slider .parent .buttons{
        flex-basis: 100%;
    }
    .slider .parent a{
        width: 100%;
        margin-top: 50px;
        display: inline-block;
        text-align: center;
    }
    .details-logo a{
        flex-wrap: wrap;
    }
    .details-logo a > div{
        flex-basis: 100%;
    }
    .details-logo a > div:first-child{
        margin-bottom: 15px;
    }
    .details-logo a .heading h2{
        font-size: 26px;
    }
    .details-logo a > div:last-child{
        flex-basis: 100% !important;
    }
    .offer{
        padding: 15px 0;
    }
    .offer .logo{
        display: none;
    }
    .offer .content h3{
        font-size: 17px;
    }
    .offer .buttons button{
        padding: 4px 30px;
        font-size: 14px;
    }
    footer{
        padding: 40px 0 50px;
    }
    footer ul{
        justify-content: center;
    }
    footer .copy-rights p{
        text-align: center;
    }
    header .logo{
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 2px solid #fff;
    }
}


@media only screen and (max-width: 576px) {
    .offer {
        padding:0;
    }
}