:root{
    --primary-color: #fb2d2d;
    --primary-color-light: #ff8c8d;
    --secondary-color: #f7de1e;
    --secondary-color-light: #ffe27f;
}
body{
    font-family: "Poppins", sans-serif;
} 
.bg-red{
    background: var(--primary-color);
}
.btn-primary{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-primary:hover{
    background-color: var(--primary-color-light);
    border-color: var(--primary-color);
}
header {
    position: absolute;
    width: 100%;
    padding: 20px 0;
}
.hero{
    padding: 180px 0 0;
    background: url(../images/hero-bg.webp) no-repeat;
    background-size: cover;
    height: 900px;
    overflow: hidden;
}
.text-red{color: var(--primary-color);}
.hdr-contacts a {
	color: #fff;
	text-decoration: navajowhite;
}
.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.hero-content .hero-text {
    width: 500px;
    color: #fff;
}
.hero-content .hero-form {
    width: 500px;
    background: #fff;
    padding: 20px;
    border-radius: 30px;
}
.nuber-select select.form-control {
    border-right: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
}
.contact-form .form-control {
    background: #f5f5f5;
    border: 0;
    padding: 10px;
    height: 50px;
}
._form .form-group{
    margin-bottom: 15px;
}
.hero-content .hero-text h1 {
    font-size: 72px;
    font-weight: 800;
    margin-top: 40px;
    font-style: italic;
}
.hero-content .hero-text ._price {
    display: flex;
    font-size: 72px;
    font-weight: 800;
    line-height: 72px;
    align-items: center;
    font-style: italic;
    gap: 10px;
}
.hero-content .hero-text ._price ._txt {
    display: flex;
    flex-direction: column;
}
.hero-content .hero-text ._price ._txt span.sm {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}
.hero-content .hero-text ._price ._txt span.curr {
    font-size: 50px;
    line-height: 50px;
}
.package-box {
    height: 460px;
    border-radius: 20px;
    display: flex;
    align-items: end;
    position: relative;
    text-align: right;
    overflow: hidden;
    color: #fff;
}
.package-box:after{
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0,0,0,0.7);
}
.package-box._package1{
    background: url(../images/package1.jpg) no-repeat;
    background-size: cover;
}
.package-box._package2{
    background: url(../images/package2.jpg) no-repeat;
    background-size: cover;
}
.package-box._package3{
    background: url(../images/package3.jpg) no-repeat;
    background-size: cover;
}
.package-box .package-info {
    position: relative;
    z-index: 2;
    width: 100%;
}
.package-feats ul {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
}
.package-name-price {
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.package-name-price ._price {
    background: var(--primary-color);
    padding: 10px;
    font-weight: 700;
}
.package-name-price ._name {
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.owl-carousel.comp-logos .owl-item img {
    height: auto;
    max-width: 130px;
    object-fit: contain;
    display: inline-block;
}
.owl-carousel.comp-logos .owl-stage {
    display: flex;
    align-items: center;
}
.setup-points ._list-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.setup-points ._list-grid ._item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff3f3;
    font-weight: bold;
    border-radius: 50px;
}
.setup-points ._list-grid ._item ._icn {
    padding: 12px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid var(--primary-color-light);
}
.setup-points ._list-grid ._item ._icn img {
    width: 42px;
}
.fast-biz-setup{
    padding-top: 80px;
    background: url(../images/biz-setup-bg.webp) no-repeat;
    background-size: cover;
}
.bg-black {
    background: #000;
}
.bg-gray{
    background: #f4f4f4;
}
.setup-cont{
    padding: 40px;
    border-radius: 20px;
}
.setup-cont .setup-box {
    border-radius: 10px;
    box-shadow: 0 5px 9px rgba(0,0,0,0.1);
    min-height: 208px;
}
.setup-cont .setup-box img {
    width: 68px;
}
.setup-cont .setup-box ._icn {
    margin-bottom: 40px;
}
.why-us{
    background: #ffe8e8;
}
.bg-elem {
    position: absolute;
    top: 50px;
}
.bg-elem._elem1 {
    right: 20px;
}
.bg-elem._elem2 {
    left: 20px;
}
.testimonials{
    position: relative;
}
.bg-elem img {
    width: 230px;
}
.grating img {
	width: 300px;
}

.stars ._star {
	width: 20px;
}
.stars ._star svg {
	fill: #ffc100;
	width: 100%;
}
.stars {
	text-align: center;
	justify-content: center;
	margin-top: 20px;
}
.testim-item .user-info h4, .testim-item .user-info .h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
}
.testim-item .review {
	padding: 0 20px;
}
.user-info {
    margin-bottom: 15px;
}
.main-footer{
    padding: 80px 0;
    background: url(../images/footer-bg.webp) no-repeat;
    background-size: cover;
}
.footer-info ._logo img {
    width: 130px;
}
.footer-info ._logo{
    margin-bottom: 20px;
}
.footer-info svg {
    width: 40px;
}
._map iframe {
	border-radius: 10px;
}
.hero.thank-you {
	height: auto;
	padding-bottom: 80px;
}
.whatsapp-fixed {
    position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 999;
}
.fixed-call-btn {
	width: 50%;
	background: var(--primary-color);
	padding: 5px;
	text-align: center;
    height: 35px
}
.fixed-whatsapp-btn {
	width: 50%;
	background: #219653;
	padding: 5px;
	text-align: center;
    height: 35px
}
@media(max-width: 992px){
    header ._logo img {
        width: 130px;
    }
    .setup-cont .setup-box{
        min-height: auto;
        margin-bottom: 20px;
        text-align: center;
    }
    .bg-elem{
        display: none;
    }
    .hero-model {
	    display: none;
    }
    .hero-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .hero {
	    height: auto;
        padding-top: 200px;
    	padding-bottom: 60px;
    }
    ._header {
	    flex-direction: column;
    }
    .hdr-contacts svg {
    	width: 20px;
    }
    .hdr-contacts {
        font-size: 12px;
        margin-top: 12px;
    }
    .hdr-contacts ._mail {
        display: none !important;
    }
    .hero-content .hero-text ._price {
	    justify-content: center;
    }
    .package-box .package-info{
        width: 100%;
    }
    .package-box {
	    margin-bottom: 20px;
    }
    .setup-points ._list-grid {
	    display: grid;
	    grid-template-columns: repeat(1,1fr);
	    gap: 20px;
    }
    .biz-setup-img {
	    margin-bottom: 20px;
    }
    .floating-contact .contact-icons {
        width: 20px;
        display: inline-block;
    }
    .floating-contact .contact-icons svg {
	    fill: #fff;
        width: 20px;
    }
    .floating-contact a{
        text-decoration: none;
    }
    .floating-contact {
	    /* background: rgba(0,0,0,0.7); */
	    z-index: 99;
	    bottom: 0;
    }
    .hero-content .hero-text {
	    width: 100%;
	    color: #fff;
    }
    .hero-content .hero-text h1,.hero-content .hero-text ._price{
        font-size: 42px;
    }
    .hero-content .hero-text ._price ._txt span.curr {
	    font-size: 30px;
    	line-height: 30px;
    }
    .grating img {
	    width: 220px;
    }
    .hero-content .hero-form {
	    width: 100%;
	    margin-top: 20px;
    }
    .cta .section-title {
	    text-align: center;
    }
    .footer-info {
	    text-align: center;
	    margin-bottom: 40px;
        margin-top: 40px;
    }
    footer .hdr-contacts ._mail {
	    display: flex !important;
    }
    footer .hdr-contacts a {
	    justify-content: center;
    }
    .hero-content .hero-text h1{
        margin-top: 0;
    }
    .package-name-price{
        font-size: 14px;
    }
}


  /* validation error colors, all 3 needed */
.is-invalid, .is-invalid-custom { 
    border-color: #dc3545 !important;
    background-image: none !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.error-message {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
    display: block;
    width: 100%;
}