@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,600;0,700;0,800;1,700;1,800&family=Ubuntu:wght@400;500;700&display=swap');

* {
    font-family: 'Plus Jakarta Sans', sans-serif;

}

html {
    scroll-behavior: smooth;
}


:root {
    --primary: #08631c;
    --dark: #21252f;
    --body: #888;
    --box-shadow: 0 8px 22px rgba(0,0,0,0.2);
    --background: #fff;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1.7;
    color: var(--body);
}

h1,h2,h3,h4,h5,h6,
.display-4 {
    color: var(--dark);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
}

.navbar {
    box-shadow: var(--box-shadow);
    background: transparent;
}

.navbar-brand img {
    width: 50px;
}

a {
    color: var(--dark);
    text-decoration: none;
}

.btn {
    background-color: #fff;
    border: #08631c;
    color: #08631c;
    transition: background-color, color 1.2s;
}

.btn:hover {
    background-color: #08631c;
}

.btna {
    background-color: #08631c;
    border-radius: 5px;               
    padding: 3px 10px;
    color: #fff;
    border: #08631c;
}







.wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrapper, 
.wrapper::after {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 0;
}

.wrapper li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* -webkit-background-size: cover; */
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    animation: animate 30s linear infinite 0s;
}

.wrapper li:nth-child(1) span {
    background-image: url(../images/slide1atl.jpg);
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-attachment: fixed;
    background-blend-mode: overlay;
}

.wrapper li:nth-child(2) span {
    background-image: url(../images/slide2atl.jpg);
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-attachment: fixed;
    background-blend-mode: overlay;
    animation-delay: 5s;
}

.wrapper li:nth-child(3) span {
    background-image: url(../images/slide3atl.jpg);
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-attachment: fixed;
    background-blend-mode: overlay;
    animation-delay: 10s;
}


.wrapper li:nth-child(4) span {
    background-image: url(../images/slide4atl.jpg);
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-attachment: fixed;
    background-blend-mode: overlay;
    animation-delay: 15s;
}

.wrapper li:nth-child(5) span {
    background-image: url(../images/slide5atl.jpg);
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-attachment: fixed;
    background-blend-mode: overlay;
    animation-delay: 20s;
}

.wrapper li:nth-child(6) span {
    background-image: url(../images/slide6atl.jpg);
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-attachment: fixed;
    background-blend-mode: overlay;
    animation-delay: 25s;
}



  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

@keyframes animate {
    0% {
        opacity: 0;
    }

    8% {
        opacity: 1;
        /* transform: scale(1.05); */
    }

    17% {
        opacity: 1;
        /* transform: scale(1.1); */
    }

    25% {
        opacity: 0;
        /* transform: scale(1.05);  */
    }

    100% {
        opacity: 0;
    }
}

.contain {
    position: absolute;
    top: 100%;
    left: 100%;
    text-align: center;
    transform: translate(-135%, -135%);
}


.taste {
    font-size: 85px;
    font-weight: bold;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.best {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
}



/* Our Mission */
.cont {
    text-align: center;
    padding: 40px;
    /* color: #6c0101; */
    border-radius: 10px;
    margin-right: 20px;
    background-color: rgba(75, 29, 29, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.img-div {
    display: inline-block; 
}

.img-div img {
    width: 50px;
}

.mission {
    display: flex;
    justify-content: space-between;
    align-items: center;
}









.box {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.course-col {
    flex-basis: 31%;
    background: #f3f4ff;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
}

.course-col img {
   
}

.course-col h3 {
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    margin: 10px 0;
}

.course-col a {
    color: #08631c;
}






.section-padding {
    margin-top: 100px;
    margin-bottom: 100px;
}


.col-lg-6 img {
    width: 90%;
}

.under {
    /* margin-top: 100px; */
}

.under img {
    width: 30%;
}

.under i {
    font-size: 40px;
    color: #08631c;
}

.single-blog {
    transition: all 0.3s ease 0s;
}

.single-blog:hover {
    transform: translateY(-10px);
}

.single-blog .post-img {
    position: relative;
}

.single-blog .post-img img {
    max-width: 100%;
    height: auto;
}

.single-blog .post-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.1), #08631c);
    transition: all 0.3s ease 0s;
}

.single-blog:hover .post-img::after {
    opacity: 1;
}

.single-blog .single_blog {
    border-top: none;
    padding: 25px 20px 25px;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

.single-blog .post-title {
    margin: 0 0 15px 0;
    font-size: 20px;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.single-blog .blog-text {
    font-size: 15px;
    line-height: 23px;
    margin: 7px 0 10px;
    font-family: 'DM Sans', sans-serif;
}







.services-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, auto));
    align-items: center;
    gap: 2.5rem;
    margin-top: 5rem;
}

.card {
    /* background-color: rgba(75, 29, 29, 0.08); */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 35px 45px;
    border-radius: 8px;
    transition: all .45s ease;
}

.s-icons img {
   width: 100%;
   margin-bottom: 20px;
}

.box h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 15px;
}

.box p {
    color: var(--text-color);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 25px;
}

.read {
    display: inline-block;
    padding: 8px 18px;
    background: var(--title-color);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    transition: all .45s ease;
}

.read:hover {
    letter-spacing: 1px;
    background: #555;
    color: #fff;
}

.box:hover {
    transform: translateY(-8px);
}

.card:hover {
    box-shadow: var(--box-shadow);
}






.single-blog {
    transition: all 0.3s ease 0s;
}

.single-blog:hover {
    transform: translateY(-10px);
}

.single-blog .post-img {
    position: relative;
}

.single-blog .post-img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.single-blog .post-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.1), #08631c);
    transition: all 0.3s ease 0s;
}

.single-blog:hover .post-img::after {
    opacity: 1;
}

.single-blog .single_blog {
    border-top: none;
    padding: 25px 20px 25px;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

.single-blog .post-title {
    margin: 0 0 15px 0;
    font-size: 20px;
    color: #333;
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.single-blog .blog-text {
    font-size: 15px;
    line-height: 23px;
    margin: 7px 0 10px;
    font-family: 'DM Sans', sans-serif;
}


.btn-area a {
    background: linear-gradient(to right,#1fda48,#08631c);
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 11px 22px;
    margin: 10px 0 10px;
    border: none;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    transition: all .2s ease-in-out 0s;
}





/* footer */

footer {
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    background: #08631c;
    color: #fff;
    padding: 100px 0 30px;
    font-size: 13px;
    line-height: 20px;
}

.foot {
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.col {
    flex-basis: 25%;
    padding: 30px;
}

.logo {
    width: 90px;
    margin-bottom: 10px;
}

.col h3 {
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
    color: #fff;
}

.social-icons i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #08631c;
    background: #fff;
    margin-right: 15px;
    cursor: pointer;
    padding: 5px 5px;
}

.col p i {
    margin-right: 5px;
    color: #fff;
    font-size: 20px;
}

.col p a {
    color: #fff;
}

.line {
    width: 80%;
    height: 2px;
    background-color: #fff;
    margin: 16px auto 24px auto;
}

.phsps {
    text-align: center;
    width: 95%;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
}



@media screen and (max-width: 768px){
    .taste {
        font-size: 40px;
    }

    .mission {
        flex-direction: column;
    }

    .wrapper li:nth-child(1) span {
    background-image: url(../images/mobile1.jpg);
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-attachment: fixed;
    background-blend-mode: overlay;
    }

    .wrapper li:nth-child(2) span {
        background-image: url(../images/mobile2.jpg);
        /* background-color: rgba(0, 0, 0, 0.6); */
        background-attachment: fixed;
        background-blend-mode: overlay;
        }

        .wrapper li:nth-child(3) span {
            background-image: url(../images/mobile3.jpg);
            /* background-color: rgba(0, 0, 0, 0.6); */
            background-attachment: fixed;
            background-blend-mode: overlay;
            }

            .wrapper li:nth-child(4) span {
                background-image: url(../images/mobile4.jpg);
                /* background-color: rgba(0, 0, 0, 0.6); */
                background-attachment: fixed;
                background-blend-mode: overlay;
                }
    
                .wrapper li:nth-child(5) span {
                    background-image: url(../images/mobile5.jpg);
                    /* background-color: rgba(0, 0, 0, 0.6); */
                    background-attachment: fixed;
                    background-blend-mode: overlay;
                    }

                    .wrapper li:nth-child(6) span {
                        background-image: url(../images/mobile6.jpg);
                        /* background-color: rgba(0, 0, 0, 0.6); */
                        background-attachment: fixed;
                        background-blend-mode: overlay;
                        }
            
    

    .contain {
        position: absolute;
        top: 80%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
    }
    


    .cont {
        margin-bottom: 20px;
    }

    .services-content {
        
        grid-template-columns: none;
      
    }

    .foot {
        flex-direction: column;
    }

    .social-links {
        margin-bottom: 40px;
    }

    .phsps {
        width: 80%;
        margin-left: 20px;
    }
}

@media screen and (max-width: 700px) {
    .phsps {
        width: 80%;
        margin-left: 20px;
    }
}

