/*@import url('https://fonts.cdnfonts.com/css/ariston-comic-demo'); 
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&family=Righteous&display=swap');*/

/* @font-face {
    font-family: "Comickbook";
    src: url("../fonts/comickbook/ComickBook_Simple.ttf") format("truetype");
} */

@import url('https://fonts.googleapis.com/css2?family=Actor&family=Fredoka:wght@300..700&display=swap');

@font-face {
    font-family: "comic-vaganza";
    src: url("fonts/comic-vaganza/Comic-Vaganza.ttf");
}

@import url('https://fonts.googleapis.com/css2?family=Actor&display=swap');


:where(h1, h2, h3, h4, h5, h6){
   font-family: "comic-vaganza", sans-serif;
}

:where(p, a, li, ul, span){
  font-family: "Fredoka", sans-serif;
}


*,
::after,
::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
ul,
var {
    border: 0;
    margin: 0;
    outline: none !important;
    padding: 0;
    vertical-align: baseline;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    
}

p {
    
} 

h3{
    font-size: 0.95rem !important;
}*/

body {
    margin: 0;
    padding: 0;
    background: #fff;
    background-repeat: repeat-x;
    font-size: 1.4rem;
    color: #272320;
}

a {
    color: inherit;
    outline: none !important;
    text-decoration: none
}

a:hover {
    color: inherit;
    text-decoration: none
}

.dropdown-toggle::after {
    border: none !important;
    content: "";
    font-family: "fontAwesome";
    top: 4px;
    right: -12px;
    position: absolute
}

button:focus {
    outline: none !important
}

ol {
    padding-left: 0
}

ol li {
    list-style: inherit
}

ul {
    padding: 0;
    list-style: none;
    margin: 0
}

ul li {
    list-style: none
}

img {
    vertical-align: top;
    max-width: 100%;
    border: none;
    outline: none
}

.btn {
    border: none !important
}

.btn:focus {
    box-shadow: none;
    border: none;
    outline: 0
}

.btn:focus,
.form-control:focus,
.resizeselect:focus {
    box-shadow: none;
    border: none;
    outline: 0
}

:root {
    --primarycolor: #EF2429;
    --secondcolor: #030303;
    --ligit-color: #ffffff;
    --special-color: #FFD04C;
    --hedding-size: 70px
}

@media(min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px
    }
}

header {
    position: absolute;
    z-index: 3;
    padding: 9px 0 0 0;
    left: 0;
    right: 0;
    top: 0
}

.navbar-nav .nav-link {
    font-size: 18px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    color: var(--secondcolor) !important;
    transition: all .15s;
    
}

.navbar-nav .nav-link:hover,
.navbar-nav a.active {
    color: var(--primarycolor) !important
}

.right-menu {
    margin: 0 0 0 25px;
    font-size: 18px;
    cursor: pointer
}

.regster-bn {
    cursor: pointer;
    color: var(--primarycolor)
}

.cm-select-login label {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    width: 92%
}

.whilist .nubn {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    display: grid;
    align-content: center;
    justify-content: center;
    color: #fff;
    top: -10px;
    right: 0;
    background: var(--primarycolor)
}

.signup {
    background: var(--primarycolor);
    border-radius: 50px 20px;
    color: var(--ligit-color) !important;
    font-size: 18px;
    padding: 15px 25px;
    position: relative;
    margin-right: 15px;
    transition: .17s ease-in-out;
}

.signup span {
    position: relative;
    z-index: 2;
    
}

/*.signup:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: -7px;*/
/*    bottom: -7px;*/
/*    width: 146px;*/
/*    height: 60px;*/
/*    background: var(--secondcolor);*/
/*    border-radius: 50px 20px;*/
/*    z-index: -1;*/
/*    transition: .15s ease-in-out*/
/*}*/

.pulse-button {
    position: relative;
    padding: 12px 24px;
    background: linear-gradient(45deg, #c01f23, #fc4b50);
    border-radius: 30px;
    color: white;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  }
  
  .pulse-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(33,150,243,0.4);
  }
  
  .button-content {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
  }
  
  .phone-icon {
    animation: shakinn 0.8s cubic-bezier(.36,.07,.19,.97) infinite;
  }
  
  .button-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
  }
  
  .pulse-button:hover .button-effect {
    width: 200%;
    height: 200%;
  }
  
  @keyframes shakinn {
    0%, 100% { transform: rotate(0); }
    20%, 60% { transform: rotate(-10deg); }
    40%, 80% { transform: rotate(10deg); }
  }

.signup:hover {
    background: var(--secondcolor)
}

.signup:hover:after {
    right: 0;
    bottom: 0;
    width: 146px;
    height: 60px;
    background: var(--secondcolor)
}

.right-sction li:first-child a {
    transition: .15s ease-in-out
}

.right-sction li:first-child a:hover {
    color: var(--primarycolor)
}

.fixed-menu {
    background: #fff;
    position: fixed;
    top: 0;
    animation: slide-down .7s;
    left: 0;
    right: 0;
    box-shadow: 4px -86px 103px rgba(0, 0, 0, .9);
    z-index: 250;
    padding-bottom: 20px
}

.fixed-menu .navbar-brand {
    width: 116px;
    height: 30px;
}

.fixed-menu .navbar-nav .nav-link {
    font-size: 18px
}

.fixed-menu .right-menu {
    font-size: 16px
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.shop-mega .dropdown-toggle::after {
    right: 5px
}

.dropdown-menu2 {
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 25px;
    transition: all .25s ease;
    opacity: 0;
    display: flex !important;
    z-index: 5;
    top: 34px;
    visibility: hidden;
    min-width: 58rem;
    opacity: 0;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    justify-content: space-between
}

.dropdown-menu2 h5,
.sm-menu h6 {
    font-size: 16px
}

.sm-menu h6 {
    margin-left: 0 !important
}

.sm-menu {
    position: relative;
    border: solid 4px #000 !important;
    border-radius: 8px
}

.sm-menu .dropdown-item {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background: none !important;
    position: relative
}

.sm-menu .dropdown-item {
    padding-left: 0;
    padding-top: 9px;
    padding-bottom: 0;
    font-size: 16px;
    transform: translateX(0);
    transition: ease-in .15s;
    
}

.sm-menu .dropdown-item:hover {
    background: none !important;
    color: var(--primarycolor);
    padding-left: 2px
}

.dropdown-menu2 .dropdown-item {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px
}

.dropdown-menu2 .dropdown-item {
    padding-left: 0;
    padding-top: 9px;
    padding-bottom: 0;
    font-size: 13px;
    transform: translateX(0);
    transition: ease-in .15s
}

.dropdown-menu2 .dropdown-item:hover {
    color: var(--primarycolor) !important;
    background: none !important;
    transform: translateX(5px)
}

.dropdown:hover .dropdown-menu2 {
    display: flex;
    transform: translateY(50px);
    opacity: 1;
    z-index: 5;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.dropdown:hover .dropdown-menu2 {
    display: block;
    visibility: visible
}

.banner-part {
    background: url(../images/banner-bg.webp) no-repeat;
    height: 730px;
    width: 100%;
    background-size: cover;
    position: relative;
    display: grid;
    align-content: center;
    padding-top: 100px;
}

.banner-part h2 {
    font-size: 85px;
    color: var(--secondcolor);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--ligit-color);
    line-height: 85px
}

.banner-part h2 span {
    font-family: 'PEANUT BUTTER', sans-serif;
}

.banner-part p {
    font-size: 16px;
    line-height: 28px;
    margin: 17px 0;
    color: #453814
}

.banner-part .form-inside-div {
    background: var(--ligit-color);
    border-radius: 50px 20px;
    height: 60px;
    margin-top: 30px;
    padding: 0 10px 0 24px
}

.banner-part .form-inside-div .form-control {
    border: none !important;
    height: 60px;
    font-size: 16px;
    background: none !important
}

.banner-part .form-inside-div .form-control::placeholder {
    color: var(--secondcolor)
}

.banner-part .form-inside-div .btn-search {
    background: var(--primarycolor);
    font-size: 20px;
    color: #fff;
    border-radius: 50px 20px;
    width: 74px;
    height: 44px;
    display: grid;
    align-content: center
}

.banner-part .strat-02 {
    position: absolute;
    right: -50px;
    top: 90px
}

.banner-part .strat-023 {
    position: absolute;
    left: 0;
    bottom: -71px
}

.banner-part .banner-pic {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    position: relative;
    top: 20px;
}

.banner-part .egge-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    z-index: 1;
    width: 100%;
}

.egge-img img{
    width: 100%;
        height: 150px;
    position: relative;
    top: 54px;
}

.form-grid{
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.top-sectionk .comon-items-con {
    border: solid 3px var(--secondcolor);
    padding: 30px 20px;
    border-radius: 8px;
    background: var(--ligit-color);
    z-index: 2;
    position: relative;
    width: 90%;
    box-shadow: 25px 19px 0px 0px #000;
}

.top-sectionk .comon-items-con .rightextr {
    padding-left: 15px
}

.top-sectionk .comon-items-con .rightextr h5 {
    
    font-size: 30px;
    margin-bottom: 8px
}

.top-sectionk .comon-items-con::before {
    position: absolute;
    content: "";
    bottom: -34px;
    left: 4px;
    border-bottom: solid 15px rgba(0, 0, 0, 0);
    border-left: solid 15px rgba(0, 0, 0, 0);
    border-right: solid 15px rgba(0, 0, 0, 0);
    border-top: solid 18px var(--secondcolor);
    transform: rotate(3deg);
    z-index: -2
}

.top-sectionk .comon-items-con::after {
    position: absolute;
    content: "";
    top: 2px;
    right: -42px;
    border-bottom: solid 15px rgba(0, 0, 0, 0);
    border-left: solid 27px var(--secondcolor);
    border-right: solid 15px rgba(0, 0, 0, 0);
    border-top: solid 18px rgba(0, 0, 0, 0);
    transform: rotate(0deg);
    z-index: -2
}

.top-sectionk .comiuy-after {
    width: 85%;
    height: 100%;
    border-radius: 8px;
    left: 35px;
    top: 21px;
    position: absolute;
    z-index: 1
}

.home-body {
    margin-top: 70px
}

.serices-div {
    padding: 0 0 80px 0;
}

.sub-heading {
    color: var(--primarycolor);
    position: relative;
    z-index: 2;
    font-size: 52px !important;
}

.page-haeding {
    color: var(--secondcolor);
    font-size: 22px;
}

.tabs-div {
    margin-top: 40px;
    position: relative;
    z-index: 2
}

.tabs-div .nav-link {
    border-radius: 60px;
    background: #f3f3f3;
    padding: 14px 25px;
    color: var(--secondcolor);
    font-size: 18px;
    margin: 0 12px;
    transition: ease-in .15s;
    color: #000;
}

.tabs-div .nav-link.active {
    background: var(--primarycolor);
    color: var(--ligit-color);
    background: linear-gradient(45deg, #c01f23, #fc4b50);
}

.tabs-div .nav-link:hover {
    padding: 14px 25px;
}

.spoider {
    position: absolute;
    bottom: -90px;
    left: -40px;
    width: 27%;
    animation-name: animar;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animar {
    from {
        transform: translateY(-100px)
    }

    to {
        transform: translateY(0px)
    }
}

@keyframes sombra {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.6);
        opacity: .2
    }
}

.grow {
    animation: grow 2s ease infinite
}

@keyframes grow {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.pulse {
    animation: pulse 1s infinite ease-in-out alternate
}

@keyframes pulse {
    from {
        transform: scale(0.8)
    }

    to {
        transform: scale(1.2)
    }
}

.hithere {
    animation: hithere 1s ease infinite
}

@keyframes hithere {
    30% {
        transform: scale(1.2)
    }

    40%,
    60% {
        transform: rotate(-20deg) scale(1.2)
    }

    50% {
        transform: rotate(20deg) scale(1.2)
    }

    70% {
        transform: rotate(0deg) scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

.shake {
    animation: shake 2s ease infinite
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

.comon-items {
    border-radius: 20px
}

.comon-items .img-box-div {
    height: 330px;
    overflow: hidden;
}

.comon-items .img-box-div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: ease-in-out .15s;
    border-radius: 30px;
}

.comon-items .content-section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0px 0px 20px 20px;
    background: #c9c9c9c7;
    height: 101px;
    display: grid;
    align-content: center;
    padding-left: 20px
}

.comon-items .content-section h5 {
    color: #fff;
    font-size: 22px
}

.comon-items .content-section p {
    font-size: 16px;
    margin-top: 8px
}

.comon-items:hover .img-box-div img {
    transform: scale(1.1)
}

.comon-button {
    position: relative;
    border-radius: 8px;
    height: 60px;
    background: var(--secondcolor);
    color: var(--ligit-color);
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    transition: ease-in .17s;
    z-index: 999;
}

.comon-button span {
    position: relative;
    z-index: 3;
    color: #fff;
    top: -5px;
    
}

.comon-button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--secondcolor);
    z-index: 2;
    border-radius: 8px;
    transition: ease-in .17s
}

.comon-button:after {
    background: #ffd04c;
    width: 100%;
    height: 60px;
    border-radius: 8px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: translate(17px, 13px);
    transition: ease-in .15s
}

.comon-button:hover {
    background: #ffd04c
}

.comon-button:hover:after {
    transform: none
}

.comon-button:hover::before {
    background: #ffd04c
}

.shop-collections {
    min-height: 1000px;
    background: var(--primarycolor) url(../images/shop-collection-bg.webp) no-repeat;
    background-position: top right;
    background-size: 100%;
    margin-top: 60px;
    padding: 60px 0
}

.shop-collections .comon-button {
    background: #ffd04c;
    color: var(--secondcolor)
}

.shop-collections .comon-button::before {
    background: #ffd04c
}

.shop-collections .comon-button:after {
    background: var(--secondcolor)
}

.shop-collections .comon-button:hover {
    color: var(--ligit-color)
}

.shop-collections .comon-button:hover::before {
    background: var(--secondcolor)
}

.woder-women {
    position: absolute;
    left: 0;
    bottom: -5px;
    float: left
}

.woder-women figure {
    display: inline-block
}

.shop-items {
    border-radius: 20px;
    height: 320px;
    border: solid 5px var(--ligit-color);
    transition: ease-in .15s
}

.shop-items .img-box-div {
    height: 240px;
    overflow: hidden
}

.shop-items .img-box-div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: ease-in .15s
}

.shop-items .details-shopi {
    height: 75px;
    backdrop-filter: blur(2px);
    display: grid;
    align-content: center;
    padding: 0 25px;
    background: var(--ligit-color);
    transition: ease-in .15s
}

.shop-items .details-shopi h5 {
    font-size: 30px;
    font-weight: 400;
}

.shop-items .details-shopi h3 {
    font-size: 19px;
    color: var(--primarycolor);
    font-family: 'PEANUT BUTTER', sans-serif;
    line-height: 25px;
}

.shop-items .details-shopi h3 span {
    font-family: 'PEANUT BUTTER', sans-serif;
    color: #cbcbcb;
    text-decoration: line-through;
    margin-left: 5px
}

.shop-items:hover {
    border-color: #ffd04c
}

.shop-items:hover img {
    transform: scale(1.1)
}

.shop-items:hover .details-shopi {
    background: #ffd04c
}

.eg-bg2 {
    position: absolute;
    top: -70px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2
}

.super-hero-div {
    padding: 100px 0 80px 0;
    background: url(../images/super-bg01.jpeg) top center;
    background-size: 100%
}

.super-hero-div .container {
    position: relative;
    z-index: 2
}

.super-hero-div .comon-button {
    color: var(--ligit-color)
}

.super-hero-div .comon-button::before {
    background: var(--primarycolor)
}

.super-hero-div .comon-button:after {
    background: var(--secondcolor)
}

.super-hero-div .comon-button:hover {
    color: var(--ligit-color)
}

.super-hero-div .comon-button:hover::before {
    background: var(--secondcolor)
}

.superman {
    position: absolute;
    right: 0;
    top: 60px;
    animation: rocket 2s ease-in-out infinite;
    width: 35%;
}

.super-items {
    border-color: var(--primarycolor);
    height: 366px
}

.super-items .img-box-div {
    height: 251px;
}

.super-items .details-shopi {
    height: 107px;
    border-radius: 0px 0px 20px 20px;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: inherit !important
}

.super-items .details-shopi h5 span {
    color: #ffd04c;
    font-size: 16px;
    margin-top: 8px
}

.super-items .details-shopi h3 {
    color: var(--ligit-color)
}

.super-items .details-shopi h3 span {
    font-size: 20px
}

.join-div02 .eg-bg {
    position: absolute;
    bottom: -160px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2
}

.join-serc-divu {
    background: url(../images/join-bg.webp) no-repeat;
    background-size: cover;
    width: 100%;
    height: 430px;
    border-radius: 30px;
    display: grid;
    align-content: center;
    position: relative
}

.join-team {
    background: url(../images/join-bg.webp) no-repeat;
    background-size: cover;
    width: 100%;
    height: 430px;
    border-radius: 30px;
    display: grid;
    align-content: center;
    position: relative
}

.join-serc-divu h2,
.join-team h2 {
    font-size: 60px
}

.join-serc-divu p,
.join-team p {
    color: #ffd04c;
    font-size: 24px;
    margin-top: 25px
}

.join-team-us {
    padding-top: 80px;
}

.join-serc-divu .comon-button {
    color: var(--ligit-color)
}

.join-serc-divu .comon-button::before {
    background: var(--primarycolor)
}

.join-serc-divu .comon-button:after {
    background: var(--secondcolor)
}

.join-serc-divu .comon-button:hover {
    color: var(--ligit-color)
}

.join-serc-divu .comon-button:hover::before {
    background: var(--secondcolor)
}

.boy-img {
    position: absolute;
    right: 40px;
    bottom: -70px;
    width: 15%;
}

.testmonsaosl-div {
    background: #f5f5f5 url(../images/bg-tesimonail.webp) no-repeat;
    padding: 100px 0 80px 0;
    background-position: top left;
    background-size: contain;
    margin-top: 50px;
}

.slider-divu {
    margin-top: 50px
}

.items-slider-txeti {
    height: 400px
}

.items-slider-txeti .text-box {
    background: url(../images/shape.svg) no-repeat;
    padding: 31px 16px;
    height: 258px;
    border-radius: 10px;
}

.items-slider-txeti .text-box p {
    color: var(--ligit-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
}

.items-slider-txeti .userid figure {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden
}

.items-slider-txeti .userid figure img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.items-slider-txeti .userid h5 {
    
    font-size: 25px
}

.items-slider-txeti .userid h5 span {
    color: var(--primarycolor);
    font-size: 16px;
    margin-top: 5px
}

.cloos {
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    display: inline-block
}

.lool {
    position: absolute;
    right: 200px;
    bottom: 90px;
    width: 15%;
    display: inline-block
}

.boom {
    position: absolute;
    left: 649px;
    bottom: 44px;
    width: 15%;
    display: inline-block;
}

.woo {
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    display: inline-block;
    z-index: 2
}

.azp {
    position: absolute;
    right: 93px;
    top: -70px;
    width: 23%;
    display: inline-block
}

.blogs-div {
    padding: 80px 0;
    background: url(../images/blogs-bg.webp) no-repeat top center;
    background-size: 100%
}

.blogs-div .comon-button {
    color: var(--ligit-color)
}

.blogs-div .comon-button::before {
    background: var(--primarycolor)
}

.blogs-div .comon-button:after {
    background: var(--secondcolor)
}

.blogs-div .comon-button:hover {
    color: var(--ligit-color)
}

.blogs-div .comon-button:hover::before {
    background: var(--secondcolor)
}

.subscribe-section {
    padding: 80px 0;
    position: relative;
    z-index: 2
}

.subscribe-section .comon-button {
    color: var(--secondcolor);
    margin-bottom: 80px
}

.subscribe-section .comon-button::before {
    background: #ffd04c
}

.subscribe-section .comon-button:after {
    background: var(--secondcolor)
}

.subscribe-section .comon-button:hover {
    color: var(--ligit-color)
}

.subscribe-section .comon-button:hover::before {
    background: var(--secondcolor)
}

.hilishf-blogs .img-figh-pic {
    height: 318px;
    width: 100%;
    box-shadow: 6px 16px 30px 0px rgba(0, 0, 0, .25);
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 40px;
    display: inline-block
}

.hilishf-blogs .img-figh-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.hilishf-blogs .blos-pos-dl h5 {
    font-size: 33px;
}

.hilishf-blogs .blos-pos-dl h6 {
    color: var(--primarycolor);
    font-size: 20px;
    margin-top: 5px
}

.list-blogs-divu {
    margin-bottom: 30px
}

.list-blogs-divu .b-pic {
    height: 158px;
    border-radius: 10px;
    overflow: hidden
}

.list-blogs-divu .b-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.list-blogs-divu h5 {
    font-size: 33px;
}

.list-blogs-divu h6 {
    color: var(--primarycolor);
    font-size: 20px;
    margin: 8px 0
}

.list-blogs-divu p {
    font-size: 16px;
}

.sub-ixtr {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 50%;
    display: inline-block
}

.svg-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    right: 0;
    top: -270px;
    pointer-events: none
}

.eg-bg {
    position: absolute;
    bottom: -90px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    display: none;
}

footer {
    padding: 30px 0 0 0
}

footer hr {
    background: #bbb
}

footer .fuyr-divu {
    background: var(--secondcolor);
    width: 100%;
    padding-top: 100px;
}

footer .items-footer-div h5 {
    
    font-size: 35px;
}

footer .items-footer-div li {
    margin-bottom: 23px
}

footer .items-footer-div li a {
    font-size: 18px;
    color: var(--ligit-color);
    
}

footer .items-footer-div li a span:first-child {
    margin-right: 8px
}

.callo {
    font-size: 20px;
    color: #0fe
}

.btn-socla {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    color: var(--ligit-color);
    font-size: 18px;
    background: #36383c;
    margin: 0 7px
}

.head-boyd-img {
    position: absolute;
    left: 20px;
    bottom: 15px;
    width: 12%
}

.serices-div {
    background: url(../images/find-secr.webp) no-repeat;
    background-position: right top;
    background-size: 90%
}

.serices-div .comon-button {
    margin: 40px 0;
}

.sub-banner {
    height: 221px;
    padding-top: 0
}

.bedcrum {
    position: relative;
    z-index: 2
}

.bedcrum li {
    font-size: 18px
}

.bedcrum li a {
    color: var(--secondcolor)
}

.bedcrum .active {
    color: var(--primarycolor) !important
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondcolor)
}

.about-hisotry h2 {
    color: var(--secondcolor)
}

.about-hisotry h2 span {
    
}

.about-hisotry .cloos {
    right: 7px;
    bottom: -100px;
    left: inherit;
    top: inherit;
    width: 29%
}

.aboutbui02 {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin: 0;
    border-radius: 20px;
    position: relative;
    z-index: 2
}

.aboutbui02 img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.bargar span {
    width: 60px;
    display: inline-block
}

.comon-shape {
    background: #fff url(../images/shu2.svg) no-repeat;
    background-position: left;
    height: 236px;
    display: inline-block;
    width: 305px;
    padding-top: 83px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    margin-bottom: 60px
}

.comon-shape h4 {
    color: var(--primarycolor);
    font-family: 'PEANUT BUTTER', sans-serif;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    font-size: 80px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--ligit-color)
}

.comon-shape h5 {
    font-size: 35px;
}

.offter-div {
    background: url(../images/super-bg01.jpeg) no-repeat top center;
    background-size: 100%;
    /*margin-top: 60px*/
}

.offter-div .eg-bg {
    bottom: -190px
}

.offter-div .row>div:last-child .comon-shape {
    background: #fff url(../images/shu3.svg) no-repeat
}

.items-collection {
    height: 411px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: #cdcdcd 11px 15px 15px
}

.items-collection .img-hbox {
    height: 411px;
    width: 100%
}

.items-collection .img-hbox img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .15s
}

.items-collection .btn {
    background: var(--primarycolor);
    border-radius: 12px 28px;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 30px;
    font-size: 19px;
    padding: 12px 30px
}

.items-collection .hover-ic {
    color: var(--ligit-color);
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    margin: auto
}

.items-collection .hover-ic svg {
    width: 40px;
    height: 40px
}

.items-collection:hover .img-hbox img {
    transform: scale(1.1)
}

.blosewe-div02 .eg-bg {
    bottom: -131px
}

.features-collection {
    background: var(--primarycolor) url(../images/shop-collection-bg.webp) no-repeat;
    background-position: top right;
    background-size: 100%;
    padding: 80px 0 100px 0;
    margin: 80px 0 0 0;
    min-height: 600px
}

.features-collection .super-items {
    border: solid 5px var(--ligit-color)
}

.features-collection .super-items span {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 95%
}

.features-collection .super-items:hover {
    border-color: #ffd04c
}

.features-collection .super-items:hover h5 {
    color: var(--secondcolor) !important
}

.features-collection .super-items:hover h5 span {
    color: var(--secondcolor) !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 95%
}

.features-collection .comon-button {
    margin-top: 80px
}

.pow {
    position: absolute;
    right: 50px;
    bottom: 0;
    width: 20%;
    z-index: 3
}

.specioui-div {
    padding-top: 120px;
    margin-bottom: 170px
}

.items-lou {
    height: 150px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .1215686275) 1px 2px 30px;
    padding: 33px;
    border-radius: 20px
}

.items-lou img {
    transform: scale(1);
    transition: all .5s
}

.items-lou:hover img {
    transform: scale(1.1)
}

.blosewe-div02 {
    padding: 70px 0 30px 0
}

.blosewe-div02 .page-haeding {
    position: relative;
    z-index: 3
}

.listed-bn ul li {
    margin: 0 7px
}

.listed-bn ul li a {
    color: #161616;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center
}

.listed-bn ul li a i {
    font-size: 24px
}

.listed-bn ul li a.active {
    color: var(--primarycolor)
}

.listed-bn ul li svg {
    width: 25px;
    height: 25px
}

.right-section-btn .dropdown-toggle {
    background-color: #f4f4f4;
    text-transform: capitalize
}

.grid-group-item .comon-items-d1,
.grid-group-item .left-div-list {
    width: 100%;
    position: relative
}

.grid-group-item .left-div-list {
    height: 220px;
    overflow: hidden
}

.grid-group-item .left-div-list .posi {
    width: 100%;
    height: 220px;
    position: relative
}

.grid-group-item .left-div-list .posi .strat-r {
    background: #ff003d;
    position: absolute;
    left: 20px;
    top: 10px;
    color: #fff
}

.grid-group-item .left-div-list .posi img {
    width: 70%;
    transform: scale(1);
    transition: all .5s
}

.grid-group-item .ratine {
    color: #fecb0e
}

.grid-group-item .right-list-div {
    padding-top: 15px
}

.grid-group-item .right-list-div h6 {
    color: var(--primarycolor)
}

.grid-group-item .right-list-div .price-text {
    font-size: 24px;
    color: var(--secondcolor);
    font-weight: 700
}

.grid-group-item .right-list-div .price-text span {
    text-decoration: line-through;
    color: #999;
    font-weight: 400;
    font-size: 16px
}

.grid-group-item .titel-product {
    font-size: 20px;
    font-weight: 700
}

.grid-group-item .titel-product span {
    font-size: 16px;
    font-weight: 400
}

.listing-page-div .accordion-item {
    margin-bottom: 30px
}

.righty {
    width: 95%;
    margin-left: auto
}

.list-serach-acd .accordion-button {
    color: var(--secondcolor);
    font-size: 25px;
    border: solid 4px #000 !important;
    position: relative;
    border-radius: 10px !important;
    background-color: var(--ligit-color) !important
}

.list-serach-acd .accordion-button:not(.collapsed) {
    background-color: var(--ligit-color) !important;
    border: solid 4px #000 !important;
    box-shadow: none !important;
    color: var(--secondcolor);
    font-size: 25px;
    border-radius: 10px
}

.corm-check .form-check-input {
    position: relative;
    top: -2px
}

.accordion-item {
    border: none !important;
    box-shadow: none !important;
    background: none !important
}

.accordion-button:after,
.accordion-button:not(.collapsed):after {
    background-image: url(../images/up.svg)
}

.corm-check {
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center
}

.accordion-body {
    padding-top: 40px
}

.corm-check .form-check-label {
    margin-left: 28px
}

.corm-check .form-check-input:checked::before {
    background-color: var(--secondcolor);
    color: var(--ligit-color);
    content: "";
    font-family: "fontAwesome"
}

.corm-check .form-check-input:before {
    background: #fff;
    border: 2px solid #535151;
    content: "";
    height: 25px;
    left: -3px;
    position: absolute;
    right: 0;
    top: -3px;
    width: 25px;
    text-align: center
}

.po .form-control {
    height: 45px;
    font-size: 16px
}

.submit-btn {
      margin-top: 15px;
    text-transform: uppercase;
    background: var(--primarycolor);
    color: #fff;
    padding: 12px 28px;
    font-size: 16px;
    border-radius: 8px
}

.accordion-header {
    position: relative
}

.accordion-header:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: var(--secondcolor);
    display: inline-block;
    top: 13px;
    left: 13px;
    z-index: -1;
    transform: none !important
}

.itemp-spost {
    height: 420px;
    text-align: center;
    margin-bottom: 30px
}

.itemp-spost .posi {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 10px
}

.itemp-spost .posi img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.itemp-spost .tags-ts {
    color: var(--primarycolor);
    font-size: 16px;
    margin: auto;
    margin-top: 10px;
    text-align: center
}

.itemp-spost .titel-product {
    font-size: 20px
}

.itemp-spost .ratine {
    color: #ffd04c
}

.itemp-spost .price-text {
    font-size: 30px
}

.itemp-spost .price-text span {
    font-size: 24px;
    font-family: 'PEANUT BUTTER', sans-serif;
    color: #bbb;
    text-decoration: line-through
}

.itemp-spost .view-products {
    background: var(--primarycolor);
    padding: 12px 25px;
    border-radius: 15px 30px;
    color: var(--ligit-color) !important;
    font-size: 15px;
    display: table;
    margin: auto
}

.ashow,
.right-section-btn .dropdown-item,
.right-section-btn .dropdown-toggle {
    font-size: 14px;
    background: none
}

.rt-icon {
    color: #fecb0e
}

.pol-btn .btn {
    background: #fff;
    color: var(--secondcolor);
    border: solid 2px var(--secondcolor) !important;
    margin-bottom: 10px;
    font-size: 15px;
    margin: 8px;
    padding: 12px 25px
}

.comon-details-part h2 {
    font-size: 47px
}

.comon-details-part .ratine {
    color: #fecb0e;
    font-size: 18px
}

.comon-details-part .ratine span:last-child {
    color: var(--secondcolor)
}

.comon-details-part .price-text {
    font-size: 40px;
    font-family: 'PEANUT BUTTER', sans-serif;
}

.comon-details-part .price-text span {
    font-family: 'PEANUT BUTTER', sans-serif;
    text-decoration: line-through;
    font-size: 25px;
    color: #bbb
}

.comon-details-part .tags-ts {
    color: var(--primarycolor);
    font-size: 17px
}

.comon-details-part .feature-div-list li {
    margin-bottom: 13px
}

.comon-details-part .feature-div-list li span:first-child {
    display: inline-block;
    width: 160px
}

.quantity-btn {
    background: var(--secondcolor);
    color: var(--ligit-color);
    padding: 8px 15px;
    font-size: 16px
}

.quantity-input {
    outline: none;
    user-select: none;
    text-align: center;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    border: none;
    text-align: center;
    pointer-events: none;
    text-indent: 18px
}

.quantity-control {
    display: flex
}

.add-btn {
    text-align: center;
    line-height: 53px;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    background: var(--special-color);
    border-radius: 8px;
    height: 58px;
    margin-top: 30px;
    transition: ease-in .17s
}

.add-btn span {
    position: relative;
    z-index: 3
}

.add-btn::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--special-color);
    z-index: 2;
    border-radius: 8px;
    transition: ease-in .17s
}

.add-btn:after {
    background: var(--secondcolor);
    width: 100%;
    height: 58px;
    border-radius: 8px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: translate(17px, 13px);
    transition: ease-in .15s
}

.add-btn:hover:after {
    transform: translate(0, 0)
}

.comon-details-part {
    width: 93%;
    margin-left: auto
}

.ad-whish {
    text-align: center;
    line-height: 53px;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    background: var(--primarycolor);
    border-radius: 8px;
    height: 58px;
    transition: ease-in .17s;
    margin-left: 40px;
    margin-top: 30px
}

.ad-whish span {
    position: relative;
    z-index: 3;
    color: var(--ligit-color)
}

.ad-whish::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--primarycolor);
    z-index: 2;
    border-radius: 8px;
    transition: ease-in .17s
}

.ad-whish:after {
    background: var(--secondcolor);
    width: 100%;
    height: 58px;
    border-radius: 8px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: translate(17px, 13px);
    transition: ease-in .15s
}

.ad-whish:hover:after {
    transform: translate(0, 0)
}

.sub-re {
    text-align: center;
    line-height: 53px;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    background: var(--primarycolor);
    border-radius: 8px;
    height: 58px;
    transition: ease-in .17s;
    margin-top: 10px;
    margin-bottom: 40px
}

.sub-re span {
    position: relative;
    z-index: 3;
    color: var(--ligit-color)
}

.sub-re::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--primarycolor);
    z-index: 2;
    border-radius: 8px;
    transition: ease-in .17s
}

.sub-re:after {
    background: var(--secondcolor);
    width: 100%;
    height: 58px;
    border-radius: 8px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: translate(17px, 13px);
    transition: ease-in .15s
}

.sub-re:hover:after {
    transform: translate(0, 0)
}

.submit-review h5 {
    font-size: 40px;
    font-family: 'PEANUT BUTTER', sans-serif;
}

.user-dsl h6 {
    font-family: 'PEANUT BUTTER', sans-serif;
    font-size: 24px
}

.products-slide-1 .item .mian-ppic {
    height: 500px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px
}

.products-slide-1 .item .mian-ppic img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.thum-pic-slide figure {
    height: 120px !important;
    overflow: hidden;
    margin: 0;
    border-radius: 20px;
    width: 90%;
    margin: auto
}

.thum-pic-slide figure img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.tabs-details-gn .nav-tabs .nav-link {
    font-size: 18px;
    color: var(--secondcolor);
    padding: 12px 25px;
    border-radius: 10px 10px 0 0;
    border: none
}

.tabs-details-gn .nav-tabs .nav-item.show .nav-link,
.tabs-details-gn .nav-tabs .nav-link.active {
    background: var(--primarycolor);
    color: var(--ligit-color)
}

.tabs-details-gn .nav-tabs {
    border: none
}

.tabs-details-gn .tab-content {
    border: solid 3px var(--primarycolor);
    padding: 0 20px;
    border-radius: 0 0 20px 20px
}

.delivery-part {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 20px;
    margin-top: 40px
}

.delivery-part h5 {
    font-size: 20px
}

.delivery-part ul li {
    margin: 8px 0;
    font-size: 15px
}

.delivery-part ul li span {
    color: var(--primarycolor)
}

.comon-desctiopn ul li {
    margin-bottom: 8px
}

.comon-desctiopn ul li span:last-child {
    color: var(--primarycolor)
}

.comon-desctiopn h3 {
    font-family: 'PEANUT BUTTER', sans-serif;
    font-size: 35px
}

.rate-area {
    float: left;
    border-style: none
}

.rate-area:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0)
}

.rate-area:not(:checked)>label {
    float: right;
    width: .8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    color: #d3d3d3;
    font-size: 40px
}

.like-div-also h2 {
    font-size: 45px
}

.rate-area:not(:checked)>label:before {
    content: "★"
}

.rate-area>input:checked~label {
    color: gold
}

.rate-area:not(:checked)>label:hover,
.rate-area:not(:checked)>label:hover~label {
    color: gold
}

.rate-area>input:checked+label:hover,
.rate-area>input:checked+label:hover~label,
.rate-area>input:checked~label:hover,
.rate-area>input:checked~label:hover~label,
.rate-area>label:hover~input:checked~label {
    color: gold
}

.comment-user-div {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 20px;
    padding-top: 20px
}

.comment-user-div .us-pic {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 8px;
    margin-right: 8px
}

.comment-user-div .us-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.comment-user-div .user-dsl {
    width: 80%;
    padding-left: 15px
}

.comment-user-div .user-dsl h6 span {
    font-size: 13px;
    color: #fecb0e;
    display: block;
    margin-top: 5px;
    margin-left: 8px;
    margin-right: 8px;
    font-family: "Signika", sans-serif
}

.submit-review .form-control {
    border: none;
    background: #f3f3f3;
    height: 50px;
    margin-bottom: 15px;
    font-size: 16px
}

.submit-review .form-control::placeholder {
    color: var(--secondcolor)
}

.submit-review textarea {
    height: 150px !important;
    resize: none
}

.blog-info-design .items-blogs {
    height: 550px !important;
    border-radius: 8px;
    margin-bottom: 30px
}

.blogs-info-div {
    padding: 80px 0
}

.blogs-info-div .comon-blogs-list-items {
    display: inline-block;
    min-height: 610px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .1);
    background: #fff;
    overflow: hidden;
    border-radius: 20px
}

.blogs-info-div .comon-blogs-list-items .content-post {
    padding: 30px
}

.blogs-info-div .comon-blogs-list-items .content-post h6 {
    color: var(--primarycolor);
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block
}

.blogs-info-div .comon-blogs-list-items .content-post h5 {
    color: var(--secondcolor);
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 40px;
    font-family: 'PEANUT BUTTER', sans-serif;
}

.blogs-info-div .comon-blogs-list-items .content-post .admin-t {
    margin-right: 15px !important
}

.blogs-info-div .comon-blogs-list-items .content-post .admin-t i {
    color: var(--primarycolor);
    margin-right: 5px
}

.blogs-info-div .comon-blogs-list-items figure {
    height: 350px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden
}

.blogs-info-div .comon-blogs-list-items figure img {
    transition: all .5s linear;
    transform: scale(1);
    object-fit: cover;
    width: 100%;
    height: 100%
}

.blogs-info-div .comon-blogs-list-items figure figcaption {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--primarycolor);
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: grid;
    justify-content: center;
    align-content: center;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 23px
}

.blogs-info-div .comon-blogs-list-items:hover figure img {
    transform: scale(1.1)
}

.comon-sec-blogs-inf-right {
    border: solid 3px var(--secondcolor);
    background: #fff;
    padding: 30px;
    display: grid;
    align-content: center;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 20px
}

.comon-sec-blogs-inf-right ul li {
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: solid 1px #f9f9f9;
    padding-bottom: 11px
}

.comon-sec-blogs-inf-right ul li i {
    color: var(--primarycolor)
}

.comon-sec-blogs-inf-right h5.subheding {
    font-size: 35px;
    color: var(--secondcolor);
    font-family: 'PEANUT BUTTER', sans-serif;
}

.left-details-info h1 {
    font-size: 45px
}

.contact-us-page {
    margin-bottom: 120px
}

.conatct-form-div {
    margin-top: 80px
}

.conatct-form-div h2 {
    font-size: 45px
}

.conatct-form-div h6 {
    color: var(--primarycolor);
    font-size: 24px
}

.conatct-form-div .form-control {
    margin-bottom: 20px;
    height: 50px
}

.mapo {
    height: 400px;
    overflow: hidden;
    border-radius: 20px
}

.left-details-info .share-div li {
    margin-right: 15px
}

.left-details-info .share-div li i {
    color: var(--primarycolor)
}

.left-details-info .moni {
    height: 400px;
    border-radius: 20px;
    overflow: hidden
}

.left-details-info .moni img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tags02 ul li .btn {
    font-size: 1.4rem;
    background: var(--primarycolor);
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px 20px;
    padding: 10px 25px
}

.tags02 ul li {
    float: left;
    display: inline-block;
    border-bottom: none !important;
    margin-right: 8px
}

.oqute {
    border: solid 1px rgba(0, 0, 0, .05) !important;
    background: rgba(0, 0, 0, .05)
}

.comment-sec-part {
    margin-top: 30px
}

.comment-sec-part h2 {
    margin-bottom: 30px;
    font-size: 40px
}

.comment-sec-part .comon-com-div {
    margin-bottom: 30px
}

.comment-sec-part figure {
    width: 63px;
    height: 63px;
    overflow: hidden;
    border-radius: 20px
}

.comment-sec-part .comment-text {
    width: 89%
}

.comment-sec-part .comment-text h5 {
    font-size: 24px
}

.leave-sec-part .form-control,
.conatct-form-div .form-control {
    border: none;
    background: #f1f1f1;
    height: 45px;
    font-size: 16px
}

.leave-sec-part .form-group {
    margin-bottom: 20px
}

.leave-sec-part textarea,
.conatct-form-div textarea {
    height: 150px !important;
    resize: none
}

.leave-sec-part h2 {
    font-size: 40px;
    margin-bottom: 10px
}

.comment-sec-part .comment-text span {
    color: var(--primarycolor)
}

.como-list .jou-div {
    width: 80px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden
}

.como-list .jou-div img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.como-list .textry {
    width: 90%;
    padding-left: 20px
}

.subimt-comment {
    text-align: center;
    line-height: 53px;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    background: var(--primarycolor);
    border-radius: 8px;
    height: 58px;
    transition: ease-in .17s;
    margin-top: 10px;
    margin-bottom: 40px
}

.subimt-comment::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--primarycolor);
    z-index: 2;
    border-radius: 8px;
    transition: ease-in .17s
}

.subimt-comment span {
    position: relative;
    z-index: 3;
    color: var(--ligit-color)
}

.subimt-comment::after {
    background: var(--secondcolor);
    width: 100%;
    height: 58px;
    border-radius: 8px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: translate(17px, 13px);
    transition: ease-in .15s
}

.cart-haedeing h2 {
    text-transform: capitalize;
    font-style: normal
}

.cart-haedeing h2 span {
    color: var(--primarycolor);
    font-size: 20px;
    font-weight: 500
}

.comon-items-cart {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    padding-bottom: 25px;
    flex-wrap: wrap;
    box-shadow: #efefef 1px 2px 30px;
    padding: 20px
}

.comon-items-cart .left-section-div .products-cart1 ul {
    margin-top: 12px
}

.comon-items-cart .left-section-div {
    display: flex;
    align-items: flex-start;
    width: 67%
}

.comon-items-cart .left-section-div .products-cart1 h5 {
    font-family: 'PEANUT BUTTER', sans-serif;
    color: #182025;
    font-weight: 500;
    font-size: 35px;
    text-transform: capitalize
}

.comon-items-cart .left-section-div .products-cart1 ul li span:first-child {
    width: 90px;
    display: inline-block;
    color: var(--primarycolor)
}

.comon-items-cart .left-section-div figure {
    width: 200px;
    height: 170px;
    overflow: hidden;
    margin: 0;
    display: grid;
    align-content: center
}

.comon-items-cart .crat-linl-pay {
    padding-top: 20px;
    display: grid;
    justify-content: flex-end;
    width: 32%;
    text-align: right
}

.comon-items-cart .crat-linl-pay h4 span {
    text-decoration: line-through;
    color: #bbb;
    font-size: 30px;
    font-family: 'PEANUT BUTTER', sans-serif;
}

.comon-items-cart .crat-linl-pay h4 {
    color: #f7a007;
    font-size: 30px;
    font-family: 'PEANUT BUTTER', sans-serif;
}

.comon-items-cart .crat-linl-pay h6 {
    color: #ff003d;
    margin-top: 5px;
    font-size: 16px
}

.comon-items-cart .left-section-div .products-cart1 ul li {
    margin-bottom: 5px
}

.remove-btn {
    font-size: 16px
}

.quantity-btn {
    background: var(--primarycolor);
    color: #fff !important;
    border: none;
    outline: none;
    margin: 0;
    padding: 3px 11px;
    cursor: pointer
}

.quantity-btn svg {
    color: #fff !important
}

.total-count-div {
    padding: 30px;
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    border: solid 4px #000
}

.quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin: 0;
    background: #f7f7f7;
    border-radius: 6px;
    padding: 0 15px;
    height: 40px;
    margin: 15px 0
}

.total-count-div h4 {
    font-family: 'PEANUT BUTTER', sans-serif;
    font-size: 35px
}

.share-links li a {
    margin: 0 10px;
    color: #071f40
}

.total-count-div .itemsl-list li span:first-child {
    color: #f7a007
}

.total-count-div .promo-code1 label {
    font-family: "Work Sans", sans-serif;
    font-size: 19px;
    margin-bottom: 5px;
    font-weight: 600
}

.reconded-procuts {
    margin-bottom: 150px
}

.reconded-procuts h2 {
    font-family: 'PEANUT BUTTER', sans-serif;
    font-size: 40px
}

.total-count-div .pay-listy li .price-bn {
    font-size: 35px;
    font-family: 'PEANUT BUTTER', sans-serif;
}

.total-count-div h3 span:first-child {
    color: #182025
}

.total-count-div h3 span {
    color: #f7a007;
    font-family: 'PEANUT BUTTER', sans-serif;
    font-size: 35px
}

.total-count-div h3 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.total-count-div .btncheck-btn {
    background: #f7a007;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 28px;
    font-size: 16px;
    border-radius: 8px
}

.comon-items-cart .left-section-div .products-cart1 {
    padding-left: 25px;
    padding-top: 20px;
    width: 70%
}

.total-count-div .itemsl-list li span {
    font-size: 19px
}

.total-count-div .itemsl-list li span:last-child {
    font-size: 19px;
    font-family: 'PEANUT BUTTER', sans-serif;
}

.total-count-div .pay-listy li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize
}

.total-count-div .promo-code1 .btn {
    background: #222;
    color: #fff;
    margin-top: 10px;
    padding: 10px 28px;
    font-size: 16px;
    border-radius: 8px
}

.promo-code1 .form-control {
    font-size: 16px
}

.total-count-div .pay-listy li span {
    margin-bottom: 10px;
    font-size: 18px
}

.total-count-div .pay-listy li .list-payt {
    color: #f7a007
}

.ad-cart-bn {
    background: var(--secondcolor);
    width: 180px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: #fff !important;
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: #a1a1a1 12px 12px 48px
}

.ad-cart-bn span {
    background: #d9991d;
    width: 40px;
    height: 40px;
    display: grid;
    align-content: center;
    justify-content: center;
    margin-right: 10px
}

.ad-cart-bn i {
    margin-right: 5px
}

.quantity-field {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    margin: 0 auto;
    margin-top: 15px
}

.quantity-field .value-button {
    border: 1px solid var(--secondcolor);
    margin: 0px;
    width: 40px;
    height: 100%;
    padding: 0;
    background: var(--secondcolor);
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 18px
}

.quantity-field .value-button:hover {
    background: var(--primarycolor)
}

.quantity-field .value-button:active {
    background: var(--primarycolor)
}

.quantity-field .decrease-button {
    margin-right: -4px;
    border-radius: 8px 0 0 8px
}

.quantity-field .increase-button {
    margin-left: -4px;
    border-radius: 0 8px 8px 0
}

.quantity-field .number {
    display: inline-block;
    text-align: center;
    border: none;
    border-top: 1px solid var(--secondcolor);
    border-bottom: 1px solid var(--secondcolor);
    margin: 0px;
    width: 40px;
    height: 100%;
    line-height: 40px;
    font-size: 14pt;
    box-sizing: border-box;
    background: #fff;
    font-family: calibri
}

.quantity-field .number::selection {
    background: none
}

.ad-fm label {
    font-size: 16px
}

.ad-fm .comon-heading {
    text-transform: capitalize;
    font-style: normal;
    color: var(--secondcolor);
    font-size: 30px
}

.ad-fm .form-select {
    background-color: #f1f1f1;
    height: 45px;
    border: none
}

.ad-fm .form-group {
    position: relative;
    margin: 13px 0
}

.ad-fm .form-group label {
    font-size: 16px;
    margin-bottom: 8px
}

.ad-fm .form-control {
    font-weight: 300;
    height: 45px;
    color: #888;
    background-color: #f1f1f1;
    border: none
}

.ceck-out-right-div {
    display: inline-block;
    width: 100%;
    border: solid 4px var(--secondcolor);
    padding: 30px;
    border-radius: 20px
}

.ceck-out-right-div h2 {
    font-style: normal;
    font-size: 45px;
    color: var(--secondcolor)
}

#ac-2 {
    display: none
}

.left-sec-d2 {
    margin-left: 15px
}

.end-date,
.cvv {
    display: flex;
    place-items: center
}

.cvv .form-control {
    width: 60%;
    margin-right: 8px
}

.end-date .form-select {
    margin-right: 5px;
    font-size: 13px
}

.paymeny h4 {
    font-weight: 600;
    margin-bottom: 8px;
    font-family: "Work Sans", sans-serif;
    font-size: 16px
}

.checkout-table th {
    background: var(--secondcolor);
    color: #fff;
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    font-weight: 400
}

.form-wizard-next-btn {
    background: var(--primarycolor);
    color: #fff !important;
    height: 50px;
    width: 100%;
    line-height: 40px;
    box-shadow: rgba(247, 36, 87, .3019607843) 12px 12px 48px;
    font-size: 16px;
    border-radius: 5px !important
}

.price-am,
.delivery-am,
.discount-am {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    margin-bottom: 15px
}

.total-price span {
    font-weight: 700;
    font-size: 30px
}

.delivery-am span {
    font-size: 15px;
    font-weight: 500;
    color: var(--primarycolor)
}

.quick-link ul li {
    display: flex;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: normal;
    align-items: center;
    
}

::placeholder {
    
}


.quick-link ul li i {
    font-size: 35px;
    margin-right: 14px;
    color: var(--primarycolor)
}

.side-media li a {
    background: #101014;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block
}

.side-media li {
    margin: 0 5px
}

.head-contact p {
    font-size: 16px
}

.close-menu {
    border: none;
    color: #323657;
    background: none !important;
    position: absolute;
    right: 21px;
    top: 10px
}

.form-wizard .form-select {
    font-size: 16px
}

.ctres-part {
    box-shadow: 0px 5px 30px 0px rgba(9, 29, 62, .15);
    padding: 28px;
    min-height: 229px;
    border-radius: 5px
}

.ctres-part h5 {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    color: var(--secondcolor);
    text-transform: capitalize;
    font-size: 22px
}

.ctres-part .loctoion {
    font-size: 14px
}

.ctres-part .loctoion i {
    color: var(--primarycolor)
}

.ctres-part .btn-apply-job {
    background: var(--primarycolor);
    padding: 12px 28px;
    border-radius: 30px;
    margin-top: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 500
}

.sub-textr {
    font-size: 28px;
    font-weight: 700;
    color: var(--secondcolor);
    font-family: "Work Sans", sans-serif
}

.aply-divfm {
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgba(9, 29, 62, .15);
    padding: 30px;
    margin-top: 50px
}

.aply-divfm h4 {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 25px
}

.aply-divfm .form-group {
    margin-bottom: 15px;
    font-weight: 600
}

.aply-divfm .form-group label {
    margin-bottom: 10px;
    font-family: "Work Sans", sans-serif
}

.aply-divfm .form-group .form-control {
    height: 40px
}

.aply-divfm .submit-bn,
.aply-divfm .submit-cn {
    background: var(--primarycolor) !important;
    color: #fff;
    margin-top: 15px;
    text-transform: uppercase;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 16px
}

.comon-acoudinodn h3 {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    color: var(--secondcolor);
    font-size: 30px;
    margin-bottom: 20px
}

.comon-acoudinodn .accordion-button {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: var(--secondcolor)
}

.cart-dropdown-ne {
    width: 310px !important;
    border: none;
    top: 120%;
    z-index: 4;
    right: 0 !important;
    left: inherit !important;
    opacity: 0;
    transition: .15s ease-in;
    visibility: hidden;
    display: block
}

.cart-dropdown-ne li {
    display: block !important;
    width: 100% !important
}

.top-notitext h6 {
    font-size: 12px;
    width: 80%
}

.dropdown-menu li a {
    color: gray;
    padding: .5em 1em
}

.lgoin-sectoon-top a {
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-size: 16px
}

.cart-drop-bn {
    font-weight: 500;
    display: inline-block !important;
    font-style: normal;
    background: #101014;
    color: #fff !important;
    text-align: center;
    justify-content: center;
    border: solid 2px #101014 !important;
    font-size: 13px !important;
    width: 45%
}

.dropdown:hover .cart-dropdown-ne {
    visibility: visible;
    opacity: 1;
    opacity: 9 !important
}

.cart-dropdown-ne .comon-cart-ps .products-sm-pic .imo-caty {
    height: 60px;
    width: 60px;
    overflow: hidden;
    margin: 0;
    display: grid;
    align-items: center;
    border-radius: 10px
}

.cart-dropdown-ne .comon-cart-ps .products-sm-pic .imo-caty img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.desktop-rightcanvas .close-menu-02 svg {
    color: #181818;
    width: 35px;
    height: 35px
}

.desktop-rightcanvas .quick-link ul li .svg-icon {
    width: 35px;
    height: 35px;
    margin-right: 14px;
    color: var(--primarycolor)
}

.desktop-rightcanvas .quick-link ul li .svg-icon svg {
    width: 35px;
    height: 35px
}

.comon-cart-ps a {
    padding: 0 !important;
    color: inherit !important;
    margin: 18px 0
}

.sub-total-products h6 {
    color: #1d1d1d;
    font-size: 16px
}

.cart-ps-details h6,
.ct-text05 span:last-child,
.ct-text06 span:last-child {
    font-family: "Bangers", cursive;
    font-size: 20px
}

.titel-crt-products {
    font-size: 15px
}

.ct-text05 {
    font-weight: 300 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px !important
}

.check-drop-bn {
    background: var(--primarycolor);
    width: 90%;
    margin: 0 auto;
    display: table;
    color: #fff !important;
    margin-top: 15px;
    text-align: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 16px;
    line-height: 32px
}

.mobile-menu-sec li a,
.mobile-menu-sec li .dropdown .btn {
    text-decoration: none;
    color: #212529;
    padding: 10px 5px 10px 10px;
    display: block;
    background: #f7f7f7;
    margin-bottom: 8px;
    width: 100%;
    text-align: left;
    border-radius: 8px
}

.active-m a {
    background-color: var(--primarycolor) !important;
    color: #fff !important
}

.side-media {
    list-style-type: none;
    margin-top: 15px;
    display: flex
}

.mobile-menu-sec .dropdown-toggle::after {
    top: 8px;
    right: 10px
}

.top-sectionk .comon-items-con .rightextr h5 {
    font-size: 27px;
}

.top-sectionk .comon-items-con .rightextr p {
    font-size: 18px;
    
}

.tabs-div .nav-link {
    font-size: 18px;
    margin-bottom: 18px;
    position: relative;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background: transparent;
    border: 1px solid #f34449;
    /* transform: scale(1); */
    color: #cf2a2f;
}

.top-sectionk{
    background: #df363a;
}

.comon-items .content-section h5 {
    font-size: 18px
}

.eg-bg2 {
    top: -50px
}

.svg-bg {
    top: -270px
}

.checkout-page-main-div {
    margin-bottom: 150px !important
}

.com-div-md {
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px
}

.login-div-modal .modal-content,
.login-div-modal .modal-header {
    background: none;
    border: none
}

.com-div-md h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    color: #1d1d1d;
    
}

.login-div-modal .close {
    transform: none;
    position: absolute;
    right: 6px;
    top: 7px;
    border: none;
    background: none;
    font-size: 29px;
    background: var(--primarycolor);
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: grid;
    align-content: center
}

.login-modal-pn {
    padding: 0px 40px 10px;
}

.login-modal-pn .form-control {
    border: none;
    font-size: 14px;
    background: #f3f3f3;
    height: 45px;
    margin-bottom: 20px;
}

.login-div-modal .close svg {
    width: 26px;
    height: 26px;
    margin: auto;
    color: #fff
}

.continue-bn {
    background: var(--primarycolor);
    color: #fff !important;
    width: 100%;
    display: inline-block;
    box-shadow: 0 20px 30px 0 rgba(172, 172, 172, .4);
    font-style: normal;
    letter-spacing: 1px;
    height: 45px;
    line-height: 31px;
    transition: all .5s;
    font-size: 16px;
    border-radius: 8px
}

@media(max-width: 1180px) {
    .banner-part h2 {
        font-size: 65px;
        line-height: 74px
    }

    .page-haeding {
        font-size: 45px
    }

    .sub-heading {
        font-size: 50px;
        position: relative;
        z-index: 2
    }

    .join-serc-divu h2 {
        font-size: 32px
    }

    .eg-bg {
        bottom: -120px
    }

    .eg-bg2 {
        top: -40px
    }

    .items-slider-txeti .text-box p {
        font-size: 13px
    }

    .items-collection {
        height: 291px
    }

    .items-collection .btn {
        font-size: 15px
    }
}

@media(max-width: 896px) {
    .banner-part {
        padding-top: 170px;
        height: auto
    }

    .comon-items .content-section h5 {
        font-size: 22px
    }

    .banner-part .banner-pic {
        top: 20px
    }

    .tabs-div .nav-link {
        margin-bottom: 20px
    }

    .superman,
    .woder-women,
    .boy-img,
    .head-boyd-img,
    .boom {
        display: none
    }

    .items-slider-txeti .text-box {
        background-position: center;
        padding: 52px 178px
    }

    .userid {
        justify-content: center
    }

    .offter-div .eg-bg {
        bottom: -150px
    }
}

@media(max-width: 820px) {
    .svg-bg {
        top: -150px
    }

    .azp {
        display: none
    }
}

@media(max-width: 768px) {
    .svg-bg {
        top: -141px
    }
}

@media(max-width: 667px) {
    .banner-part h2 {
        line-height: 45px;
        text-align: center;
        font-size: 48px;
        margin-top: 40px
    }

    .banner-part {
        height: auto;
        padding-top: 210px
    }

    .right-sction {
        width: 100%
    }

    .right-sction>ul {
        justify-content: space-between;
        width: 100%
    }

    .banner-part .banner-pic {
        margin-top: 40px !important;
        display: inline-block;
        top: 0
    }

    .tabs-div .nav-link {
        font-size: 16px;
        margin-bottom: 15px
    }

    .eg-bg2 {
        top: -30px
    }

    .superman,
    .woder-women,
    .boy-img,
    .head-boyd-img,
    .boom {
        display: none
    }

    .page-haeding {
        font-size: 24px
    }

    .sub-heading {
        font-size: 35px !important;
    }

    .faq-heading {
        font-size: 35px !important;
        text-align: center !important;
    }

    .join-serc-divu h2 {
        font-size: 32px
    }

    .join-serc-divu p {
        font-size: 22px;
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .items-slider-txeti .text-box {
        background-position: center;
        padding: 32px 18px;
          height: 165px;
    }

    .userid {
        justify-content: center
    }

    .svg-bg {
        top: -110px
    }

    .sub-banner {
        padding-bottom: 40px
    }

    .items-collection {
        height: 251px
    }

    .items-collection .btn {
        font-size: 12px
    }

    .aboutbui02 {
        height: 400px;
        z-index: 2;
        position: relative;
        margin-top: 24px !important;
    }

    .comon-shape {
        margin-left: auto;
        margin-right: auto;
        display: table
    }

    .comon-shape h5 {
        font-size: 30px;
    }

    .work-heading,
    .student-work-heading,
    .achieve-heading,
    .blog-heading {
        font-size: 50px;
    }

    .tabs-details-gn .nav-tabs .nav-link {
        font-size: 14px
    }

    .delivery-part h5 {
        font-size: 18px
    }

    .products-slide-1 .item .mian-ppic {
        height: 400px
    }

    .comon-items-cart .left-section-div .products-cart1 h5 {
        font-size: 22px
    }

    .super-items,
    .shop-items,
    .comon-items {
        height: 296px
    }

    .shop-items .img-box-div {
              height: 240px;
    }

    .eg-bg {
        bottom: -90px
    }

    .top-sectionk .comon-items-con .rightextr h5 {
        font-size: 31px
    }

    .banner-part .strat-02 {
        display: none
    }

    .eg-bg,
    .eg-bg2,
    .lool,
    .spoider,
    .azp {
        display: none
    }

    .courses-heading {
        font-size: 50px !important;
        text-align: center !important;
    }
    
    .faq-question h2 {
    font-size: 17px !important;
}

.faq-answer p {
    font-size: 14px !important;
}
}

@media(max-width: 414px) {
    .svg-bg {
        top: -61px
    }

    .comon-items-cart .left-section-div {
        flex-direction: column;
        width: 100%
    }

    .comon-items-cart .left-section-div figure {
        width: 100%
    }

    .comon-items-cart .left-section-div .products-cart1 {
        width: 100%
    }

    .comon-items-cart .crat-linl-pay {
        width: 100%;
        justify-content: start
    }

    .super-items,
    .shop-items,
    .comon-items {
        height: 356px
    }
}

@media(max-width: 390px) {

    .super-items,
    .shop-items,
    .comon-items {
        height: 293px
    }

    .shop-items .details-shopi h3 {
        font-size: 28px
    }
}

@media(max-width: 375px) {
    .banner-part h2 {
        line-height: 45px;
        text-align: center;
        font-size: 48px;
        margin-top: 40px
    }

    .banner-part {
        height: auto;
        padding-top: 210px
    }

    .banner-part p {
        text-align: center
    }

    .banner-part .form-inside-div {
        width: 95%
    }

    .banner-part h2 {
        font-size: 50px
    }

    .banner-part .strat-02 {
        right: 0
    }

    .page-haeding,
    .join-serc-divu h2 {
                font-size: 28px;
    }

    .sub-heading {
                font-size: 40px;
    }

    .top-sectionk .comon-items-con .rightextr h5 {
        font-size: 25px
    }

    .tabs-div .nav-link {
        font-size: 15px;
        margin-bottom: 15px
    }

    .eg-bg {
        bottom: -81px
    }

    .offter-div .eg-bg {
        bottom: -140px
    }

    .eg-bg2 {
        top: -20px
    }

    .comon-button span {
        font-size: 16px
    }

    .cart-dropdown-ne {
        right: -30px !important;
        top: 70px !important
    }

    .join-serc-divu {
        height: 520px
    }

    .superman,
    .woder-women,
    .boy-img,
    .head-boyd-img,
    .boom {
        display: none
    }

    .hilishf-blogs .blos-pos-dl h5 {
        font-size: 35px
    }

    .svg-bg {
        top: -52px
    }

    .items-collection {
        height: 311px
    }

    .items-collection .btn {
        font-size: 19px
    }

    .comment-user-div .user-dsl {
        padding-left: 0;
        margin-top: 15px;
        width: 100%
    }

    .shop-items .img-box-div {
        height: 272px
    }
}

@keyframes rocket {

    0%,
    100% {
        transform: translate(0px, 0px) rotate(0deg)
    }

    50% {
        transform: translate(0px, 20px) rotate(0deg)
    }
}

@-webkit-keyframes blinker {
    from {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(0.2)
    }
}

.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate
}

.megamenu {
    position: absolute;
    max-width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
    min-width: 27rem;
}

.megamenu h6 {
    margin-left: 21px
}

.megamenu i {
    width: 20px
}

.footer-list li {
    font-size: 20px;
    font-weight: 400;
}

.wonder-women-img {
    width: 75%;
    margin-bottom: 14px;
}

.heading-text {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.faq-section {
    /* min-height: 1000px; */
    background: var(--primarycolor) url(../images/shop-collection-bg.webp) no-repeat;
    background-position: top right;
    background-size: 100%;
    padding: 100px 0 150px;
}

.faq-accordion {
    max-width: 100%;
    margin: 0 auto;
}

.section-title>p{
    font-size: 20px;
}

.faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-heading {
    font-weight: 500;
    margin-bottom: 25px;
    color: #fff;
    font-size: 52px;
    text-align: center !important;
}

.faq-question h3 {
    margin: 0;
    font-size: 23px;
    color: #333;
}

.toggle-icon {
    font-size: 1.5rem;
    color: #666;
    transition: transform 0.3s ease;
}

.faq-item.active .toggle-icon {
    transform: rotate(45deg);
}

.faq-answer {
    display: none;
    padding: 0 1.5rem 1.5rem;
    color: #666;
    line-height: 1.6;
}

.faq-answer p {
    font-size: 16px;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-section img {
    max-width: 80%;
    height: auto;
}

.course-box {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 600px;
}

.course-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(60%);
}

.tab-course {
    color: inherit;
    text-decoration: none;
    display: block;
}

.box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-content h2,
.box-content h4,
.box-content p {
    margin: 10px 0;
}

.box-content h2 {
    font-size: 35px;
    font-weight: 500;
}

.box-content h5 {
    font-weight: 500;
    font-size: 24px;
    margin: 15px 0;
    line-height: 24px;
}

.box-content p {
    font-size: 15px;
    letter-spacing: 0.5px;
    width: 100%;
    line-height: 25px;
}

.about-heading {
    font-size: 20px;
}

.work-heading,
.student-work-heading,
.achieve-heading,
.blog-heading {
    font-size: 52px;
    letter-spacing: 1px;
    font-weight: 500;
    
}

.dafm-banner {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dafm-banner::before {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
}

@media (max-width: 992px) {
    .dafm-banner {
        min-height: 400px;
        /* Adjust height for medium-sized screens */
    }
}

@media (max-width: 768px) {
    .dafm-banner {
        min-height: 300px;
        /* Further reduce height for smaller tablets */
    }
}

@media (max-width: 576px) {
    .dafm-banner {
        min-height: 250px;
        /* Reduce height for small screens */
    }
}


.courses-content {
    z-index: 9999;
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
}

/*.courses-heading {*/
/*    font-size: 60px;*/
/*    letter-spacing: 1px;*/
/*    font-weight: 500;*/
/*    color: #fff;*/
/*}*/

.shadow-sm {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1) !important;
}

.rounded-4 {
    border-radius: 1.25rem !important;
}

/*.courses-software-sec {*/
/*    background: var(--primarycolor) url(../images/shop-collection-bg.webp) no-repeat;*/
/*    background-position: top right;*/
/*    background-size: 100%;*/
/*    margin-top: 60px;*/
/*    padding: 70px 0;*/
/*    text-align: center;*/
/*}*/

 .courses-software-sec {
        background: linear-gradient(45deg, #1a1a1a, #2d2d2d);
      }
      .software-card {
        transition: all 0.3s ease;
        border: 1px solid rgba(255,255,255,0.1);
      }
      .software-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        border-color: rgba(255,255,255,0.2);
      }
      .software-icon {
        filter: drop-shadow(0 5px 10px rgba(0,0,0,0.1));
        transition: all 0.3s ease;
      }
      .software-card:hover .software-icon {
        transform: scale(1.1);
      }
      .courses-heading {
        font-size: 2.5rem;
        font-weight: 600;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
      }

.list-courses {
    padding-left: 20px;
}

.list-courses li {
    font-size: 16px;
    font-size: 18px;
    margin-bottom: 5px;
    list-style: disc;
    font-weight: 500;

}

.courses-para {
    margin-bottom: 10px;
    font-size: 20px !important;
}

.courses-sub-para {
    font-size: 18px;
}

.courses-boom {
    left: 381px;
    bottom: -60px;
    width: 25%;
}

.students-work-heading {
    font-weight: 600;
    font-size: 70px;
    color: var(--primarycolor);
}

/* d3d course */
.d3d-banner {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -78px;
    min-height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d3d-banner::before {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
}

/* ad3d */
.ad3d-banner {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* Centers the text horizontally */
}

.ad3d-banner::before {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
}

@media (max-width: 992px) {
    .ad3d-banner {
        min-height: 400px;
        /* Adjust height for medium screens */
    }
}

@media (max-width: 768px) {
    .ad3d-banner {
        min-height: 350px;
        /* Further reduce banner height for smaller devices */
    }
}

@media (max-width: 576px) {
    .ad3d-banner {
        min-height: 300px;
        /* Reduce the banner height for very small screens */
    }
}


/* adidg */
.adidg-banner {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* More flexible than fixed Y offset */
    min-height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adidg-banner::before {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
}

@media (max-width: 992px) {
    .adidg-banner {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .adidg-banner {
        min-height: 350px;
    }
}

@media (max-width: 576px) {
    .adidg-banner {
        min-height: 280px;
    }
}


.col-5th {
    width: 20%;
    padding: 0 12px;
}

@media (max-width: 992px) {
    .col-5th {
        width: 50%;
        padding: 0 12px;
    }
}

@media (max-width: 576px) {
    .col-5th {
        width: 100%;
        padding: 0 12px;
    }
}

.row.g-4 {
    margin-left: -12px;
    margin-right: -12px;
}

.row.g-4>.col-5th {
    padding-left: 12px;
    padding-right: 12px;
}

.coptext {
    
}

/* contact box */
.contact-features {
    position: fixed;
    right: -462px;
    width: 460px;
    background: #fff;
    color: #333;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: -4px 0px 5px #00000036;
    z-index: 9999;
    padding: 20px 30px;
    transition: right 0.4s ease-in-out;
    /* background: #fff url(../images/shop-collection-bg.webp) no-repeat; */
}

.show-contact-features {
    right: 0 !important;
    display: block !important;
}

.contact-hide {
    position: relative;
}

.contact-hide .login-modal-pn{
    padding: 0px !important;
}

.contact-hide .close-btn i{
    position: absolute;
    right: 0;
    left: unset;
    top: 0px;
    /* font-size: 18px;*/
    color: #000;
    cursor: pointer;
}

.contact-features li {
    list-style: none;
    color: #333;
    margin: 10px 0;
    line-height: 22px;
}

.contact {
    position: absolute;
    top: 30%;
    left: -64px;
    background: #ef2429;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: -4px 0px 5px #00000036;
    font-family: 'Ariston Comic Demo';
    font-weight: 400;
    font-size: 24px;
}

.contact:hover {
    color: #fff;
}

.contact-features .big-title,
.contact-features .title {
    font-weight: 600;
    color: #1A76D1;
    font-size: 15px;
    line-height: 24px;
}

.contact-features .pro-btn a {
    display: block;
    text-align: center;
    background: #1A76D1;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}

.contact-btn {
    padding: 0 0.75rem;
    background: red;
    margin-top: 0;
}

.close-btn i {
    position: relative;
    right: 0;
    left: 190px;
    top: -6px;
    font-size: 18px;
}

/* contact end */

.achieve-heading {
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 70px;
    /*text-align: center !important;*/
}

.maac-footer-logo {
    width: 17%;
}

.float-start {
    padding-top: 0;
}


@media (max-width: 768px) {
    .coupon {
        width: 100%;
        max-width: 350px;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        max-width: 120px !important;
    }
}

@media (max-width: 768px) {
    .fuyr-divu .row {
        flex-direction: column;
    }

    .fuyr-divu .col-4,
    .fuyr-divu .col {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 30px;
    }

    .items-footer-div ul {
        margin-top: 15px !important;
    }

    .footer-list {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .coptext ul li {
        margin-bottom: 10px;
        font-size: 15px !important;
    }

    .solico li {
        /* flex-direction: column; */
        gap: 10px;
    }

    .btn-socla {
        margin: 5px !important;
    }

    footer img[alt="logo"] {
        width: 50% !important;
    }

    .maac-footer-logo {
        width: 50%;
    }

    .head-boyd-img img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    
    header{
        position:unset;
        background: #ffd04c;
    }
    
    header .container{
        flex-wrap:unset !important;
        align-items:unset !important;
    }
    
    .p-6 {
    padding: 0.5rem !important;
}
    
    .right-sction .button-content .button-text{
        display:none;
    }
    
    .right-menu{
        margin:0px !important;
    }
    
    .right-sction img{
        width:50% !important;
    }
    
    .right-sction ul{
        justify-content:end !important;
    }
    
    .pulse-button{
        padding: 12px 12px;
    }
    
    .right-sction .bargar{
        padding: 0px;
    }
    
        .banner-part h2 {
        line-height: 45px;
        text-align: center;
        font-size: 48px;
        margin-top: 10px;
        margin-bottom: 40px;
    }
    
    .footer-superman{
        width: 100%;
    transform: translate(0px, 50px);
    }
    
}


.animated-text {
    font-size: 1.2rem;
    color: #333;
    line-height: 1.8;
    animation: fadeIn 1s ease-in;
  }
  
  .vision-card, .mission-card {
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
  }
  
  .vision-card:hover, .mission-card:hover {
    transform: translateY(-5px);
  }
  
  .vision-icon, .mission-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #ef2429;
  }
  
  .gradient-text {
    background: linear-gradient(45deg, #c01f23, #fc4b50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  
  .vision-content, .mission-content {
    color: #666;
    line-height: 1.7;
    font-size: 1.1rem;
  }
  
  .feature-list {
    list-style: none;
    padding: 0;
  }
  
  .feature-item {
    display: grid;
    grid-template-columns: repeat(1, auto);
    align-items: center;
    margin-bottom: 1rem;
    padding: 20px;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    transition: transform 0.2s ease;
  }
  
  .feature-item:hover {
    transform: translateX(10px);
  }
  
  .feature-icon {
    font-size: 1.5rem;
    margin-right: 1rem;
  }
  
  .feature-text {
    color: #555;
    font-size: 1.1rem;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .vision-mission {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
  }

  .vision-mission::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 99, 71, 0.1);
    border-radius: 50%;
    top: -100px;
    right: -100px;
  }

  .vision-mission::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(100, 149, 237, 0.1);
    border-radius: 50%;
    bottom: -75px;
    left: -75px;
  }

  .journey-content {
    padding: 2rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .career-roles {
    background: #cf2a2e17;
padding: 2rem;
border-radius: 15px;
border-left: 5px solid #cd282c;

  }

  .role-list {
    display: grid
;
flex-wrap: wrap;
gap: 1.5rem;
list-style: none;
padding: 0;
margin: 1rem 0;
grid-template-columns: repeat(2, 1fr);
  }

  .role-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .role-item:hover {
    transform: translateY(-3px);
  }

  .role-icon {
    font-size: 1.5rem;
  }

  .role-text {
    font-weight: 700;
    color: #333;
    font-size: 16px;
  }

  .vision-section, .mission-section {
    background: white;
    padding: 1.2rem;
    border-radius: 15px;
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
  }

  

  .info-sections {
    background: linear-gradient(135deg, #f6f9fc 0%, #edf1f4 100%);
    position: relative;
    overflow: hidden;
}

.info-sections::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/pattern-bg.svg') repeat;
    opacity: 0.1;
    z-index: 0;
}

.info-block {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.info-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.section-title {
    color: var(--primarycolor);
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1rem;
    border-left: 4px solid var(--secondarycolor);
}

.section-text {
    color: #000;
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: justify;
    font-weight: 400;
}

.info-block::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primarycolor), var(--secondarycolor));
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
}

.info-block:hover::after {
    transform: scaleX(1);
}

@media (max-width: 768px) {
    .info-block {
        padding: 1.5rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .section-text {
        font-size: 1rem;
    }
    
    .section-title-innov{
        font-size: 37px !important;
    }
}

  

  .list-unstyled li {
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
  }

  .list-unstyled li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #007bff;
  }

  .journey-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px !important;
    display: block;
    font-size: 28px !important;
    text-align: center;
    font-weight: bold;
}

  @media (max-width: 768px) {
    .role-list {
      flex-direction: column;
    }
    
    .role-item {
      width: 100%;
      gap: 0.3rem;
      padding: 0.45rem 0.5rem;
    }

    .role-list {
      
        grid-template-columns: repeat(1, 1fr);
    }

    .career-roles {
        padding: 1rem;
    }

    .journey-content h3 {
        font-size: 1.5rem;
        margin-bottom: 0px !important;
    }

    .journey-content{
        text-align: center;
        padding: 15px 15px;
    }

    .vision-section, .mission-section {
        background: white;
        padding: .5rem;
    }
    
    h5{
        font-size: 1rem !important;
    }
    
  }
  
          .journey-content p {
                font-size: 20px;
            line-height: 1.6;
            color: #000;
            margin-bottom: 0;
            text-align: center;
          }

          .step-section {
            background-color: #fff;
            padding: 80px 0 40px !important;
            text-align: center;
          }
      
          .step-section h1 {
            font-size: 3.8rem;
            margin-bottom: 10px;
          }
      
          .progress-line-wrapper {
            position: relative;
            width: 100%;
            max-width: 900px;
            height: 4px;
            background-color: #ccc;
            margin: 40px auto 0;
          }
      
          .progress-line-fill {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            background-color: #ef2429;
            width: 0%;
            transition: width 0.4s ease;
            z-index: 1;
          }
      
          .progress-points {
            position: absolute;
            top: -8px;
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 5px;
            z-index: 2;
          }
      
          .progress-points .point {
            width: 20px;
            height: 20px;
            background: #ccc;
            border: 3px solid #fff;
            border-radius: 50%;
            cursor: pointer;
            transition: background 0.3s, transform 0.3s;
          }
      
          .progress-points .point.active {
            background: #ef2429;
            transform: scale(1.1);
          }
      
          .step-box {
            background-color: #f0f0f0;
            padding: 30px 20px;
            border-radius: 16px;
            border: 3px solid transparent;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
          }

          .step-box p{
            font-size: 16px;
          }

          .step-box h5{
            font-size: 24px;
          }
      
          .step-box.active {
            background-color: #ef24273c;
            border-color: #ef2429;
            box-shadow: 0 0 15px #ef24273c;
          }
      
          .step-icon {
            position: relative;
            margin-bottom: 15px;
          }
      
          .step-icon::after {
            content: '';
            position: absolute;
            top: 45px;
            left: 50%;
            transform: translateX(-50%);
            width: 3px;
            height: 30px;
            background: #ef2429;
            z-index: -1;
          }
      
          .step-icon i {
            font-size: 36px;
            color: #ef2429;
          }
      
          .step-number {
            font-weight: bold;
            color: #ef2429;
            margin-bottom: 8px;
          }
      
          .apply-btn {
            margin-top: 40px;
            background: #ef2429;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 30px;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.3s;
            position: relative;
            top: 23px;
          }
      
          .apply-btn:hover {
            background: #812121;
          }
          
  
          /* Equator Section Styles */
          .equator-section {
            background: linear-gradient(135deg, #f5f7fa 0%, #e4e7eb 100%);
            overflow: hidden;
          }
          
          .section-title-innov {
            font-size: 2.5rem;
            font-weight: 400;
            color: #ef2429;
            margin-bottom: 1rem;
          }
          
          .animated-border {
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #ef2429 0%, #b53f3f 100%);
            border-radius: 2px;
          }
          
          .feature-item {
            transition: transform 0.3s ease;
          }
          
          .feature-item:hover {
            transform: translateX(10px);
          }
          
          .feature-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(45deg, #c01f23, #fc4b50);
            border-radius: 50%;
            display: flex  !important;
            align-items: center;
            justify-content: center;
            margin: 0px auto;
          }
          
          .feature-icon i {
            color: white;
            font-size: 1.5rem;
          }
          
          .feature-text h5 {
            color: #2c3e50;
            margin-bottom: 0.5rem;
          }
          
          .feature-text p {
            color: #666;
            margin-bottom: 0;
          }
          
          .equator-visual {
            padding: 2rem;
          }
          
          .floating-shape-1,
          .floating-shape-2 {
            position: absolute;
            border-radius: 50%;
            opacity: 0.1;
            animation: float 6s infinite ease-in-out;
          }
          
          .floating-shape-1 {
            width: 200px;
            height: 200px;
            background: #ef2429;
            top: -30px;
            right: -30px;
          }
          
          .floating-shape-2 {
            width: 150px;
            height: 150px;
            background: #3f51b5;
            bottom: -20px;
            left: -20px;
            animation-delay: -3s;
          }
          
          .main-image {
            position: relative;
            z-index: 1;
          }
          
          .main-image img {
            border-radius: 20px;
            transition: transform 0.3s ease;
          }
          
          .main-image:hover img {
            transform: scale(1.02);
          }
          
          .stats-card {
            background: white;
            padding: 1.5rem;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            bottom: 30px;
            right: 30px;
            display: flex;
            gap: 2rem;
          }
          
          .stat-item h3 {
            color: #ef2429;
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 0.3rem;
          }
          
          .stat-item p {
            color: #666;
            margin-bottom: 0;
          }
          
          .floating-particles .particle {
            position: absolute;
            width: 10px;
            height: 10px;
            background: #ef2429;
            border-radius: 50%;
            opacity: 0.3;
            animation: particleFloat 8s infinite linear;
          }
          
          .floating-particles .particle:nth-child(2) {
            animation-delay: -3s;
            background: #3f51b5;
          }
          
          .floating-particles .particle:nth-child(3) {
            animation-delay: -5s;
            background: #2196f3;
          }
          
          @keyframes float {
            0%, 100% {
              transform: translateY(0);
            }
            50% {
              transform: translateY(-20px);
            }
          }
          
          @keyframes particleFloat {
            0% {
              transform: translate(0, 0);
            }
            100% {
              transform: translate(100vw, -100vh);
            }
          }
          
          @media (max-width: 991px) {
            .equator-content {
              margin-bottom: 3rem;
            }
            
            .stats-card {
              position: relative;
              bottom: auto;
              right: auto;
              margin-top: 2rem;
            }
          }
          

          .animatedBackground h2.main-heading {
            font-size: 52px;
            
          }

          .animatedBackground p {
            font-size: 30px;
            
          }

          /* Clients Logo Section */
          .clients-logo {
            padding: .5rem;
            text-align: center;
            transition: all 0.3s ease;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            margin: 1rem 0;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          }
          
          .clients-logo:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          }
          
          .clients-logo img {
            max-width: 50%;
            height: auto;
            transition: all 0.3s ease;
          }
          
          .clients-logo:hover img {
            transform: scale(1.1);
          }
          
       

          .animatedBackground .row{
            position: relative;
            z-index: 1;
          }
          
          @media (max-width: 768px) {
            .clients-logo {
              padding: 0.5rem;
              margin: 0.5rem 0;
            }
            
            .animatedBackground {
              padding: 2rem 0;
            }

            .clients-logo img {
                max-width: 80%;
            }

            .home-body{
                margin-top: -80px;
            }

            .top-sectionk{
                margin-top: 60px;
            }

            .about-hisotry{
                    text-align: center;
            }

            .about-heading {
                font-size: 16px;
            }
            
            .journey-content p{
                font-size: 16px;
            }
            
            .section-title>p{
                font-size: 18px;
            }
          }

          section {
           
            padding: 45px 0 !important;
          }

          @media screen and (max-width: 768px) {
           
            section {
                padding: 15px 20px !important;
            }

            .animatedBackground p {
                font-size: 20px;
                text-align: center;
            }

            .heading-section{
                text-align: center;
            }

            .vision-mission{
                padding: 50px 0px !important;
            }

            .feature-item {
                display: block !important;
                align-items: center;
                margin-bottom: 1rem;
                padding: 0.5rem;
                background: rgba(255, 255, 255, 0.7);
                border-radius: 10px;
                transition: transform 0.2s ease;
                text-align: center;
            }

            .feature-icon {
                width: 50px;
                height: 50px;
                background: linear-gradient(45deg, #c01f23, #fc4b50);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0px auto;
            }

            .equator-visual {
                padding: 0;
            }

            .equator-visual img {
                max-width: 100%;
                height: auto;
                width: 100% !important;
            }

            .achieve-heading {
                font-weight: 500;
                margin-bottom: 25px;
                font-size: 36px;
                text-align: center !important;
                line-height: 35px;
            }

            

            .fixed-menu {
                background: #fff;
                position: fixed;
                top: 0;
                animation: slide-down .7s;
                left: 0;
                right: 0;
                box-shadow: 4px -86px 103px rgba(0, 0, 0, .9);
                z-index: 250;
                padding-bottom: 0;
                padding-top: 10px !important;
            }

            .tabs-div .nav-link{
                padding: 17px 15px;
                scroll-snap-type: y mandatory;
                width: 230px;
            }

            .nav {
                display: -webkit-box;
                flex-wrap: nowrap;
                padding-left: 0;
                margin-bottom: 0;
                list-style: none;
                overflow-y: scroll;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                scroll-behavior: smooth;
               
            }

            .tabs-div .nav-item{
                list-style: none;
                scroll-snap-align: center;
                flex: 0 0 auto;
                margin-right: 1rem;
            }

            .student-work-heading{
                font-size: 42px;
                        margin-bottom: 25px;
            }

            .tabs-div {
                margin-top: 0;
            }

            .comon-items .img-box-div img {
                object-fit: cover;
                width: 100%;
                transform: scale(1);
                transition: ease-in-out .15s;
            }


            .comon-shape{
                background-size: 100%;
                width: 250px;
                padding: 43px 0px;
            }

            .comon-shape h4{
                position: static;
                line-height: 50px;
                
            }

            .comon-shape h5{
                width: 70%;
                word-wrap: break-word;
                margin: 0px auto;
            }

            .offter-div .row>div:last-child .comon-shape {
                background: #fff url(../images/shu2.svg) no-repeat center center; 
                background-size: 100%;
            }

            .apply-btn {
                margin: 40px auto;
    display: block;
            }

            .equator-section {
                text-align: center;
            }

            .animated-border{
                margin: 0px auto;
            }


           .offcanvas-body .nav{
            display: block !important;
           }

           .dropdown-toggle{
            position: relative;
           }
          }
          
          
/*for faq */
.faq-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  margin-top: 30px;
}

.faq-item {
  flex: 0 0 calc(48%); /* ✅ width zyada ki */
  box-sizing: border-box;
  background: #f8f8f8;
  border-radius: 10px;
  /*padding: 20px;*/
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  min-height: auto; /* ✅ Removed fixed height */
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

@media (max-width: 768px) {
  .faq-item {
    flex: 0 0 100%;
    padding: 5px;
  }
  
  .faq-question{
      padding: 10px;
  }

}

.faq-question {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
}

.faq-question h2{
  font-size: 22px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin-top: 10px;
  font-size: 15px;
  color: #555;
}

.faq-item.active .faq-answer {
  max-height: 1000px;
}


.faq-answer {
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.faq-item.active .faq-answer {
  opacity: 1;
}

.megamenu {
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    border-radius: 8px;
    border-top: 3px solid #c01f23 !important;
    animation: slideDown 0.3s ease-out;
    max-width: 1210px;
  margin: 0px auto;
  }

  .dropdown-toggle::after {
  border: none !important;
  content: "";
  font-family: "fontAwesome";
      top: 9px;
    font-size: 16px;
  }

  .dropdown-toggle{
    position: relative;
  }

  @keyframes slideDown {
    from { transform: translateY(-10px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }

  .menu-category {
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #ffffff;
  }

  .menu-category:hover {
    background: #f8f9fa;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  }

  .category-title {
    color: #c01f23;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    transition: color 0.3s ease;
  }

  .category-title:hover {
    color: #c01f23;
  }

  .category-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .menu-item {
    color: #6c757d;
    text-decoration: none;
    padding: 8px 0;
    display: block;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 20px;
  }

  .bullet {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #c01f23;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
  }

  .menu-item:hover {
    color: #c01f23;
    transform: translateX(5px);
  }

  .menu-item:hover .bullet {
    opacity: 1;
  }

          
  @media (max-width: 991.98px) {
    .navbar-collapse {
      display: none;
    }
    
    .offcanvas {
      width: 280px;
      background: #fff;
    }

    .offcanvas-header {
      padding: 1rem;
      border-bottom: 1px solid #dee2e6;
    }

    .offcanvas-title {
      margin: 0;
      font-size: 1.25rem;
    }

    .mobile-nav .nav-link {
      padding: 0.75rem 1rem;
      color: #212529;
      border-bottom: 1px solid #dee2e6;
      font-size: 1rem;
    }

    .mobile-nav .nav-link:hover {
      background-color: #f8f9fa;
    }

    .mobile-nav .dropdown-toggle::after {
      float: right;
      margin-top: 8px;
    }

    .mobile-nav .collapse {
      background-color: #f8f9fa;
    }

    .menu-item {
        color: #6c757d;
        text-decoration: none;
        padding: 8px 0px;
        display: block;
        font-size: 1rem;
        transition: all 0.3s ease;
        position: relative;
        padding-left: 46px;
        border-bottom: 1px dashed #bbbbbb;
    }

    .bullet {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 9;
        transition: all 0.3s ease;
        background: transparent;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 9px solid #d30b0b;
        width: 12px;
        height: 12px;
        border-radius: 0px;
        margin-left: 0px;
    }

    

    .dropdown-toggle::after {
        border: none !important;
        content: "";
        font-family: "fontAwesome";
        top: 5px;
        right: 22px;
    }

    .contact-features {
        position: fixed;
        right: -100%;
        width: 100%;
    }
  }

  .serices-div{
    background-color: transparent !important;
  }
  
  .banner-part .row{
      flex-direction: row-reverse;
  }
  
  /*Placement*/
 .placement-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.placement-heading {
  text-align: center;
  margin-bottom: 50px;
}

.placement-heading h2 {
  color: #EF2429;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.placement-heading p {
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  font-size: 20px;
}

.company-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.company-item {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  height: 140px;
}

.company-item:hover {
  transform: translateY(-10px);
}

.company-item img {
width: 100%;
  height: 100%;
  object-fit: contain;
}

/* For Tablets */
@media (max-width: 991px) {
  .company-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* For Mobile Devices */
@media (max-width: 767px) {
 .company-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .company-item {
    height: 160px; /* increased card height */
    padding: 5px; /* less padding to give more space for image */
  }

  .company-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

/* For Very Small Mobile (like iPhone SE) */
@media (max-width: 480px) {
  .company-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .company-item {
   height: 110px;
  }

  .company-item img {
    max-width: 100%;
    max-height: 90px;
  }
}

/*steps*/
.step-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 4rem 1rem;
}

#steps {
  padding-left: 15px;
  padding-right: 15px;
}

.step-card {
  background: #fff;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  overflow: hidden;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.step-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #ef2429;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.step-content {
  text-align: center;
}

.step-content i {
  font-size: 2.5rem;
  color: #ef2429;
  margin-bottom: 1rem;
}

.step-content h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #333;
}

.step-content p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
}

.step-card.active {
  border: 2px solid #ef2429;
}

.apply-btn-steps {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ef2429;
  color: #fff;
  font-size: 1rem;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease;
  margin-top: 2rem;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.apply-btn-steps i {
  margin-right: 0.5rem;
}

.apply-btn-steps:hover {
  background: #c61e23;
}

/* Mobile View Fixes */
@media (max-width: 768px) {
  #steps {
    padding-left: 20px;
    padding-right: 20px;
  }

  .step-card {
    padding: 1.5rem;
  }

  .step-content i {
    font-size: 2.2rem;
  }

  .step-content h3 {
    font-size: 1.1rem;
  }

  .step-content p {
    font-size: 0.85rem;
  }
  
   .apply-btn-steps {
    font-size: 0.95rem;
    padding: 0.7rem 1.5rem;
  }

  .animatedBackground h2.main-heading{
    font-size: 36px !important;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}

.banner-part .row {
    flex-direction: column-reverse;
}

.salary-heading {
    font-size: 24px;
}

.top-sectionk .comon-items-con {
    text-align: center;
    display: block !important;
}

.comon-items-con img{
    width: 30%;
    margin: 0px auto;
    display: grid;
    margin-bottom: 15px;
}

.aboutbui02 {
    height: 240px;
}
.journey-content h3 {
    font-size: 1.2rem !important;
    margin-bottom: 0px !important;
    font-weight: lighter;
}
.role-item {
    justify-content: center;
}

.apply-btn {
    margin: 0px 50px;
}

.tabs-div .nav-link {
    padding: 10px 10px;
    width: 181px;
}

.shop-items .details-shopi h3 {
    font-size: 21px;
}

.items-slider-txeti .text-box {
    padding: 8px 15px;
    height: 165px;
}

.fuyr-divu .row {
    flex-direction: unset;
}

.items-slider-txeti {
    height: inherit;
}

.contact-features {
    z-index: 2;
}

}

/*privacy*/

.container-privacy {
    max-width: 1170px;
    margin: auto;
    background: white;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.heading-content h2 {
    text-align: center;
    font-size: 2.8rem;
    margin: 20px 0;
}

.para p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.heading-ques h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 20px;
}

.privacy-list li {
    list-style: decimal;
    font-size: 1rem;
    margin-left: 20px;
    margin-bottom: 10px;
}

.heading-terms{
    margin-bottom: 10px;
}

.heading-terms h4{
       font-size: 30px;
    font-weight: 700;
        margin-bottom: 15px;
}

.privacy-terms li{
        font-size: 17px;
    margin-bottom: 5px;
}

.mobile-icon{
        margin-right: 5px;
    }

.journey-heading h2{
    margin-bottom: 20px;
    text-align: center;
}

.privacy{
    padding: 100px 0 !important;
}

.condition{
      padding: 100px 0 !important;
}

.container-condition {
      max-width: 1170px;
    margin: auto;
    background: white;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.heading-content-condition h2 {
    text-align: center;
    font-size: 2.8rem;
    margin: 20px 0;
}

.heading-terms {
    margin-bottom: 10px;
}

.heading-terms h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
        letter-spacing: 1px;
}

.privacy-terms li {
    font-size: 1rem;
    margin-bottom: 8px;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .heading-content-condition h2 {
        font-size: 2rem;
    }

    .heading-terms h4 {
        font-size: 1.4rem;
    }

    .privacy-terms li {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .heading-content-condition h2 {
        font-size: 1.8rem;
    }

    .heading-terms h4 {
        font-size: 1.3rem;
    }

    .privacy-terms li {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .heading-content-condition h2 {
        font-size: 1.5rem;
    }

    .heading-terms h4 {
        font-size: 1.2rem;
    }

    .privacy-terms li {
        font-size: 0.875rem;
    }
}

















.salary-heading{
       font-size: 30px;
}

.course-heading{
     font-size: 22px;
}

.mobile-nav .seprate_dropdown{
    width:50px;
    height:50px;
    display:flex;
  }
  
  .mobile-nav .nav-item span{
    display:flex;
  }
  
  .mobile-nav .nav-link{
    width:100%;
  }
  
  .mobile-nav .nav-item{
    border-bottom: 1px solid #dee2e6;
  }
  
  .mobile-nav .nav-item span:nth-child(1){
    border-bottom: 0px solid #dee2e6;
  }
  
  .mobile-nav .dropdown-toggle::after {
          border: none !important;
          content: "";
          font-family: "fontAwesome";
          top: 5px;
          right: 14px;
      }


.award-para{
        width: 350px !important;
    line-height: 21px !important;
    font-size: 16px !important;
}

@media (max-width: 992px) {
    .heading-content h2 {
        font-size: 2.2rem;
    }

    .para p,
    .privacy-list li {
        font-size: 0.95rem;
    }

    .heading-ques h4 {
        font-size: 1.3rem;
                line-height: 30px;
                        letter-spacing: 1px;

    }
}

@media (max-width: 768px) {
    .container-privacy {
        padding: 15px;
    }

    .heading-content h2 {
        font-size: 2rem;
    }

    .para p,
    .privacy-list li {
        font-size: 0.9rem;
    }

    .heading-ques h4 {
        font-size: 1.2rem;
         line-height: 25px;
                        letter-spacing: 1px;
    }
}

@media (max-width: 480px) {
    .heading-content h2 {
        font-size: 1.6rem;
    }

    .para p,
    .privacy-list li {
        font-size: 0.85rem;
    }

    .heading-ques h4 {
        font-size: 1rem;
                line-height: 25px;
                        letter-spacing: 1px;
    }
}

.banner-pic .banner-hero{
        width: 90%;
        position: relative;
            top: 35px;
}