
html{
    max-width: 100vw;
    width: 100vw;
    overflow-x: hidden !important;
}

body{
    background-image: url(../../../images/bg.jpg);
    background-position-y: 0px ;
    background-position-x: 0px;
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    background-color: color-mix(in srgb,var(--main-bg) 20%, rgb(0,0,0));
}

.logo-big {
    margin-top: 60px;
    margin-bottom:25px;
    width: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
}


.social-icons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    height:35px;
}
.social-icons img {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    transition: transform 0.5s ease;
}
.social-icons img:hover {
    transform: scale(1.3);           
}

.logo-contact{
    font-size:0.9rem;
    margin-top:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    color : var(--text-color-brown);
    font-family: 'Quicksand';
    color: var(--main-bg);
    /* height:15px; */
}
.logo-contact img{
    width: 20px;
    height: 20px;
    margin-right:5px;
    filter: invert(50%) sepia(100%) saturate(1000%) hue-rotate(0deg) brightness(70%) contrast(100%);
}
.logo-contact a{
    margin : 5px;
    transition: 0.5s ease;
    color: var(--main-bg);
}
.logo-contact a:hover{
    font-size:13px;
    font-weight:700;
}

.welcome-img{
    min-height: 80vh;
    background-image: url(../../../images/fl2.png);
    background-position: center 115%;
    background-repeat: no-repeat;
    background-size: 35%;
    background-color: color-mix(in srgb, var(--main-bg) 75%, rgb(255, 255, 255)) !important;
}

.side-card-grid-main{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
    justify-items: center;
    text-align: end;
    font-size: 50px;
    font-family: "Agdasima-Bold";
    line-height: 45px;
    height: 81vh;
    padding-left: 20%;
    padding-right: 20%;
}

.side-card-grid{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
    align-items: center;
    justify-items: center;
    text-align: end;
    font-size: 2rem;
    font-family: 'Quicksand';
    line-height: 35px;
    height: 70vh;
}

.side-card-grid-patch-1{
    margin-left:-15px; 
    margin-right: -15px;
}

.side-card-grid-patch-2{
    grid-template-columns: 2fr 1fr;
}

.side-card-grid-patch-3{
    grid-template-columns: 2fr 1fr;
}

.side-card-grid-bg-1{
    background-color: color-mix(in srgb, var(--main-bg) 30%, rgb(255,255,255));
}

.side-card-grid img{
    max-width: 20vw;
    object-fit: contain;
    align-self: center;
}

.side-card-grid-2{
    display: grid;
    grid-template-columns: repeat(5,minmax(0,25%));
    gap: 20px;
    align-items: center;
    margin: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.side-card-color-2{
    background-color: color-mix(in srgb, var(--main-bg) 75%, rgb(255, 255, 255)) !important;
}

.my-card{
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    justify-items: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.158);
    color: rgb(255, 255, 255);
    min-height: 350px;
    padding: 15px;
    box-shadow: rgba(54, 54, 54, 0.5) 2px 2px 5px; 
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    cursor: pointer;
}

.my-card:hover{
    transform: scale(1.1);
}

.my-card .header{
    font-family: 'Agdasima-bold';
    font-size: 25px;
}

.my-card .des{
    font-size: 0.8em;
}

.my-card img{
    width: 70%;
    margin-top: 10px;
}

.more-courses-wrapper{
    display: grid;
    grid-template-columns: 1fr;
    justify-items: end;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}

.more-courses-wrapper img{
    width: 20px;
}

.home-hr{
    width: calc(100% - 40px);
    margin-left: 20px;
}

.button-2{
    font-family: 'Quicksand';
    font-size: 1rem;
    min-width: fit-content;
}

.side-card-grid-buttons-wrapper{
    display: flex;
    gap : 10px;
    margin-top:50px;
}


.catering-img{
    max-width: 50vw;
    margin-right:100px;
}


.img1{
    max-width: 30vw !important;
    margin-left:200px; 
    width: 600px;
}


@media (width < 980px) {
    body{
        background-position-y: 0 ;
        background-position-x: 0;
        background-size : auto 100vh;
        background-repeat: no-repeat;
        max-width: 100vw;
        width: 100vw;
        overflow-x: hidden !important;
    }

    .img1{
        margin-left:0px; 
        max-width:100% !important; 
        width: unset;
    }
    

    .side-card-grid{
        margin-right: 20px;
    }

    .side-card-grid img{
        max-width: 100%;
        object-fit: contain;
        align-self: center;
    }

    .side-card-grid-2{
        grid-template-columns: 1fr 1fr 1fr;
        text-align: center;
    }

    .side-card-grid-main{
        display: inline;
        margin-top: 0px;
        line-height: unset;
    }

    .logo-contact {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        margin-top: 50px;
    }

    .logo-big{
        margin-bottom: 0px;
    }

    .catering-img{
        max-width: 95vw;
        margin: 0px;
    }

}

@media (width < 680px) {
    .side-card-grid{
        grid-template-columns: 1fr;
        text-align: end;
        margin: 0px;
        margin-top: 15px;
        height: unset;
        padding: 0px;
        
    }



    .side-card-grid-2{
        margin-top: 100px;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .button-2{
        max-width: unset;
        width: 100%;
    }

    .side-card-grid-buttons-wrapper{
        margin-top:50px;
        display: grid;
        grid-template-columns: 1fr;
    }

    .side-card-grid-patch-1{
        margin-left:-15px; 
        margin-right: -15px;
        padding: 15px;
    }

    
}

@media (width < 440px) {
    .side-card-grid-2{
        grid-template-columns: 1fr;
        text-align: center;
    }
}


