:root {
    --primary: #ef4a3a;
    --dark: #3f3e40;
    --white: #fff;
    --text-color: #555555;
    --primery-font: "lexend-deca";
    --second-font: "copperplategothicbold";
}
@font-face {
    font-family: 'ns-medium';
    src: url('../fonts/NotoSansDisplay-Medium.eot');
    src: url('../fonts/NotoSansDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSansDisplay-Medium.woff2') format('woff2'),
        url('../fonts/NotoSansDisplay-Medium.woff') format('woff'),
        url('../fonts/NotoSansDisplay-Medium.svg#NotoSansDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ns-regular';
    src: url('../fonts/NotoSansDisplay-Regular.eot');
    src: url('../fonts/NotoSansDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSansDisplay-Regular.woff2') format('woff2'),
        url('../fonts/NotoSansDisplay-Regular.woff') format('woff'),
        url('../fonts/NotoSansDisplay-Regular.svg#NotoSansDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ns-bold';
    src: url('../fonts/NotoSansDisplay-Bold.eot');
    src: url('../fonts/NotoSansDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSansDisplay-Bold.woff2') format('woff2'),
        url('../fonts/NotoSansDisplay-Bold.woff') format('woff'),
        url('../fonts/NotoSansDisplay-Bold.svg#NotoSansDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ns-semibold';
    src: url('../fonts/NotoSansDisplay-SemiBold.eot');
    src: url('../fonts/NotoSansDisplay-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSansDisplay-SemiBold.woff2') format('woff2'),
        url('../fonts/NotoSansDisplay-SemiBold.woff') format('woff'),
        url('../fonts/NotoSansDisplay-SemiBold.svg#NotoSansDisplay-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ns-black';
    src: url('../fonts/NotoSansDisplay-Black.ttf');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'bb-regular';
    src: url('../fonts/BalooBhai-Regular.woff2') format('woff2'),
        url('../fonts/BalooBhai-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'bb2-regular';
    src: url('../fonts/BalooBhai2-Regular.woff2') format('woff2'),
        url('../fonts/BalooBhai2-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* --- chrome scrool bar --- */
* {outline: none;}
::-webkit-scrollbar {
    width: 8px !important;
}
::-webkit-scrollbar-thumb {
    background: #9e9e9e;
    border-radius: 2px;
    height: 50px;
}
body {
    font-family: "ns-regular";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    letter-spacing: 0.2px;
}
p {font-weight: 400;color: var(--text-color);}
a, a:hover {
    text-decoration: none;
    transition: all 0.5s ease;
}
a:focus,.button:focus,button:focus, button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none !important;
}
a:focus {
    text-decoration: none;
}
a:focus,a:hover,.portfolio-cat a:hover,.footer -menu li a:hover {
    text-decoration: none;
}
.btn {box-shadow: none;}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
/* colors */
.white {color: var(--white);}
.dark {color: var(--dark);}
.primary {color: var(--primary);}
.text-color {color: var(--text-color);}
/* fonts */
.heading-section {padding-bottom: 2rem;}
.heading-section h2 {font-size: 2.438em;color: #202124;font-family: 'ns-bold';}

/* btn */
.btn-cta-button {color: var(--white);background-color: var(--primary);display: inline-block;padding: 8px 40px;border-radius: 20px;}
.btn-cta-button:hover {color: var(--white);background-color: var(--dark);}

/* cols */
.four-col {column-count: 4;}

/* listing */
ul {padding-left: 0;}
ul, .listing {list-style-type: none;}
ul li, .listing li {position: relative;margin: 12px 0;}
.listing li {padding-left: 1.5rem;text-align: left;}
.listing li::before {
    content: "\e4be";
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f9b300;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    left: 0;
}

/* Go to top */
#return-to-top {
    position: fixed;
    border: 2px solid #fff;
    bottom: 20px;
    right: 20px;
    background-color: #000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 39px;
    display: block;
    text-decoration: none;
    display: none;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.25);
    opacity: 0.3;
}
#return-to-top:hover {opacity: 1;}
#return-to-top .top-arrow {
    top: -3px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
/* ============== css ================  */

/* banner */
.top-bar {position: relative;}
.top-bar::before {position: absolute;content: '';background-image: url('../images/bg.png');background-repeat: no-repeat;background-size: cover;width: 100%;height: 100%;top: 0;z-index: -1;}
.hero {    padding: 3rem 0;}
.hero .title {font-family: 'ns-bold';}
.hero p {color: var(--text-color);}
.hero .img-box {text-align: right;}
.social-links {display: flex;gap: 20px;}
.social-links .link {
    background-color: #ff9388;
    color: var(--white);
    font-size: 2rem;
    display: inline-block;
    padding: 2px;
    border-radius: 6px;
    min-width: 50px;
    text-align: center;
}
.hero .content {position: relative;}
.hero .content .plan {
    position: absolute;
    right: -65px;
    top: 50%;
}
.hero .content .plan .icon {
  position: relative;
  animation: MoveUpDown 4s linear infinite;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 50px;
  }
}


.highlight {
    background: #ef5844;
    border-radius: 10px;
    padding-block: 1rem;
    margin-inline: -15px;
    padding-inline: 18px;
}
.cta-button {
    background: #e14c4c;
    color: white;
}

/* statment */
.vision-mission {margin: 5rem 0;}
.vision-mission .bg-box {
    border-radius: 10px;
    padding: 30px;
    background-image: -moz-linear-gradient( 0deg, rgb(252,222,218) 0%, rgb(254,246,245) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(252,222,218) 0%, rgb(254,246,245) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(252,222,218) 0%, rgb(254,246,245) 100%);
}
.vision-mission h4 {font-family: 'ns-bold';}

/* footer */
.footer {
    padding-top: 3rem;
    background: #ef5844;
    color: var(--white);
}
.footer a {
    color: var(--white);
    text-decoration: none;
}
.footer .link:hover {color: #000;}
.copyright {
    background-color: #ad4133;
    background-image: url('../images/icons/strip.png');
    background-repeat: no-repeat;
    background-size: 100%;
    color: var(--white);
    padding: 43px 0 18px 0;
}
.copyright .right-side {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    flex-wrap: wrap;
}
.section {
    overflow: hidden;
}
/* whatsapp */
.floats {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 75px;
    right: 20px;
    background-color: #13990a;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
}
.svg-inline--fa {
    font-size: inherit;
    height: 1em;transition: all 0.5s ease;
    color: #fff;
}
.svg-inline--fa:hover {color: #fff;} 

/* ================================
    Responsive
================================================== */
@media (min-width: 992px) {
    
}
@media (max-width: 991px) {
    .hero .content .plan {display: none;}
}
@media (max-width: 639px) {
    .hero {padding: 1rem 0 2rem;}
    .social-links {justify-content: center;}
    .hero .img-box {margin-bottom: 2rem;}
    .work .content {margin-top: 2rem;}
    .copyright .left-side {text-align: center;}
    .copyright .right-side {justify-content: center;}
}