body{
    background: #f7f7f7;
}
.banner-con{
    background: url(../img/contact-bg.png) no-repeat;
    background-size: cover;
    min-height: 900px;
    display: flex;
    align-items: center;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
}
.banner-con .banner{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto 50px;
    color: #ffffff;
}
.banner-con .banner h1{
    font-size: 60px;
    font-weight: 900;
}
.banner-con .banner ul{
    list-style: none;
}
.banner-con .banner ul:nth-of-type(1){
    display: flex;
    gap: 2.5vw;
    font-size: 24px;
    font-style: italic;
    margin: 50px 0;
}
.banner-con .banner ul:nth-of-type(1) li{
    position: relative;
    padding-left: 20px;
}
.banner-con .banner ul:nth-of-type(1) li:before{
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 4.5px;
    background: #de1d1d;
    position: absolute;
    left: 0;
    top: 12px;
}
.banner-con .banner ul:nth-of-type(2){
    font-style: italic;
}
.banner-con .banner ul:nth-of-type(2) li:first-child{
    font-size: 24px;
    font-weight: 900;
  

 
}
.banner-con .banner ul:nth-of-type(2) li{
    position: relative;
    padding-left: 70px;
}
.banner-con .banner ul:nth-of-type(2) li:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
}
.banner-con .banner ul:nth-of-type(2) li:first-child:before{
   
    background: url(../img/address.png) no-repeat;
    background-size: contain;
    width: 45px;
    height: 42px;
  
}
.banner-con .banner ul:nth-of-type(2) li:not(:first-child){
    font-size: 36px;
    font-weight: 900;
}
.banner-con .banner ul:nth-of-type(2) li:nth-child(2){
    margin: 50px 0;
    /* padding-left: 70px; */
}
.banner-con .banner ul:nth-of-type(2) li:nth-child(2):before{
    content: "";
    background: url(../img/whatapp.png) no-repeat;
    background-size: contain;
    width: 41px;
    height: 38px;
    top: 10px;
}
.banner-con .banner ul:nth-of-type(2) li:nth-child(3):before{
    content: "";
    background: url(../img/em.png) no-repeat;
    background-size: contain;
    width: 45px;
    height: 34px;
    top: 10px;
}
.banner-con .banner ul:nth-of-type(2) li:nth-child(3) a{
    margin-left: 11.7vw;
    background: #de1d1d;
    padding: 10px 50px;
    border-radius: 50px;
}
.form-con{
    max-width: 1400px;
    margin: 0 auto;
    background: #ffffff;
    margin-top: -160px;
    padding: 3.5vw;
    border-radius: 30px;
    text-align: center;
}
.form-con h2{
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 10px;
}
.form-con form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.5vw;
    margin-top: 4vw;
}
.form-con form .input-group{
    width: calc((100% - 5vw) / 3);
    position: relative;
    border-bottom: 1px dashed #e4e4e4;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.form-con form .input-group input{
    border-radius: 0!important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.form-con form .textarea-group{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #e4e4e4;
}
.form-con form .textarea-group textarea{
    width: 100%;
    border: none;
    outline: none;
}
.form-con form button{
    border: none;
    outline: none;
    background: #de1d1d;
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    padding: 5px 5vw;
    border-radius: 50px;
    margin: 0 auto;
}
.display{
    max-width: 1400px;
    margin: 3.5vw auto;
}
.display ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.display ul li{
    width: calc((100% - 60px) / 4);
}
.display ul li .title-desc{
    padding: 20px;
}
.display ul li .title-desc h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.display ul li .title-desc p{
   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow:hidden;
    -webkit-box-orient: vertical;

}


@media (max-width:1400px){
    .banner-con{
        min-height: 800px;
    }
    .banner-con,.display{
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-con .banner h1,.form-con h2{
        font-size: clamp(32px,4.29vw,60px);
    }
    .banner-con .banner ul:nth-of-type(1),.banner-con .banner ul:nth-of-type(2) li:first-child{
        font-size: clamp(16px,1.72vw,24px);
    }
    .banner-con .banner ul:nth-of-type(2) li{
        padding-left: clamp(40px,5vw,70px);
    }
    .banner-con .banner ul:nth-of-type(2) li:not(:first-child){
        font-size: clamp(20px,2.58vw,36px);
    }
    .banner-con .banner ul:nth-of-type(2) li:nth-child(2),.banner-con .banner ul:nth-of-type(1){
        margin: clamp(20px , 3.58vw, 50px) 0;
    }
    .banner-con .banner ul:nth-of-type(2) li:first-child:before,.banner-con .banner ul:nth-of-type(2) li:nth-child(3):before{
        width: clamp(30px,3.22vw,45px);
    }
    .banner-con .banner ul:nth-of-type(2) li:nth-child(2):before{
        width: clamp(30px,2.93vw,41px);
    }
    
    .form-con form button{
         font-size: clamp(20px,2.15vw,30px);
    }
    .form-con{
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width:768px){
    .display ul{
        flex-wrap: wrap;
    }
    .display ul li{
        width: calc((100% - 20px) / 2);
    }
    .banner-con .banner ul:nth-of-type(2) li:nth-child(3){
        display: flex;
        
    }
    .form-con form .input-group{
        width: 100%;
    }
}

@media (max-width:580px){
    .banner-con .banner ul:nth-of-type(2) li:nth-child(3){
        flex-wrap: wrap;
        gap: 20px;
  
    }
    .banner-con .banner ul:nth-of-type(2) li:nth-child(3) a{
        margin-left: 0;
    }
   

}