@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/IRANSansWeb_Black.eot');
    src: url('../fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_Black.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    margin-bottom: 210px;
    font-weight: 300;
    line-height: 36px;
    background: #FdFdFd none repeat scroll 0 0;
    margin-top: 0px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.customer {
    display: none
}

* {
    font-family: IRANSans;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar a, .navbar a:hover, .navbar a:active {
    color: #fff;
}

.nav-link {
    padding: 0.2rem 1rem;
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.75);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.95);
    }


.navbar {
    background-color: #2EC4B6;
}

.first .navbar {
    background-color: #2ec4b640;
}
    .first .navbar:has(div.navbar-collapse.show) {
        background-color: #2EC4B6;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

.mr-auto, .mx-auto {
    margin-right: unset !important;
    margin-left: auto !important;
}

.signup {
    border: 2px solid #d5864b;
    border-radius: .5rem;
    color: #ffffff !important;
    background-color: #f0483e;
    transition: color .55s ease-in-out,background-color .55s ease-in-out,border-color .55s ease-in-out,box-shadow .55s ease-in-out;
}

    .signup:hover {
        background: #ff730b;
    }

a.signup:hover {
    color: #fff !important;
}


.customersegment {
    background: url(/img/customer-segmentation.jpg);
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}
.wholesale-cms {
    background: url(/img/hero-90.png);
    min-height: 100vh;
    background-size: cover;
    background-position: 80%;
}
.ManufacturingContracting {
    background: url(/img/about2.webp);
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}
.happybirthday {
    background: url(/img/happy-birthday.jpg);
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}

    .customersegment > div, .happybirthday > div, .ManufacturingContracting > div, .wholesale-cms > div {
        min-height: 100vh;
        width: 100%;
        padding: 100px 0px;
        background-color: #000000bf;
    }
.customersegment > div {
    background-color: #0000009c;
}
.banner_section .banner_content {
    margin: auto;
    max-width: 680px;
}

.banner_section h1 {
    text-shadow: 7px 7px 5px black;
    display: block;
    line-height: 1.4;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 25px;
     
}
/*.happybirthday h1 {
    background-color: #000000a1;
    border-radius: 17px;
    padding-top: 15px;
    border: 2px solid #ff0707;
    box-shadow: 0px 0px 15px 4px #ff0066
}
@media (max-width: 768px) {
    .happybirthday h1 {
        background-color: #000000a1;
        border-radius: 17px;
        padding: 35px 20px 20px 20px;
        margin: 15px;
    }
}*/
    .banner_section h1 strong {
        display: block;
        line-height: 1.5;
        font-size: 52px;
        font-weight: 600;
        margin-bottom: 25px;
        color: #FFC107;
    }

  /*  .happybirthday h1 strong {
        color: #fff;
    }*/

    @media (min-width: 768px) {
        .banner_section h1 strong {
            line-height: 1.5;
        }
    }

    @media (max-width: 768px) {
        .banner_section h1 strong {
            font-size: 42px;
        }
    }

    .banner_section p {
        font-size: 22px;
        font-weight: 300;
        line-height: 1.7;
        margin-bottom: 60px;
    }

    .banner_section .pages_counter > li:not(:last-child) {
        margin-right: 60px;
    }

    .banner_section .pages_counter strong, .banner_section .pages_counter span {
        display: block;
        line-height: 1;
    }

    .banner_section .pages_counter strong {
        font-size: 36px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .banner_section .pages_counter span {
        opacity: 0.7;
        font-size: 14px;
        text-transform: uppercase;
    }

    .banner_section .scroll_down {
        left: 50%;
        bottom: 30px;
        color: #ffffff;
        font-size: 30px;
        position: absolute;
        transform: translateX(-50%);
    }

        .banner_section .scroll_down i {
            animation: updown 1s infinite alternate;
        }

    .h3, h3 {
        font-size: calc(1.2rem + .6vw) !important;
        font-weight: 400 !important;
    }
.h4, h4 {
    font-size: calc(1rem + .6vw) !important;
    font-weight: 400 !important;
}


    .customer-segmentation img {
        border-radius: 15px;
        width: 100%;
    }

footer {
    height: 205px;
    border-top: 5px solid #2EC4B6;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 25px;
    color: #b3b3b3;
    background-color: #3b3838;
    padding: 20px 44px;
}

        footer h1 {
            color: #2EC4B6
        }

        footer .container {
            padding-top: 10px;
        }

        footer > div > div a {
            color: #fff;
        }

            footer > div > div a:hover {
                color: #2EC4B6;
            }

@media (max-width: 992px) {

    body {
        margin-bottom: 275px;
    }

    footer {
        padding: 10px;
        height: 270px;
    }
}

@media (max-width: 768px) {
    .h4, h4 {
        font-size: calc(0.8rem + .6vw) !important;
    }
    body {
        margin-bottom: 405px;
    }

    footer {
        padding: 10px;
        height: 400px;
    }
    .accordion-button {
        line-height: 30px;
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        line-height: 1.5;
    }
}
.accordion-body
{padding-bottom:50px;}
.accordion-button {
    color: #052c65;
    font-size: large;
}
a, a:hover, a:active {
    text-decoration: none !important
}
.btn-close.collapsed
{display:none}
.btn-list{display:none}
    .btn-list.collapsed {
        display: inline-block;
    }

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
  
}
.isready {
    padding: 60px 10px;
    margin-bottom: 20px;
    background-color: #53a3e5;
    color: #fff;
    text-align: center;
    background-image: url(https://cdn.kafshehidaj.ir/img/blue-radial-gradient-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
}

    .isready:before {
        background-image: url(https://cdn.kafshehidaj.ir/img/bubbles-left.svg);
        background-position: 0 0;
        left: 0;
        right: auto;
    }

    .isready:after {
        background-image: url(https://cdn.kafshehidaj.ir/img/bubbles-right.svg);
        background-position: 100% 100%;
        left: auto;
        right: 0;
    }

@media (min-width: 640px) {
    .isready:after, .isready:before {
        background-repeat: no-repeat;
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        width: 50%;
        z-index: 1;
    }
}
.isready a {
    color: #fff;
    z-index: 2;
    position: relative;
    font-size: 17px;
    background-color: #052a49;
    display: inline-block;
    margin: 10px;
    padding: 9px 26px;
    border-radius: 7px;
}
