﻿
h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
}
#why {
    background-image: url("../images/bg-pattern-dot.png");
    background-repeat:repeat; 
    padding-bottom:50px;
}
.subject {
    display: flex;
    padding-top:30px;
    padding-bottom:30px;
}
.line {
    border-radius: 3px;
    border-left: 10px solid #ff9900;
    padding: 0px 0px 0px 10px;
}
.ichoose {
    color: #ff9900;
}
.choose {
    color: #ff9900;
}
.box{
    border:1px solid #ccc;
    border-radius:3px;
    background-color:white;
    text-align:center;
    padding:30px 20px;
}
.str {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin: 20px 0px;
}
.str-matn {
    color: #666;
    font-size: 15px;
}


@media (min-width:2000px) and (max-width:3000px) {
    .str {
        font-size: 30px;
    }
    .str-matn {
        font-size: 23px;
    }
    .box {
        min-height: 385px;
    }
}
@media (min-width:1200px) and (max-width:1400px) {
    .box {
        min-height: 320px;
    }
}
@media (min-width:992px) and (max-width:1200px) {
    .box {
        min-height: 420px;
    }
} 
@media (min-width:768px) and (max-width:992px) {
    .subject {
        padding-top: 45px;
    }

    .box > p {
        font-size: 1.5vw;
    }

    #star {
        font-size: 3em;
    }

    .box {
        min-height: 420px;
    }
}
@media (min-width:576px) and (max-width:767px) {
    .subject {
        padding-top: 45px;
    }
    .str{
        min-height: 35px;
    }
    .box > p {
        font-size: 2vw;
    }
    #star {
        font-size: 3em;
    }
    .boxx{
        margin-bottom:20px;
    }
}
@media (max-width:575px) {
    .subject {
        padding-top: 45px;
    }
    .line{
        height:70px;
    }
    .box > p {
        font-size: 4vw;
    }
    .boxx{
        margin-bottom:20px;
    }
    .fa.fa-home {
       font-size:50px;
    }

    .fa.fa-heart {
        font-size: 50px;
    }

    #star {
        font-size: 50px;
    }
}