﻿

.scroll-bg {
    background-image: url('../images/test9.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 600px;
    padding: 2rem;
    display: flex;
    align-items: center;
    color: white;
}

@media(max-width:1300px) {
    .scroll-bg {
        background-image: url('../images/contactCentered3.png');
        background-position-y:60%;
        
        background-attachment:unset;
        align-items:start
    }

    .tricky-wrap{
        display:flex;
        flex-direction:column;
    }
@media(min-width:1300px){
    .optional-break{
        display:none;
    }
}

.scroll-content{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    color:white!important;
}

.subtitle{
    font-size:1.4rem;
    font-family: 'Sorts Mill Goudy', serif;
    font-style: italic;
    color:white;
}

.title{
    font-size: 3rem;
        font-family: 'Sorts Mill Goudy', serif;
        color: white;
}



.laurens-name {
    white-space: nowrap !important;
    font-size: 6rem !important;
    margin-right: 1rem;

}

.introText {

    font-family: "Sorts Mill Goudy", serif;
    font-style: italic;
    font-size: 1.5rem;
    /* color: rgb(40,40,40); */
}

.qualification {
    font-size: 2rem;
}

.introButtons {
    width: 200%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap !important;


}

.introButtons button {
    font-size: 1.2rem !important;
    background: linear-gradient(135deg, #D8A97A, #FF9E6C)!important;
}

.button, .btn{
    background:none;
    background: linear-gradient(135deg, #D8A97A, #FF9E6C) !important;
}

.introSubtitle {
    font-size: 1.5rem;
}

/* About section */
/*.ab-sec-image-side {
    overflow: visible;
    position: relative;
    z-index: 2;
}

.ab-sec-image-side img {
    border-top-right-radius: 40px;
    width: 100%;
    height: auto;
    position: absolute;
    top: -5%;
    left: 10%;
    z-index: 1;
}

.ab-sec-text-side {
    background-color: white;
    border-bottom-right-radius: 40px;
    z-index: 3;
    padding: 30px;

}

.ab-sec-text-side p {
    font-family: "Sorts Mill Goudy", serif;
    font-style: italic;
    font-size: 1.2rem;
}*/


.imgCnt {
    position: relative;
    width: 100%;
}

.imgCnt img {
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    width: 100%;
    height: auto;
}

/*.pitchCnt {
    background-color: white;
    font-family: "Sorts Mill Goudy", serif;
    font-style: italic;
    font-size: 1.7rem;
    color: rgba(40, 40, 40, 0.404);
    padding: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: absolute;
    top: 150px;
    left: 30%;
    z-index: 10000 !important;
    margin-top: 1rem;
    width: 150%;
}

.pitchCnt::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 1px;*/
    /* Thickness of the line */
    /*height: 100%;
    background-color: #fc4230;*/

    /* Line color */
/*}*/


.emailTitle{
    font-size:5rem !important;
    text-align: start;
}

.emailSubtitle{
    font-size:2rem!important;
}



/*  */

/*Loader*/
/*--------------------------------------------------------------*/
/*Loader*/
.loader {
    width: 100px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 16px solid #FF9E6C;
    animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
    position: absolute; /* ✅ fixed instead of absolute */
    /*left: 45%;*/
    left: 42%;
    top: 30%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
}

@media(max-width:650px) {
    .loader {
        left: 35%;
    }
}

@media(max-width:400px) {
    .loader {
        left: 32%;
    }
}

@media(max-width:300px) {
    .loader {
        left: 28%;
    }
}

@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0% )
    }

    12.5% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0% )
    }

    25% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100% )
    }

    50% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100% )
    }

    62.5% {
        clip-path: polygon(50% 50%,100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100% )
    }

    75% {
        clip-path: polygon(50% 50%,100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100% )
    }

    100% {
        clip-path: polygon(50% 50%,50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100% )
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0deg)
    }

    100% {
        transform: scaleY(-1) rotate(-135deg)
    }
}
/*Loader end*/



.success-message {
    background-color: #ecfdf5;
    color: #10b981;
    padding: 15px;
    border-radius: 8px;
    font-size: 1rem;
    margin-top: 20px;
    text-align: center;
    border: 1px solid #a7f3d0;
}

.error-message {
    background-color: #fef2f2;
    color: #ef4444;
    padding: 15px;
    border-radius: 8px;
    font-size: 1rem;
    margin-top: 20px;
    text-align: center;
    border: 1px solid #fecaca;
}







