@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body{
    font-family: "Rubik", sans-serif;
}
h1, h2, h3, h4, h5,.swiper-title,
.h1, .h2, .h3, .h4, .h5{
    font-family: "DM Sans", sans-serif;
}
a{
	 color: #CF2E23;
	text-decoration:none;
	transition:0.4s all;
}
a:hover{
	opacity:0.8;
	 color: #CF2E23;
}
.light-bg{
    background:#F7F7F7;
}
.bg-red{
    background: linear-gradient(134.28deg, #CF2E23 0%, #F83A2C 100%);
}
.color-red{
    
    color: #CF2E23;
}
.swiper-title, h1, .h1 {
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
}
h3, .h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}
h4, .h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
}
h5, .h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}
.swiper-home .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    margin: 0;
}
span.swiper-pagination-bullet {
    background: #D1D1D1;
    width: 50px;
    height: 5px;
    border-radius: 5px;
}
.swiper-pagination {
    bottom: 55px !important;
}
.swiper-products{
    max-width:63%;
    right:0;
}
.swiper-products .swiper-slide {
    background: #fff;
    padding: 24px;
    border-radius: 24px;
}
.swiper-products .swiper-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}
.swiper-products .swiper-content p {
    color: #374A59;
    line-height: 30px;
    margin-bottom:1rem;
}
.swiper-testimonial .swiper-slide{
    background: #fff;
    padding: 24px;
    border-radius: 7px;
}
.swiper-title.testimonial-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #CF2E23;
}
.swiper-title.testimonial-city{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #263238;
}
.swiper-testimonial .swiper-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #404040;
}
.swiper-testimonial .swiper-slide {
    min-height: 345px;
}
.product-navigation {
    position: relative;
    bottom: -35px;
}
.product-navigation .swiper-button-prev,
.product-navigation .swiper-button-prev.swiper-button-prev_testimonial {
    font-size: 24px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
}
.product-navigation .swiper-button-next,
.product-navigation .swiper-button-next.swiper-button-next_testimonial {
    font-size: 24px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
        right: auto;
    left: 80px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px!important;
    color: #CF2E23;
    font-weight: 900;
}
#wrapper-navbar{
    box-shadow: 0px 2px 10px 0px #00000026;
}
.swiper-home {
  width: 100%;
  height: 90vh;
}
.btn-red,
input.wpcf7-form-control.wpcf7-submit{
    background: linear-gradient(93.68deg, #CF2E23 0%, #F83A2C 100%);
    border: none;
    border-radius: 48px!important;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    line-height: 27px;
    font-size: 18px;
    padding: 10px 26px!important;
    transition:0.4s all;
}
.btn-red:hover, .btn-red:focus, .btn-red:active{
    opacity:0.8;
    color:#fff;
}
input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    margin: 0 auto;
    display: block;
    margin-top: 25px!important;
    text-transform: uppercase;
}
.wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit]:focus,.wpcf7 :not(.btn-check)+input[type=submit]:active{
	border: 1px solid #CF2E23;
}
.btn-white {
    background: #fff;
    border: none;
    border-radius: 48px;
    color: #CF2E23;
    text-decoration: none;
    font-weight: 700;
    line-height: 27px;
    font-size: 18px;
    padding: 10px 26px;
    transition:0.4s all;
}
.btn-white:hover{
    color: #000;
}
.service-box {
    border: 1px solid #CF2E23;
    background: #fff;
    position: relative;
    border-radius: 25px;
    padding: 40px;
}
.service-box h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 60px;
    color: #CB0000;
    margin: 0;
}
.service-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #404040;
}
.service-box.service_three h4 {
    font-size: 21px;
}
.price-box {
    position: relative;
    padding: 50px 30px;
    background: #fff;
    border-radius: 48px;
}
.price-box h4{
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}
.price-box h4 + span {
    text-align: center;
    font-size: 24px;
    display: block;
}
.price-box p{
    text-align: center;
}
span.price {
    display: block;
    text-align: center;
    color: #F83A2C;
    font-size: 18px;
}
span.price-small {
    font-weight: 700;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    display: block;
}
span.price-notice {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #0000004D;
    display: block;
}
ul.list {
    margin: 0;
    padding: 0 30px;
    list-style: none;
    line-height: 30px;
    min-height: 220px;
}
ul.list li {
    padding-left: 20px;
    position: relative;
}
ul.list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #F83A2C;
    position: absolute;
    left: 0;
}
.cta {
    width: 100%;
    max-width: 950px;
    background: linear-gradient(93.68deg, #CF2E23 0%, #F83A2C 100%);
    border-radius: 48px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 70px 150px 30px 150px;
    position: relative;
}
img.phone-absolute {
    position: absolute;
    left: 0;
    right: 0;
    width: 130px;
    opacity: 0.1;
    margin: 0 auto;
}
span.cta-notice {
    color: #FFFFFF80;
    text-align: center;
    margin-top: 20px;
    display: block;
}
.border {
    border-color: #CF2E23 !important;
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
    border-radius: 6px;
    border: 1px solid #CF2E23;
    padding: 15px;
    margin-top: 5px;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus{
    border-color: #CF2E23;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(206, 49, 40, .25);
}
span.wpcf7-list-item {
    margin: 0;
}
footer {
    padding: 100px 0;
}
footer a, footer p{
    font-size:14px;
}
footer a, footer p{
    color:#fff;
    text-decoration:none;
    transition:0.4s all;
}
footer a:hover{
    color:#CF2E23;
}
span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bg-round {
    width: 130px;
    height: 130px;
    background: #CB0000;
    border-radius: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}
@media(min-width:992px){
    .section{
        padding:80px 0;
    }
    .mh-70{
        min-height:70vh
    }
    .mh-100{
        min-height:100vh
    }
    .bg-red{
        min-height:60vh
    }
}
@media(max-width:991px){
    .navbar>.container{
        justify-content: center;
    }
    .navbar-brand{
        margin: 0;
    }
    button.navbar-toggler {
        display: none;
    }
    .section{
        padding:30px 0
    }
    h3, .h3 {
        font-size: 35px;
        line-height: 42px;
    }
    .swiper-products {
        position: relative !important;
        width: 100%;
        max-width: 90%;
        padding-top: 100px !important;
    }
    .service-box.service_three h4 {
        line-height: 26px;
        margin: 10px 0;
    }
    .btn-red, input.wpcf7-form-control.wpcf7-submit{
        font-size:16px;
    }
    .cta{
        padding: 30px;
        margin-top:30px;
        text-align: center;
    }
    .swiper-testimonial {
        padding-top: 100px!important;
    }
    footer{
        text-align: center;
    }
    footer .col-md-3, footer .col-md-3 img{
        margin-bottom:20px;
    }
	.swiper-home .swiper-slide {
		align-items: flex-end;
		justify-content: flex-end;
		padding-bottom: 100px;
		background-size:contain
	}
}
@media(max-width:410px){
	.swiper-home .swiper-slide{
		background-size:cover
	}
	.swiper-title, h1, .h1 {
		font-weight: 700;
		font-size: 40px;
		line-height: 45px;
	}
	    .btn-red, input.wpcf7-form-control.wpcf7-submit {
        font-size: 15px;
    }
}
@media(min-width:768px) and (max-width:991px){
    .service-box h4{
            line-height: 35px;
    }
    .w-75{
        width:100%!important;
    }
	.swiper-home .swiper-slide{
		background-size:cover
	}
	
}
@media (min-width:2400px){
    .swiper-home .swiper-slide {
    background-size: cover;
}
.swiper-products img {
    width: 100%;
}
.swiper-products a img{
    width: auto;
}
    .mh-100 {
        min-height: 70vh;
    }
    .bg-red {
        min-height: 36vh;
    }
}