*,
*::after,
*::before{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

*{
    font-family: "proxima-nova", sans-serif;
    padding: 0px;
    margin: 0px;
}
html, body {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
.primary-btn{
    background-color: #5C115C;
    color: white !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    text-decoration: none;
    border: 5px solid #5C115C;
}
.primary-btn:hover{
    background-color: #952b95;
    border: 5px solid #952b95;
}
.primary-invert-btn{
    color: white !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    text-decoration: none;
    border: 5px solid #5C115C;
    box-sizing: border-box;
}
.primary-invert-btn:hover{
    color:#5C115C;
    background-color: white;
    border: 5px solid #952b95;
}
.secondary-btn{
    background-color: #952b95;
    color: white !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    text-decoration: none;
    border: 5px solid #952b95;
}
.secondary-btn:hover{
    background-color: #5C115C;
    border: 5px solid #5C115C;
}
.snackbar{
    background-color: rgb(92, 17, 92, 1);
    padding: 10px;
}
.snackbar-flex{
    display: flex;
    color: white;
    font-size: 1.1rem;

}
.snackbar-flex img{
    width: 20px;
    height: 20px;
    margin-right: 10px;

}
.header-main{
    width: 100%;
    height: 85vh;
    background-image: url(../img/backgroundImage.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sub-page{
    height: 300px;
}
.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}

.container{
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.navbar{
    position: fixed;
    width: 100%;
    color: #000;
    z-index: 100;
    margin-top: 25px;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 15px;
}

.menu-items{
    order: 2;
    display: flex;
}
.logo{
    order: 1;
    width: 125px;
}

.menu-items li{
    list-style: none;
    margin-left: 1.2rem;
    font-size: 1.1rem;
}

.navbar a{
    color: #444;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease-in-out;
}

.navbar a:hover{
    color: #952b95;
}

.header-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
}
.header-title{
    font-size: 5rem;
    width: 70%;
    line-height: 4.5rem;
    margin-bottom: 40px;
}
.ht-sub {
    margin-top: 75px;
    font-size: 4rem;
}
.header-subtitle{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.header-btn{
    margin-top: 1rem;
}
.main-content-title{
    width: 100%;
    margin-top: 55px;
    font-size: 3rem;
    margin-bottom: 25px;
    text-align: center;
}
/* Cols */
.split-50{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.content-left{
    width: 48%;
}
.content-left img{
    width: 100%;
    height: auto;
}
.content-right{
    width: 48%;
}
.content-right h2{
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.content-right p{
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.split-33{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.service-item{
    width: 30%;
    margin-bottom: 20px;
    aspect-ratio: 1/1;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.service-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
.service-item h3{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    padding: 10px;
    font-size: 3rem;
    text-align: right;
    padding-left: 50px;
}
.service-item:hover img{
    transform: scale(1.1);
    cursor: pointer;
}
.meet-item {
    width: 30%;
    margin-bottom: 20px;
    aspect-ratio: 1/1;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.meet-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.meet-item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    padding: 10px;
    font-size: 3rem;
    text-align: right;
    padding-left: 50px;
}

.meet-item:hover img {
    transform: scale(1.1);
    cursor: pointer;
}

.info-bar {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    transition: bottom 0.3s ease-in-out;
    text-align: left;
}

.meet-item:hover .info-bar {
    bottom: 0;
}

.info-bar h4, .info-bar p {
    margin: 0;
}
.cta-1{
    background-color: #BEA0BE;
    color: white;
    padding: 35px 0px;
    text-align: center;
    margin-top: 50px;
}
.cta-split{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cta-split h2{
    font-size: 3rem;
    width: 60%;
    text-align: left;
}
.btn-stack{
    width: 30%;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: column;
}
.center-btn{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
}


fieldset{
    border:0;
}

.flex, .fixed_flex{
    display:flex;
}

.flex-content{
    width:100%;
    position:relative;
}

.padding_1x{
    padding:1rem;
}

.padding_2x{
    padding:2rem;
}

.padding_3x{
    padding:3rem;
}

.padding_4x{
    padding:4rem;
}
.table-container {
    width: 100%;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 10px 0 10px 10px;
    text-align: left;
}

th {
    font-weight: bold;
    background-color: #f2f2f2;
}

tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

tbody tr:nth-child(even) {
    background-color: transparent;
}
.contact-h2{
    font-size: 3rem;;
}
.contact-info-list{
    margin-top: 10px;
    list-style: none;
    padding: 0;
}
.contact-info-list li{
    margin-bottom: 10px;
}
@media (max-width:920px){
    .flex{
        flex-wrap:wrap;
    }
    
    .padding_1x, .padding_2x, .padding_3x, .padding_4x{
        padding:1rem;
    }
}

/*Contact us form */
.form-container {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
}

.contact-form fieldset {
    border: none;
    margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #007bff;
    outline: none;
}

/*Testimonials*/
.testimonials {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.swiper-container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-item {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    max-width: 600px;
    text-align: left;
}

/***************************
               FOOTER
****************************/
footer{
    
}

footer h3{
    margin-bottom:1.5rem;
}

footer a{
    display:block;
    margin:15px 0;
}

footer a:hover{
}

footer fieldset{
    padding:0;
}

footer fieldset input{
    border:0;
    padding:1rem;
}

footer fieldset .btn{
    border-radius:0;
    border:0;
}

footer fieldset .btn_2:hover{
    border:0;
}

footer .flex:last-child{
    align-items:center;
}

footer .flex:last-child .flex-content:last-child{
    text-align:right;
}

footer .flex:last-child p{
}

footer .flex:last-child a{
    width:40px;
    display:inline-block;
    padding:0.5rem;
    margin-right:3px;
    text-align:center;
}

footer .flex:last-child a:hover{
    
}

@media (max-width:1100px){
    footer .flex:first-child{
        flex-wrap:wrap;
    }
    
    footer .flex:first-child .flex-content{
        flex: 1 1 40%;
    }
}

@media (max-width:920px){
    footer .flex:last-child .flex-content:last-child{
        text-align:left;
    }
}

@media (max-width:320px){
    footer .flex:first-child .flex-content{
        flex:1 1 100%;
    }
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    color: #000;
    z-index: 100;
    margin-top: 60px;
    transition: transform 0.3s ease-in-out;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 15px;
}

.menu-items {
    order: 2;
    display: flex;
}

.logo {
    order: 1;
    width: 125px;
}

.menu-items li {
    list-style: none;
    margin-left: 1.2rem;
    font-size: 1.1rem;
}

.navbar a {
    color: #444;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease-in-out;
}

.navbar a:hover {
    color: #952b95;
}

.navbar.scrolled {
    transform: translateY(-50px);
}

@media (max-width: 768px) {
    .navbar {
        opacity: 0.95;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines {
        display: block;
    }

    .navbar-container {
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar-container input[type="checkbox"] {
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines {
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;
    }
    
    .navbar-container .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items {
        padding-top: 100px;
        background: #fff;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px;
        transition: transform 0.5s ease-in-out;
        box-shadow:  5px 0px 10px 0px #aaa;
        overflow: scroll;
    }

    .navbar .menu-items li {
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .logo {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 2.5rem;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items {
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
        transform: rotate(-45deg);
    }
}

@media (max-width: 500px) {
    .logo{
        max-width:80px;
    }
    .navbar-container input[type="checkbox"]:checked ~ .logo {
        display: none;
    }
    .navbar{
        margin-top:90px;
    }
    .navbar.scrolled {
        transform: translateY(-75px);
    }
    .header-title{
        font-size:4rem;
    }
    .primary-btn, .primary-invert-btn{
        display:block;
        width:100%;
        margin-top:15px;
    }
    .split-50, .split-33, .cta-split{
        flex-direction: column;
    }
    .content-left, .content-right, .service-item{
        width:100%;
    }
    .cta-split h2{
        width:100%;
        font-size:2.25rem;
    }
    .button-stack{
        width:100%;
    }
}