html,body{
    overflow-x: hidden!important;
}
body{
    font-family: 'Poppins', sans-serif!important;
    overflow-x: hidden!important;
}

:root{
    --bg-color:#EC3237;
    --heading-color:#333535;
    --feature-box:#231F20;
    --box-color:rgba(236, 50, 55, 0.1);;
}


h1{
color: var(--heading-color);
font-size: 64px;
font-weight: 700;
line-height: 96px;


}
h1 span,h2 span{
    color: var(--bg-color);
}
p ,ul{
    margin-bottom: 0!important;
}
h2{
font-style: normal;
font-weight: 700;
font-size: 54px;
line-height: 180%;
color: var(--heading-color);
}
h3{
    font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 30px;
color: var(--feature-box);
line-height: 45px;
margin:0px;
}
section,footer{
padding: 90px 0px;
position: relative;
}
.mt-22
{
    margin-top: 22px!important;
}
.mt-40{
    margin-top: 40px!important;
}
.mb-32{
    margin-bottom: 32px!important;
}
.pt-40{
    padding-top: 40px!important;
}
.pb-32{
    padding-bottom: 32px!important;
}
a{
    color: #000
}
a:hover{
    color: #fff;
}
p{
    color: #52525D;
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
}
.image-bottom img,.top-box1 img,.service img {
    border-radius: 30px;
}

.banner{
    background: url(../img/bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    position: relative;
}
.banner:before {
    content: '';
    background: rgb(255 255 255 / 73%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.vh-80 {
    min-height: calc(100vh - 100px);
}
.theme-btn {
    background: #000000;
    border-radius: 10px;
    color: #fff;
    padding: 14px 34px;
    font-size: 24px;
        font-weight: 700;
        line-height: 36px;
}

.active{
    font-weight: 700 !important;
    color: var(--bg-color) !important;
}
.slider-banner img {
    margin-bottom: -180px;
      animation: mymove 5s infinite;
      position: relative;

}
.slider-content > p {
    font-size: 24px;
    font-weight: 400;
    line-height: 180%;
}
.slider-content h1 {
    margin-bottom: 20px;
}
.btn-height{
        padding: 27px 38px;

}

.feature {
    background: var(--bg-color);
    border-radius: 20px;
    padding: 51px 16px 51px 95px;
    position: relative;
}
.icon-box {
    width: 120px;
    height: 120px;
    background: var(--feature-box);
    text-align: center;
    line-height: 120px;
    border-radius: 100px;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.feature > p {
    font-size: 40px;
    margin: 0px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-weight: 700;
    line-height: 54px;
}
.feature > p span{
    font-weight: 400;
}
.box-color{
    background: var(--feature-box)
}

.mb-72{
    margin-bottom: 72px;
}
.colorbox-icon{
    background: var(--bg-color);
}
.card-box {
    background: rgba(236, 50, 55, 0.1);
    border-radius: 20px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    margin: 0 auto 50px auto;
}
.w-fonts > p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    text-align: center;
    color: #52525D;
    margin-top: 20px;
}
.w-fonts {
    padding: 50px 68px;
}
.service img {
    width: 1085px;
    object-fit: cover;
    height: 893px;
}
.card-hover:hover{
    background: #FFFFFF;
box-shadow: 0px 10px 50px 10px rgba(35, 31, 32, 0.05) !important;
border-radius: 30px;
}
.text-box {
    background: rgba(255, 255, 255, 0.6);
    border: 0.5px solid var(--bg-color);
    backdrop-filter: blur(25.3783px);
    border-radius: 30px;
    padding: 97px 52px 79px;
    max-width: 700px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.text-box h2 {
    line-height: 55px;
    margin: 0px;
}
.text-box p,.option p {
    line-height: 180%;
    font-size: 20px;
}
.text-box > p {
    font-size: 20px;
    font-weight: 400;

    margin-top: 30px;
}
section.layer:before {
    content: '';
    background: rgba(238, 76, 80, 0.03);
    border-radius: 30px;
    position: absolute;
    width: 1170px;
    height: 672px;
    z-index: 99999;
    top: 31%;
    transform: translateY(-50%);
}
.option h2 {
    line-height: 81px;
}
.card-shawd {
    background: #FFFFFF;
    box-shadow: -2px 3px 5px rgb(35 31 32 / 10%);
    border-radius: 20px;
    padding: 55px 115px 67px 50px;
}
.card-shawd:hover{
    background: #FFFFFF;
box-shadow: 0px 44px 80px 5px rgba(35, 31, 32, 0.08);
border-radius: 20px;
}
.card-shawd > img {
    margin-bottom: 40px;
}
.card-shawd h3 {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 180%;
}

.card-shawd > ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
}
.mobile-phe {
    max-width: 700px;
    background: rgba(255, 255, 255, 0.5);
    border: 0.5px solid var(--bg-color);
    -webkit-backdrop-filter: blur(25.3783px)!important;
          backdrop-filter: blur(25.3783px)!important;
    border-radius: 30px;
    padding: 126px 60px;
    margin-left: auto;
}
.mobile-phe h2 {
    margin-bottom: 15px;
    line-height: 81px;
}
.mobile-phe > span {
    font-size: 32px;
    margin-bottom: 40px;
    display: block;
    font-weight: 500;
    line-height: 48px;
}

.mobile-phe > p {
    margin-bottom: 50px;
}
.color-btn {
    background: var(--bg-color);
    margin-top: 48px;
}
.top-box1 {
    background: rgba(238, 76, 80, 0.05);
    border-radius: 30px;
    position: absolute;
    left: 10%;
    width: 1102px;
    top: 50%;
    transform: translateY(-50%);
        height: 672px;
}
.top-box1 img {
    margin-left: 179px;
    width: 577px;
}
.image-bottom {
    position: absolute;
    bottom: -110px;
    left: 15px;
}
.form .card {
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgb(25 43 107 / 5%);
    border-radius: 30px;
}
.form .form-group {
    margin-bottom: 20px;
}
.form .form-group textarea {
    font-weight: 600;
    font-size: 22px;
    padding: 35px 30px 146px;
}
.form .card-body {
    padding: 63px 114px 63px 53px;
}
footer {
    background: url(../img/footer-bg.svg);
   
    background-size: cover;
    background-position: bottom;
    margin-top: 100px;
    background-repeat: no-repeat;
}
.form .form-group > input {
    
    font-size: 22px;
    font-weight: 600;
    padding: 35px 30px;
}
.form-btn {
    font-size: 20px;
}
.form-btn {
    font-size: 20px;
    padding: 27px 53px;
}
.form-btn {
    font-size: 20px;
    padding: 27px 53px;
    margin-top: 20px;
}
.form .form-group > input:focus,.form .form-group > textarea:focus {
    border-color: var(--bg-color);
    color: var(--bg-color);
    outline: none;
    box-shadow: none;
}
.form .card-body > h2 {
    margin-bottom: 30px;
    line-height: 81px;
}
.footer-icon {
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgb(0 0 0 / 8%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50px;
    margin-right: 30px;
}
.address-icon {
    margin: 70px 0px;
}
.address {
  
    margin-left: 184px!important;
}
.address-icon .item-dir {
    margin-top: 40px!important;
}
.ps > p {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
}

.ps span {
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
}
.row.pt-150 {
    padding-top: 150px;
}

.footer-border ul li a {
    margin: 0px 40px;
    font-size: 20px;
    font-weight: 500;
}
.footer-border ul li a:hover {
    color: #000;
}
.footer-border
{
    border-top: 1px solid #52525D!important;
}

.footer-social ul li a {
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    border: 1.32308px solid var(--bg-color);
    border-radius: 10px;
    margin: 0px 20px;
}
.footer-social {
    padding: 0 0 32px;
}
.footer-social ul li a:hover {
    background: var(--bg-color);
}
.footer-social ul li a:hover path {
    fill: #fff;
}

.navbar {
    padding: 16px 0;
}

.navbar-nav .nav-link {
    color: #52525D;
    font-weight: 400;
    padding: 0px 25px !important;
}

@keyframes mymove {
  0% {top: 0px;}
  40% {top: 30px;}
  100% {top: 0px;}
}