* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Alegreya Sans', sans-serif, 'Oi';
}

html {
    scroll-behavior: smooth;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

iframe {
    width: 430px;
    height: 400px;
}



/* =================== navBar =================== */

.xlogo, .check, .menu-btn, .drawer-menu  {
    display: none;
}

.navbar {
    background-color: #49282E;
    height: 95px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 1fr);
}

.logo {
    margin: auto;
    grid-column: 1 / 2;
}

.logo img {
    height: 55px;
}

.menu {
    margin: auto;
    grid-column-start: 5;
    grid-column-end: 7;
}

.menu a {
    width: 37px;
    height: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.5px;
    color: #F7F7F7;
    margin-left: 30px;
}

.hover-menu {
    border: 1px solid;
    -webkit-mask: 
    conic-gradient(red,red)
    var(--_i,200%) 0  /200% var(--_i,8px) border-box no-repeat,
    
    conic-gradient(red,red)
    0   var(--_i,200%)/var(--_i,8px) 200% border-box no-repeat,
    
    linear-gradient(red 0 0) padding-box no-repeat;

    padding: 10px 20px;
}

.hover-menu:hover {
    --_i: 100%;
    transition: .3s, -webkit-mask-size .3s .3s;
}



/* =================== Slider =================== */

.mySlides {
    height: calc(100vh - 85px);
    width: 100%;
    object-fit:cover; /* if comment strech, if not cut */
}

.dots {
    text-align: center;
    margin-top: -50px;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
  
.active-dot {
    background-color: #717171;
}


/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

/* =================== unsli =================== */


.unsli {
    /* align-items: center; */
    text-align: center;
    margin: 13% auto;
}

.unsli h1, h3 {
    color: #49282E;
    letter-spacing: 1px;
}


/* =================== Boxes =================== */

.box-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    padding: 25px 3% 30px;
    /* background-color: blue; */
    margin-top: 100px;
}

#br1, #br4 {
    background-color: #49282E;
}

#br1 h1, #br4 h1{
    color: #D6B85C;
}

#br2, #br5 {
    background-color: white;
}

#br2 h1, #br5 h1 {
    color: #49282E;
}
#br2 p:nth-child(1){
    color: white;
}

#br3, #br6 {
    background-color: #D6B85C;
}

#br3 h1, #br6 h1{
    color: #FFF;
}

.box-row h1 {
    grid-column: 2;
    padding-top: 40px;
    letter-spacing: 10px;
}

.box-row img {
    grid-column: 2;
}

.box {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 10%;
    width: 95%;
    height: 35rem;
    background-color: gray;
    color: #fff;
    cursor: pointer;
    place-items: center;
    
}

#b1 p, #b2 p, #b3 p {
    color: white;
}
.box p {
    text-align: center;
    margin: auto;
    opacity: 0;
    width: 80%;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15% 10%;
    transition: 0.4s ease-in-out;
    grid-column: 1;
    font-size: 1.3rem;
    background-repeat: no-repeat;
}
.box:hover p {
    opacity: 1;
    transition: 0.4s ease-in-out;
}

.box h4 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 3px;
    transition: 0.3s ease-in-out;
}
.box:hover h4 {
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.barr {
    margin-top: 2%;
    height: auto;
    width: 10%;
}

#br1 div:nth-child(1) {
    background-image: url("images/b2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#br1 div:nth-child(2) {
    background-image: url("images/b1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#br1 div:nth-child(3) {
    background-image: url("images/b3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#br2 div:nth-child(1) {
    background-image: url("images/b4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#br2 div:nth-child(2) {
    background-image: url("images/b5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#br2 div:nth-child(3) {
    background-image: url("images/b6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#br3 div:nth-child(1) {
    background-image: url("images/b8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#br3 div:nth-child(2) {
    background-image: url("images/b7.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#br3 div:nth-child(3) {
    background-image: url("images/b9.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}


#br4 div:nth-child(1) {
    background-image: url("images/b10.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#br4 div:nth-child(2) {
    background-image: url("images/b11.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#br4 div:nth-child(3) {
    background-image: url("images/b12.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#br5 div:nth-child(1) {
    background-image: url("images/b13.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#br5 div:nth-child(2) {
    background-image: url("images/b14.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#br5 div:nth-child(3) {
    background-image: url("images/b15.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#br6 div:nth-child(1) {
    background-image: url("images/b16.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#br6 div:nth-child(2) {
    background-image: url("images/b17.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#br6 div:nth-child(3) {
    background-image: url("images/b18.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

/* =================== gallery =================== */

.grid-gallery {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 150px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
    grid-gap: 10px;
}


.grid-gallery .grid-item {
    position: relative;
    background-color: #efefef;
    overflow: hidden;
}


.grid-gallery .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.grid-gallery .grid-item:hover img {
    transform: scale(1.1);
}


.grid-gallery .grid-item:nth-child(3n - 2) {
    grid-column: span 2;
    grid-row: span 2;
}





/* =================== about =================== */


.abouth1 {
    display: grid;
    place-content: center;
    margin: 15% 15% 20% auto;
    margin-bottom: 20%;

}
.abouth1 h1 {
    font-size: 3rem;
    letter-spacing: 3px;
    font-family: 'Oi';
    font-weight: 100;
    color: rgb(50, 50, 50);
}


.about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: auto 10%;
    margin-bottom: 10%;
}


.about p {
    text-align: center;

    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin-right: 10%;
    z-index: 1;
}

.about img {
    position: relative;
    bottom: 30%;
    width: 80%;
    z-index: 0;
    box-shadow: 50px -30px #49282E;
}

.aboua {
    margin: 10%;
}

.aboua a {
    padding: 2%;
    color: #49282E;
    border: 1px solid #49282E;
    transition: .3s ease-in-out;
}

.aboua a:hover {
    background-color: #D6B85C;
    color: white;
    transition: .3s ease-in-out;
    border: none;
}


.abox-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    padding: 0 5% 4% 5%;
    gap: 1%;
    background-color: #D6B85C;
}

.abox:nth-child(2) {
    background-image: url("images/ΑΓΓΕΛΙΚΗ.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.abox:nth-child(3) {
    background-image: url("images/ΑΛΕΞΑΝΔΡΟΣ.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.abox:nth-child(4) {
    background-image: url("images/vasilikou.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.abox:nth-child(5) {
    background-image: url("images/ΣΟΦΙΑ_ΚΑΠΟΛΑ.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.abox:nth-child(6) {
    background-image: url("images/ΤΙΜΟΛΟΓΟΣ_SALSARUEDA.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.abox:nth-child(7) {
    background-image: url("images/ELENA.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.abox-row h1 {
    grid-column: 1 / -1;
    margin: 7% auto;
    color: #FFF;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 3px;
}

.abox {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 10%;
    height: 35rem;
    background-color: gray;
    color: #fff;
    cursor: pointer;
    background-repeat: no-repeat;
}


.abox p {
    text-align: center;
    margin: auto;
    opacity: 0;
    width: 80%;
    font-size: 1.5rem;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10% 5%;
    transition: 0.4s ease-in-out;
}

.abox:hover p{
    opacity: 1;
    transition: 0.4s ease-in-out;
}

.abox h4 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 3px;
    padding-left: 6%;
    transition: 0.4s ease-in-out;
}

.abox:hover h4 {
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.xaboua {
    display: none;
}




/* =================== contact =================== */


.find-us {
    /* background-color: lightblue; */
    padding: 10rem 11rem 10rem 0;
    width: 100%;
}

.find-us h1 {
    /* float: right; */
    font-size: 3rem;
    font-family: sans-serif;
    letter-spacing: 7px;
    color: #49282E;
    float: right;
}


.outer-div {
    display: flex;
    /* background-color: red; */
    justify-content: center;
    gap: 0.5rem;
    /* width: 100%;   */
}

.school {
    background-color: #49282E;
    padding: 10px;
    /* width: 450px; */
}

.school h1 {
    margin-top: 2rem;
    color: #D6B85C;
    margin-left: 20px;
}

.school ul {
    /* display: inline-block; */
    list-style: none;
    margin-top: 3rem;
}

.school i {
    margin-right: 0px;
    height: 50px;
    margin-left: 40px;
    
}

.school  ul li p {
    display: inline-block;
    width: 250px;
    margin-left: 30px;
    color: #D6B85C;
    
    /* float: right; */
}

.school iframe {
    max-width: 400px;
    /* height: 400px; */
    min-width: 200px;
}

.button {
    border: 2px solid #D6B85C;
    display: block;
    padding: 0.9rem 2rem;
    color: #D6B85C;
    text-align: center;
    margin: 1rem 0 0 0;
    transition: 0.3s ease-in-out;
}


.button:hover {
    color: white;
    border: 2px solid #D6B85C;
    background-color: #D6B85C;
    transition: 0.3s ease-in-out;
}

/* === .school-2 ===== */

/* .school-2 {
    background-color: #49282E;
    padding: 10px;

}

.school-2 h1 {
    margin-top: 2rem;
    color: #D6B85C;
    margin-left: 20px;
}

.school-2 ul {
    list-style: none;
    margin-top: 3rem;
}

.school-2 i {
    margin-right: 0px;
    height: 50px;
    margin-left: 40px;
    
}

.school-2 ul li p {
    display: inline-block;
    width: 250px;
    margin-left: 30px;
    color: #D6B85C;
} */


/* ===== texts ======== */


.text-1 p {
    text-align: center;
    letter-spacing: 3px;
    width: 700px;
    margin: 0 auto;
    /* font-family: sans-serif; */
    /* font: weight 1px; */
}

.text-1 h1 {
    margin: 15rem 0 5rem 0;
    text-align: center;
    color:#49282E;
}


.text-2 p {
    text-align: center;
    letter-spacing: 3px;
    width: 700px;
    margin: 0 auto;
}

.text-2 h1 {
    margin: 5rem 0;
    text-align: center;
    color:#49282E;
}






/* =================== footer =================== */


footer {
    /* background-color: whitesmoke; */
    height: 20%;
    display: grid;
    grid-template-columns: 1;
    align-items: center;
    border-bottom: 1px solid;
    padding-bottom: 5%;
}

footer div {
    margin-bottom: 5%;
}

.flogo {
    display: grid;
    grid-template-columns: 1fr 2% 2% 2%;
    margin-left: 9%;
    margin-right: 15%;
    margin-top: 10%;
    gap: 20px;
}

.flogo a {
    color: #49282E;
    font-size: 25px;
    transition: 0.1s ease-in-out;
    margin: auto 0;
}
.flogo a:hover {
    color: #D6B85C;
    transition: 0.1s ease-in-out;
}

.fmenu {
    display: grid;
    grid-template-columns: 20% 80%;
    margin-left: 12%;
}

.fmenu p {
    grid-column: 1;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #49282E;
}

.fmenua a{
    padding: 10px 20px;
    transition: 0.1s ease-in-out;
}
.fmenua a:hover{
    color: #D6B85C;
    transition: 0.1s ease-in-out;
}

.fmenu a {
    color: black;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
}

.epapa {
    display: grid;
    grid-template-columns: 3fr 1fr 3fr 1fr 3fr;
    align-items: center;
    padding: 0 5%;
}

.epapa p {
    margin: 3% 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #49282E;
}

.epapa div:nth-child(1) {
    padding-left: 20%;
}

.epapa div:nth-child(1), .epapa div:nth-child(4), .epapa div:nth-child(7) {
    display: grid;
    grid-template-columns: 10% 1fr;
    gap: 8%;
}

.epapa div:nth-child(1) i, .epapa div:nth-child(4) i, .epapa div:nth-child(7) i {
    margin: auto;
}

.verli {
    border-left: 1px solid #49282E;
    height: 50px;
    margin: auto;
}

.xhr {
    display: none;
}

.outerfooter {
    text-align: center;
    padding: 1%;
}

.outerfooter h5 {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
}




@media screen and (max-width: 960px) {

    /* ========= tablet-phone navbar ========= */

    .navbar {
        display: none;
    }

    .xlogo {
        display: block;
        padding: 5% 3%;
        /* margin-bottom: 50%; */
        /* margin-top: 15%; */
        position: fixed;
        width: 100%;
        background-color: #49282E;
        font-size: 20px;
        letter-spacing: 0.02em;
        color: #F7F7F7;
        z-index: 2;
    }

    .xlogo img {
        height: 45px;
    }



    /* contents */
    .contents {
        box-shadow: 0 -30px 50px 0 rgba(0,0,0,.8);
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
    }

    /* drawer menu */
    .drawer-menu {
        position: fixed;
        display: block;

        top: 0;
        right: 0;
        width: 300px;
        height: 100%;
        padding: 120px 0;
        background: #49282E;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: perspective(500px) rotateY(-90deg);
        transform: perspective(500px) rotateY(-90deg);
        opacity: 0;
        text-align: center;
    }

    .drawer-menu li a {
        line-height: 65px;
        font-size: 14px;
        color: #fff;
        -webkit-transition: all .8s;
        transition: all .8s;
    }
    .drawer-menu li p {
        font-size: 14px;
        color: #fff;
        -webkit-transition: all .8s;
        transition: all .8s;
        margin-top: 40vh;
    } 

    /* checkbox */
    .check {
        display: none;
    }

    /* menu button - label tag */
    .menu-btn {
        position: fixed;
        /* top: 20px; */
        right: 40px;
        display: block;
        margin: 5% 2%;
        width: 40px;
        height: 40px;
        font-size: 10px;
        text-align: center;
        cursor: pointer;
        z-index: 3;
    }

    .bar {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 1px;
        background: #fff;
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

    .bar.middle {
        top: 15px;
        opacity: 1;
    }

    .bar.bottom {
        top: 30px;
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    .menu-btn__text {
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: auto;
        color: #fff;
        -webkit-transition: all .5s;
        transition: all .5s;
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .menu-btn:hover .bar {
        background: #999;
    }

    .menu-btn:hover .menu-btn__text {
        color: #999;
    }

    .close-menu {
        position: fixed;
        top: 0;
        right: 300px;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0);
        /* cursor: url(http://theorthodoxworks.com/demo/images/cross.svg),auto; */
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        visibility: hidden;
        opacity: 0;
    }

    /* checked */
    .check:checked ~ .drawer-menu {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        z-index: 2;
    }

    .check:checked ~ .contents {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);
    }

    .check:checked ~ .menu-btn .menu-btn__text {
        visibility: hidden;
        opacity: 0;
    }

    .check:checked ~ .menu-btn .bar.top {
        width: 56px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .check:checked ~ .menu-btn .bar.middle {
        opacity: 0;
    }

    .check:checked ~ .menu-btn .bar.bottom {
        width: 56px;
        top: 40px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .check:checked ~ .close-menu {
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        background: rgba(0,0,0,.5);
        visibility: visible;
        opacity: 1;
        z-index: 3;
    }


    /* ========= tablet-phone slider========= */

    .mySlides {
        width: 0%;
        height: 0%;
    }
    .dots {
        display: none;
    }

    /* ========= tablet-phone unsli========= */
    
    .unsli {
        margin-top: 40%;
        margin-bottom: 30%;
    }


    /* ========= tablet-phone footer========= */

   
    .hover-menu {
        border: none;
    }

    .fmenu {
        grid-template-columns: 1fr;
        margin-left: 0;
        text-align: center;
    }

    .fmenu p {
        font-size: 28px;
        margin: 10% auto;
    }

    .fmenua {
        display: grid;
        grid-template-rows: repeat(4, 1fr);
        place-items: center;
    } 

    .fmenu a {
        font-size: 18px;
        margin-bottom: 4%;
    }



    .verli {
        display: none;
    }

    .epapa {
        grid-template-columns: 1fr;
        /* display: grid; */
        grid-template-rows: repeat(3, 1fr);
        
        margin: 10% auto;
    }

    .epapa p {
        font-size: 20px;
    }

    .epapa div:nth-child(4) p:last-child, .epapa div:nth-child(7) p:last-child {
        margin-top: 3%;
    }

    .epapa div:nth-child(1)  {
        padding-left: 0;
        margin: auto;
    }

    .xhr {
        display: block;
        border: 1px solid black;
        width: 10%;
        opacity: 0.5;
        margin: 10% auto;

    }




    /* ========= tablet-phone about ========= */

    .box-row {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .box {
        margin-top: 5%;
    }


    

    /* ========= tablet-phone about ========= */

    .abouth1 {
        margin: auto;

    }

    .abouth1 h1 {
        font-size: 2rem;
        margin-top: 50%;
        margin-bottom: 20%;
        padding-left: 5%;
    }

    .about {
        background-image: url(images/img-59.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        grid-template-columns: 1fr;
        margin: auto auto 20% auto;
    }

    .about p {
        color: white;
        background-color: rgba(0, 0, 0, 0.6);
        /* grid-column: 3; */
        margin: auto 10%;
        padding: 8%;
    }   

    .xaboua {
        display: grid;
        /* background-color: #49282E; */
        place-items: center;
        margin: auto 10%;
        padding-bottom: 8%;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .xaboua a {
        padding: 3%;
        color: white;
        border: 1px solid white;
    }
    
    .xaboua a:hover {
        background-color: #D6B85C;
        color: white;
        transition: .3s;
        border: none;
    }

    .about img, .aboua {
        display: none;
    }

    .abox-row {
        display: block;
    }

    .abox-row h1 {
        text-align: center;
        padding-top: 10%;
    }
    
    .abox-row div {
        margin: 10% auto;
    }
    
    .abox {
        width: 80%;
    }



    /* ========= tablet-phone contact ========= */
    .outer-div {
        place-items: center;
        display: flex;
        flex-direction: column;
        /* background-color: red; */
        /* justify-content: center; */
        gap: 0.5rem;
        /* width: 100%;   */
    }



    .find-us {
        /* background-color: lightblue; */
        padding: 10rem 8rem 10rem 0;
        width: 100%;
    }

    .find-us h1 {
        /* float: right; */
        font-size: 2rem;
        font-family: sans-serif;
        letter-spacing: 7px;
        color: #49282E;
        float: right;
    }




    .school-1 h1 {
        margin-top: 2rem;
        color: #D6B85C;
        margin-left: 20px;
        font-size: 1.7rem;
    }
    
    
    .school-1 i {
        margin-right: 0px;
        height: 50px;
        margin-left: 40px;
    }
    
    .school-1  ul li p {
        display: inline-block;
        width: 250px;
        margin-left: 30px;
        color: #D6B85C;
        /* font-size: 0.9rem; */
    }
    

    .school-2 h1 {
        margin-top: 2rem;
        color: #D6B85C;
        margin-left: 20px;
        font-size: 1.7rem;
    }


    .school-2 i {
        margin-right: 0px;
        height: 50px;
        margin-left: 40px;
        
    }

    .school-2 ul li p {
        display: inline-block;
        width: 250px;
        margin-left: 30px;
        color: #D6B85C;
        
        /* float: right; */
    }


}




/* =================== phone contact =================== */


@media screen and (max-width: 620px) {

    iframe {
        width: 330px;
        height: 330px;
    }


    .outer-div {
        place-items: center;
        display: flex;
        flex-direction: column;
        /* background-color: red; */
        /* justify-content: center; */
        gap: 0.5rem;
        /* width: 100%;   */
    }



    .find-us {
        /* background-color: lightblue; */
        padding: 10rem 5rem 10rem 0;
        width: 100%;
    }

    .find-us h1 {
        /* float: right; */
        font-size: 1.5rem;
        font-family: sans-serif;
        letter-spacing: 7px;
        color: #49282E;
        float: right;
    }




    .school-1 h1 {
        margin-top: 2rem;
        color: #D6B85C;
        margin-left: 20px;
        font-size: 1.5rem;
    }
    
    
    .school-1 i {
        margin-right: 0px;
        height: 50px;
        margin-left: 40px;
    }
    
    .school-1  ul li p {
        display: inline-block;
        width: 250px;
        margin-left: 30px;
        color: #D6B85C;
        font-size: 0.9rem;
    }
    

    .school-2 h1 {
        margin-top: 2rem;
        color: #D6B85C;
        margin-left: 20px;
        font-size: 1.5rem;
    }


    .school-2 i {
        margin-right: 0px;
        height: 50px;
        margin-left: 40px;
        
    }

    .school-2 ul li p {
        display: inline-block;
        width: 250px;
        margin-left: 30px;
        color: #D6B85C;
        font-family: 0.9rem;
        /* float: right; */
    }


    .text-1 p {
        width: 330px;
        font-size: 0.8rem;
    }

    .text-2 p {
        width: 330px;
        font-size: 0.8rem;
    }


    #sxoli-1 {
        font-size: 1.7rem;
    }

    #sxoli-2 {
        font-size: 1.7rem;
    }

}

/* =================== tablet/phone galley =================== */

@media (max-width: 768px) {
    .grid-gallery {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-auto-rows: 250px;
    }

    .grid-gallery .grid-item:nth-child(3n - 2) {
        grid-column: unset;
        grid-row: unset;
    
    }

}
