body {
    font-family: "Montserrat", sans-serif;
    color: #000000;
}
p{
    font-size: 18px;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}
.text-gry{
     color: #666;
}
.text-dark{
    color: #000;
}
.font-bold{
    font-weight: bold;
}
.font-14{
    font-size: 14px;
}






.footer{
    background: #000000;
}
.copy{
    background: #f6f6f6;
}
.marketing{
    background: #f6f6f6;
    padding: 100px 0px;
}
.text-purple{
    color: #c814d5;
}
.market-box{
    height: 372px;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
}
.market2-box{
    height: 330px;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
}
.market2-box a{
    background: #000;
    padding: 10px 25px;
    border-radius: 30px;
    display: inline-block;
}
.content-banner h1{
    font-size: 55px;
    margin-bottom: 30px;
}
.content-banner h2{
    font-size: 35px;
    margin-bottom: 30px;
}
.content-banner h5{
    font-size: 23px;
    margin-bottom: 30px;
}








@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 769px) {
    .content-banner h1 {
        font-size: 30px;
    }
    .content-banner h2 {
        font-size: 18px;
    }
    .content-banner h5 {
        font-size: 16px;
    }
    .market2-box{
        height: fit-content;
    }
    .market-box{
        height: fit-content;
    }


}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}