.main-header{
    background-image:  url("/static/images/cover.jpeg");
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-header-content{
    background-image: linear-gradient(180deg,#fff,#fff);
    position: relative;
    padding: 50px 45px 50px 50px;
    border-radius: 12px;
}
@media(max-width:500px){
    .main-header-content{
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 20px;
        text-align: center;
    }
   .main-header{
    height: 700px !important;
   }
}


.header-content{
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
    
}
.title-main{
    margin-bottom: 5px;
    color: #1d3240;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.text-span {
    color: #ff4c02;
}
.button-main{
    padding: 15px 25px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #1d3240;
    -webkit-transition-property: none;
    transition-property: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    border-radius: 5px;
    
}
.button-main-section:hover{
    
    -webkit-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    transform: translate(0,-5px);
    color: #fff !important;
}
.button-main-section{
   
    transition: transform .2s ease-in,box-shadow .2s ease-in,-webkit-transform .2s ease-in;

}
.button-main-section:hover .button-main{
    box-shadow: 0 16px 48px 0 rgb(255 13 0 / 20%) !important;
}
@media(max-width:500px){
    .button-main{
        padding: 15px 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    line-height: 24px;
    }
    .title-main{
        letter-spacing: 0;
    text-transform: uppercase;
    }
}
.main-icon1,.main-icon2{
    width: 80px;
}
@media(max-width:992px){
    .main-icon1,.main-icon2{
        width: 70px;
    }
    
}
@media(max-width:575px){
    .main-images{
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media(min-width:576px){
    .button-main-section{
        margin-bottom: 0 !important;
    }
}
.main-icons img{
    background: #fff;
    border: 1px solid #fcd49c;
    border-radius: 14px;
    background-color: #fff;
    color:     #ffdf00;
    transition: transform .2s ease-in,box-shadow .2s ease-in,-webkit-transform .2s ease-in;

}
.main-icons img:hover{
    -webkit-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    transform: translate(0,-5px);
    box-shadow: 0 16px 48px 0 rgb(255 13 0 / 20%) !important;
}
@media(max-width:576px){
    .main-icons img{
        height: 40px;
        object-fit: contain;
    }
}
@media (min-width: 576px) and (max-width: 992px){
.main-icons img {
    height: 64px;
    object-fit: contain;
}}
@media(min-width:992px){
    .main-icons img{
        object-fit: contain;
        height: 60px;
    }
}
@media(max-width:500px){
    .main-header-content{
        padding: 50px 10px !important;
    }
}
.contact-form{
    padding: 3rem 2.5rem;
    
    background-color: rgba(255,13,0,.07);
    color: #1d3240;
}
.modal-content{
    border: 1px solid #e23d34;
    border-radius: 8px;
}
.first-input input{
    border: 1px solid #1d3240;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #28352b;
    background-color: #fff;
}
input{
    outline: none;
}
.last-input input{
    
    
    border: 1px solid #1d3240;
    border-left-color: transparent;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
textarea{
    background-color: #fff;
    border: 1px solid #1d3240;
    border-radius: 8px;
    outline: none;
}
input:hover,textarea:hover{
    border-color: #ffdf00;
}
input:focus,textarea:focus{
    border-color: #e23d34;
    background-color: #fff;
}
form button{
    display: block;
    width: 100%;
    margin-bottom: 12px;
    background-color: #1d3240;
    font-weight: 700;
    outline: none;
    border: 2px solid #1d3240;
    border-radius: 10px;
    color: #fff;
    font-size: 17px;
}
@media(max-width:576px){
    .first-input input{
        border: 1px solid #e23d34;
        border-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        color: #28352b;
        background-color: #fff;
    }
    input{
        outline: none;
    }
    .last-input input{
        
        
        border: 1px solid #e23d34;
        border-left-color: #e23d34;
        border-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
}
.btn-close{
    position: absolute;
    right: 15px;
    top: 15px;
}