* {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}
p {
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 1px;
}
h1, h2, h3 {
    font-family: "Playfair", serif;
    font-weight: 900;
    text-transform: uppercase;
}
.title_block2 {
    font-weight: 900;
    font-size: 26px;
    font-family: "Playfair", serif;
}
.title_pod {
    font-size: 24px;
    font-weight: 800;
    margin-top: -15px;
}
.btn-light {
    border-radius: 20px;
    padding: 5px 20px;
}
.title_text {
    font-size: 24px;
    margin-top: -15px;
    font-weight: 200;
}
h1 {
    font-size: 48px;
    letter-spacing: 2px;
}
h2 {
    font-weight: 900;
    font-size: 32px;
}
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.w-b2-big {
    width: 57%;
}
.w-b2-small {
    width: 43%;
}
body {
    font-family: Arial, sans-serif;
}
footer img {
    filter: brightness(0) invert(1);
}
.hero {
    color: white;
    text-align: left;
    padding: 150px 20px;
}
.btn-primary {
    background-color: black;
    border-color: black;
    transition: 0.3s;
}
.top_backgr {
    height: 600px;
    padding-top: 80px;
}
.btn-primary:hover {
    background-color: black;
    border-color: black;
    opacity: 0.8;
    transition: 0.3s;
}
.last_big {
    width: 57.6%;
}
.last_small {
    width: 42.4%;
}
.tel {
    font-size: 20px;
    font-weight: 900;
}
.icon_cont {
    margin-top: 25px;
}
.tel2 {
    margin-top: -11px;
}
.adress {
    font-size: 10px;
    font-weight: 200;
}
.purple-section {
    background: #2D2958;
    color: white;
    text-align: center;
}
.purple-section p{
    color: white;
    font-family: "Playfair", serif;
    font-size: 32px;
    font-weight: 900;
}
footer {
    background: #2D2958;
    color: white;
    padding: 20px 0;
}
.nav_icon {
    margin-right: 5px;
    margin-bottom: 3px;
}
.btn-primary {
    margin-top: 10px;
}

a.tel_href {
    font-weight: 900 !important;
    text-decoration: none;
    font-size: 20px;
}
img.img-fluid.rek-small {
    height: 154px;
    object-fit: cover;
    width: 100%;
}

img.img-fluid.rek-big {
    height: 322px;
    width: 100%;
    object-fit: cover;
}

img.img-fluid.ceh-big {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

img.img-fluid.ceh-small {
    height: 142px;
    width: 100%;
    object-fit: cover;
}
.navbar-nav a {
	color:black !important;
}

.modal-body input {
	width: 100%;
	margin-bottom:10px;
}


@media (max-width: 1200px) {
    .nav_icon {
        margin-right: 5px;
        margin-bottom: 3px;
        display: none;
    }
}
@media (max-width: 767px) {
    .footer_only_pc {
        display: block;
    }
    * {
        font-family: "Roboto", sans-serif;
        font-size: 12px;
    }
    .title_text {
        font-size: 20px;
        margin-top: -15px;
        font-weight: 200;
    }
    h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
    h2 {
        font-weight: 900;
        font-size: 25px;
    }
    .purple-section p {
        color: white;
        font-family: "Playfair", serif;
        font-size: 25px;
        font-weight: 900;
    }
    .col-md-7, .col-md-5, .col-md-4 {
        width: 100%;
    }
    .top_backgr {
        background-position: center;
    }
	.hero {
    color: white;
    text-align: left;
    padding: 50px 20px;
}
	.top_backgr {
    height: 420px;
    padding-top: 80px;
}
	.title_block2 {
    margin-top: 30px;
}
}
@media (max-width: 500px) {
    .logo_pic {
        height: 70px;
    }
    .logo_text {
        width: 120px;
    }
    .img-fluid {
        margin-top: 20px;
        width: 100%;}

}