@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,200;0,300;0,500;0,600;0,800;0,900;1,500&display=swap');

* {
    font-family: 'Urbanist', sans-serif;
}

html {
    scroll-behavior: smooth;
}


:root {
    --primary: #a95c18;
    --dark: #21252f;
    --body: #888;
    --box-shadow: 0 8px 22px rgba(0,0,0,0.2);
    --background: #fff;
}

body {
    font-family: 'Urbanist', sans-serif;
    line-height: 1.7;
    color: var(--body);
}

h1,h2,h3,h4,h5,h6,
.display-4 {
    color: var(--dark);
    font-family: 'Urbanist', serif;
}

li {
    list-style: none;
}

.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: #d46825;
    color: #d46825;
    transition: background-color, color 1.2s;
}

.btn:hover {
    background-color: #d46825;
}

.btna {
    background-color: #d46825;
    border-radius: 5px;               
    padding: 3px 10px;
    color: #fff;
    border: #d46825;
}







.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-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    animation: animate 20s linear infinite 0s;
}

.wrapper li:nth-child(1) span {
    background-image: url(../images/0.jpeg);
    background-color: rgba(0, 0, 0, 0.6);
    background-attachment: fixed;
    background-blend-mode: overlay;
    background-position: top;
}

.wrapper li:nth-child(2) span {
    background-image: url(../images/1.jpeg);
    background-color: rgba(0, 0, 0, 0.6);
    background-attachment: fixed;
    background-blend-mode: overlay;
    animation-delay: 5s;
    background-position: top;
}

.wrapper li:nth-child(3) span {
    background-image: url(../images/2.jpeg);
    background-color: rgba(0, 0, 0, 0.6);
    background-attachment: fixed;
    background-blend-mode: overlay;
    animation-delay: 10s;
    background-position: top;
}

.wrapper li:nth-child(4) span {
    background-image: url(../images/12.jpeg);
    background-color: rgba(0, 0, 0, 0.6);
    background-attachment: fixed;
    background-blend-mode: overlay;
    animation-delay: 15s;
    background-position: top;
}

  .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: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}


.taste {
    font-size: 70px;
    font-weight: bold;
    color: #fff;
    font-family: 'Urbanist', serif;
}

.best {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    font-family: 'Urbanist', 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: 'Urbanist', serif;
    font-weight: 500;
    margin: 10px 0;
}

.course-col a {
    color: #d46825;
}






.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: #d46825;
}

.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), #d46825);
    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: 'Urbanist', 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), #d46825);
    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: 'Urbanist', 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: 'Urbanist', sans-serif;
}


.btn-area a {
    background: linear-gradient(to right,#f89b62,#d46825);
    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: #d46825;
    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: 400px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #d46825;
    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: 'Urbanist', sans-serif;
}



@media screen and (max-width: 768px){
    .taste {
        font-size: 30px;
    }

    .mission {
        flex-direction: column;
    }

    .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;
    }

    .list-core {
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 300px;
    }
}

