.main-home-one{
    position: relative;
    padding: 150px 0px 60px;
    background-image: url(../images/main-slider.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.main-home-one::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(8, 44, 75);
    background: linear-gradient(90deg, rgba(8, 44, 75, 1) 0%, rgba(8, 44, 75, 1) 17%, rgba(8, 44, 75, 0.835171568627451) 32%, rgba(8, 44, 75, 0.6082808123249299) 60%, rgba(8, 44, 75, 0.44861694677871145) 78%, rgba(8, 44, 75, 0) 89%);
    content: "";
    z-index: -1;
}

.main-home__form {
    position: relative;
    max-width: 530px;
    width: 100%;
    padding: 49px 55px 60px;
    z-index: 5;
    background: rgba(var(--reroof-black-rgb), 0.8);
    border-radius: 20px;
    text-align:center;
} 
.main-home__form .title-box h2 {
    color: var(--reroof-white);
    font-size: 33px;
    line-height: 43px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.main-home__form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.main-home__form form .form-group input[type="text"], .main-home__form form .form-group input[type="email"], .main-home__form form .form-group input[type="tel"], .main-home__form form .form-group input[type="url"], .main-home__form form .form-group textarea,
.main-home__form form .form-group select{
    position: relative;
    display: block;
    color: var(--reroof-gray);
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    padding: 0px 25px 0px;
    width: 100%;
    height: 50px;
    background-color: var(--reroof-white);
    border-radius: 10px;
    outline: none;
    border: none;
    font-family: var(--reroof-font);
}

.main-slider-one__content .title-box h2 {
    color: var(--reroof-white);
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom:20px;
} 

.main-slider-one__content .text-box {
    position: relative;
    display: block; 
} 

.main-slider-one__content .text-box p {
    color: var(--reroof-white);
} 

.tophesub{
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
}
.abouxe{
    display: flex;
    align-items: center;
    gap: 10px;
}
.bordrtp{border-top:1px solid var(--reroof-base);padding-top:10px;}

.whone{
    display: flex;
    gap: 10px;
        margin-bottom: 15px;
}
.phonestl1{
    color: red;
    font-size: 25px;
    font-weight: 600;
    position: relative;
    top: 5px;
    left: 20px;
}
.phonestl1 i{transform: rotate(90deg);}
.phonestl2{
    color: red;
    font-size: 25px;
    font-weight: 600; 
    margin-top: 15px; 
    display:block;
}
.phonestl2 i{transform: rotate(90deg);}

.higt1{min-height:85px;}
.higt3{min-height:196px;}

.bnlogo{
    display: flex;
    gap: 20px; 
    border: 1px solid var(--reroof-base);
    padding: 30px 25px;
    border-radius: 30px;
    align-items: center;
}
.bnlogo .hedainbn h3{font-size:24px;} 
.hedainbn{
    width:33.33%;
}
.bnlogo .cwid{
    width:33.33%;
}
.bnlogo .cwid img{
    width:100%;
}
.vidtesxti{
        position: relative;
}
.svgsle{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.svgsle svg{
    width:71px;
    height:71px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3));
} 
.elementor-video {
    background-color: #000;
    border: none;
    display: flex;
    height: 262px;
    width: 100%;
}

.minhig_testim{min-height:308px;}
.minhig_testim2{min-height:170px;}

.float{
    position:fixed;
    width:55px;
    height:55px;
    bottom:25px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
    cursor: pointer;
}

.fonsert{
    margin-top: 12px;
    color: #fff;
    transform: rotate(90deg);
}

.offexez{
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
    color: red !important;
}