/*!
Theme Name: bonanza
Theme URI: https://bonanza.com
Author: bonanza
Author URI: https://bonanza.com
Description: bonanza
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bonanza
*/



.policies__text h2{
  margin-bottom: 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}


h2.title{
    margin-bottom: 0;
}


@media (max-width: 560px) {
    .policies__text h2 {
        font-size: 18px;
        line-height: 22px;
        color: #181C1C;
    }

    header .container .menu a.contact-btn{
        margin: 0px;
        padding: 0px;
        background:unset
    }

}


.cycle__list-item_img img {
    max-width: 280px;
    margin-top: 0px;
    max-height: 280px;
}

.choose__item.--left img{
    max-width: 420px;
}


.vision .container{
    position: unset;
}


.hero{
    background: unset;
}

.vision{
    background: #004EA7;
    border-radius: 50px;
}

.vision__item-title,
.vision__item-caption p{
    color: white;
}

.vision__item{
    margin-left: 0 !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


.vision .container{
    display: grid;
        grid-template-columns: repeat(3, 1fr);
}

.touch{
    background: unset;
    height: unset;
    padding-top: 104px;
    padding-bottom: 20px;
}


.hero .container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.hero img{
    max-width: 100%;
}

.hero .content{
    margin-top: 0;
}

.hero{
    padding-top: 140px;
}



.cycle__list-item_caption img{
    width: 82px;
}


.vision__item-img img{
width: 150px;
}


.services__list-item_img img{
    width: 150px;
}


body{
    background: unset;
}


.hero img{
    max-width: 500px;
}


.hero .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-items: anchor-center;
}

.hero:after{
    background:linear-gradient(0deg, #FFFFFF 0%, #5995DB 100%)
}


.contact-btn{
    background: #E64A63;
}


h1 span{
    color: #181c1c;
}



.services .container .tabs .tab:hover, .services .container .tabs .tab.active{
    border-bottom: 1px solid #E64A63;
    color: #E64A63;
}


footer .container .menu__links a{
    color: #E64A63;
}


.invest{
    background: #4687CF;
    padding: 80px 0;
}

.invest h2,
.invest p,
.invest__item.--right p,
.invest__item.--right p span{
    color:white !important
}



section.about__title::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #FFFFFF 0%, #5995DB 100%);
    content: "";
    z-index: -1;
}


/* footer{
    background: black;
} */

/* .menu__links .menu-item::marker,
.service__links .menu-item::marker {
    color: white;
} */


.contacts__content-top .top__item{
    justify-content: start;
}


.sitemap__wrapper-list a{
    color:black
}


.cycle__list{
    gap:50px
}


.about__cards-list .about__cards-list_item:nth-child(2) img,
.about__cards-list .about__cards-list_item:nth-child(3) img{
    max-width: 250px;
}

.vision{
    margin-top: 104px;
}


.cycle__list-item:after{
    top: 118px;
    height: 343px;
}

.cycle__list .cycle__list-item:nth-child(2),
.cycle__list .cycle__list-item:nth-child(4){
padding-left: 120px;
}

@media (max-width: 768px) {
    .cycle__list-item {
        flex-direction: column !important;
        gap: 40px;
        padding: 0;
    }
}

@media(max-width:1000px){
    .hero .container,
    .vision .container{
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .hero img {
        max-width: 100%;
    }
    .hero{
        height: unset;
    }
    .vision__item-img {
        max-width: 120px;
    }
}

footer .menu-item{
    list-style-type: none;
}


@media (max-width: 768px) {
    .cycle__list-item_img {
min-width: unset;
justify-content: center;
    }

    .touch img{
        max-width: 80%;
    }

    .touch{
        padding-top: 70px;
    }


    .cycle__list-item:last-child:before{
        top: -4%;
        width: 199%;
        height: 100%;
    }

    .vision{
        margin-top: 0;
    }

    .cycle__list-item:nth-child(3):before{
        top: -5%;
        left: 18px;
        width: 189%;
    }
}




.sitemap__title::after ,
section.policies__title::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #FFFFFF 0%, #5995DB 100%);
    content: "";
    z-index: -1;
}


@media(max-width:768px){

header .container .menu{
    top: 80px;
    height: calc(100vh - 80px);
}

header .container .menu a{
    width: 100%;
    text-align: center;
    padding: 10px;
}
}