@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,body{
    font-family: 'Inter', sans-serif;
}

.bg-light{
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #674B99!important;
}
.nav-item{
    padding-left: 10px;
    padding-right: 10px;
}
.nav-item a{
    color: rgba(255, 252, 252, 0.7)!important;
    font-size: 20px;
}
.nav-item a:hover{
    color: rgba(255, 252, 252, 1)!important;
}
.btn-contactHeader{
    background-color: #311268;
    padding: 15px 35px 14px;
    font-size: 24px;
    border-radius: 105px;
}
.btn-contactHeader:hover{
    background-color: #220e44;
    color: rgba(255, 252, 252, 1)!important;
}
.topContactSection{
    position: relative;
}
.topContactSection,
.topContactSection img{
    height: 90vh;
    object-fit: cover;
}
.topContactSection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(52, 52, 52, 0.80);
    z-index: 1;
}
.title{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
    top: 25%;
}
.title h1{
    color: white;
    font-size: 80px;
    font-weight: 700;
}
.topSectionBtn{
    color: rgba(255, 252, 252, 0.7);
    font-size: 32px;
    background: #5A32A1;
    padding: 21px 28px 21px;
}

.about{
    padding-top: 56px;
}
.subtitle{
    color: #5A32A2;
    font-size: 45px;
    font-weight: 700;
}
.about p{
    font-size: 18px;
}
.prices{
    padding-top: 56px;
    background-color: rgba(234, 234, 234, 1);
}
.prices .card{
    border-radius: 30px;
    border: 1px solid #000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.prices .card h4{
    color: #5A32A2;
    font-size: 25px;
    font-weight: 700;
}
.prices hr{
    opacity: 1;
}
.prices p{
    font-size: 25px;
}
.btn-contactCard{
    border-radius: 20px;
    background: #5A32A1;
    font-size: 24px;
    color: rgba(255, 252, 252, 0.7);
    padding-top: 20px;
    padding-bottom: 20px;
}
.btn-contactCard:hover{
    color: rgba(255, 252, 252, 1);
    background-color: #220e44;
}
.contactNow{
    padding-top: 56px;
}
.contactNow label{
    font-size: 28px;
}
.contactNow .form-control{
    background: #D9D9D9;
    font-size: 28px;
    border-radius: 20px;
    box-shadow: none;
    border-color: #D9D9D9;
}
.select-wrapper{
    position: relative;
}
.select-wrapper img{
    position: absolute;
    right: 20px;
    top: 24px;
}
select#serviceSelect{
    padding: .375rem .75rem;
    background: #D9D9D9;
    font-size: 28px;
    border-radius: 20px;
    box-shadow: none;
    border-color: #D9D9D9;
    width: 100%;
}
select#serviceSelect {
    -webkit-appearance: none;
    appearance: none;
}
.btn-form{
    border-radius: 40px;
    padding-left: 47px!important;
    padding-right: 47px!important;
    font-size: 28px;
}
#formSend{
    display: none;
}
.contactNow a{
    color: #5A32A1;
}
.contactData a{
    font-size: 72px;
}
.contactData li{
    list-style-type: none;
    padding-top: 0;
    padding-bottom: 0;
    padding: 20px;
}
.technicalFooter{
    background-color: #674B99;
    color: white;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.technicalFooter a{
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted;
}
@media (max-width: 1366px) {
    .nav-item a{
        font-size: 20px;
    }
}
@media (max-width: 1024px) {
    .nav-item a{
        font-size: 17px;
    }
}
@media  (max-width: 896px) {
    .topContactSection, .topContactSection img{
        height: 100vh;
    }
}
@media (max-width: 430px) {
    .title h1{
        font-size: 37px;
    }
    .topSectionBtn{
        font-size: 25px;
    }
    .navbar-brand img{
        width: 250px;
    }
}

.cookie-info {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: black;
    color: white;
}