/**************************************
                General
**************************************/
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
  }

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 100%;
    box-sizing: inherit;
    scroll-behavior: smooth;
    height: -webkit-fill-available;
}
html.lenis, html.lenis body {
    height: auto;
  }
  
  .lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  
  .lenis.lenis-smooth iframe {
    pointer-events: unset;
  }
html::-webkit-scrollbar {
    width: 6px;
    background-color: #ffffff;
}

html::-webkit-scrollbar-thumb {
    background-color: #BE202F;
    border-radius: 50rem;
}
a,
button {
    cursor: pointer;
    border: none;
    outline: none;
    user-select: none;
    background: none;
    box-shadow: none;
}

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

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

}

body {
    color: #000;
    font-family: 'Neue Montral Regular';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 154.167%;
}

a,
a:hover,
a:focus {
    color: #BE202F;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

main {
    overflow: clip;
}

img {
    max-width: 100%;
    height: auto;
    transition: all .5s;
}

.w-100 {
    width: 100% !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.container-fluid {
    padding: 0 70px;
}


/* Popup */
.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 999999;
    opacity: 0;
    transform: translateY(10px);
    z-index: -1;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

.popup.show {
    opacity: 1;
    transform: translateY(0px);
    z-index: 999999;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
    -moz-transition: opacity 0.5s ease, transform 0.5s ease;
    -ms-transition: opacity 0.5s ease, transform 0.5s ease;
    -o-transition: opacity 0.5s ease, transform 0.5s ease;
}

.popup .popup__content {
    width: 50%;
    padding: 0px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    overflow: hidden;
    z-index: 99999;
}

.popup .popup__content .close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    display: block;
    width: 40px;
    height: 40px;
    opacity: 1;
    color: #FFF;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-radius: 50% 5px 50% 50%;
    flex-direction: column;
    gap: 5px;
    background-color: #BE202F;
    transition: all .5s;
    z-index: 9;
}

.popup .popup__content .close:hover {
    background-color: #FFF;
    border: 1px solid #BE202F;
}

.popup .popup__content .close:hover span {
    background-color: #BE202F;
}

.popup .popup__content .close span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: #FFF;
    transition: 0.5s;
}

.popup .popup__content .close span:nth-child(1) {
    transform: rotate(45deg);
}

.popup .popup__content .close span:nth-child(2) {
    transform: rotate(135deg);
}

.left {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b7081b;
}

.right {
    padding: 20px;
    text-align: left;
    background: #FFF;
}

/**************************************
                Helper Class
**************************************/

.sec-gap {
    padding: 60px 0;
}
.pb-80 {
    padding-bottom: 60px;
}
.mb-20 {
    margin-bottom: 20px;
}
p {
    color: #000;
    font-family: 'Neue Montral Regular';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 154.167%;
}
.title {
    color: #BE202F;
    font-size: 40px;
    font-style: normal;
    font-weight: normal;
    font-family: 'Record Gothic Bold';
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.card-title{
    color: #000;
    font-family: 'Record Gothic Bold';
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}
.section-title {
    color: #000;
    font-family: 'Record Gothic Bold';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 111.667%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.call-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: 'Record Gothic ExtraBold';
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    .call-icon{
        display: flex;
        align-items: center;
        justify-content: center;
        background: #BE202F;
        width: 39px;
        height: 39px;
        border-radius: 50%;
        padding: 9px;
        outline: 3px solid #be20302c;
    }
}
.header-btn{
    display: flex;
    align-items: center;
    background: #BE202F;
    padding: 5px 10px;
    color: #FFF;
    font-family: 'Neue Montral Medium';
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    gap: 4px;
    transition: 0.5s;
    img{
        transition: 0.5s;
    }
    &:hover{
        background: #FFF;
        color: #BE202F;
        img{
            filter: brightness(0) saturate(100%) invert(17%) sepia(32%) saturate(6029%) hue-rotate(338deg) brightness(109%) contrast(98%);
        }
    }
}
.btn-group{
    display: flex;
    align-items: center;
    justify-content: start;
}
.primary-btn {
    color: #000;
    font-family: 'Record Gothic Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    padding: 17px 18px;
    border-radius: 0;
    background: #FFFFFF;
    border: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.primary-btn::before, .primary-btn::after{
  content:"";
  width: 16px;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #000000;
}

.primary-btn span::before, .primary-btn span::after{
  content:"";
  width:1px;
  height:16px;
  position: absolute;
  transition: all 0.2s linear;
  background: #000000;
}
.primary-btn:hover::before, .primary-btn:hover::after{
  width: 100%;
  background: #ffffff;
}
.primary-btn:hover span::before, .primary-btn:hover span::after{
  height: 100%;
  background: #ffffff;
}
.primary-btn::after{
  right:3px;
  bottom: 3px;
  transition-duration: 0.4s;
}
.primary-btn span::after{
  right:3px;
  bottom: 3px;
  transition-duration: 0.4s;
}
.primary-btn::before{
  left: 3px;
  top: 3px;
  transition-duration: 0.4s;
}
.primary-btn span::before{
  left: 3px;
  top: 3px;
  transition-duration: 0.4s;
}
.primary-btn:hover{
    background: #BE202F;
    color: #ffffff;
}
.call,.wp{
    transition: all .5s;
    &:hover{
        transform: scale(1.1);
    }
}
.form-control {
    border: 1px solid #C5C5C5;
    background: #FFF;
    font-family: 'Neue Montral Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 14px 19px;
    width: 100%;
    outline: none;
}
.form-control:focus {
    border-color: #BE202F;
}
form .btn-group {
    justify-content: center;
}
form .primary-btn {
    width: 100%;
    padding: 16px 50px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    background: #BE202F;
    border: 1px solid #BE202F;
}
form .primary-btn:hover {
    background: #FFF;
    color: #BE202F;
}
.form-group {
    margin-bottom: 10px;
    align-items: center;
    gap: 10px;
    position: relative;
    .form-icon{
        position: absolute;
        right: 10px;
    }
}
input,
input:focus {
    outline: none;
    box-shadow: none !important;
}
.form-control::placeholder {
    color: #000;
    font-family: 'Neue Montral Regular';
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}
.italic {
    font-style: italic;
}
/**************************************
         Animation
**************************************/
/* Keyframes */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}
@keyframes spin {
    0%{
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.50deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

/* Animations */
[data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}

/* Disable animation of the children */
.animations-disabled,
.animations-disabled [data-animation] {
    animation: none !important;
    opacity: 1 !important;
}

/* Slide Animations */
.slideInUp {
    animation-name: slideInUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInLeft;
}

.slideInRight {
    animation-name: slideInRight;
}

/* Fade Animations */
.fadeIn {
    animation-name: fadeIn;
}

/* Zoom Animations */
.zoomIn {
    animation-name: zoomIn;
}

.zoomReverseIn {
    animation-name: zoomReverseIn;
}

/* Flip Animations */
.flipInY {
    animation-name: flipInY;
}

.flipOutY {
    animation-name: flipInY;
    animation-direction: reverse;
}

@media (prefers-reduced-motion: no-preference) {
    @view-transition {
        navigation: auto;
    }
}
::view-transition-group(*) {
    animation-duration: 2s;
}
/*******************************
	Menu
*******************************/
.flex-box {
    display: flex;
    align-items: center;
    gap: 15px;
}
.topbar{
    padding-block: 10px;
    background: #000;
    .flex-box{
        justify-content: center;
    }
    p{
        color: #FFF;
        font-family: 'Neue Montral Medium';
        font-size: 15px;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 0;
    }
}
.header-area{
    background-color: #FFF;
}
.header-area.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: slideDown 0.45s ease-out;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    z-index: 999;
    .header-area{
        background-color: #FFF;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.serch-box {
    position: relative;
    margin-left: 40px;
}

.serch-box span {
    position: absolute;
    left: 0;
    top: 0;
    height: 62px;
    width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serch-box input {
    width: 287px;
    height: 62px;
    padding: 14px;
    border-radius: 60px;
    border: 1px solid #393939;
    background: rgba(217, 217, 217, 0.10);
    backdrop-filter: blur(20px);
    color: #A8A8A8;
    font-family: 'Work Sans';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 52px;
}

.serch-box input::placeholder {
    color: #C0C0C0;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 25px;
}

header {
    z-index: 999;
    transition: ease-in-out .4s;
}
nav {
    position: relative;
    margin: 0 auto
}

#menu,
#menu .main-menu ul,
#menu .main-menu ul li,
#menu .main-menu ul li a,
#menu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 10px;
}

#menu>.main-menu>ul>li {
    float: left;
    padding-inline: 9px;
}
.has-sub{
    margin-right: 10px;
}
#menu>.main-menu>ul>li>a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    padding: 21px 2px;
    display: inline-block;
    color: #000;
    font-family: 'Record Gothic Medium';
    text-transform: uppercase;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}

  
#menu>.main-menu>ul>li>a:hover::after,
#menu .main-menu ul li.current-menu-item a::after {
    width: 80%;
}
.hamburger{
    display: none;
}

/* #menu .main-menu ul li.current-menu-item a::after {
    content: '';
    position: absolute;
    bottom: 28px;
    left: 7px;
    width: 25px;
    height: 1px;
    background: rgb(237, 143, 0);
} */

#menu>.main-menu>ul>li:hover>a,
#menu .main-menu ul li.current-menu-item a {
    color: #BE202F;
}


#menu>.main-menu>ul>li:hover,
#menu .main-menu ul li.current-menu-item:hover,
#menu .main-menu ul li.current-menu-item,
#menu .main-menu ul li.has-sub.current-menu-item:hover {
    background: #e9cba400 !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease
}


#menu>.main-menu>ul>li.has-sub>a::before {
    top: 21px;
    right: -12px;
    transition: all .4s;
    content: "+";
    position: absolute;
    z-index: 11;
    display: block;
}
#menu>.main-menu>ul>li.has-sub:hover>a::before{
    content: '-';
}
#menu>.main-menu>ul>li.has-sub:hover>a::before,
#menu>.main-menu>ul>li.has-sub.current-menu-item>a::before {
    border-top-color: #58803A;
    border-left-color: #58803A;
}

/* #menu>.main-menu>ul>li.has-sub:hover>a::before {
    transform: rotate(-316deg);
    top: 36px;
} */

#menu .main-menu ul ul {
    position: absolute;
    left: -9999px;
    box-shadow: 0px 12px 10px 0px #0000004f;
    width: auto;
    background: #FFF;
    border-radius: 0;
    padding-inline: 0;
    z-index: 99;
}

#menu .main-menu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #FFF;
    transition: all .25s ease
}


#menu li:hover>ul {
    left: auto
}

#menu li:hover>ul>li {
    height: 40px;
    display: block;
    align-items: center;
	margin:0;
}

#menu ul ul ul {
    margin-left: 100%;
    top: 0
}

#menu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 10px 20px;
    width: auto;
    font-size: 18px;
    line-height: 19px;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    white-space: nowrap;
    text-transform: uppercase;
}

#menu .main-menu ul ul li:last-child>a,
#menu .main-menu ul ul li.last-item>a {
    border-bottom: 0
}

#menu .main-menu ul ul li:hover a,
#menu .main-menu ul ul li:hover {
    background-color: #BE202F;
    color: #FFF;
}

#menu .main-menu ul ul li .has-sub> a:after {
    position: absolute;
    top: 13px;
    right: 11px;
    width: 8px;
    height: 8px;
    display: block;
    content: '';
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(-45deg);
    transition: all .4s;
}


#menu .main-menu ul ul li.has-sub:hover,
#menu .main-menu ul li.has-sub ul li.has-sub ul li:hover {
    background: #36363600;
	a{
		color:#fff;
	}
}

#menu ul ul ul li.active a {
    border-left: 1px solid #333
}

#menu>.main-menu>ul>li.has-sub>ul>li.active>a,
#menu .main-menu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 0;
}
#menu .main-menu ul ul ul li{
	a{
		background: #fff !important;
        color: #000 !important;
		&:hover{
			background: #BE202F !important;
        	color: #fff !important;
		}
	}
	&.current-menu-item{
		a{
			background: #BE202F !important;
        	color: #fff !important;
	}
	}
}
#menu .main-menu ul li.current-menu-item ul li a {
    color: #000;
}

#menu .main-menu ul li.current-menu-item ul li a:hover {
    color: #ffffff;
}

@media screen and (max-width:992px) {
    #menu .main-menu ul li.current-menu-item ul li a {
        color: #ffffff;
    }
    nav {
        width: 100%
    }
    #menu {
        width: 100%
    }
    #menu ul {
        width: 100%;
        display: none;
    }
    #menu .main-menu {
        width: 100%;
        position: fixed;
        height: 100% !important;
        background-color: #000;
        transform: translateX(-100%);
        transition: all .4s;
        top: 0;
        left: 0;
    }
    .main-menu {
        align-items: start;
        z-index: 999;
    }
    #menu .main-menu.open {
        transform: translateX(0%);

    }
    #menu .main-menu ul li {
        width: 100%;
        border-bottom: 1px solid #4444442e;
    }

    #menu .main-menu ul li:hover {
        background: #363636
    }

    #menu .main-menu ul ul li,
    #menu li:hover>ul>li {
        height: auto
    }
    #menu .main-menu ul li a{
        width: 100%;
        border-bottom: 0;
        color: #FFF;
        font-size: 15px;
    }
    #menu .main-menu ul ul li a{
        color: #FFF;
    }
    #menu .main-menu ul ul li{
        background: unset;
    }
    #menu>.main-menu>ul>li {
        float: none;
    }
    #menu ul ul li a {
        padding-left: 25px
    }

    #menu ul ul li:hover {
        background: #45D8A3;
    }

    #menu ul ul ul li a {
        padding-left: 35px
    }

    #menu ul ul li a {
        color: #ddd;
        background: none
    }

    #menu ul ul li:hover>a,
    #menu ul ul li.active>a {
        color: #000;
    }

    #menu .main-menu ul ul {
        box-shadow: none;
        background: #ffffff0f;
    }

    #menu .main-menu ul ul,
    #menu .main-menu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        top: 0;
        transform: unset;
        height: auto;
    }
    header{
        .flex-box{
            padding-right: 60px;
        }
    }
    #menu .main-menu ul{
        margin-top: 100px;
    }

    #menu .main-menu ul ul.open {
        transform: unset;
    }

    #menu>ul>li.has-sub>a:after,
    #menu>ul>li.has-sub>a:before,
    #menu ul ul>li.has-sub>a:after,
    #menu ul ul>li.has-sub>a:before {
        display: none
    }

    #menu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .hamburger {
        width: 55px;
        height: 48px;
        position: absolute;
        right: -10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 12399994;
        display: block;
    }
    .hamburger:after {
        position: absolute;
        top: 24px;
        right: 10px;
        display: block;
        height: 14px;
        width: 35px;
        border-top: 2px solid #BE202F;
        border-bottom: 2px solid #BE202F;
        content: '';
    }


    .hamburger:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 12px;
        right: 10px;
        display: block;
        height: 2px;
        width: 35px;
        background: #BE202F;
        content: '';
    }

    .hamburger.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 35px;
        background: #BE202F;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .hamburger.menu-opened:before {
        top: 23px;
        background: #BE202F;
        width: 35px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #menu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 20px;
        top: 0;
        display: block;
        border-left: 0;
        height: 45px;
        width: 55px;
        cursor: pointer;
        background: #BE202F;
    }
    .flex-box{
        width: 100%;
        justify-content: end;
    }
    #menu ul ul .submenu-button {
        height: 34px;
        width: 40px
    }

    #menu .submenu-button:after {
        position: absolute;
        top: 9px;
        right: 25px;
        width: 10px;
        height: 10px;
        display: block;
        content: '+';
        border-radius: 2px;
        transition: all .4s;
        color: #fff;
    }
    #menu>.main-menu>ul>li.has-sub>a::before{
            display: none;
        }

    #menu ul ul .submenu-button:after {
        top: 11px;
        right: 19px;
    }

    #menu ul ul .submenu-button.submenu-opened:after {
        top: 16px;
    }

    #menu .submenu-button.submenu-opened:after {
        content: '-';
        right: 22px;
    }


    #menu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #menu .submenu-button.submenu-opened:before {
        display: none
    }

    #menu ul ul ul li.active a {
        border-left: none
    }

    #menu>ul>li.has-sub>ul>li.active>a,
    #menu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
    header.sticky {
        padding-block: 3px;
    }
    #menu>.main-menu>ul>li:hover>a, #menu .main-menu ul li.current-menu-item a {
        color: #BE202F;
        scale: unset;
        font-size: 15px;
    }
}

.menu-white {
    position: relative;
    background: #FFF;
    box-shadow: 0px 7px 11px 0px rgba(0, 0, 0, 0.06);
}


.menu-white #menu>.main-menu>ul>li>a {
    color: #1E1E1E;
}

.menu-white #menu>.main-menu>ul>li:hover>a,
.menu-white #menu .main-menu ul li.current-menu-item a {
    color: #95C12B;
}

.menu-white #menu>.main-menu>ul>li.has-sub>a::before {
    border-top: 1px solid #1E1E1E;
    border-left: 1px solid #1E1E1E;
}

.menu-white #menu>.main-menu>ul>li.has-sub:hover>a::before,
.menu-white #menu>.main-menu>ul>li.has-sub.current-menu-item>a::before {
    border-top-color: #95C12B;
    border-left-color: #95C12B;
}


.menu-white .serch-box input {
    border: 1px solid #D6D6D6;
    background: rgba(217, 217, 217, 0.10);
    backdrop-filter: blur(7.5px);
}
.wp{
    width: 50px;
    height: 50px;
}
.fixed-btn {
    position: fixed;
    right: 10px;
    bottom: 40px;
    z-index: 8;
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    .wp{
        width: 50px;
        height: 50px;
    }
    a{
        &:hover{
            scale: 1.1;
        }
    }
}
.enq-btn {
    position: fixed;
    top: 20%;
    right: 5px;
    height: 38px;
    font-weight: 400;
    text-align: center;
    z-index: 9;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    border-radius: 0px;
    overflow: clip;
    display: flex;
    border-radius: 0px;
    background: #BE202F;
    transition: all .5s;
    &:hover{
        box-shadow: -4px -5px 0px 0 #BE202F;
    }
}
.enq-btn::after, .enq-btn::before {
    content: '';
    content: '';
    position: absolute;
    z-index: -1;
    background: #000000;
    inset: 0;
    scale: 1 0;
    transition: scale 450ms;
    transform-origin: top;
}
.enq-btn:hover::after, .enq-btn:focus-visible::after {
    scale: 1 1;
    transform-origin: right;
}
.fc:hover, .fw:hover {
    transform: scale(1.2);
}
.enq-btn a {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 37px;
    color: #fff;
    padding: 0 13px;
    font-weight: 100;
    font-family: 'Record Gothic Medium';
    font-weight: normal;
}
/******************************
            Banner  
*******************************/
.banner{
    position: relative;
    .banner-bg{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .banner-item {
        height: 738px;
        position: relative;
    }
   .container{
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
    }
    .banner-img {
        position: absolute;
        right: -68px;
        width: 58%;
    }
}
.banner-content{
    width: 48%;
    h1{
        color: #FFF;
        font-family: 'Record Gothic Bold';
        font-size: 53px;
        font-style: normal;
        font-weight: normal;
        line-height: 65px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
}

.banner{
    margin: 0 !important;
    .slick-active{
        h1{
            animation: slideInUp .5s both 0.5s;
        }
        .btn-group{
            animation: slideInUp .7s both 1s;
        }
        .banner-img{
            animation: zoomIn .9s both 0.5s;
        }
    }
.slick-dots {
    bottom: 40px;
    bottom: 40px;
    display: inline-block;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    &::after,&::before{
       content: '';
            width: 34px;
            height: 2px;
            background: linear-gradient(to right, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
            display: inline-block;
            transform: translateY(-9px);
            margin-right: 10px;
    }
    &::after{
        background: linear-gradient(to left, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
        margin-right: 0;
        margin-left: 10px;
    }
    li{
        outline: 1px solid #fff;
            position: absolute;
            inset: 0;
            outline-offset: 1px;
            transform: rotate(45deg);
        position: relative;
        margin: 0 11px;
        &.slick-active{
           &::after{
             transform: scale(1.4) translate(-50%, -50%);
           }
        }
        &:after{
            content: '';
                width: 6px;
                height: 6px;
                background: #fff;
                border-radius: 50%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            
            }
            button{
                display: none;
            }
        }
    }
}

.call {
    width: 48px;
    height: 48px;
    background: #BE202F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 3px rgba(190, 32, 48, 0.212);
}
.btn-group{
gap: 16px;
}

.brand{
    padding-block: 50px;
    h2{
        font-size: 31px;
        line-height: normal;
        margin-bottom: 25px;
        position: relative;
        display: inline-block;
        &::after, &::before{
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 42px;
            height: 1px;
            left: -50px;
            background: #000000;
        }
        &::after{
            left: auto;
            right: -50px;
        }
    }
    .brand-item{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.explore-box {
    background: #F4F4F4;
    .explore-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding: 30px;
        padding-block: 68px;
        padding-right: 20px;
    }
    .explore-img{
        height: 100%;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .primary-btn{
        background: transparent;
        border: 2px solid #000;
        padding: 17px 70px;
        &:hover{
            background: #BE202F;
            color: #fff;
            border-color: #BE202F;
        }
    }
}
.counter-item {
    position: relative;
    padding-left: 70px;
    text-align: left;
    transition: 0.5s;
    &:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 5px;
        border: 1px solid #000;
        display: block;
        left: 0;
    }
    img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    h3 {
        color: #000;
        font-family: 'Record Gothic Medium';
        font-size: 52px;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
    }
    p {
        color: #000;
        font-family: 'Record Gothic Medium';
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        letter-spacing: 0.72px;
        text-transform: uppercase;
    }
    &:hover{
        scale: 1.05;
        h3{
            color: #BE202F;
        }
        img{
            transform: translateY(-50%) rotateY(180deg);
        }
    }
}
.category-item{
    border-radius: 20px;
    background: #F5F5F5;
    height: 166px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: 0.5s;
    img{
        transition: 0.4s;
    }
    p{
        color: #000;
        font-family: 'Neue Montral Medium';
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 0;
        transition: 0.4s;
    }
    &:hover{
        scale: 1.08;
        background: #BE202F;
        img{
            filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(0%) hue-rotate(43deg) brightness(105%) contrast(100%);
        }
        p{
            color: #FFF;
        }
    }
}


.marquee {
background: #000;
 overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 10px 0;
}


.marquee-inner {
    display: flex;
    flex-wrap: nowrap;
}
.mr-item {
  flex: 0 0 auto;
  padding: 0 40px;
}
.marquee h4 {
color: #FFF;
font-family: 'Record Gothic Bold';
font-size: 20px;
font-style: normal;
font-weight: normal;
line-height: normal;
text-transform: uppercase;
position: relative;
transition: all .5s;
&:hover{
    color: #BE202F;
    text-shadow: 0 3px 2px #ffffff;
}
&::after{
    content: '•';
    margin-left: 30px;
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
}

.trending-products {
  padding: 40px 20px;

.section-title {

  margin-bottom: 30px;
}

.products-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 20px 0;
}

.product-card {
  border: 1px solid #000;
  padding: 15px;
  position: relative;
  .primary-btn{
    padding-inline: 10px;
    font-size: 14px;
  }
}
.product-code {
 color: #000;
font-family: 'Neue Montral Medium';
font-size: 18px;
font-style: normal;
font-weight: normal;
line-height: normal;
text-transform: uppercase;
text-align: left;
display: block;
}
.product-img{
  height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 40px;
    img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.action-icons {
  position: absolute;
  bottom: 80px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.btn-group {
  display: flex;
  justify-content: space-between;
  gap: 17px;
}

.primary-btn {
  width: 100%;
  background: #000;
  color: #fff;
}
.primary-btn::before, .primary-btn::after,
.primary-btn span::before, .primary-btn span::after{
    background: #fff;
}

.card-title{
    text-align: left;
}
.download-btn {
  background: #d4001a;
  color: #fff;
  span{
    display: flex;
    align-items: center;
    gap: 4px;
  }
}

.view-all-btn {
  margin-top: 30px;
  justify-content: center;
  display: flex;
   .primary-btn{
    width: auto;
        background: transparent;
        border: 2px solid #000;
        padding: 17px 70px;
        color: #000;
        &:hover{
            background: #BE202F;
            color: #fff;
            border-color: #BE202F;
        }
    }
}

}
.products-slider{
    .slick-arrow{
       width: 45px;
        height: 42px;
        z-index: 1;
        border-radius: 2px;
        border: 1px solid #000;
        background: #FFF;
        top: -46px;
        right: 0;
        transition: all .5s;
        &::before{
            content: '';
            background-image: url(../img/button-arrow.webp);
            width: 28px;
            height: 28px;
            display: inline-block;
        }
        &:hover{
            background: #BE202F;
            border-color: #BE202F;
            &::before{
                filter: brightness(0) invert(1);
            }
        }
    }
    .slick-prev{
        right: 58px;
        left: auto;
       &::before{
        transform: rotate(180deg);
       }
    }
    
}
.secondary-btn{
     background: transparent;
        border: 2px solid #000;
        padding: 17px 70px;
        color: #000;
        &:hover{
            background: #BE202F;
            color: #fff;
            border-color: #BE202F;
        }
}
.mt-40{
    margin-top: 40px;
}
.mb-30{
    margin-bottom: 30px;
}
.why-choose-us {
  background: url(../img/choose-us.webp);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  font-family: Arial, sans-serif;
}

.comparison-table {
  display: flex;
  justify-content: center;
}

.comparison-table table {
  border-collapse: collapse;
  width: 100%;
  max-width: 900px;
  border: 1px solid #000;
  background: #fff;
}
.comparison-table th,
.comparison-table td {
  padding: 15px 10px;
  border: 1px solid rgba(0, 0, 0, 0.178);
  font-size: 14px;
}

.comparison-table thead th {
  font-weight: bold;
  color: #fff;
}

.rigid-label {
  background: #000;
  padding: 6px 12px;
  display: inline-block;
  font-weight: bold;
  width: 267px;
}

.others-label {
  background: #000;
  padding: 6px 12px;
  display: inline-block;
  font-weight: bold;
    width: 267px;
}

.comparison-table td {
  font-size: 16px;
}

.comparison-table tbody td:nth-child(2) {
  color: green;
  font-weight: bold;
}

.comparison-table tbody td:nth-child(3) {
  color: red;
  font-weight: bold;
}

.creation-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.creation-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.creation-item:hover img {
  transform: scale(1.05);
}

/* Overlay effect */
.creation-item .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(190, 32, 47, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.creation-item:hover .overlay {
  opacity: 1;
}

.plus-icon {
     color: white;
    font-size: 70px;
    font-weight: lighter;
}

.content-areas{
    padding: 100px 0;
    background-image: url(../img/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    .primary-btn{
    width: auto;
        background: transparent;
        border: 2px solid #000;
        padding: 17px 70px;
        color: #000;
        &:hover{
            background: #BE202F;
            color: #fff;
            border-color: #BE202F;
        }
    }
}
.content-img{
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.customer-review-section {
    padding-top: 110px;
  .title{
    color: #fff;
    margin-bottom: 20px;
  }
.slick-dots {
    text-align: left;
    li{
        width: 32px;
        height: 2px;
        background-color: #ffffff4f;
        &.slick-active{
            background-color: #fff;
        }
    }
    button{
        opacity: 0;
    }
}
}

.review-wrapper {
.row{
    position: relative;
    &::after{
    content: '';
    position: absolute;
    top: -20px;
    bottom: -15px;
    right: 0;
    width: 75%;
    background: #BE202F;
    z-index: -1;
    }
}
}

.review-image img {
    width: 100%;
}

.review-content {
  color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stars {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.review-text {
color: #FFF;
font-size: 31px;
line-height: 151.613%;
}

.review-author {
    color: #FFF;
    font-family: 'Neue Montral Medium';
    font-size: 19px;
    font-style: normal;
    font-weight: normal;
    line-height: 37px;
    border-bottom: 1px solid #fff;
    display: inline;
    padding-bottom: 4px;
    width: fit-content;
}
.blog-title{
    color: #FFF;
    font-family: 'Record Gothic Bold';
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}
.blog-card{
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    &:after{
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(102, 102, 102, 0.00) 100%);
    }
    .blog-content{
        position: absolute;
        padding: 30px;
        z-index: 1;
        bottom: 0;
        .title{
            color: #fff;
            margin-bottom: 5px;
        }
        p{
            color: #fff;
        }
    }
    &:hover{
        .blog-title{
            color: #BE202F;
        }
    }
}
.blog-date{
    color: #FFF;
    font-family: 'Neue Montral Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}
.blog-img{
        width: 100%;
        height: 100%;
        margin-bottom: -10px;
        object-fit: cover;
    }
.contact-section {
  background: #fff;
  font-family: Arial, sans-serif;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0;
}

.contact-map iframe {
  width: 100%;
  height: 570px;
  border: none;
  margin-bottom: -10px;
}

.contact-logo {
  background: #b7081b;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 570px;
}


.contact-info {
  text-align: left;
  padding: 40px;
  background: #F2F2F2;
  height: 100%;
  .section-title{
    font-size: 40px;
  }
  h4{
    color: #000;
    font-family: 'Neue Montral Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 35px; /* 145.833% */
  }
  h5{
    color: #282828;
    font-family: 'Neue Montral Bold';
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    line-height: 34px; /* 161.905% */
  }
  a,p{
    color: #282828;
    margin-bottom: 0;
  }
  a:hover{
    color: #BE202F;
  }
}
.contact-info hr {
  margin-top: 60px;
  width: 379px;
  background: #000;
}
.mission{
    position: relative;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    &::after{
        position: absolute;
        content: '';
        width: 100%;
        height: 20%;
        left: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    }
}
.mission-content{
    width: 35%;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #ffffffdd;
    padding: 50px 30px;
    z-index: 1;
    p{
        margin-bottom: 0
    }
}
.we-do-img{
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.we-do-card{
    transition: 0.5s;
}
.we-do-card:hover{
    transform: translateY(-10px);
}
.we-do-text{
    h4{
        color: #000;
        font-family: 'Record Gothic Bold';
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        letter-spacing: 0.72px;
        text-transform: uppercase;
        margin-bottom: 8px;
    }
    p{
        font-size: 18px;
    }
}
/* Product Listing Page */
.product-listing{
    h1{
        color: #000;
        font-family: 'Record Gothic Medium';
        font-size: 36px;
        font-style: normal;
        font-weight: normal;
        line-height: 27px; /* 75% */
        margin-bottom: 10px;
    }
    p{
        color: #737373;
        font-size: 18px;
        margin-bottom: 30px;
    }
    h5{
        color: #000;
        font-family: 'Neue Montral Medium';
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        line-height: 23px; /* 127.778% */
        margin-bottom: 13px;
    }
    .btn-group{
        justify-content: center;
        .secondary-btn{
            border-color: #BE202F;
            color: #BE202F;
            &:hover{
                color: #FFF;
            }
        }
        .primary-btn::before, .primary-btn::after {
            background: #FFF;
        }
        .primary-btn span::before, .primary-btn span::after{
            background: #FFF;
        }
    }
}
.product-listing-card{
    border: 1px solid #EEE;
    background: #F9F9F9;
    padding-top: 50px;
    padding-inline: 5px;
    padding-bottom: 10px;
    transition: 0.5s;
    &:hover{
        transform: translateY(-10px);
    }
}
.product-listing-content{
    padding-inline: 10px;
}
/******************************
        Footer
*******************************/
footer{
    background: #000;
    padding-top: 50px;
    padding-bottom: 0;
    border-bottom: 10px solid #fff;
    p{
        color: #FFF;
        font-size: 17px;
        line-height: 170.588%;
    }
    ul li a{
        color: #FFF;
        font-size: 18px;
        line-height: 37px;
    }
    .logo{
        margin-bottom: 17px;
    }
    .social-links{
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 40px; 
        a{
            width: 35px;
            height: 35px;
            border-radius: 10px;
            background: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.5s;
            &:hover{
                scale: 1.2;
                background: #BE202F;
            }
        }
    }
    .footer-title{
        h4{
        color: #FFF;
        font-family: 'Record Gothic Bold';
        font-size: 23px;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 16px;
        }
    }

    .copyright{
        margin-bottom: 80px;
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: end;
        p{
            margin: 0;
        }
        a{
            color: #E6920A;
            text-decoration: underline;
            &:hover{
                color: #BE202F;
            }
        }
    }
}
.text-logo{
    width: 100%;
    margin-bottom: -12px;
}
/*******************************************************
             Inner Page
*******************************************************/
.inner-banner{
    position: relative;
    .container{
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
    }
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-bottom: -10px;
    }
}
/* Contact Us Form */
.left-dec{
    color: #FFF;
    font-family: 'Neue Montral Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 145.833%;
    margin-bottom: 30px;
}
.contact-us{
    padding-bottom: 60px;
    .left{
        padding: 30px;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        position: relative;
        .title{
            color: #FFF;
            margin-bottom: 10px;
        }
        .left-logo{
            position: absolute;
            bottom: 0;
            right: 0;
            width: 260px;
            height: auto;
        }
    }
    .right{
        padding: 30px 20px;
        .title{
            color: #000;
        }
    }
    .g-0{
        background: #FFF;
        box-shadow: 0 -3px 36px 3px rgba(0, 0, 0, 0.25);
        transform: translateY(-25px);
    }
}
.info-card{
    display: flex;
    align-items: start;
    gap: 15px;
}
.info-title{
    color: #FFF;
    font-family: 'Neue Montral Bold';
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    line-height: 161.905%;
    text-transform: uppercase;
}
.why-choose-icon{
    width: 31px;
    height: 31px;
    border: 1px solid #FFF;
    outline: 1px solid #ffffff36;
    outline-offset: 2px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.info-card-text{
    width: 80%;
    p, a{
        color: #FFF;
        font-size: 21px;
        margin-bottom: 10px;
    }
}
/* Blog */
.blog-listing{
    .blog-content{
        .btn-group{
            .secondary-btn {
                background: transparent;
                border: 2px solid #FFF;
                padding: 17px 70px;
                color: #FFF;
                &:hover{
                    background: #BE202F;
                }
            }
            .secondary-btn::after,
            .secondary-btn::before{
                background: #FFF;
            }
            .secondary-btn span::after,
            .secondary-btn span::before{
                background: #FFF;
            }
        }
    }
    .cont-list{
        position: relative;
        padding: 20px 10px;
        padding-left: 0;
        .blog-title{
            color: #171717;
            margin-bottom: 7px;
			display: -webkit-box;
			-webkit-line-clamp: 1;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-transform:unset;
        }
        .blog-date {
            color: #000;
            margin-bottom: 7px;
        }
        .blog-desc{
            color: #000;
            line-height: 133.167%;
            margin-bottom: 10px;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			overflow: hidden;
        }
        .btn-group{
            .secondary-btn {
                background: transparent;
                border: 2px solid #000;
                padding: 17px 70px;
                color: #000;
                &:hover{
                    background: #BE202F;
                    border-color: #BE202F;
                    color: #FFF;
                    &::before,
                    &::after{
                        background: #fff;
                    }
                    span::before,
                    span::after{
                        background: #FFF;
                    }
                }
            }
            .secondary-btn::after,
            .secondary-btn::before{
                background: #000;
            }
            .secondary-btn span::after,
            .secondary-btn span::before{
                background: #000;
            }
            
        }
    }
    .col-lg-4{
        .blog-card{
            &::after{
                display: none;
            }
            .featured{
                position: absolute;
                right: 0;
                bottom: 0;
                margin: 0;
            }
            &:hover{
                .blog-title{
                    color: #BE202F;
                }
            }
        }
    }
}
.blog-card-img{
    overflow: hidden;
    position: relative;
}
.featured{
    display: inline-block;
    background: #BE202F;
    color: #FFF;
     font-family: 'Neue Montral Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    padding: 8px 20px;
    margin-bottom: 20px;
}
/* Blog Details Page */
.blog-details{
    .featured{
        background: #FFF;
        color: #BE202F;
        margin-bottom: 0;
        padding: 0;
    }
    h1{
        margin-bottom: 10px;
        color: #101010;
        font-size: 50px;
        font-style: normal;
        line-height: 100%;
    }
    .blog-date{
        color: #4D4D4D;
        font-size: 18px;
    }
    p{
        font-size: 20px
    }
    h2{
        color: #101010;
        font-family: 'Neue Montral Medium';
        font-size: 36px;
        font-style: normal;
        font-weight: normal;
        line-height: 130.556%;
        margin-bottom: 10px;
    }
    hr{
        margin-top: 50px;
    }
}
.blog-details-img{
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.article-title{
    color: #000;
    font-family: 'Record Gothic Medium';
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: 47px; /* 156.667% */
    text-transform: uppercase;
    transition: 0.4s;
    margin-bottom: 10px;
}
.side-blog-card{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-block: 15px;
    border-bottom: 1px solid #DBDBDB;
	img{
		width: 100px;
        height: 60px;
        object-fit: cover;
	}
    .article-title{
        font-size: 18px;
        color: #171717;
        line-height: 22px;
        text-transform: none;
        margin-bottom: 0;
		        width: 62%;
    }
    &:hover{
        .article-title{
            color: #BE202F;
        }
    }
}
.side-blog .side-blog-card:nth-child(7){
    border-bottom: none;
}
.side-category{
    margin-bottom: 30px;
    ul{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
        li{
            a{
                color: #000;
                font-family: 'Record Gothic Medium';
                font-size: 18px;
                font-style: normal;
                font-weight: normal;
                line-height: 22px; /* 122.222% */
                padding: 5px 18px;
                border-radius: 143px;
                border: 1px solid #000;
                &:hover{
                    background: #BE202F;
                    color: #FFF;
                    border-color: #FFF;
                }
            }
        }
    }
}
.perfect-jersey{
    position: relative;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-bottom: -10px;
    }
    .perfect-jersey-content{
        background: #00000058;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
        .article-title{
            text-transform: none;
            color: #FFF;
            font-size: 29px;
            text-align: center;
        }
        .btn-group{
            justify-content: center;
        }
    }
}
.related-article{
    padding-bottom: 30px;
    .blog-card{
        &::after{
            display: none;
        }
    }
    .blog-content{
        position: relative;
        padding: 20px 10px;
        padding-left: 0;
        .blog-date{
            color: #000;
            margin-bottom: 0;
        }
    }
    .blog-card-img{
        position: relative;
        &::after{
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            inset: 0;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(102, 102, 102, 0.00) 100%);
        }
    }
    .featured{
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0;
        z-index: 1;
    }
    .blog-title{
        color: #171717;
    }
}
/* About Page */
.our-story{
    .explore-box {
        background: #FFFF;
    }
    .counter-item{
        &::after{
            display: none;
        }
    }
}
/* Service Page */
.service-list{
    .row{
        .col-lg-6:nth-child(1){
            .service-list-text{
                background: url(../img/screen-printing.webp);
                background-repeat: no-repeat;
                background-size: cover;
            }
        }
        .col-lg-6:nth-child(5){
            .service-list-text{
               background: #000;
               .section-title{
                color: #FFF;
               }
               ul li{
                    color: #FFF;
                    &::before{
                        background: #FFF;
                    }
                }
                .secondary-btn{
                    border-color: #FFF;
                    color: #fff;
                    &::before,
                    &::after,
                    span::before,
                    span::after{
                        background: #FFF;
                    }
                }
            }
        }
        .col-lg-6:nth-child(8){
            background: url(../img/emnroidery.webp);
            background-repeat: no-repeat;
        }
    }
}
.service-list-img{
    height: 679px;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-bottom: -10px;
    }
}
.service-list-text{
    padding-inline: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    ul{
        padding-left: 20px;
        li{
            color: #000;
            font-family: 'Neue Montral Regular';
            font-size: 24px;
            font-style: normal;
            font-weight: normal;
            line-height: 154.167%;
            margin-bottom: 20px;
            position: relative;
            &::before{
                position: absolute;
                content: '';
                width: 10px;
                height: 10px;
                background: #000;
                left: -20px;
                border-radius: 50%;
                top: 15%;
            }
        }
    }
    .btn-group{
        margin-left: 20px;
    }
}
.left-padd{
    padding-left: 33%;
}
.right-padd{
    padding-right: 33%;
}
/* Product Category */
.jersey-card{
    overflow: hidden;
    position: relative;
    height: 565px;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    &::after{
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #0000007d 100%);
    }
}
.jersey-hov-text{
    position: absolute;
    left: 0;
    bottom: -33%;
    width: 100%;
    z-index: 2;
    text-align: center;
    padding-inline: 20px;
    transition: 0.5s;
    .btn-group{
        justify-content: center;
    }
    .card-title{
        color: #FFF;
        font-size: 34px;
        margin-bottom: 50px;
        transition: 0.5s;
    }
    p{
        color: #FFF;
        font-size: 18px;
    }
    .primary-btn{
        background: #BE202F;
        color: #FFF;
        padding: 17px 50px;
        &::before,
        &::after{
            background: #FFF;
        }
        span::before,
        span::after{
            background: #FFF;
        }
    }
}
.jersey-card:hover{
    .jersey-hov-text{
        bottom: 5%;
        .card-title{
            margin-bottom: 10px;
        }
    }
}
.corporate-wear{
    background: #F0F0F0;
}
.jersey-overly {
    position: absolute;
    bottom: 0;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
    .card-title{
        color: #FFF;
        font-size: 50px;
    }
    .primary-btn{
        background: transparent;
        border: #FFF solid 1px;
        color: #fff;
        &:hover{
            background: #BE202F;
        }
    }
}
/* Size Table */
.size-table{
    padding-inline: 30px;
}
.size-chart-card{
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.14));
    height: 100%;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.layout{
    background: #EBEBEB;
    .container{
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}
.collar-card{
    height: 100%;
    transition: 0.5s;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    &:hover{
        scale: 1.03;
        transform: translateY(-5px);
    }
}
.fabric{
    h3{
        color: #171717;
        font-family: 'Record Gothic Bold';
        font-size: 34px;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 25px;
    }
}
.fabric-card{
    position: relative;
    margin-bottom: 20px;
    transition: 0.5s;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.dtls{
    width: 100%;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.5s;
    h4{
        display: inline-block;
        color: #FFF;
        font-family: 'Record Gothic Bold';
        font-size: 24px;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        text-transform: uppercase;
        padding: 15px 80px;
        background: #BE202F;
    }
}
.gsm{
    display: inline-block;
    color: #FFF;
    font-family: 'Record Gothic Bold';
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.24) 0%, rgba(102, 102, 102, 0.31) 100%);
    padding: 10px 25px;
    margin-bottom: 12px;
}
.fabric-card:hover{
    scale: 1.03;
    transform: translateY(-8px);
    .dtls{
        bottom: 20px;
    }
}
/******************************************
             Responsive 
********************************************/
@media (max-width: 1600px),
(max-width: 1560px) {
    .mission-content {
        width: 40%;
        left: 44%;
    }
    .contact-logo {
        height: 520px;
    }
    .contact-map iframe {
        height: 520px;
    }
    .left-padd {
        padding-left: 20%;
    }
    .right-padd{
        padding-right: 20%;
    }
}
@media (max-width: 1440px),
(max-width: 1366px){
    .form-control{
        font-size: 15px;
        padding: 8px 13px;
    }
    .form-control::placeholder{
        font-size: 15px;
    }
    .call {
        width: 40px;
        height: 40px;
    }
    .wp {
        width: 40px;
        height: 40px;
    }
    .primary-btn{
        font-size: 16px;
    }
    .section-title{
        font-size: 50px;
    }
    p{
        font-size: 20px;
    }
    .card-title {
        font-size: 26px;
    }
    .call-btn{
        font-size: 24px;
        gap: 6px;
        .call-icon{
            width: 29px;
            height: 29px;
            padding: 6px;
        }
    }
    .header-btn{
        font-size: 12px;
    }
    .topbar {
        padding-block: 6px;
        p {
            font-size: 12px;
        }
    }
    .logo{
        width: 160px;
    }
    #menu>.main-menu>ul>li {
        padding-inline: 6px;
    }
    #menu>.main-menu>ul>li.has-sub>a::before {
        top: 17px;
        right: -9px;
    }
    #menu>.main-menu>ul>li>a {
        padding: 17px 2px;
        font-size: 16px;
    }
    #menu ul ul li a{
        font-size: 16px;
    }
    .banner{
        .banner-item{
            height: 620px;
        }
        .banner-img{
            width: 55%;
            top: 20px;
        }
    }
    .banner-content {
        h1 {
            font-size: 46px;
        }
    }
    .brand {
        h2 {
            font-size: 26px;
        }
    }
    .brand-item{
        img{
            width: 80%;
            height: auto;
        }
    }
    .explore-box {
        .primary-btn {
            padding: 13px 60px;
        }
    }
    .counter-item {
        h3 {
            font-size: 44px;
        }
        p {
            font-size: 16px;
        }
    }
    .marquee h4{
        font-size: 18px;
    }
    .category-item {
        p {
            font-size: 17px;
        }
    }
    .trending-products {
        .product-img{
            height: 440px;
        }
         .product-card {
            .primary-btn {
                padding-inline: 8px;
                padding-block: 13px;
                font-size: 12px;
                img{
                    width: 11%;
                }
            }
        }
        .view-all-btn {
            .primary-btn {
                padding: 14px 60px;
            }
        }
    }
    .comparison-table td {
        font-size: 14px;
        line-height: 130%;
    }
    .others-label {
        width: 210px;
    }
    .customer-review-section {
        .title {
            color: #fff;
            margin-bottom: 20px;
        }
    }
    .title {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .review-text{
        font-size: 26px;
    }
    .review-author{
        font-size: 17px;
    }
    .blog-title {
        font-size: 26px;
    }
    .blog-date{
        font-size: 15px;
    }
    .contact-info {
        .section-title {
            font-size: 30px;
        }
        h4 {
            font-size: 20px;
        }
        h5 {
            font-size: 18px;
        }
    }
    footer {
        .footer-title {
            h4 {
                font-size: 20px;
            }
        }
        p{
            font-size: 16px;
        }
        ul li a {
            color: #FFF;
            font-size: 16px;
            line-height: 27px;
        }
    }
    .contact-map iframe {
        height: 450px;
    }
    .contact-logo {
        height: 450px;
        padding: 80px;
    }
    .contact-info {
        padding: 32px;
    }
    .we-do-text {
        h4, p{
            font-size: 16px;
        }
    }
    .jersey-card {
        height: 455px;
    }
    .jersey-hov-text {
        bottom: -40%;
        .card-title {
            font-size: 28px;
        }
        p {
            font-size: 16px;
        }
        .primary-btn {
            padding: 14px 40px;
        }
    }
    .jersey-overly {
        padding: 20px;
        .card-title {
            font-size: 40px;
        }
    }
    .left-padd {
        padding-left: 19%;
    }
    .rightt-padd {
        padding-right: 19%;
    }
    .service-list-text {
        ul {
            li {
                font-size: 20px;
                margin-bottom: 15px
            }
        }
    }
    .service-list-img {
        height: 560px;
    }
    .gsm {
        font-size: 18px;
    }
    .dtls {
        h4 {
            font-size: 20px;
        }
    }
    .featured {
        font-size: 15px;
        margin-bottom: 12px;
    }
    .blog-listing {
        .cont-list {
            .btn-group {
                .secondary-btn {
                    padding: 11px 40px;
                }
            }
        }
        .blog-content {
            .btn-group {
                .secondary-btn {
                    padding: 11px 40px;
                }
            }
        }
    }
    .blog-details {
        h1 {
            font-size: 40px;
        }
        .blog-date {
            font-size: 15px;
        }
        h2{
            font-size: 32px;
        }
    }
    .article-title {
        font-size: 26px;
    }
    .side-blog-card {
        .article-title {
            font-size: 16px;
        }
    }
    .side-category {
        & ul {
            & li {
                a {
                    font-size: 16px;
                }
            }
        }
    }
    .perfect-jersey {
        .perfect-jersey-content {
            .article-title {
                font-size: 25px;
            }
            .primary-btn{
                padding: 13px 18px;
            }
        }
    }
    .left-dec {
        color: #FFF;
        margin-bottom: 20px;
        font-size: 21px;
    }
    .why-choose-icon {
        width: 26px;
        height: 26px;
    }
    .info-title{
        font-size: 19px;
        line-height: 125.905%;
    }
    .info-card-text {
        p, a {
            font-size: 20px;
            margin-bottom: 6px;
        }
    }
    .contact-us {
        .left {
            .left-logo {
                width: 225px;
            }
        }
    }
    .product-listing {
        h1 {
            font-size: 30px;
            margin-bottom: 6px;
        }
        p{
            margin-bottom: 20px;
        }
        h5 {
            font-size: 15px;
        }
        .secondary-btn {
            padding: 14px 50px;
        }
    }
} 
@media (max-width: 1024px){
    .popup .popup__content {
        width: 70%;
    }
    .form-control {
        font-size: 14px;
    }
    .enq-btn{
        top: 30%;
    }
    .sec-gap{
        padding: 40px 0;
    }
    p {
        font-size: 16px;
    }
    .section-title {
        font-size: 40px;
    }
    .primary-btn {
        font-size: 14px;
        padding: 13px 15px;
    }
    .call-btn{
        font-size: 20px;
        .call-icon{
            width: 30px;
            height: 30px;
        }
    }
    .header-btn {
        font-size: 10px;
    }
    .topbar {
        padding-block: 6px;
        p {
            font-size: 10px;
        }
    }
    #menu>.main-menu>ul>li {
        padding-inline: 4px;
    }
    #menu>.main-menu>ul>li.has-sub>a::before{
        top: 15px;
        right: -7px;
    }
    #menu>.main-menu>ul>li>a {
        padding: 15px 2px;
        font-size: 13px;
    }
    .logo {
        width: 190px;
    }
    #menu ul ul li a {
        font-size: 13px;
    }
    .banner {
        .banner-img {
            right: 20px;
            width: 50%;
        }
        .banner-item{
            height: 470px;
        }
    }
    .banner-content {
        h1 {
            font-size: 36px;
            line-height: 50px;
        }
    }
    .brand {
        padding-block: 25px;
        h2 {
            font-size: 20px;
        }
        .brand-item{
            img {
                width: 70%;
            }
        }
    }
    .explore-box {
        .primary-btn {
            padding: 11px 50px;
        }
    }
    .counter-item{
        img{
            width: 25%;
            height: auto;
        }
        h3 {
            font-size: 34px;
        }
        p{
            font-size: 12px;
        }
    }
    .marquee h4{
        font-size: 16px;
    }
    .category-item{
        height: 125px;
        img{
            width: 28%;
        }
        p{
            font-size: 15px;
        }
    }
    .trending-products {
        .product-card{
            padding: 10px;
            .primary-btn {
                padding-block: 10px;
                font-size: 10px;
            }
        }
        .product-img {
            height: 295px;
        }
        .view-all-btn {
            .primary-btn {
                padding: 11px 40px;
            }
        }
    }
    .title{
        font-size: 30px;
    }
    .content-areas {
        padding: 50px 0;
    }
    .review-text{
        font-size: 22px;
    }
    .review-author{
        font-size: 15px;
    }
    .card-title {
        font-size: 20px;
    }
    .rigid-label {
        width: 200px;
    }
    .secondary-btn {
        padding: 14px 60px;
    }
    .content-areas {
        .primary-btn {
            padding: 14px 60px;
        }
    }
    .contact-map iframe {
        height: 340px;
    }
    .contact-logo {
        height: 340px;
        padding: 60px;
    }
    .contact-info {
        padding: 26px;
    }
    .blog-title {
        font-size: 22px;
    }
    .blog-date{
        margin-bottom: 10px;
    }
    .contact-info {
        .section-title {
            font-size: 24px;
            margin-bottom: 10px
        }
        h4 {
            font-size: 16px;
        }
        h5 {
            font-size: 16px;
        }
    }
    footer {
        & .footer-title {
            h4 {
                font-size: 18px;
            }
        }
        p {
            font-size: 15px;
        }
        ul li a{
            font-size: 15px;
        }
    }
    .mission-content {
        width: 50%;
        left: 35%;
        padding: 30px;
    }
    .we-do-text {
        h4, p {
            font-size: 14px;
        }
        h4{
            margin-bottom: 0;
        }
        p{
            line-height: 140.167%;
        }
    }
    .counter{
        padding-block: 30px;
    }
    .mission-content {
        .section-title{
            margin-bottom: 10px;
        }
        width: 90%;
        left: 5%;
        padding: 15px;
    }
    .we-do-text {
        h4, p {
            font-size: 13px;
        }
    }
    .jersey-card {
        height: 365px;
    }
    .jersey-hov-text {
        bottom: -55%;
        .card-title {
            font-size: 24px;
        }
        p {
            font-size: 15px;
        }
    }
    .jersey-overly {
        .card-title {
            font-size: 36px;
        }
    }
    .left-padd {
        padding-left: 9%;
    }
    .right-padd{
        padding-right: 9%;
    }
    .service-list-text {
        & ul {
            li {
                font-size: 17px;
                margin-bottom: 15px;
            }
        }
    }
    .service-list-img {
        height: 480px;
    }
    .gsm {
        font-size: 16px;
    }
    .dtls {
        bottom: -11px;
        h4 {
            font-size: 18px;
            padding: 12px 60px;
        }
    }
    .featured {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .blog-listing {
        & .blog-content {
            & .btn-group {
                .secondary-btn {
                    padding: 9px 30px;
                }
            }
        }
    }
    .blog-details {
        h1 {
            font-size: 36px;
        }
        .blog-date {
            font-size: 14px;
        }
        p {
            font-size: 16px;
        }
        h2 {
            font-size: 28px;
        }
    }
    .article-title {
        font-size: 22px;
    }
    .side-blog-card {
        padding-block: 10px;
        .article-title {
            font-size: 15px;
            line-height: 18px;
        }
    }
    .side-category {
        & ul {
            & li {
                a {
                    font-size: 15px;
                }
            }
        }
    }
    .perfect-jersey {
        & .perfect-jersey-content {
            .article-title {
                font-size: 20px;
            }
            .primary-btn {
                font-size: 13px;
                padding: 10px 14px;
            }
        }
    }
    .related-article {
        .blog-content {
            padding: 10px;
        }
    }
    .left-dec {
        font-size: 18px;
    }
    .contact-us {
        padding-bottom: 40px;
    }
    .info-title {
        font-size: 17px;
        line-height: 133.905%;
    }
    .info-card-text {
        p, a {
            font-size: 19px;
            margin-bottom: 6px;
        }
    }
    .contact-us {
        .left {
            .left-logo {
                width: 200px;
            }
        }
    }
    .map{
        iframe{
            height: 400px;
        }
    }
    .product-listing {
        h1{
            font-size: 28px;
        }
        .secondary-btn {
            padding: 12px 40px;
        }
        p{
            font-size: 17px;
        }
        h5{
            line-height: 19px;
        }
    }
}
@media (max-width: 992px){
    .title{
        margin-bottom: 15px;
    }
    .form-control {
        font-size: 15px;
    }
    .form-control::placeholder{
        font-size: 15px;
    }
    p{
        font-size: 17px;
    }
    .container-fluid {
        padding: 0 20px;
    }
    .section-title {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .logo {
        width: 280px;
    }
    #menu .main-menu.open {
        padding-inline: 20px;
        z-index: 999;
    }
    #menu>.main-menu>ul>li {
        padding-inline: 20px;
    }
    #menu>.main-menu>ul>li>a {
        font-size: 15px;
    }
    .banner {
        .banner-bg {
            object-position: 86%;
        }
        .banner-item {
            height: 600px;
            .container{
                display: flex;
                flex-direction: column;
                align-items: center;
            }
        }
        .banner-img {
            width: 60%;
            position: relative;
        }
        .banner-content{
            width: 100%;
            text-align: center;
            padding-top: 30px;
            .btn-group{
                justify-content: center;
            }
        }
        .slick-dots{
            bottom: 17px;
        }
    }
    .brand{
        h2{
            margin-bottom: 15px;
        }
    }
    .explore-box{
        .row{
            .col-lg-5:nth-child(2){
                order: -1;
            }
        }
        .explore-content{
            padding: 20px;
        }
    }
    .counter-item {
        padding-left: 80px;
        img {
            width: 20%;
        }
        p{
            font-size: 14px;
        }
    }
    .category-item {
        height: 90px;
        gap: 6px;
        p {
            font-size: 13px;
        }
    }
    .card-title {
        font-size: 18px;
    }
    .rigid-label {
        width: 140px;
    }
    .others-label {
        width: 140px;
    }
    .marquee h4{
        font-size: 14px;
    }
    .review-wrapper {
        .row {
            &::after {
                width: 100%;
            }
        }
    }
    .blog-title{
        font-size: 24px;
    }
    .contact-info hr {
        width: 330px;
    }
    .contact-logo {
        height: 350px;
        padding: 70px;
    }
    footer {
        .copyright {
            margin-top: 30px;
            align-items: center;
        }
    }
    .we-do-text {
        h4, p {
            font-size: 16px;
        }
    }
    .jersey-card {
        height: 400px;
    }
    .jersey-hov-text {
        bottom: -40%;
    }
    .cap-flag{
        padding-inline: 20px;
    }
    .jersey-overly {
        .card-title {
            font-size: 28px;
        }
        .primary-btn{
            font-size: 13px;
        }
    }
    .left-padd {
        padding-left: 8%;
    }
    .right-padd {
        padding-right: 8%;
    }
    .service-list-img {
        height: 500px;
    }
    .service-list-text {
        & ul {
            li {
                font-size: 17px;
                margin-bottom: 7px;
                &::before {
                    width: 8px;
                    height: 8px;
                    top: 10%;
                }
            }
        }
    }
    .article-title{
        margin-bottom: -7px;
    }
    .blog-details {
        h1 {
            font-size: 30px;
        }
        h2 {
            font-size: 26px;
        }
        hr {
            margin-top: 15px;
        }
    }
    .side-blog-card {
        .article-title {
            font-size: 17px;
        }
    }
    .perfect-jersey {
        & .perfect-jersey-content {
            .article-title {
                font-size: 24px;
            }
            .primary-btn {
                padding: 14px 25px;
            }
        }
    }
    .info-title {
        font-size: 16px;
        line-height: 133.905%;
    }
    .info-card-text {
        p, a {
            font-size: 17px;
            margin-bottom: 6px;
        }
    }
    .contact-us {
        .left {
            padding: 25px;
            .left-logo {
                width: 170px;
            }
        }
    }
    .product-listing {
        h5 {
            font-size: 18px;
        }
        .secondary-btn {
            padding: 12px 60px;
        }
    }
    footer {
        .copyright {
            margin-top: 30px;
            align-items: center;
            margin-bottom: 60px;
        }
    }
}
@media (max-width: 575px){
    .form-control {
        padding: 5px 13px;
    }
    .left{
        display: none;
    }
    .popup .popup__content {
        width: 90%;
    }
    .form-control{
        font-size: 14px;
    }
    .form-control::placeholder{
        font-size: 14px;
    }
    .hamburger {
        right: -5px;
    }
    .sec-gap {
        padding: 20px 0;
    }
    p {
        font-size: 15px;
    }
    .section-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .primary-btn {
        font-size: 12px;
        padding: 11px 13px;
    }
    .primary-btn::before, .primary-btn::after {
        width: 10px;
    }
    .primary-btn span::before, .primary-btn span::after{
        height: 10px;
    }
    .fixed-btn {
        right: 2px;
        .wp {
            width: 40px;
            height: 40px;
        }
    }
    .wp{
        width: 35px;
        height: 35px;
    }
    .enq-btn{
        height: 30px;
        top: 25%;
        right: 0;
    }
    .enq-btn a {
        font-size: 15px;
        line-height: 30px;
    }
    .call-btn{
        .call-icon{
            width: 35px;
            height: 35px;
            padding: 8px;
        }
        span{
            display: none;
        }
    }
    #menu{
        padding-block: 5px;
    }
    .logo {
        width: 290px;
    }
    .banner {
        .banner-img {
            right: 5px;
            width: 80%;
        }
        .banner-item {
            height: 440px;
        }
        .banner-bg {
            object-position: 76.5%;
        }
    }
    .banner-content {
        h1 {
            font-size: 28px;
            line-height: 38px;
        }
    }
    .call {
        width: 35px;
        height: 35px;
    }
    .slick-dots li {
        width: 15px;
        height: 15px;
        &::after{
            width: 4px;
            height: 4px;
        }
    }
    .banner {
        .slick-dots {
            bottom: 12px;
            & li {
                &.slick-active {
                    &::after {
                        transform: scale(1.1) translate(-50%, -50%);
                    }
                }
            }
        }
    }
    .brand {
        margin-block: 15px;
        padding-block: 0;
        h2 {
            font-size: 18px;
            margin-bottom: 0;
        }
    }
    .counter-item {
        padding-left: 50px;
        img {
            width: 24%;
        }
        h3 {
            font-size: 28px;
        }
        p {
            font-size: 13px;
            margin-bottom: 8px;
        }
    }
    .explore-box {
        .explore-content {
            padding: 15px;
        }
        .primary-btn {
            padding: 11px 40px;
        }
    }
    .marquee h4{
        font-size: 14px;
        &::after{
            font-size: 31px;
            margin-left: 15px;
        }
    }
    .mr-item{
        padding: 0 20px;
    }
    .category-item{
        border-radius: 10px;
        p {
            font-size: 14px;
        }
    }
    .trending-products {
        padding: 30px 0;
        .section-title {
            margin-bottom: 10px;
            text-align: center;
        }
        .product-img{
            padding-block: 15px;
        }
        .product-code{
            font-size: 15px;
        }
        .view-all-btn {
            margin-top: 15px;
            .primary-btn {
                padding: 10px 30px;
            }
        }
    }
    .products-slider {
        .slick-arrow {
            top: 40%;
            right: -7px;
        }
        .slick-prev{
            left: -7px;
        }
    }
    .rigid-label {
        width: 75px;
        line-height: 16px;
        text-align: center;
    }
    .others-label {
        width: 75px;
    }
    .comparison-table th, .comparison-table td {
        padding: 9px;
        font-size: 13px;
    }
    .comparison-table td {
        font-size: 14px;
        line-height: 150%;
    }
    .our-creations{
        padding-inline: 5px;
        .section-title{
            margin-bottom: 10px;
        }
        .primary-btn {
            padding: 11px 40px;
        }
    }
    .mt-40 {
        margin-top: 20px;
    }
    .content-areas {
        padding: 20px 0;
        .primary-btn {
            padding: 11px 40px;
        }
    }
    .customer-review-section {
        padding-top: 44px;
        .title{
            margin-bottom: 5px
        }
        .btn-group{
            margin-top: 30px;
        }
    }
    .title {
        font-size: 26px;
    }
    .review-text{
        font-size: 17px;
        line-height: 128.613%;
    }
    .stars {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .review-author{
        font-size: 12px;
    }
    .blog-card {
        .blog-content {
            padding: 15px;
            p{
                margin-bottom: 0;
            }
        }
    }
    .blog-date {
        font-size: 13px;
    }
    .blog-title {
        font-size: 19px;
    }
    .contact-map iframe {
        height: 200px;
    }
    .contact-logo {
        height: 250px;
        padding: 100px;
    }
    .contact-info {
        padding: 15px;
        text-align: center;
    }
    .contact-info hr {
        width: 100%;
        margin-top: 20px;
    }
    footer{
        text-align: center;
        padding-top: 20px;
        .logo{
            width: 130px;
            margin-inline: auto;
            margin-bottom: 0;
        }
        .social-links {
            justify-content: center;
            gap: 15px;
            margin-top: 10px;
        }
        .footer-title{
            h4{
                margin-bottom: 5px;
                font-size: 17px;
            }
        }
        ul li{
            line-height: 30px;
        }
        ul li a{
            line-height: 0px;
        }
        .copyright{
            margin-block: 30px;
        }
    }
    .mission {
        height: 300px;
    }
    .we-do-text {
        h4, p {
            font-size: 15px;
        }
    }
    .inner-banner{
        .banner-content{
            width: 80%;
            h1{
                margin-bottom: 0;
            }
        }
    }
    .jersey-hov-text {
        .card-title {
            font-size: 22px;
        }
    }
    .jersey-overly {
        .card-title {
            font-size: 24px;
        }
    }
    .cap-flag {
        padding-inline: 20px;
    }
    .service-list{
        padding-bottom: 20px;
    }
    .service-list .row > .col-md-6:nth-child(1) { order: 2; }
    .service-list .row > .col-md-6:nth-child(2) { order: 1; }

    .service-list .row > .col-md-6:nth-child(3) { order: 3; }
    .service-list .row > .col-md-6:nth-child(4) { order: 4; }

    .service-list .row > .col-md-6:nth-child(5) { order: 6; }
    .service-list .row > .col-md-6:nth-child(6) { order: 5; }

    .service-list .row > .col-md-6:nth-child(7) { order: 7; }
    .service-list .row > .col-md-6:nth-child(8) { order: 8; }
    .left-padd {
        padding-left: 15px;
        padding-right: 15px;
    }
    .right-padd {
        padding-left: 15px;
        padding-right: 15px;
    }
    .service-list-img {
        height: 315px;
    }
    .service-list-text {
        & ul {
            li {
                font-size: 15px;
                margin-bottom: 7px;
            }
        }
    }
    .gsm{
        font-size: 15px;
            padding: 7px 20px;
    }
    .dtls {
        bottom: -10px;
        h4 {
            font-size: 16px;
            padding: 10px 50px;
        }
    }
    .blog-listing{
        .col-lg-12{
            .blog-card{
                height: 250px;
                p{
                    margin-bottom: 10px;
                }
                .blog-content{
                    padding-left: 15px;
                }
            }
        }
        .blog-content {
            & .btn-group {
                .secondary-btn {
                    padding: 8px 25px;
                }
            }
        }
        .blog-card{
            .blog-content{
                padding-left: 0;
            }
        }
    }
    .featured {
        font-size: 12px;
    }
    .blog-details {
        h1 {
            font-size: 24px;
        }
        .blog-date {
            font-size: 13px;
        }
        h2 {
            font-size: 22px;
        }
    }
    .side-blog-card {
        .article-title {
            font-size: 16px;
        }
    }
    .article-title {
        font-size: 20px;
    }
    .side-category {
        ul {
            gap: 4px;
        }
    }
    .perfect-jersey {
        & .perfect-jersey-content {
            .article-title {
                font-size: 20px;
                margin-bottom: 10px;
            }
            .primary-btn {
                padding: 11px 20px;
            }
        }
    }
    .related-article{
        .blog-card{
            .blog-content{
                padding-left: 0;
            }
        }
    }
    .contact-us{
        .left{
            display: block;
            padding: 15px;
            .left-logo {
                width: 125px;
            }
        }
        .g-0 {
            transform: translateY(0px);
        }
    }
    .left-dec {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .info-card {
        gap: 10px;
    }
    .info-card-text {
        p, a {
            font-size: 15px;
            margin-bottom: 3px;
        }
    }
    .info-title {
        line-height: 126.905%;
    }
    .why-choose-icon {
        width: 22px;
        height: 22px;
    }
    .map {
        iframe {
            height: 300px;
        }
    }
    .product-listing {
        h1 {
            font-size: 26px;
        }
        p {
            font-size: 16px;
        }
        h5 {
            font-size: 17px;
        }
        .secondary-btn{
            font-size: 13px;
        }
    }
}