/* @import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    color: #f5c332
}

ul {
    margin: 0;
    padding: 0;
}

:root {
    --primary-font: "tilt";
    --secondary-font: "roboto";
}

html {
    scroll-behavior: smooth;
}


body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 100%;
    font-weight: 400;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #f5c332;
}

.main-btn {
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
    transition: all .4s ease-out 0s;
    border: 3px solid #f5c332;
    background: #FFA626;
    border-radius: 30px;
    color: #fff;
}

.header {
    position: sticky;
    top: 0;
    background: #555;
    color: #f1f1f1;
    z-index: 99;
}

/* .main-btn:hover {
    background: transparent;
    color: #f5c332;
} */

.wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* .text-content{
    width: 70%;
    margin: 0 auto;
} */
/* .counter-section h2,
.testimonial-section h2,
.book-food-text h2{
    color: #f5c332;
} */
/* navbar */
.navigation-wrap {
    background: #282B3A;
    box-shadow: 0px 2px 5px 2px #0000007a;
}

.navigation-wrap.scroll-on {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    /* background-color: ; */
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}

/* .navigation-wrap .navbar-brand img {
    width: 208px;
} */

.navigation-wrap .nav-item {
    padding: 0 10px;
    transition: all 200ms linear;
}

.navigation-wrap .nav-item a:hover {
    color: #f5c332;
}

.navigation-wrap .navbar-toggler {
    outline: none;
    border: unset;
    box-shadow: none;
}

.navigation-wrap .nav-link {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
}

.navigation-wrap .main-btn {
    padding: 5px 23px;
    box-shadow: none;
    margin-left: 10px;
}

/* banner */
.top-banner h1 {
    font-size: 50px;
    font-weight: 900;
    font-family: var(--primary-font);
    margin-bottom: 48px;
    color: #231e41;
    text-transform: capitalize;
}

.top-banner p {
    font-size: 16px;
    color: #555;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
}

.top-banner {
    width: 100%;
    background-image: url(../../images/home/banner/background.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 350px 0 150px;
}

/* about */
.about-section h2 {
    font-size: 36px;
    font-weight: 700;
    /* line-height: 21px; */
    color: #231e41;
    text-transform: capitalize;
}

.about-section p {
    font-size: 16px;
    color: #555;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
}

/* team section */
.team_wrapper .card {
    position: relative;
    overflow: hidden;
    border: none;
}

.team_wrapper .team-info {
    /* background-color: var(--secondary-color); */
    background-color: #0B64AD;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 12px;
    margin-bottom: -65px;
    transition: all 0.3s ease-in-out;
}

.team_wrapper .card:hover .team-info {
    margin-bottom: 0;
}

.team_wrapper .card:hover .team-info .team-logo-img {
    transform: rotate(360deg);
}

.team_wrapper .team-info h5,
.team_wrapper .team-info p {
    font-size: 13px;
}

.team_wrapper .team-info .team-logo-img {
    position: absolute;
    right: 3%;
    top: -18%;
    width: 52px;
    height: 50px;
    background: #FFA626;
    border-radius: 50%;
    transform: rotate(0deg);
    transition: all 0.5s;
}

.team_wrapper .team-info .team-logo-img img {
    padding-top: 5px;
}

.team_wrapper .team-info .social-network {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style-type: none;
    background-color: var(--primary-color);
    padding: 20px;
    margin: 20px -20px -20px;
    transition: all 0.3s ease-in-out;
}

.team_wrapper .team-info .social-network li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    font-size: 15px;
    color: var(--text-white);
    display: block;
    border: 1px solid var(--bg-white);
}

/* end team section */


/* start group deal section */

.group_deal .group-deal-heading {
    background-image: url('../../images/home/img/group_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;

}

.group_deal .group-deal-heading h1 {
    font-size: 64px;
}

/* / end group deal section / */

/* / start academy section  / */
.academy_sec .academy {
    background: #3498db;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
    /* padding-bottom: 20px; */
    /* height: 480px; */
    width: 100%;
    margin-top: -8px;
}



.academy_sec .academy .academy_text_heading {
    /* border: 3px solid #ffffff1f; */
    /* height: 350px; */
    text-align: center;
    /* box-shadow: 0px 2px 10px 0px #444; */
    border-radius: 50px;
}
.academy_sec .academy .academy_text_heading .desk{
    display: block;
}
.academy_sec .academy .academy_text_heading .mobile{
    display: none;
}

.academy_sec .academy_sec_heading h1 {
    /* font-size: 64px; */
}

.academy_sec .academy .academy_button .main-btn {
    width: auto;
    background-color: white;
    border: unset;
    color: #0B64AD;
    font-size: 24px;
    font-weight: 500;
}

/* end group deal section */

/* / start counter section / */
.counter {
    background-image: url('../../images/home/img/footer_bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    position: relative;
}

.counter::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--bg-black);
    opacity: 0.5;
    z-index: 1;
}

.counter h1,
.counter p {
    position: relative;
    z-index: 3;
    color: #fff;
}

/* / end counter section / */

/* / start testimonials / */
.review-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4%;
}

.review-section .title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.review-section .title .hrclass {
    color: #000;
    border: 1px solid #4d4d4d;
    opacity: 1;
    width: 55px;
}

.review-section .title span {
    font-weight: 400;
    color: #4d4d4d;
    font-size: 30px;

}

.review-section h3 {
    font-size: 64px;
    line-height: 70px;
    /* background: -webkit-linear-gradient(63.8deg, #7EB634 0%, #3AA5D9 90.37%, #3AA5D9 72.37%); */
    -webkit-background-clip: text;
    background-clip: text;
    /* -webkit-text-fill-color: transparent; */
}


.review-section .review-container {
    display: flex;
    margin-top: 50px;
    gap: 50px;
}

.test-card {
    position: absolute;
    top: 165px;
    left: 0px;
    width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.test-card .para {
    text-align: center;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
}

.test-card .client {
    text-align: center;
    font-weight: 400;
    line-height: 1px;
    font-size: 20px;
    margin-top: 0rem;
}

/* .test-card::before {
    content: '';
    position: absolute;
    height: 100px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fafafa;
    background-image: url("../../images/home/img/comma.png");
    left: calc(50% - 50px);
    top: -40px;

} */

/* .test-card::after {
    content: '';

    position: absolute;
    height: 100px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fafafa;
    background-image: url("../../images/home/img/comma_back.png");
    left: calc(50% - 50px);
    bottom: -35px;
} */

/* / end testimonials / */

/* / footer / */
.footer_wrapper {
    background-image: url('../../images/home/img/footer_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_wrapper h5 {
    color: #fff;
}

.footer_wrapper ul li {
    /* margin: 8px; */
    list-style-type: none;
}

.footer_wrapper .contact-info ul li a {
    color: #FFA626;
}

.footer_wrapper .link-widget li a,
.footer_wrapper p {
    color: #fff;
    font-size: 14px;
    /* padding-left: 24px; */
    position: relative;
    transition: all 0.3s ease-out 0s;
}



.footer_wrapper .link-widget li a:hover {
    color: #FFA626;
    margin-left: 10px;
}

.footer_wrapper .social-network a {
    width: 35px;
    height: 35px;
    margin: 8px;
    line-height: 32px;
    font-size: 14px;
    display: inline-block;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    transition: all 0.3s cubic-bezier(0.645, 0.04500.355, 1);
}

.footer_wrapper .social-network a:hover {
    background-color: pink;
    border-color: #FFA626;
    color: #FFA626;
    transform: translateY(-3px);
    box-shadow: 0 10px 15px rgb(0 0 0 /10%);
}

.footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
}

.footer_wrapper .copyright-section {
    background-color: var(--primary-color);
    padding: 20px 0 5px;
    text-align: center;
}

.footer_wrapper .copyright-section a {
    color: var(--secondary-text);
}
.footer_wrapper .link-widget {
    margin: 0px 137px;
    text-align: left;
}

.footer_wrapper .second_part {
    margin: 0px 130px;
    text-align: left;
}

/* Style for the scroll up button */
.scroll-up-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #3498db;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 15px 20px;
    font-size: 15px;
    cursor: pointer;
    display: none; /* Initially hidden */
  }

  .scroll-up-btn:hover {
    background-color: #2980b9;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }

@media (max-width: 1037px) and (min-width: 768px) {

    .academy_sec .academy .academy_button .main-btn {
        font-size: 20px;
    }

    .owl-item img {
        width: 560px !important;
        height: 350px;
    }
    .test-card {
        top: 160px;
        left: 15px;
        height: auto;
        width: 300px;
    }
    .review-section h3 {
        font-size: 40px;
    }

    .test-card .para {
        line-height: 20px;
        font-size: 16px;
    }

    .test-card .client {
        margin: 0rem;
    }

    .footer_wrapper .link-widget {
        margin: 0px 80px;
    }

    .footer_wrapper .second_part {
        margin: 0px 70px;
    }
}

@media (max-width: 767px) {
    .wrapper {
        padding-top: 12px;
        padding-bottom: 50px;
    }

    .team_wrapper .team-info {
        margin-bottom: 0px;
    }

    .group_deal .group-deal-heading h1 {
        font-size: 34px;
    }

    .academy_sec .academy_sec_heading h1 {
        font-size: 40px;
    }

    .academy_sec .academy {
        padding: 25px;
    }

    .academy_sec .academy .academy_button .main-btn {
        width: 100%;
        font-size: 20px;
    }

    .academy_sec .academy .academy_text_heading {
        width: 100% !important;
        /* height: 250px !important; */
    }
    .academy_sec .academy .academy_text_heading .desk{
        display: none;
    }
    .academy_sec .academy .academy_text_heading .mobile{
        display: block;
    }
    .review-section img {
        width: 330px;
    }
    .review-section .review-container {
        flex-direction: column;
    }

    .owl-item img {
        width: 420px !important;
        height: 260px;
    }

    .test-card {
        top: 124px;
        left: 0px;
        height: auto;
        width: 250px;
    }

    .review-section h3 {
        font-size: 40px;
    }

    .test-card .para {
        line-height: 14px;
        font-size: 12px;
    }

    .test-card .client {
        margin: 0rem;
        font-size: 13px;
        line-height: 0px;
    }

    .footer_img_sec {
        text-align: center;
    }

    .footer_img_sec .social-network {
        justify-content: center;
    }
    .footer_wrapper .link-widget {
        margin: 0px;
        margin-left: 25px;
    }

    .footer_wrapper .second_part {
        margin: 0px;
        margin-left: 20px;
    }
}


/******************BUTTON***********/

.mbtn{
    position: relative;
    width: 300px;
    padding: 15px 20px;
    background: #FFA626;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em;
    cursor: pointer;
    text-decoration: none;
    border-radius: 40px;
    transition: transform 0.1s;
    overflow: hidden;
}

.mbtn span{
    position: relative;
    pointer-events: none;
    color: rgba(255,255,255,.75);
    transition: 0.5s;
}

.mbtn:hover span{
    color: rgba(255,255,255,1);
}

.mbtn::before{
    content: '';
    position: absolute;
    top: var(--y);
    left: var(--x);
    transform: translate(-50%,-50%);
    background: var(--clr);
    width: 0px;
    height: 0px;
    border-radius: 50%;
    transition: 1s, left 0s, top 0s;
}

.mbtn:hover::before{
    width: 200px;
    height: 200px;
}


.fancy {
    --b: 5px;   /* control the border thickness */
    --w: 100vw; /* control the width of the line*/
    --h: 1.6em; /* control the height of the element */
    --c: #3498db;
   
    padding: 0 calc(2*var(--h)/3);
    line-height: var(--h);
    clip-path: 
      polygon(
       calc(var(--h)/2) 0,100vw 0,
       100vw var(--b),100%  var(--b),
       calc(100% - var(--h)/2) 100%,-100vw 100%,
      -100vw calc(100% - var(--b)),0 calc(100% - var(--b))
      );
    border-image: var(--_g,linear-gradient(var(--c) 0 0)) fill 0//0 var(--w);
  }
  .dash {
    background: var(--c);
    --_g: repeating-linear-gradient(90deg,var(--c) 0 10px,#0000 0 15px);
  }
