@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');

@import url('https://fonts.googleapis.com/css2?family=La+Belle+Aurore&family=Roboto&display=swap');

@import url('https://fonts.googleapis.com/css2?family=La+Belle+Aurore&family=Oooh+Baby&family=Roboto&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* ----------------------------------- COMMON CSS ---------------------------------------- */


body {
    background-color: #F5F5F5;
}



.mobile-view {
    display: none;
}

.fade-in img, .fade-in p {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-in img, .fade-in p {
    opacity: 1;
}

.mobile-header-title{
    font-family: 'Bodoni Moda', serif;
    padding-top: 28px;
    padding-bottom: 15px;
    padding-left: 11px;
    position: fixed;
    background-color:#F5F5F5;
    z-index: 100;
    display: none;
}

.mobile-header-title2{
    font-family: 'Bodoni Moda', serif;
    padding-top: 28px;
    padding-bottom: 15px;
    padding-left: 11px;
    position: fixed;
    background-color:#F5F5F5;
    z-index: 100;
    display: none;
}



.destop-header-title{
    font-family: 'Bodoni Moda', serif;
    font-size: 70px;  
    padding-top: 20px;
    color: white;
}



.original-header {
    font-family: 'Bodoni Moda', serif;
    font-size: 70px;  
    padding-top: 20px;
    color: black;
    display: block;
    position: relative; 
}




/* --- NAV bar --- */

.hero-bg {
    background-image: url(/Assets/Home/hero-image4.jpg); /* Replace 'path/to/your/image.jpg' with the actual path to your image */
    background-size: cover;
    background-position: center bottom;
    height: 900px; /* Adjust the height as needed */
    width: 100%;
    position: relative;
    
    color: white;
}


.nav-link {
    padding-left: 0;
    color: white;
}

.nav-link:hover {
    color: grey
}

.nav .nav-item .nav-link {
    
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
    font-family: 'sans-serif';
    
}


.nav .nav-item .nav-link:hover {
    color: #8194AE ;
}

.nav-link {
    border-right: 1cm;
} 

.nav-item {
    border-right: 1px solid white;
    padding-right: 53px;
    padding-left: 65px;
}

.nav-item-original {
    border-right: 1px solid #000;
    padding-right: 53px;
    padding-left: 65px;
}



.nav-item:last-child {
    border-right: none;
}

.sidebar {
    display: none;
}

.hamburger-menu {
    display: none;
}

.nav-link-original .nav-link {
    color: black;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
    font-family: 'sans-serif';
    
}

.nav .nav-item-original .nav-link:hover {
    color: #8194AE ;
}

.original-header-title {
    font-family: 'Bodoni Moda', serif;
    font-size: 70px;
    padding-top: 20px;
    color: rgb(0, 0, 0);
}

/* --- BODY --- */


.warsha-home-image-desktop {
    width: 400px;
    height: auto;  
}

.warsha-image {
    text-align: center;
    padding-top: 120px;
}


.banner-2 {
    background-image: url(../Assets/Home/banner-2.png);
    background-size: cover;
    height: 550px;
    background-position-x: right;

}


.hey-there-text {
    padding-top: 164px;
    padding-left: 40px;
}

.hey-there-text h2 {
    margin-bottom: -2px;
    margin-left: -48px;
    padding-bottom: 54px;
}

.hey-there-text { 
    padding-bottom: 30px;
    font-family: sans-serif;
    padding-left: 110px;
    padding-right: 0px;
}

.btn-outline-dark {
    padding: 10px 10px;
}


.btn {
    border-radius: 0rem;
}

.button {
    font-family: sans-serif;
}

.custom-btn {
    font-family: 'Roboto';
    font-size: 12px;
    padding: 10px 26px 10px;
}

.button-padding {
    padding-left: 20px;
    padding-right: 20px;

}

.home-horizontal-line {
    border: none;
    margin-top: 50px;
}
.banner-3 {
    background-image: url(../Assets/Home/banner-3.png);
    background-size: cover;
    height: 550px;
    background-position-x: center;
    
}


.video-text-lg {
    padding-top: 133px;
    padding-right: 105px;
    padding-left: 71px;
    font-size: 16px;
    font-family: sans-serif;
    padding-bottom: 15px;
    color: #4d4d4d;
}

.cursive-title {
    /* font-family: 'Caveat', cursive; */
    font-family: 'Oooh Baby', cursive;
    font-size: 57px;

}

.custom-btn-1 {
    padding: 10px 32px 10px;
    margin-top: 22px;
    font-family: Roboto;
    font-size: 12px;
}

.home-desktop-parag {
    font-size: 16px;
    font-family: sans-serif;
    color: #4d4d4d;
}

.cursive-title-custom {
    padding-top: 51px;
    padding-bottom: 26px;
    float: right;
    font-size: 40px;
    line-height: 1;
}



.video-btn-custom {
    float: left;
    padding-right: 12px;
    margin-left: 71px;
}
    

.mobile-video {
    display: none;
}

.video-padding {
    padding-top: 107px;
}




.gallery {
    background-color: #8194AE;
}


.gallery-title {
    font-family: 'Bodoni Moda', serif;
    padding-left: 73px;
    padding-top: 69px;
    color: white;
}

.gallery-title-2 {
    font-size: 40px;
}

.gallery-text h3 {
    font-family: sans-serif;
    font-size: 17px ;
    padding-left: 77px;
    color: #404040;
}

.gallery-image {
    padding: 30px 40px 0px 40px;
    text-align: center;
}

.custom-gallery-btn { 
    font-family: sans-serif;
    font-size: 12px;
    color: white;
    background-color: transparent;
    border: 1px solid white;
    transition: color 0.3s, background-color 0.3s, border 0.3s;
    padding: 10px 20px 10px 20px;
    margin-bottom: 30px;
}

.custom-gallery-btn:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
}

.gallery-button {
    padding-top: 40px;
}

    
.testimonial-title {
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: -49px;
}


.client-reviews {
    height: 600px;
    padding-top: 200px;
}

.container-slider {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial {
    position: relative;
    max-width: 900px;
    width: 100%;
    padding: 50px, 0px;
    overflow: hidden;
}


.testimonial .slide {
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}

.slide p {
    padding: 0px 160px;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-family: Dashiell;
    padding-top: 75px;

}

.slide .quote-icon {
    font-size: 30px;
    color: #8194AE;
}

.slide .details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.details .name {
    font-size: 14px;
    color: #333;
    font-family: Dashiell;
    font-weight: 600;
}

.swiper-button-next, .swiper-button-prev {
    color: #8194ae !important;
}

:root {
    --swiper-theme-color:#8194ae !important; 
    --swiper-navigation-size: 30px !important;
}

.client-reviews-padding {
    padding-bottom: 50px;
}




/* move image to the left */


.get-in-touch-banner {
    background-image: url(../Assets/Home/get-in-touch-banner.png);
    background-size: cover;
    height: 400px;
    background-position: left bottom -40px;
}

.get-in-touch-text {
    color: white;
    font-size: 45px;
    font-family: 'Bodoni Moda', serif;
    padding: 67px 0px 0px 70px;
    text-align: right;
    padding-right: 41px;
}

.custom-get-in-touch-button {
    font-family: sans-serif;
    font-size: 12px;
    padding: 10px 30px 10px 30px;
    margin-right: 40px;
}

.custom-get-in-touch-button:hover {
    color: white;
    background-color: transparent;
    border: 1px solid white;
}

.faq-bottom-banner {
    padding-right: 50px;
}



.remove-pad {
    padding: 0;
}

.footer {
    font-size: 12px;
    padding-top: 90px;
    padding-bottom: 60px;
    margin-top: 90px;
}

.connect-on {
    margin-bottom: 6px;
}

.socials {
   height: 20px;
   width: 20px; 
}



/* ----------------------------------------GALLERY PAGE----------------------------------------------- */

.gallery-welcome-banner {
    background-color: #ffffff;
    height: 340px;
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
}    

.gallery-header {
    padding-top: 50px;
    padding-bottom: 10px;
    font-size: 50px;
}

.gallery-parag {
    font-family: sans-serif;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    color: hsl(0, 0%, 25%);
}

.gallery-button {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 50px;
    padding-top: 30px;
}

.gallery-button-customised {
    padding-top: 13px;
}

.image-dimensions {
    padding: 20px;
    
}

.row {
    --bs-gutter-x: 0rem;
}



/* ----------------------------------- About Me Page  ---------------------------------------- */


.about-me-mobile {
    display:none;
}

.nav-padding {
    padding-bottom: 60px;
}


.about-text {
font-size: 68px;
font-weight: 100;
}

.me-text {
padding-left: 50px;
font-size: 68px;
margin-top: -89px;
font-weight: 500;
}

.about-me-image-padding {

    text-align: center;
}

.about-me-image-dimensions {
    height: 500px;
    margin-top: -24px;
}


.about-me-text {
    background-color:#c6cace;
    margin-top: 80px;
}

.about-me-parag {
    padding: 70px;
    padding-bottom: 30px;
}

.about-me-button {
    text-align: center;
}

.about-me-md-text {
    display: none;
}

.about-me-texts {
    background-color: white;
}



/* ----------------------------------- FAQ Page  ---------------------------------------- */

.faq-banner {
    background-image: url(../Assets/faq/faq-banner.png);
    background-size: cover;
    height: 400px;
    text-transform: uppercase;
    padding-top: 200px;
    padding-left: 80px;
}

.FAQ-subheadings {
    font-size: 33px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
        font-weight: 100;
        font-style: normal;

    text-align: center;
}

.FAQ-subheading-padding {
    padding-top: 50px;
}

.faq-float {
    text-align: left;
}
.more-questions-text {
    font-size: 40px;
    margin-top: -100px;
}

.faq-page-button-custom {
    padding: 15px 30px 15px 30px;
    font-family: sans-serif;
    margin-top: 114px;
}


.faq-page-button-custom:hover {
    background-color: transparent;
    border-color: transparent;
    border-color: white;
    color: white;
}

.faq-button-padding {
    margin-top: -100px;

}

.accordion-button {
    background-color: #F5F5F5;
}

.accordion-button:not(.collapsed) {
    background-color: #000000; /* Change this to your desired background color */
    color: #ffffff; /* Change this to your desired text color */
}

/* Color for expanded state WHHYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY*/
.accordion-button:not(.collapsed)::after {
    color: white; /* Change to the desired color */
}

.accordion-button:not(.collapsed)

.faq-title {
    padding-top: 55px;
    font-size: 50px;
    transform: rotate(-2deg);
    margin-bottom: 26px;
}

.faq-page-button-custom {
    font-size: 12px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 93px;
}

.faq-image {
    height: 605px;
}

.btn-primary {
    color: #fff;
    background-color: #8194AE;
    border-color: #8194AE;}
    
.btn-primary:hover {
    color:white;
    background-color: #000;
}

.submit-button {
    font-family: sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 13px;
}

/* ----------------------------------- CONTACT page  ---------------------------------------- */

.contact-border {
    border: 1px solid black;
    font-size: 16px;
    padding-top: 140px;
    padding-bottom: 140px;
    font-family: sans-serif;
}

.socials-2 {
    padding-bottom: 45px;
    height: 100%;
    width: 30px;
}

.custom-inquire-btn {
    font-family: sans-serif;
    font-size: 10px;
    padding: 13px 30px 13px 30px;
    color: #F5F5F5;
    background-color: black;
}

.custom-inquire-btn:hover {
    color: black;
    background-color: #F5F5F5;
    border: 1px solid black;

}

.contact-subheadings {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
}


.thin-line {
    border-top: 1px solid #9c9c9cbd; /* Adjust thickness and color */
    margin: 20px 0; /* Adjust vertical spacing */
    width: 100%; /* Adjust width as needed */
    font-weight: 100;
}




/* ----------------------------------- SPECIFIC DIMENSIONS  ---------------------------------------- */


@media only screen and (max-width : 992px) {
    .destop-header-title {
        font-size: 40px;  
    }

    .nav .nav-item {
        padding-right: 22px;
        padding-left: 36px;
    }

    .hero-image {
        height: 400px;
    }

    .warsha-home-image-desktop {
        margin-right: 40px;
        margin-left: 0px;
        width: 346px;
        height: 436px;
    }

    .self-potrait {
        padding-left: 17px;
    }

    .hey-there-text {
        padding-left: 44px;
        padding-right: 34px;
        padding-top: 64px;
    }

    .banner-3 {
        height: 730px;
    }
  

    .horizontal-video-custom {
        padding-top: 73px;
    }

    .video-text-lg {
        padding-right: 2px;
    }


    .get-in-touch-banner {
        background-position: left bottom;
    }

    .cursive-title {
        font-size: 50px;
    }
    

     /* ----------------------------------- Gallery Page  ---------------------------------------- */
   
     .client-reviews {
        height: 400px;
        padding-top: 95px;
    }
   
     .gallery-welcome-banner {
        height: 440px;
    }   

    .gallery {
        padding-top: 37px;
    }

    .gallery-parag {
        margin-top: -10px;
    }

    /* ----------------------------------- About Me Page  ---------------------------------------- */
    .about-me-padding {
        display: none;
        padding-left: 20px;
    }

    .about-me-image-dimensions {
        height:380px;
    }


    .about-me-text {
        margin-left: 30px;
    }

    /* .visible-about-me {
        text-align: center;
    } */

    .about-me-md-text {
        font-size: 50px;
    }

    .about-me-padding {
        display: block;
    }

    .about-text {
        font-size: 50px;
    }

    .me-text {
        font-size: 50px;
        margin-top: -67px;
        padding-left: 60px;
    }

    .client-reviews-padding {
        padding-bottom: 120px;
    }

    /* ----------------------------------- CONTACT page  ---------------------------------------- */

.contact-border {
    font-size: 14px;
}
    
}


@media only screen and (max-width : 768px) {

    .mobile-video {
        display: block;
    }
    
    .desktop-video{
        display: none;
        
    }
    

    .header-title {
        font-size: 30px;
    }

    .nav .nav-item {
        padding-right: 10px;
        padding-left: 10px;
    }

    .nav {
        display: none;
    }

    /* Hamburger menu */

    *, *::after, *::before {
        box-sizing: border-box;
    }
    
    :root {
        --bar-width: 20px;
        --bar-height: 2px;
        --hamburger-gap: 5px;
        --foreground: #1b1b1b;
        --background: white;
        --hamburger-margin: 10px;
        --animation-timing: 200ms ease-in-out;
        --hamburger-height: calc(var(--bar-height) * 3 + var(--hamburger-gap) * 2);
    }
    
    .hamburger-menu {
        padding-top: 21px;
        --x-width: calc(var(--hamburger-height) * 1.41421356237);
        display: flex;
        flex-direction: column;
        gap: var(--hamburger-gap);
        width: max-content;
        position: absolute;
        top: var(--hamburger-margin);
        left: var(--hamburger-margin);
        z-index: 102;
        cursor: pointer;
        position: fixed;
    }
    
    .hamburger-menu:has(input:checked) {
        --foreground: #1b1b1b;
        --background: #1b1b1b;
    }
    
    .hamburger-menu::before,
    .hamburger-menu::after,
    .hamburger-menu input {
        content: "";
        width: var(--bar-width);
        height: var(--bar-height);
        background-color: var(--foreground);
        border-radius: 9999px;
        transform-origin: left center;
        transition: opacity var(--animation-timing), width var(--animation-timing), rotate var(--animation-timing), translate var(--animation-timing), background-color var(--animation-timing); 
    }
    
    
    .hamburger-menu input {
        appearance: none;
        padding: 0;
        margin: 0;
        outline: none;
        pointer-events: none;
    }
    
    .hamburger-menu:has(input:checked)::before { 
        rotate:45deg;
        width: var(--x-width);
        translate: 0 calc(var(--bar-height) /-2);
    }
    
    .hamburger-menu:has(input:checked)::after { 
        rotate:-45deg;
        width: var(--x-width);
        translate: 0 calc(var(--bar-height) /2);
    }
    
    .hamburger-menu input:checked { 
        opacity: 0;
        width: 0;
    
    }
    
    
    .sidebar { 
        transition: translate var(--animation-timing);
        translate: -100%;
        padding:0.5rem 2.5rem;
        padding-top: calc(var(--hamburger-height) + var(--hamburger-margin) + 1rem );
        background-color: var(--foreground);
        color: var(--background);
        max-width: 10rem; 
        min-height: 40vh;
        position: fixed;
        top: 67px;
        z-index: 101;
    }
    
    .hamburger-menu:has(input:checked) + .sidebar {
        translate: 0;
    }

    .warsha-image {
        text-align: center;
        padding-top: 0px;
    }

    .hero-image {
        height: 290px;
    }

    .banner-2 {
        height: 290px;
    }

    .hey-there-text {
    padding-top: 40px;
    padding-left: 40px;
    
    }

    .hey-there-text h2 {
        font-size: 35px;
        padding-bottom: 40px;
        margin-left: -2px;
    }

    .warsha-home-image-desktop {
        margin-right: 0px;
        margin-left: 0px;
        width: 236px;
        height: 307px;
        margin-top: 28px;
    }

    .sm-text {
        font-size: 14px;
        padding-right: 17px;
        font-family: sans-serif;
        font-size: 12px;
    }

    .custom-btn-1 {
        padding: 10px 32px 10px;
        margin-top: 3px;
        font-family: sans-serif;
        font-size: 10px;
    }

    .custom-btn {
        font-family: sans-serif;
        font-size: 10px;
    }

    .btn-outline-dark {
        padding: 10px 10px;
    }

    .custom-home-page-button {
        padding-left: 20px;
        padding-right: 20px;
        font-family: sans-serif;
        font-size: 9px;
    }

    .btn {
        border-radius: 0rem;
    }

    p {
        margin-bottom: 10px;
    }

    

    .video-text {
        padding-top: 130px;
        padding-bottom: 16px;
        padding-right: 12px;
        padding-left: 42px;
        font-size: 12px;
    }

        
.video-text-check-out-video {
    font-size: 10px;
}

.cursive-title-custom {
    padding-top: 50px;
    padding-left: 37px;
}


.banner-3 {
    height: 550px;
}

.about-me-desktop {
    display: none;
}

.about-me-mobile {
    display:block;
}



.video-btn-custom {
    margin-left: 41px;
    
}

.horizontal-video-custom {
    padding-top: 70px;
}

.video-padding {
    padding-top: 107px;
}


.gallery-title {
    font-family: 'Bodoni Moda', serif;
    font-size: 20px;
    padding-left: 30px;
    padding-top: 10px;
    color: white;
}

.gallery {
    padding-top: 48px;
    padding-bottom: 0px;
}

.gallery-title-2 {
    font-size: 25px;
}

.gallery-text h3 {
    font-family: sans-serif;
    font-size: 13px ;
    padding-left: 32px;
    color: #404040;
}

.gallery-image {
    padding: 15px 40px 0px 40px;
}

.img-fluid {
    padding-bottom: 12px;
}


.custom-gallery-btn { 
    font-family: sans-serif;
    font-size: 10px;
    color: white;
    background-color: transparent;
    border: 1px solid white;
    transition: color 0.3s, background-color 0.3s, border 0.3s;
    padding: 10px 20px 10px 20px
}

.custom-gallery-btn:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
}

.nav-btn {
    display: none;
}

.cursive-title {
    font-size: 35px;
}
  
/* WHY DOESNT THIS WORK ^^ */

.slide p {
    padding: 0 70px;
    padding-top: 75px;
    font-size: 12px;
}

.client-reviews-padding {
    padding-bottom: 10px;
}

.get-in-touch-text {
    font-size: 36px;
    padding: 98px 0px 13px 70px;;
}

.custom-get-in-touch-button {
    font-family: sans-serif;
    font-size: 10px;
    margin-right: 0px;
}

.faq-bottom-banner {
    padding-right: 78px;
}

.more-questions-text {
    font-size: 40px;
    margin-top: -45px;
}

/* ----------------------------------------GALLERY PAGE----------------------------------------------- */
.gallery-welcome-banner {
    height: 330px;
} 

.gallery-header {
    padding-bottom: 0;
    font-size: 40px;
}

.gallery-parag {
    margin-top: -10px;
    font-size: 12px;
    padding-left: 60px;
    padding-right: 60px;
}
.gallery-button {
    padding-left: 40px;
    padding-right: 40px;
}

/* ----------------------------------------About Me page----------------------------------------------- */

.about-me-md-text {
    display: none;
}

.about-me-padding {
    display: block;
    padding-right: 20px;
    padding-top: 20px;
    padding-left: 10px;
}

.about-me-parag {
    padding: 49px;
    padding-bottom: 30px;
}

.about-me-image-padding {
    margin-right: 0px;
}

.about-text {
    padding-right: 40px;
    font-weight: 100;
}


.me-text {
    font-weight: 400;
    margin-top: -68px;
    padding-left: 40px;
    font-weight: 500;
}

.about-me-image-dimensions {
    margin-top: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
}

.get-in-touch-banner {
    background-position: left -70px bottom;
}

/* ----------------------------------------FAQ page----------------------------------------------- */
.faq-title {
    font-size: 40px;
    padding-top: 10px;
}

.faq-image {
    display: none;
}

.more-questions-text {
    font-size: 30px;
}

.FAQ-subheadings {
    font-size: 27px;
    
}


faq-page-button-custom {
    padding-top: 11px;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 11px;
}

.accordion-button {
    background-color: #F5F5F5;
    font-size: 12px;
}

.accordion-body {
    font-size: 12px;
}

.faq-banner {
    background-image: url(../Assets/faq/faq-banner.png);
    background-size: cover;
    height: 300px;
    text-transform: uppercase;
    padding-top: 120px;
    padding-left: 49px;
}

}

@media only screen and (max-width : 576px) {

    .mobile-header-title2{
        font-family: 'Bodoni Moda', serif;
        padding-top: 28px;
        padding-bottom: 15px;
        padding-left: 11px;
        position: fixed;
        background-color:#F5F5F5;
        z-index: 100;
        display: block;
    }


    .mobile-header-title{
        display: block;
    
    }
    .hero-bg{
        display: none;
    }
    
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .container{
        padding-right: var(--bs-gutter-x,.0rem);
        padding-left: var(--bs-gutter-x,.0rem);
    }

    .warsha-home-image {
        height: auto;
        width: 257px;
        margin-left: -90px;
        padding-top: 168px;
    }

    .welcome-text {
        text-align: center;
        padding-top: 70px;
        font-size: 45px;
        padding-right: 60px;
        font-family: "Roboto", sans-serif;
        font-weight: 100;
        font-style: normal;
    }

    .cursive-title-mobile {
        text-align: right;
        font-size: 36px;
        padding-top: 67px;
        padding-right: 44px;
    }

    .intro-text-mobile {
        text-align: right;
        font-size: 12px;
        padding-right: 39px;
        padding-top: 7px;
    }

    .home-horizontal-line {
        margin-left: 50px;
        margin-right: 50px;
    }

    .header-title {
        font-size: 20px;
    }

   

    .sidebar {
        display: block;
    }

    

    /* section 3 */
    
.banner-3 {
    background-image: url(/Assets/Home/banner-3.png);
    background-size: cover;
    height: 380px;
    background-position-x: center;
    
}

.video-text {
    padding-top: 130px;
    padding-right: 12px;
    padding-left: 20px;
    font-size: 12px;
}


 

.cursive-title-custom {
    padding-top: 65px;
    padding-left: 20px;
}




.video-btn-custom {
    margin-left: 17px;
}




.gallery-title {
    font-family: 'Bodoni Moda', serif;
    font-size: 20px;
    padding-left: 30px;
    padding-top: 40px;
    color: white;
}

.gallery-text h3 {
    font-family: sans-serif;
    font-size: 13px ;
    padding-left: 32px;
    color: #404040;
}

.gallery-image {
    padding: 15px 40px 0px 40px;
}

/* MAKE line-height 0.9 for CREATIVE GALLERY + fix spacing of video + chnage distancee between "check out video" lines + fix width of blue background*/


.custom-gallery-btn { 
    font-family: sans-serif;
    font-size: 10px;
    color: white;
    background-color: transparent;
    border: 1px solid white;
    transition: color 0.3s, background-color 0.3s, border 0.3s;
    padding: 10px 20px 10px 20px
}

.custom-gallery-btn:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
}

.slide .quote-icon {
    font-size: 20px;
    color: #8194AE;
}

:root {
    --swiper-theme-color:#8194ae !important; 
    --swiper-navigation-size: 25px !important;
}

.testimonial-title {
    font-size: 30px;
}

.container-slider {
    padding-right: 20px;
    padding-left: 20px;
 }
 
 .slide p {
     padding: 0 45px;
     font-size: 12px;
     padding-top: 62px;
     margin-top: 40px;
    
 }

 .client-reviews {
    margin-bottom: 45px;
 }

.client-reviews-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.get-in-touch-text {
    font-size: 33px;
}


.faq-bottom-banner {
    padding-right: 43px;
}



/* ----------------------------------------GALLERY PAGE----------------------------------------------- */
.gallery-welcome-banner {
    height: 360px;
    margin-right: 10px;
    margin-left: 10px;
} 

.gallery-header {
    padding-bottom: 0;
    font-size: 30px;
}

.gallery-parag {
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    padding-left: 66px;
    padding-right: 66px;
}

.gallery-button {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 0px;
}
.image-dimensions {
    padding: 10px;
    padding-top: 15px;
}

/* ---------------------------------------- About Me page ----------------------------------------------- */



.about-me-texts {
    width: 317px;
}

.about-me-image-dimensions {
    margin-left: -20px;
    padding-left: 15px;
}

.about-me-padding {
    padding-right: 0px;
}

.about-me-parag {
    padding-bottom: 6px;
    font-size: 12px;
}
/* ----------------------------------------FAQ page----------------------------------------------- */
.faq-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 18px;
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1;
}

.contact-subheadings {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 16px;
}

.faq-banner {
    background-image: url(../Assets/faq/faq-banner-mobile.png);
    background-size: cover;
    text-transform: uppercase;
    height: 300px;
    padding-left: 28px;
    padding-top: 85px;
}

.more-questions-text {
    font-size: 33px;
    margin-top: 0px;
    padding-bottom: 10px;
}

.faq-page-button-custom {
    padding: 10px 15px 10px 15px;
    margin-top: 67px;
    font-size: 10px;
}

.faq-button-padding { 
    margin-top: -58px;
}



.contact-form {
    padding-left: 20px;
    padding-right: 20px;
}



/* ----------------------------------- CONTACT page  ---------------------------------------- */



.contact-border {
    font-size: 12px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.socials-2 {
    padding-top: 10px;
}

.submit-form-padding {
    padding-right: 20px;
    padding-left: 20px;
}

.footer {
    font-size: 9px;
}

.submit-button {
    font-family: sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    padding: 13px;
}

}
