:root {
    --font-family: system-ui, sans-serif;
    --font-Poppins: system-ui, sans-serif;
}

body {
    background: #f4f2f2;
}

header {
    background: transparent;
    padding: 30px 0px;
}

.btn {
    padding: 8px 35px;
    letter-spacing: normal;
    text-transform: none;
    font-size: 18px;
    font-family: system-ui;
    font-weight: 600;
}

#section_6.main-four-boxes {
	background: linear-gradient(to bottom,rgb(244, 242, 242) 0%, rgb(255, 255, 255) 100%);
}

#section_6.main-four-boxes .container .box {
    padding-bottom: 0;
    border: none;
    background: white;
    box-shadow: 0 0 35px 15px rgba(0,0,0,.1);
}

#section_6.main-four-boxes .container .box h2 {
    text-align: left;
    padding: 0 0.6em;
    font-weight: 400;
}

#section_6.main-four-boxes .container .box h2 span {
    display: block;
    color: #d40605;
    font-size: 16px;
    margin-top: 2px;
}
#section_6.main-four-boxes .container .box img {
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
}
#section_6.main-four-boxes .container .box .text {
    padding: 0px 1em;
}

#section_6.main-four-boxes .container .box .button .btn {
    display: block;
    background: black;
    color: white;
    border: none;
    border-radius: 0 0 10px 10px;
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding: 1em 1em;
}
#section_6.main-four-boxes .container .box .button .btn::after {
    content: '>>';
    position: absolute;
    right: 1em;
    font-weight: 600;
    color: red;
}


#section_8.slider-03.slider .container {
    height: 560px;
    color: black;
}

#section_8.slider-03.slider .container .slide .box {
    flex: 1.3;
}

#section_8.slider-03.slider .container .slide picture img {
    border-radius: 20px 0 0 20px;
    box-shadow: 0 0 50px 30px rgba(0,0,0,.12);
}

.slider-03.slider .container .slide .box .desc {
    max-width: 831px;
}

#section_8.slider-03.slider .container .slide .box .desc h2 {
    font-size: 50px;
    line-height: 0.9em;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(0,0,0,0.15);
    color: white;
}

#section_8.slider-03.slider .container .slide .box .desc h2 span {
    color: #d71920;
}
#section_9.main-four-boxes {
	background: transparent;
}

#section_9.main-four-boxes .container .box {
	border-radius: 10px;
	background: linear-gradient(90deg,rgb(242, 240, 240) 0%, rgba(214, 214, 214, 0.58) 100%);
	border: none;
	box-shadow: 0 0 35px 15px rgba(0,0,0,.05);
}
#section_9.main-four-boxes .container .box h2 {
	text-align: left;
	margin: 1em 1.3em;
}
#section_9.main-four-boxes .container .box .text {
	text-align: left;
}

#section-10 {
	background: url('/images/repository/spacer-01-6807918c42a830.13357018.jpg') no-repeat center center;
	height: 370px;
	background-attachment: fixed;
}
#section_11 iframe {
	border-radius: 15px;
}

#section_11.main-three-boxes .container {
	grid-template-columns: 1fr 1fr;
	gap: 100px;
}

#section_11.main-three-boxes .container .box {
	max-width: 100%;
	border: none;
}
#section_11.main-three-boxes .container .box .text {
    padding: 0;
}
#section_11.main-three-boxes .container .box h2 {
	text-align: left;
	margin: 0 0 1em 0;
}
/* slider features*/

.btn_or {
    display: inline-block;
    overflow: hidden;
    border: none;
    padding: 8px 20px 8px 30px;
    text-transform: lowercase;
    font-family: system-ui;
    font-weight: 400;
    font-size: 17px;
    color: black;
}

.btn.primary {
    background: black;
    color: white;
    border-color: black;
    border-radius: 6px;
}

.btn.primary:hover {
    background: #aaa;
    border-color: #aaa;
}

.btn.secondary {
    color: black;
    text-decoration: underline;
    border: none;
    background: transparent;
    padding: 8px;
}


@media (min-width: 920px) {
    .slider-03.slider .container .slide .box .desc {
        padding-right: 220px;
    }
}

@media (min-width: 1200px) {
    #section_6.main-four-boxes .container {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}


.main-four-boxes .container .box {
	width: 100%;
}