/* @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap'); */

/* Bitter Font Family */

/* Thin */
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

/* ExtraLight */
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

/* Regular */
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

/* SemiBold */
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

/* ExtraBold */
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

/* Black */
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

/* DM Sans Font Faces */

/* Thin */
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

/* ExtraLight */
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

/* Regular */
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

/* SemiBold */
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

/* ExtraBold */
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

/* Black */
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}


:root {
    --font-sans: "DM Sans", sans-serif;
    --font-bitter: "Bitter", serif;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-sans);
    color: #1A212C;

}

* {
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

section{
    scroll-margin-top: 80px;
    overflow: hidden;
}
.container {
    max-width: 1230px;
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.font-14 {
    font-size: 14px;
}

.font-18 {
    font-size: 18px;
    font-weight: 700;
}

.btn {
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-sans);
    border: 1px solid transparent;
    padding: 11px;
    line-height: 110%;
    border-radius: 5px;
    height: 40px;
}

.btn.btn-white-fill {
    background: white;
    border-color: white;
    color: #EA6625;
}

.btn.btn-white-fill:hover {
    color: white;
    background: transparent;
}

.btn.btn-white-outline {
    color: white;
    background: transparent;
    border-color: white;
}

.btn.btn-white-outline:hover {
    background: white;
    color: #EA6625;
}

/* header css */
.site-header {
    padding: 31px 0px;
    position: sticky;
    top: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    /* white tint with transparency */
    backdrop-filter: blur(10px);
    /* creates the glass blur */
    -webkit-backdrop-filter: blur(10px);box-shadow: -1px 6px 1px -6px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 6px 1px -6px rgba(0, 0, 0, 0.75);
}


.site-header .navbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header .site-logo {
    line-height: 0;
}

.site-header .site-logo img {
    height: 55px;
}

.site-header .nav-menu {
    display: flex;
    gap: 26px;
    align-items: center;
}

.site-header .nav-menu a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: color 0.3s;
}

.site-header .nav-menu a:hover {
    color: #d94e28;
}

.site-header .nav-menu a.contact-btn {
    background-image: linear-gradient(to left, #EA6625 0%, #D13E22 100%);
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    margin-left: 14px;
}

.site-header .menu-toggle {
    display: none;
    cursor: pointer;

}

.site-header .menu-toggle svg {
    width: 31px;
    height: 36px;
}

/* banner section */
.banner-section {
    position: relative;
    line-height: 0;
}

.banner-section::before {
    position: absolute;
    content: "";
    inset: 0;
    background-image: linear-gradient(to left, #EA6625 0%, #D13E22 100%);
    width: 55.5vw;
    clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
    opacity: 0.95;
}

.banner-section .banner-img {
    width: 100%;
    max-height: 710px;
    object-fit: cover;
}

.banner-section .banner-content {
    position: absolute;
    inset: 0;
}

.banner-section .banner-content .container,
.banner-section .banner-content .row {
    height: 100%;
}

.banner-section .banner-content .row {
    display: flex;
    flex-wrap: wrap;
}

.banner-section .banner-content .col-items {
    width: 50%;
}

.banner-section .banner-content .col-items.left-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-section .banner-content .col-items.left-content h1 {
    font-size: 38px;
    line-height: 110%;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    font-family: var(--font-bitter);
    margin: 0 0 10px;
}

.banner-section .banner-content .col-items.left-content p {
    line-height: 120%;
    color: white;
    max-width: 455px;
    margin: 0;
    font-weight: 500;
}

.banner-cta {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.banner-section .banner-content .col-items.round-btn {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 53px;
}

/* what we do section */

.what_we_do {
    padding: 100px 0;
    background: #FEF5F1;
}

.what_we_do .heading-title h2 {
    font-size: 28px;
    font-weight: 700;
    font-family: var(--font-bitter);
    color: #1A212C;
    margin: 0 0 30px;
    position: relative;
    width: fit-content;
    text-transform: uppercase;
}

.what_we_do .heading-title h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    width: 60%;
    height: 5px;
    background-image: linear-gradient(to left, #EA6625 0%, #D13E22 100%);
}

.what_we_do .heading-title p {
    margin: 0;
    font-size: 16px;
    color: #1A212C;
    max-width: 346px;
}

.what_we_do .grid-_layout {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 24px;
    justify-content: center;
}

.what_we_do .grid-_layout .col {
    background: white;
    border-radius: 10px;
    width: calc(24% - 6px);
    height: 350px;
    padding-bottom: 20px;
}

.what_we_do .grid-_layout .col:hover {
    background-image: linear-gradient(to left, #EA6625 0%, #D13E22 100%);
}

.what_we_do .grid-_layout .col .img-wrapper {
    background: #FEF5F1;
    width: 201px;
    padding: 0 10px 10px 0;
    /* clip-path: polygon(0 0, 99% 0%, 99% 71%, 44% 100%, 0 73%); */
    clip-path: polygon(0 0, 100% 0%, 101% 71%, 44% 100%, 0 73%);

}

.what_we_do .grid-_layout .col .img-wrapper>div {
    overflow: hidden;
    height: 150px;
    clip-path: polygon(0 0, 100% 0%, 100% 73%, 46% 100%, 0 71%);
    border-top-left-radius: 10px;
}

.what_we_do .grid-_layout .col:hover .img-wrapper img {
    transform: scale(1.1);
}

.what_we_do .grid-_layout .col .img-wrapper img {
    height: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
    border-top-left-radius: 10px;
    width: 100%;
}

.what_we_do .grid-_layout .content {
    margin-top: 22px;
    padding: 0 10px;
    transition: all 0.2s linear;
}

.what_we_do .grid-_layout .col:hover .content {
    margin-top: 7px;
}

.what_we_do .grid-_layout .content h3 {
    font-weight: 700;
    margin-top: 0;
    min-height: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 16px;
}

.what_we_do .grid-_layout .col:hover .content h3 {
    color: white;
}

.what_we_do .grid-_layout .content p {
    color: #5B6675;
}

.what_we_do .grid-_layout .col:hover .content p {
    color: white;
}

/* who we help */
.who-we-help {
    padding: 100px 0;
    background: #1A212C;
}

.who-we-help .heading-title h2 {
    font-size: 28px;
    font-weight: 700;
    font-family: var(--font-bitter);
    color: #fff;
    margin: 0 0 30px;
    position: relative;
    width: fit-content;
    text-transform: uppercase;
}

.who-we-help .heading-title h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    width: 60%;
    height: 5px;
    background-image: linear-gradient(to left, #EA6625 0%, #D13E22 100%);
}

.who-we-help .heading-title p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    max-width: 346px;
}

.who-grid-layout {
    margin-top: 30px;
    display: flex;
    gap: 128px;
}

.who-grid-layout .left-list {
    width: 49%;

}

.who-grid-layout .left-list ul li {
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 24px 10px;
    border-radius: 10px;
    font-size: 18px;
    color: #000;
}

.who-grid-layout .left-list ul li:not(:last-child) {
    margin-bottom: 20px;
}

/* Succes stories */
.succes-stories {
    padding: 70px 0 100px;
}

.succes-stories .heading-title {
    text-align: center;
}

.succes-stories .heading-title h2 {
    font-size: 28px;
    font-weight: 700;
    font-family: var(--font-bitter);
    color: #1A212C;
    margin: 0 auto 30px;
    position: relative;
    width: fit-content;
    text-transform: uppercase;
}

.succes-stories .heading-title h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    width: 60%;
    height: 5px;
    background-image: linear-gradient(to left, #EA6625 0%, #D13E22 100%);
    right: 0;
    margin: 0 auto;
}

.succes-stories .heading-title p {
    font-size: 16px;
    color: #1A212C;
    max-width: 426px;
    margin: 0 auto;
}

.succes-grid-layout {
    display: grid;
    margin-top: 49px;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.succes-grid-layout .col {
    background: #FEF5F1;
    padding: 30px;
    min-height: 160px;
    text-align: center;
    position: relative;
    border-radius: 5px;
}

.succes-grid-layout .col:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    border-top: 30px solid #FEF5F1;
    border-bottom: 30px solid transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -61px;
}

.succes-grid-layout .col svg {
    position: absolute;
    top: -19px;
    right: 20px;
}

.succes-grid-layout .col h5 {
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #EA6625;
    width: fit-content;
    padding-bottom: 5px;
}

.succes-grid-layout .col p {
    font-size: 14px;
    max-width: 432px;
    margin: 15px auto 0;
}

/* footer  */

.site-footer {
    background-image: linear-gradient(to left, #EA6625 0%, #D13E22 100%);
}

.footer-topbar {
    padding: 100px 0;
    background: url('../images/fotter-img-new.webp') no-repeat center center;
    background-size: cover;
}
.footer-topbar .logo-wrapper img{
    max-width: 250px;
}
.footer-topbar .topbar-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 90px;
}

.footer-topbar .topbar-grid .logo-wrapper h2 {
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 20px;
}

.footer-topbar .topbar-grid .in-touch h3,
.footer-topbar .topbar-grid .social-media h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    font-family: var(--font-bitter);
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 29px;
}

.footer-topbar .topbar-grid .in-touch p,
.footer-topbar .topbar-grid .in-touch a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
}

.footer-topbar .topbar-grid .in-touch a {
    margin-bottom: 10px;
    display: block;
}

.footer-topbar .topbar-grid .social-media ul {
    display: flex;
    align-items: center;
    gap: 32px;
}

.footer-topbar .topbar-grid .social-media ul li svg:hover path {
    fill-opacity: 1;
}

.footer-bottom {
    background: rgba(26, 33, 44, 0.2);
    padding: 15px 0;
}

.footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.footer-bottom p a {
    color: white;
}

.uppercase {
    text-transform: uppercase;
}

/* Welcome Section Start  */

.welcome-section {
    background: linear-gradient(to right, #F7FAFD 50%, #ffffff 50%);
}

.welcome-section .welcome-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 67px 0 73px 0;
}

.heading-text {
    font-family: var(--font-bitter);
    font-weight: 700;
    font-size: 28px;
    color: #1A212C;
    position: relative;
    line-height: 34px;
    margin: 0;
}

.heading-text::after {
    content: '';
    width: 124px;
    height: 5px;
    background: linear-gradient(262.47deg, #EA6625 0%, #D13E22 100%);
    position: absolute;
    left: 0;
    bottom: -5px;
}

.welcome-section .welcome-container .left-side-text {
    width: 50%;
    padding-right: 43px;
}

.welcome-section .welcome-container .right-side-img {
    width: 50%;
    padding-left: 24px;
}

.welcome-section .welcome-container .left-side-text p {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #1A212C;
}

.welcome-section .welcome-container .left-side-text p span {
    font-weight: 700;
}

.welcome-section .welcome-container .left-side-text .subheading-text {
    margin: 29px 0 20px 0;
}

.welcome-section .welcome-container .right-side-img img {
    border-radius: 15px;
    width: 100%;
}

/* Welcome Section End  */

/* Why Choose Section Start */
.why-choose-section {
    background-color: #EDF1F7;
    padding: 100px 0 56px 0;
}

.why-choose-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    gap: 67px;
}

.why-choose-section .center-heading {
    text-align: center;
}

.why-choose-section .center-heading::after {
    left: 50%;
    transform: translate(-50%);
}

.why-choose-container .left-side-img {
    position: relative;
}

.why-choose-container .left-main-img {
    position: relative;
}

.spring-img {
    position: absolute;
    bottom: 18px;
    left: 30%;
    transform: translate(-50%);
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, -15px);
    }
}

svg .rotating-circle {
    transform-origin: center;
}

.grid-cards:hover svg .rotating-circle {
    animation: spin 3s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 49%;
}

.grid-cards {
    position: relative;
    width: calc(50% - 12px);
    background-color: #ffffff;
    padding: 20px 10px;
    border-radius: 10px;
    height: 198px;
    overflow: hidden;
    transition: color 0.3s ease;
}

.grid-cards::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to left, #EA6625 0%, #D13E22 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    border-radius: 10px;
}

.grid-cards:hover::before {
    opacity: 1;
}

.grid-cards * {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.grid-cards h3 {
    font-family: var(--font-sans);
    margin: 10px 0 20px 0;
    height: 46px;
    transition: all ease 0.3s;

}

.grid-cards p {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #5B6675;
    margin: 0;
    transition: all ease 0.3s;
}

.grid-cards svg path {
    transition: all ease 0.3s;
}

.grid-cards:hover {
    color: #ffffff;
    background-image: linear-gradient(to left, #EA6625 0%, #D13E22 100%);
}

.grid-cards:hover svg path:first-child {
    opacity: 0.8;
}

.grid-cards:hover svg path {
    fill: #ffffff;
}

.grid-cards:hover p {
    color: #ffffff;
}

/* Why Choose Section End */



/* Works Section Start */

.work-section {
    background-color: #5B6675;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.work-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background-image: url('../images/bottom-waves.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: 0;
}

.work-section>* {
    position: relative;
    z-index: 1;
}

.work-section h2 {
    color: #ffffff;
}

.work-section .grid-cards {
    background-color: #FEF5F1;
}

.work-section .grid-cards h3 {
    height: unset;
    margin: 30px 0 10px 0px;
}

.work-section .grid-cards p {
    color: #1A212C;
}

.work-section .grid-cards:hover p {
    color: #ffffff;
}

.work-section .grid-cards:hover svg path:first-child {
    opacity: 1;
}

/* Works Section End */

/* festival -section */
.festival-section {
    padding: 100px 0 52px;
    background: #FEF5F1;
    overflow-x: hidden;
}

.festival-section .festival-wrapper {
    display: flex;
    gap: 20px;
}

.festival-section .festival-wrapper>div {
    width: calc(50% - 10px);
}

.festival-section .festival-wrapper .left-content svg {
    width: 112px;
    height: 68px;
}

.festival-section .festival-wrapper .left-content h3 {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--font-bitter);
    max-width: 350px;
}

.festival-section .festival-wrapper .slider-wrapper>div {
    float: left;
    width: 50vw;
}

.festival-section .festival-wrapper .slider-wrapper .swiper-slide>div {
    z-index: 99;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url("../images/fest-bg.webp")no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    padding: 22px 10px;
    position: relative;
    overflow: hidden;
    height: 155px;
    transition: background 0.5s linear;
}

.festival-section .festival-wrapper .slider-wrapper .swiper-slide>div:hover {
    background-image: linear-gradient(to left, #EA6625 0%, #D13E22 100%);
}

.festival-section .festival-wrapper .slider-wrapper .swiper-slide>div:hover * {
    color: #fff;
}

.festival-section .festival-wrapper .slider-wrapper .swiper-slide>div * {
    z-index: 99999;
    position: relative;
    color: #fff;
}

.festival-section .festival-wrapper .slider-wrapper .swiper-slide>div h5 {
    font-size: 22px;
    margin: 0;
    font-weight: 700;
}

.festival-section .festival-wrapper .slider-wrapper .swiper-slide>div p {
    font-size: 14px;
    margin: 0;
}

.festival-section .festival-wrapper .slider-wrapper .swiper-slide>div span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
}

.festival-section .festival-wrapper .swiper-button-next,
.festival-section .festival-wrapper .swiper-button-prev {
    border: 1px solid #5B6675;
    background: transparent;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.festival-section .festival-wrapper .swiper-button-next {
    left: 30vw;
    top: 90%;
}

.festival-section .festival-wrapper .swiper-button-prev {
    left: 27vw;
    top: 90%;
}

.festival-section .festival-wrapper .swiper-container {
    padding-bottom: 58px;
}

/* modal-popup */


.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.popup-container.active {
    display: flex;
        z-index: 999999;
}

.popup-box {
    background: #ffffff;
    border-radius: 12px;
    width: 460px;
    max-width: 90%;
    padding: 25px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    animation: popupFade 0.3s ease;
    position: relative;
}

@keyframes popupFade {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.popup-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1A212C;
    margin-bottom: 15px;
    text-align: center;
    font-family: var(--font-bitter);
}

.popup-header p {
    font-size: 16px;
    font-weight: 400;
    color: #1A212C;
    margin-bottom: 18px;
    text-align: center;
    font-family: var(--font-sans);
}

.popup-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.popup-form input,
.popup-form textarea {
    width: 100%;
    padding: 14px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    font-family: var(--font-sans);
}

.popup-form .field-wrapper label {
    display: block;
    margin-bottom: 8px;
}

.popup-form input::placeholder,
.popup-form textarea::placeholder {
    font-family: var(--font-sans);
}

.popup-form input:focus,
.popup-form textarea:focus {
    border-color: #ea6625;
    outline: none;
}

.popup-form textarea {
    resize: none;
    height: 110px;
}

.popup-form label {
    font-size: 16px;
    font-family: var(--font-sans);
}

.popup-form button {
    background: linear-gradient(to right, #EA6625, #D13E22);
    color: #fff;
    border: none;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer !important;
    font-family: var(--font-sans) !important;
}

.popup-form button:hover {
    opacity: 0.9;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    background: none;
    border: none;
    font-size: 34px;
    color: #888;
    transition: color 0.3s ease;
    cursor: pointer;
    font-family: var(--font-sans) !important;
}

.close-btn:hover {
    color: #EA6625;
}


/* model pop-up End */

/* down arrow  */

.download-arrow svg {
    width: 115px;
    height: 115px;
}

.rotate-text {
    position: absolute;
    animation: spin 6s linear infinite;
    transform-origin: center;
}

.rotate-text text textPath {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.4px;
    color: #ffffff;
    font-family: var(--font-sans);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.arrow {
    animation: arrowMove 1.5s ease-in-out infinite;
}

@keyframes arrowMove {

    0%,
    100% {
        transform: translateY(-4px);
    }

    50% {
        transform: translateY(4px);
    }
}
 /* Toast container */
    #toast-container {
      position: fixed;
      top: 20px;
      right: 20px;
      z-index: 10000;
      width: auto;
      font-family: var(--font-sans) !important;
    }

    /* Toast styling */
    .toast-message {
      background-color: #53cf00ff;
      color: #fff;
      padding: 10px 20px;
      margin: 5px;
      border-radius: 5px;
      font-size: 16px;
      opacity: 0;
      transform: translateY(-20px);
      transition: opacity 0.5s, transform 0.5s;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    /* Toast visible state */
    .toast-message.show {
      opacity: 1;
      transform: translateY(0);
      display:flex;
      align-items: center;
      gap: 10px;
    }

    /* Toast fade-out effect */
    .toast-message.hide {
      opacity: 0;
      transform: translateY(-20px);
    }

@media (max-width:1440px) {
    .festival-section .festival-wrapper .swiper-button-prev {
        left: 26vw;
        top: 90%;
    }

    .festival-section .festival-wrapper .slider-wrapper .swiper-slide>div span {
        font-size: 14px;
    }
}

@media (max-width:1229px) {

    /* what we do section */
    .what_we_do .grid-_layout .col {
        width: 23.33%;
    }

    .what_we_do .grid-_layout .col {
        width: calc(23.22% - 6px);
    }
}

@media (max-width: 1199px) {

    /* Why Choose Section Start */
    .grid-container {
        width: 75%;
    }

    .why-choose-container {
        gap: 30px;
    }

    .grid-cards {
        height: 220px;
    }

    /* Why Choose Section End */
    .festival-section .festival-wrapper .swiper-button-prev {
        left: 25vw;
        top: 90%;
    }

    .festival-section .festival-wrapper .slider-wrapper .swiper-slide>div h5 {
        font-size: 18px;
    }
}

@media (max-width: 1023px) {
    /* Why Choose Section Start */

    .why-choose-section {
        padding: 60px 0;
    }

    .why-choose-container {
        flex-direction: column;
    }

    .grid-container {
        width: 100%;
    }

    /* Why Choose Section End */
}

@media (max-width: 991px) {
    body{
        padding-top: 76px;
        overflow-y: scroll;
    }
    /* header css */
    .site-header {
        padding: 20px 0 15px;
        height: 76px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
 .site-header .site-logo img{
        height: 45px;
    }
    .site-header .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 73px;
        right: 0;
        background: #fff;
        width: 100%;
        text-align: center;
        border-top: 1px solid #eee;
        padding: 25px 15px;
    }

    .site-header .nav-menu.active {
        display: flex;
        z-index: 9999;
    }
    .site-header .menu-toggle {
        display: block;
    }

    .site-header .nav-menu a.contact-btn {
        margin-left: 0;
    }

    /* banner section */
    .banner-section .banner-content .col-items.left-content h1 {
        font-size: 28px;
    }

    .banner-cta {
        margin-top: 19px;
    }

    .banner-section .banner-content .col-items.round-btn svg {
        width: 80px;
        height: 80px;
    }

    .banner-section .banner-content .col-items.round-btn {
        padding-bottom: 15px;
    }

    /* what we do section */
    .what_we_do {
        padding: 50px 0;
    }

    .what_we_do .grid-_layout .col {
        width: 30.33%;
    }

    /* who we help */
    .who-we-help {
        padding: 50px 0;
    }

    .who-grid-layout {
        gap: 40px;
    }

    .who-grid-layout .left-list ul li {
        font-size: 14px;
    }

    /* Succes stories */
    .succes-stories {
        padding: 50px 0;
    }

    /* footer */
    .footer-topbar .topbar-grid .logo-wrapper h2 {
        font-size: 18px;
    }

    .footer-topbar .topbar-grid {
        gap: 30px;
    }

    .footer-topbar .topbar-grid .in-touch h3,
    .footer-topbar .topbar-grid .social-media h3 {
        font-size: 24px;
    }

    .footer-topbar .topbar-grid .in-touch p,
    .footer-topbar .topbar-grid .in-touch a {
        font-size: 14px;
    }

    .footer-topbar {
        padding: 50px 0;
    }

    .footer-topbar .topbar-grid .social-media ul li svg {
        width: 20px;
        height: 20px;
    }

    /* weclome section Start */
    .heading-text {
        font-size: 24px;
        line-height: 30px;
    }

    .welcome-section .welcome-container .left-side-text p {
        font-size: 14px;
    }

    .welcome-section .welcome-container .left-side-text .subheading-text {
        margin: 22px 0 16px 0;
    }

    .welcome-section .welcome-container .left-side-text {
        padding-right: 15px;
    }

    .welcome-section .welcome-container .right-side-img {
        padding-left: 15px;
    }

    .welcome-section .welcome-container {
        padding: 50px 0;
    }

    /* weclome section End*/
    .festival-section .festival-wrapper .swiper-button-prev {
        left: 24vw;
        top: 90%;
    }

    .festival-section {
        padding: 50px 0 52px;
    }
    .succes-grid-layout {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
}

@media (max-width:767px) {

    /* banner section */
    .banner-section::before {
        display: none;
    }

    .banner-section .banner-content {
        position: static;
        background-image: linear-gradient(to left, #EA6625 0%, #D13E22 100%);
        padding: 26px 0;
    }

    .banner-section .banner-content .col-items.left-content h1 br {
        display: none;
    }

    .banner-section .banner-content .col-items.round-btn {
        display: contents;
    }

    .banner-section .banner-content .col-items.round-btn a {
        position: absolute;
        right: 15px;
        top: 30%;
        display: none;
    }

    .banner-section .banner-content .col-items {
        width: 100%;
    }

    .banner-section .banner-content .col-items.left-content p {
        max-width: 100%;
    }

    .banner-section .banner-content .col-items.round-btn svg {
        width: 63px;
        height: 63px;
    }

    /* what we do section */
    .what_we_do .grid-_layout .col {
        width: 47.33%;
    }

    /* footer */
    .footer-topbar .topbar-grid .in-touch h3,
    .footer-topbar .topbar-grid .social-media h3 {
        font-size: 18px;
    }

    .footer-topbar .topbar-grid .in-touch p,
    .footer-topbar .topbar-grid .in-touch a {
        font-size: 12px;
    }

    .font-18 {
        font-size: 16px;
    }

    .heading-text br {
        display: none;
    }

    .heading-text {
        font-size: 22px;
        line-height: 26px;
    }

    .heading-text::after {
        height: 3px;

    }

    /* weclome section Start */

    .welcome-section {
        background: linear-gradient(to top, #F7FAFD 50%, #ffffff 50%);
    }

    .welcome-section .welcome-container {
        flex-direction: column-reverse;
        gap: 30px;

    }

    .welcome-section .welcome-container .left-side-text,
    .welcome-section .welcome-container .right-side-img {
        width: 100%;
    }

    .welcome-section .welcome-container .left-side-text {
        padding-right: 0px;
    }

    .welcome-section .welcome-container .right-side-img {
        padding-left: 0px;
    }

    .welcome-section .welcome-container .right-side-img img {
        border-radius: 15px;
        width: 100%;
    }

    /* weclome section End */


    /* Why Choose Section Start */

    .why-choose-section {
        padding: 50px 0;
    }

    /* Why Choose Section End */

    .festival-section .festival-wrapper {
        flex-direction: column;
    }

    .festival-section .festival-wrapper>div {
        width: 100%;
    }

    .festival-section .festival-wrapper .left-content h3 {
        margin-top: 0;
    }

    .festival-section .festival-wrapper .slider-wrapper>div {
        float: none;
        width: 100%;
    }

    .festival-section .festival-wrapper .swiper-button-next {
        left: initial;
        right: 0;
    }

    .festival-section .festival-wrapper .swiper-button-prev {
        left: 0;
    }

    .festival-section {
        padding: 50px 0 34px;
    }
      [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width:575px) {

   
    /* banner section */
    .banner-section .banner-content .col-items.round-btn a {
        top: 15%;
    }

    .banner-section .banner-content .col-items.round-btn svg {
        width: 50px;
        height: 50px;
    }

    /* what we do section */
    .what_we_do .heading-title h2 {
        font-size: 22px;
    }

    .what_we_do .grid-_layout .col {
        width: 100%;
        height: auto;
    }

    .what_we_do .heading-title p {
        font-size: 14px;
    }

    .what_we_do .grid-_layout .content h3 {
        min-height: auto;
    }

    /* who we help */
    .who-we-help .heading-title h2 {
        font-size: 22px;
    }

    .who-grid-layout {
        flex-direction: column-reverse;
        align-items: center;
    }

    .who-grid-layout .left-list {
        width: 100%;
    }

    .who-we-help .heading-title p {
        font-size: 14px;
    }

    /* Succes stories */
    .succes-stories .heading-title h2 {
        font-size: 22px;
    }

    .succes-grid-layout {
        grid-template-columns: repeat(1, 1fr);
        gap: 46px;
    }

    .succes-stories .heading-title p {
        font-size: 14px;
    }

    /* foooter */
    .footer-topbar .topbar-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-topbar .topbar-grid .logo-wrapper h2 {
        margin-top: 5px;
    }

    .footer-topbar .topbar-grid .in-touch h3,
    .footer-topbar .topbar-grid .social-media h3 {
        margin-bottom: 14px;
    }

    .footer-topbar .topbar-grid {
        gap: 18px;
    }

    .footer-topbar .topbar-grid .social-media ul {
        gap: 15px;
    }

    .footer-bottom .container {
        flex-direction: column;
    }

    .footer-topbar .topbar-grid .in-touch p,
    .footer-topbar .topbar-grid .in-touch a {
        margin-bottom: 5px;
    }

    .footer-bottom p {
        text-align: center;
    }

    /* Why Choose Section Start */

    .grid-container {
        flex-direction: column;
    }

    .grid-cards {
        width: 100%;
        height: auto;
    }

    .grid-cards h3 {
        height: unset;
    }

    .grid-cards h3 br {
        display: none;
    }

    /* Why Choose Section End */


    /* Work section Start */

    .work-section .grid-cards h3 {
        height: unset;
        margin: 20px 0 10px 0px;
    }

    .grid-cards svg {
        width: 30px;
        height: 30px;
    }

    .grid-cards p {
        font-size: 14px;
    }

    /* Work section End */
    .festival-section .festival-wrapper .left-content h3 {
        font-size: 22px;
    }

    .festival-section .festival-wrapper .left-content svg {
        width: 73px;
    }

    section {
        scroll-margin-top: 75px;
    }
    .welcome-section .welcome-container .left-side-text p:last-child{
        margin-bottom: 0;
    }
    .succes-grid-layout .col{
        min-height: auto;
    }
}

.popup-form .field-wrapper {
    margin-bottom: 8px;
}

.popup-form .error-message {
    color: red;
    font-size: 13px;
    margin-top: 5px;
}