/* import local font */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype'),
        url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* import icomoon icons from local */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icons/fonts/icomoon.eot?14kcvm');
    src: url('../fonts/icons/fonts/icomoon.eot?14kcvm#iefix') format('embedded-opentype'),
        url('../fonts/icons/fonts/icomoon.ttf?14kcvm') format('truetype'),
        url('../fonts/icons/fonts/icomoon.woff?14kcvm') format('woff'),
        url('../fonts/icons/fonts/icomoon.svg?14kcvm#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right2 {
    font-size: 14px;
    font-weight: 500;
    margin-left: 9px;
}

.icon-arrow-right2:before {
    content: "\ea3c";
}

.navbar_links .icon-ctrl {
    font-size: 22px;
    font-weight: 600;
    margin-left: 9px;
}

.icon-ctrl:before {
    content: "\ea50";
}

.icon-menu {
    width: 12px;
    color: var(--black-color-text);
    font-size: 14px;
    font-weight: lighter;
}

.icon-menu:before {
    content: "\e9bd";
}

/* gerneral variables */
:root {
    --black-color-text: #272D37;
    --black-color-box: #151B28;
    --blue-color-second: #437EF7;
    --blue-color-primary: #2B63D9;
    --white-color-text: #FFFFFF;
    --white-color-box: #F8F9FB;
    --border-color: #EAEBF0;
    --white-color-text-primary: #B1CCFB;
    --box-shadow: #00000040;
    --gray-text-color: rgba(128, 128, 128, 0.902);
    --gray-text-color-primary: #5F6D7E;
    --footer-text-color: #A5ACBA;
    --white-color-third: #F9F9F9;
}

/* gereral style */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* tags default style */
body {
    font-family: 'Inter';
    max-width: 1442px;
    width: 100%;
    margin: 0 auto;
    min-width: 100%;
    background-color: var(--white-color-text);
}

html,
body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

li {
    display: flex;
}

/* fixed style for all sections */
.containar {
    /* width: 85%; */
    margin: 0 80px auto;
}

.row {
    display: flex;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

/* start of navbar style */
.navbar {
    padding: 1.25rem 0;
    /* padding: 10px 0; */
    border-bottom: 4px solid var(--border-color);
    position: relative;
    margin: 0 auto;
    background-color: var(--white-color-box);
}

/* .navbar .containar {} */

.navbar_logo {
    width: 160px;
    margin-right: 64px;
    align-content: center;
    margin-left: 32px;
}

.nav_test {
    margin-right: 32px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navbar_slid {
    display: none;
}


.navbar_links {
    display: flex;
    text-align: center;
    align-items: center;
    /* margin-right: 420px; */
    /* width: 70%; */
    justify-content: start;
}

.navbar_links li {
    margin-right: 2rem;
}

.navbar_links a {
    color: var(--black-color-text);
    font-weight: 600;
    font-size: .9375rem;
    line-height: 1.375rem;
    white-space: nowrap;
}

.navbar_actions {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    width: 15%;
}

.navbar_actions button {
    width: 100%;
    background-color: transparent;
    padding: 12px;
    margin: 12px;
    text-align: center;
    border: none;
    border-radius: 6px;
    color: var(--blue-color-second);
    font-weight: 600;
    size: .9375rem;
    line-height: 1.375rem;
}

.navbar_actions .second {
    width: 100%;
    background-color: var(--blue-color-second);
    padding: 12px;
    margin: 12px;
    text-align: center;
    border: none;
    border-radius: 6px;
    color: var(--white-color-text);
    font-weight: 600;
    size: .9375rem;
    line-height: 1.375rem;
}

.navbar_actions .second:hover {
    background-color: #004eeb;
    color: #EAEBF0;
    font-weight: 700;
    transition: 0.3s ease;
}

.navbar_slid a {
    text-decoration: none;
    color: var(--black-color-text);
    text-align: center;
    justify-content: center;
    align-content: center;
}

/* end of navbar */

/* start of hero section */
.hero {
    background-color: var(--white-color-box);
}

.hero .row {
    flex-direction: column;
}

.hero_header {
    display: flex;
    flex-direction: column;
    /* min-height: 20.5rem; */
    padding: 5rem 0 5.75rem 0;
    width: 100%;
    text-align: center;
    align-content: center;
    justify-content: center;
    /* margin-top: 16px; */
}

.hero_header h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.0063rem;
    color: var(--blue-color-second);
}

.hero_header h1 {
    font-weight: 700;
    font-size: 52px;
    height: 120px;
    line-height: 60px;
    letter-spacing: -1px;
    color: var(--black-color-text);
    width: 43%;
    margin: 0 auto;
    font-style: normal;
}

.hero_header h1 span {
    display: none;
}

/* end of hero section */

/* start of welcom section */
.welcome {
    height: 100%;
    background-color: var(--blue-color-primary);
    width: 100%;
    padding: 4rem 2rem;
}

.tablet_apper {
    display: none;
}

.welcome .row {
    justify-content: space-between;
}

.welcome_left {
    text-align: left;
    align-content: center;
    width: 41rem;

}

.welcome_left h3 {
    color: var(--white-color-text);
    font-weight: 600;
    width: 90%;
    font-size: 2rem;
    line-height: 2.625rem;
    letter-spacing: -0.0625rem;
    margin-bottom: 1.5rem;
}

.welcome_left p {
    color: var(--white-color-text-primary);
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.5rem;
    letter-spacing: .0063rem;
    width: 73%;
}

.welcome_right {
    align-content: center;
    /* margin: 0 auto; */
    justify-content: right;
}

.welcome_right .input {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.welcome_right .input input {
    background-color: var(--white-color-text);
    width: 22rem;
    padding: .75rem 1rem;
    border: none;
    border-radius: .375rem 0 0 .375rem;
    color: #919BA7;
    font-size: .9375rem;
    line-height: 1.375rem;
    font-weight: 400;
}

.welcome_right .input button {
    background-color: var(--blue-color-second);
    width: 5.5rem;
    padding: .75rem 1.125rem;
    border: none;
    border-radius: 0 .375rem .375rem 0;
    color: var(--white-color-text);
    font-size: .9375rem;
    font-family: 600;
    line-height: 1.375rem;
    margin-left: -0.3125rem;
}

.welcome_right .input button:hover {
    background-color: #004eeb;
    color: #EAEBF0;
    font-weight: 700;
    transition: 0.3s ease;
}

.welcome_right p {
    color: var(--white-color-text-primary);
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .0063rem;
    width: 73%;
    margin-top: .5rem;
}

/* end of welcom section */

/* start of blog post top section */
.blog_top .row {
    padding: 4rem 0;
}

.blog_top_left {
    width: 70%;
    margin: 0 2.5rem 0 2rem;
}

.blog_top_left img {
    border-radius: .625rem;
    margin-bottom: 1.5rem;
    max-width: 100%;
}

.blog_top_left h3 {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.875rem;
    color: var(--black-color-text);
    margin-bottom: 1rem;
}

.blog_top_left p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--gray-text-color);
    margin-bottom: 1rem;
}

.blog_top_left p:last-child {
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.25rem;
}

.blog_top_right {
    display: flex;
    flex-direction: column;
}

.cart {
    display: flex;
    flex-direction: row;
}

.cart:not(:last-child) {
    margin-bottom: 2rem;
}

.cart img {
    border-radius: .625rem;
    margin-right: 1.5rem;
}

.cart h3 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: var(--black-color-text);
    margin-bottom: .25rem;
}

.cart p {
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.5rem;
    color: var(--gray-text-color-primary);

}

.cart .p_2nd {
    display: none;
}

.cart .hidde {
    display: none;
}

.cart p:not(:last-child) {
    margin-bottom: 1rem;
}

.cart p:last-child {
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.25rem;
}

/* end of blog post top */

/* start of blog post body */
.blog_body .row {
    flex-direction: column;
}

.blog_body_header {
    margin: 4rem 0;
    text-align: center;
    align-content: center;
    justify-content: center;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -0.0625rem;
    color: var(--black-color-text);
    width: 100%;
    position: relative;
}

.blog_body_header h3::after {
    position: absolute;
    content: "";
    height: .3125rem;
    width: 8.625rem;
    background-color: #D9D9D9;
    bottom: -1.125rem;
    left: 45%;
}

.blog_body_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: -1.5rem;
    margin-left: 2rem;
    margin-bottom: 4rem;
}

.blog_body_items .item {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin: 1.5rem 0;
    margin-right: 2rem;
}

.blog_body_items .item img {
    width: 100%;
    height: 17.8125rem;
    object-fit: cover;
    border-radius: .625rem;
    margin-bottom: 1rem;

}

.blog_body_items .item p {
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.25rem;
    color: var(--gray-text-color-primary);
    margin-bottom: .5rem;
}

.blog_body_items .item h4 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: var(--black-color-text);
    margin-bottom: 1rem;
}

.blog_body_items .item .text_2nd {
    display: none;
}

.blog_body_items .item button {
    background-color: transparent;
    border: none;
    text-align: left;
    font-weight: 600;
    font-size: .9375rem;
    line-height: 1.375rem;
    color: var(--blue-color-second);
}

.blog_body_items .item button:hover {
    color: var(--blue-color-primary);
    transition: 0.3s ease;
}

/* end of blog post body */

/* start of call style */
.call {
    background-color: var(--blue-color-primary);
}

.call .containar {
    padding: 4rem 0;
}

.call .row {
    flex-direction: column;
    text-align: center;
}

.call p {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: var(--white-color-text);
    margin-bottom: .5rem;
}

.call h4 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.625rem;
    color: var(--white-color-text);
    width: 50%;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.call .buttons {
    display: flex;
    margin: 0 auto;
}

.call button {
    display: flex;
    padding: .75rem 1.125rem;
    color: var(--blue-color-second);
    font-weight: 600;
    font-size: .9375rem;
    line-height: 1.375rem;
    text-align: center;
    background-color: var(--white-color-text);
    justify-content: center;
    margin: 0 auto;
    border: none;
    border-radius: .375rem;
    margin-right: 1rem;
}

.call .second {
    display: none;
    margin-right: 0;
    background-color: var(--blue-color-second);
    color: var(--white-color-text);
}

.call button:hover {
    font-weight: 700;
    transition: 0.3s ease;
    color: var(--white-color-text);
    background-color: var(--blue-color-second);
}

/* end of call style */

/* start of footer style */
.footer {
    background-color: var(--black-color-box);
}

.footer .containar {
    padding: 4rem 0;
    flex-direction: column;
}

.footer .row {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 4rem;
    margin: 4rem 0;
}

.footer_carts {
    display: flex;
}

.footer_first {
    display: flex;
    flex-direction: column;
    width: 25%;
    align-items: start;
    margin-right: 11.4375rem;
}

.footer_first img {
    padding: .375rem .3125rem;
    width: 50%;
    margin-bottom: 1.375rem;
}

.footer_first p {
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.5rem;
    color: var(--footer-text-color);
    margin-bottom: 1rem;
    width: 96%;
    /* opacity: 90%; */
}

.footer_first .button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.footer_first .button input {
    background-color: #2C3444;
    border: none;
    padding: .75rem 1rem;
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.375rem;
    color: var(--footer-text-color);
    border-radius: .375rem 0 0 .375rem;
}

.footer_first .button button {
    font-weight: 500;
    font-size: .9375rem;
    line-height: 1.375rem;
    color: var(--white-color-text);
    padding: .75rem 1.25rem;
    background-color: var(--blue-color-second);
    border: none;
    border-radius: 0 .375rem .375rem 0;
}

.footer_carts .tablet_2nd {
    display: none;
}

.footer_cart {
    display: flex;
    flex-direction: column;
    width: 11%;
}

.footer_cart:not(:last-child) {
    margin-right: 11.4375rem;
}

.footer_cart h3 {
    font-weight: 500;
    font-size: .9375rem;
    line-height: 1.5rem;
    color: var(--white-color-third);
    margin-bottom: 1.5rem;
    white-space: nowrap;
}

.footer_cart .links {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.footer_cart .links a {

    color: var(--gray-text-color-primary);
    font-weight: 500;
    font-size: .9375rem;
    line-height: 1.5rem;
    color: var(--footer-text-color);
    opacity: 80%;
}

.footer_cart .links a:not(:last-child) {
    margin-bottom: .75rem;
}



.mark {
    color: var(--gray-text-color-primary);
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--footer-text-color);
    padding-top: 2rem;
    border-top: .0625rem solid #2E3545;
    opacity: 90%;
}

/* end of footer */






/* responsive */

@media (max-width:1360px) {
    .containar {
        /* width: 90%; */
        margin: 0 50px auto;
    }

    .call h4 {
        width: 52%;
    }
}





@media (max-width:1285px) {
    .containar {
        /* width: 95%; */
        margin: 0 40px auto;
    }

    .hero_header h1 {
        width: 47%;
    }

    .call h4 {
        width: 55%;
    }

}

@media (max-width:1175px) {
    .hero_header h1 {
        width: 50%;
    }

    .call h4 {
        width: 68%;
    }

    .welcome_left h3 {
        width: 94%;
    }

    .welcome_right .input input {
        width: 20rem;
    }

    .blog_body_items .item {
        width: 29%;
    }

}

@media (max-width:1050px) {
    .hero_header h1 {
        width: 55%;
    }

    .call h4 {
        width: 70%;
    }

    .welcome_left h3 {
        width: 96%;
        font-size: 1.6875rem;
    }

    .welcome_right .input input {
        width: 19rem;
    }

    .blog_body_items .item {
        /* width: 29%; */
        aspect-ratio: 1/1;
    }
}

/* end of large screen width */

/* ================================================================= */

/* start of tablet width */

@media (max-width:1025px) {

    .navbar {
        padding: 1.25rem 0;
    }

    /**/

    .navbar_slid {
        display: flex;
    }

    .nav_test {
        display: none;
    }

    .navbar .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .containar {
        /* margin: 0 auto; */
        margin: 0 3.4375rem auto;
    }

    /**/

    .row {
        width: 100%;
        margin: 0 auto;
    }

    .navbar_logo {
        width: 8rem;
        margin-left: 0;
        margin-left: 0;
    }

    /**/

    .icon-menu {
        margin-right: 0;
        font-size: 1.5rem;
    }

    /**/

    /* end of navbar */

    .hero_header h1 {
        width: 75%;
    }

    /**/

    .hero_header h1 span {
        display: inline;
    }

    .hero_header {
        padding: 3rem 0 5.5rem 0;
    }

    /* end of hero */

    .welcome {
        display: none;
        padding: 2.5rem 0;
    }

    .tablet_apper {
        display: flex;
    }

    .welcome .row {
        flex-direction: column;
    }

    .welcome_left h3 {
        width: 100%;
        margin-bottom: 1rem
    }

    .welcome_left p {
        margin-bottom: 2rem;
    }

    .welcome_right .input input {
        width: 27.75rem;
    }

    /* end of welcom */

    .blog_top .row {
        flex-direction: column;
        padding: 3rem 0;
    }

    .blog_top_left {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 1rem;
    }

    .blog_top_left img {
        object-fit: cover;
        width: 100%;
    }

    .blog_top_left h3 {
        margin-bottom: .75rem;
    }

    .cart img {
        object-fit: fill;
        width: 11.75rem;
        /* height: 10.375rem; */
        /* aspect-ratio: 1 / 1; */
    }

    .cart h3 {
        font-weight: 500;
        font-size: 1.375rem;
    }

    .cart .p_1st {
        display: none;
    }

    .cart .p_2nd {
        display: flex;
        width: 93%;
    }

    .cart .hidde {
        display: inline;
    }

    /* end blog top */

    .blog_body_header {
        margin: 3rem 0 2rem 0;
    }

    .blog_body_header h3::after {
        display: none;
    }

    .blog_body_items {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
    }

    .blog_body_items .hidde {
        display: none;
    }

    .blog_body_items .item {
        width: 47%;
        margin: 0;
        margin-right: 2rem;
        margin-bottom: 3rem;
    }

    .blog_body_items .item:nth-child(even) {
        margin-right: 0;
    }

    .blog_body_items .item:nth-child(n+3) {
        margin-top: 3rem;
    }

    .blog_body_items .item .text_1st {
        display: none;
    }

    .blog_body_items .item .text_2nd {
        display: flex;
        width: 80%;
    }

    /* end of blod body */

    .call .containar {
        padding: 2.5rem 0;
    }

    .call h4 {
        width: 90%;
    }

    .call .second {
        display: flex;
    }

    /* end of call */
    .footer .containar {
        padding: 2.5rem 0;
    }

    .footer .row {
        flex-direction: column;
        margin: 0;
        margin-bottom: 2rem;
    }

    .footer_first {
        width: 100%;
        margin-bottom: 2.5rem;
    }

    .footer_first img {
        width: 25%;
        padding: 0;
        margin-bottom: 1rem;
    }

    .footer_first p {
        width: 100%;
    }

    .footer_first .button input {
        width: 29.0625rem;
    }

    .footer_first .button {
        margin-bottom: 1.75rem;
    }

    .footer_carts .tablet_1st {
        display: none;
    }

    .footer_carts .tablet_2nd {
        display: flex;
    }

    .footer_cart {
        width: 30%;
    }

    .footer_cart:not(:last-child) {
        margin-right: 4rem;
    }


}

@media (max-width:873px) {
    .hero_header h1 {
        width: 87%;
    }

    .call h4 {
        width: 91%;
    }
}








@media (max-width:768px) {
    body {
        width: auto;
    }

    .navbar {
        padding: 16px 0;
    }

    .navbar_slid {
        display: flex;
    }

    .nav_test {
        display: none;
    }

    .navbar .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .containar {
        /* margin: 0 auto; */
        margin: 0 2rem auto;
    }

    .row {
        width: 100%;
        margin: 0 auto;
    }

    .navbar_logo {
        width: 8rem;
        margin-left: 0;
        margin-left: -1rem;
    }

    .icon-menu {
        margin-right: -1rem;
        font-size: 1.5rem;
    }

    /* end of navbar */

    .hero_header h1 {
        width: 90%;
    }

    .hero_header h1 span {
        display: inline;
    }

    .hero_header {
        padding: 3rem 0 5.5rem 0;
    }

    /* end of hero */

    .welcome {
        display: none;
        padding: 2.5rem 0;
    }

    .tablet_apper {
        display: flex;
    }

    .welcome .row {
        flex-direction: column;
    }

    .welcome_left h3 {
        width: 100%;
        margin-bottom: 1rem;
        font-size: 2rem;
    }

    .welcome_left p {
        margin-bottom: 2rem;
    }

    .welcome_right .input input {
        width: 20.625rem;
    }

    /* end of welcom */

    .blog_top .row {
        flex-direction: column;
        padding: 3rem 0;
    }

    .blog_top_left {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 1rem;
    }

    .blog_top_left img {
        object-fit: cover;
        width: 100%;
    }

    .blog_top_left h3 {
        margin-bottom: .75rem;
    }

    .cart img {
        object-fit: fill;
        width: 11.75rem;
        height: 10.375rem;
        aspect-ratio: 1 / 1;
    }

    .cart h3 {
        font-weight: 500;
        font-size: 1.375rem;
    }

    .cart .p_1st {
        display: none;
    }

    .cart .p_2nd {
        display: flex;
        width: 93%;
    }

    .cart .hidde {
        display: inline;
    }

    /* end blog top */

    .blog_body_header {
        margin: 3rem 0 2rem 0;
    }

    .blog_body_header h3::after {
        display: none;
    }

    .blog_body_items {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
    }

    .blog_body_items .hidde {
        display: none;
    }

    .blog_body_items .item {
        width: 47%;
        margin: 0;
        margin-right: 2rem;
        margin-bottom: 3rem;
    }

    .blog_body_items .item:nth-child(even) {
        margin-right: 0;
    }

    .blog_body_items .item:nth-child(n+3) {
        margin-top: 3rem;
    }

    .blog_body_items .item .text_1st {
        display: none;
    }

    .blog_body_items .item .text_2nd {
        display: flex;
        width: 80%;
    }

    /* end of blod body */

    .call .containar {
        padding: 2.5rem 0;
    }

    .call h4 {
        width: 90%;
    }

    .call .second {
        display: flex;
    }

    /* end of call */
    .footer .containar {
        padding: 2.5rem 0;
    }

    .footer .row {
        flex-direction: column;
        margin: 0;
        margin-bottom: 2rem;
    }

    .footer_first {
        width: 100%;
        margin-bottom: 2.5rem;
    }

    .footer_first img {
        width: 25%;
        padding: 0;
        margin-bottom: 1rem;
    }

    .footer_first p {
        width: 100%;
    }

    .footer_first .button input {
        width: 29.0625rem;
    }

    .footer_first .button {
        margin-bottom: 1.75rem;
    }

    .footer_carts .tablet_1st {
        display: none;
    }

    .footer_carts .tablet_2nd {
        display: flex;
    }

    .footer_cart {
        width: 30%;
    }

    .footer_cart:not(:last-child) {
        margin-right: 4rem;
    }

    /* end of footer */
}


@media (max-width:730px) {
    .hero_header h1 {
        width: 98%;
    }

    .call h4 {
        width: 98%;
    }
}

@media (max-width: 675px) {
    .hero_header h1 {
        width: 96%;
        font-size: 45px;
    }

    .call h4 {
        width: 100%;
        font-size: 1.8125rem;
    }

    .welcome_left h3 {
        font-size: 1.875rem;
        width: 90%;
    }
}

@media (max-width: 606px) {
    body {
        width: auto;
    }

    .welcome_left h3 {
        width: 85%;
    }

    .call h4 {
        font-size: 1.75rem;
    }

    .blog_body_items .item {
        width: 43%;
    }

    .blog_body_items .item img {
        height: auto;
        aspect-ratio: 1/1;
    }
}

@media (max-width: 570px) {
    .welcome_left h3 {
        width: 70%;
    }

    .welcome_left p {
        width: 65%;
    }
}

@media (max-width: 470px) {

    .hero_header {
        padding: 2rem 0 2.5rem 0;
    }

    .hero_header h5 {
        margin-bottom: 2rem;
    }

    .hero_header h1 {
        font-weight: 600;
        font-size: 2.25rem;
        line-height: 2.75rem;
        letter-spacing: -0.125rem;
        width: 95%;

    }

    /* end of hero */
    .blog_top .row {
        flex-direction: column;
        padding: 2rem 0;
    }

    .blog_top_left img {
        height: 11.5625rem;
    }

    .blog_top .hidde {
        display: none;
    }

    .blog_top_left h3 {
        font-size: 1.25rem;
        margin-bottom: .25rem;
    }

    .cart {
        flex-direction: column;
    }

    .cart img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 16/9;
        border-radius: .625rem;
        margin-bottom: 1.5rem;
    }

    .cart h3 {
        font-size: 1.25rem;
    }

    .welcome_left h3 {
        font-size: 1.75rem;
        width: 65%;
    }

    .welcome_left p {
        width: 65%;
    }

    .welcome_right .input {
        flex-direction: column;
    }

    .welcome_right .input input {
        width: 25.3125rem;
        /* width: 50%; */
        border-radius: 6px;
        margin-bottom: 1rem;
    }

    .welcome_right .input button {
        width: 25.3125rem;
        /* width: 50%; */
        border-radius: 6px;
        margin-left: 0;
    }

    .welcome_right p {
        display: none;
    }

    .blog_body_header {
        margin: 2rem 0 1.5rem 0;
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: -1px;
    }

    .blog_body_items {
        flex-direction: column;
    }

    .blog_body_items .item {
        width: 100%;
    }

    .blog_body_items .item img {
        height: auto;
        aspect-ratio: 16/9;
    }

    .blog_body_items .item:nth-child(n+3) {
        margin-top: 0;
    }

    .blog_body_items .item .text_1st {
        display: flex;
    }

    .blog_body_items .item .text_2nd {
        display: none;
    }

    .blog_body_items .hidde {
        display: flex;
    }

    .call h4 {
        width: 94%;
    }

    .call .buttons {
        flex-direction: column;
        margin: 0;
    }

    .call button {
        width: 100%;

    }

    .call button:first-child {
        margin: 0 0 1rem 0;
    }

    .footer_first img {
        width: 50%;
    }

    .footer_carts {
        flex-wrap: wrap;
    }

    .footer_cart:not(:last-child) {
        margin-right: 0;
    }

    .footer_cart {
        /* margin-right: 64px; */
        width: 50%;
        margin-bottom: 1.5rem;
    }

    .footer_carts .first {
        order: 3;
    }
}

@media (max-width: 450px) {
    .hero_header h1{
        width: 100%;
    }
    .welcome_left h3 {
        font-size: 1.75rem;
        width: 52%;
    }

    .welcome_left p {
        width: 52%;
    }

    .welcome_right .input input {
        width: 50%;
    }

    .welcome_right .input button {
        width: 50%;
    }
}


/* end of tablet width */

/* ========================================================== */

/* start of phone width */

@media (max-width: 376px) {
    .containar {
        /* margin: 0 auto; */
        margin: 0 16px auto;
    }

    .navbar {
        padding: .625rem 0;
    }

    .navbar_logo {
        width: 7.5rem;
        margin-left: 0;
    }

    .icon-menu {
        margin-right: 4px;
        width: 24px;
    }

    .icon-menu {
        font-size: 1.125rem;
    }

    /* end of navbar */

    .hero_header {
        padding: 2rem 0 2.5rem 0;
    }

    .hero_header h5 {
        margin-bottom: 2rem;
    }

    .hero_header h1 {
        font-weight: 600;
        font-size: 2.25rem;
        line-height: 2.75rem;
        letter-spacing: -0.125rem;
        width: 95%;

    }

    /* end of hero */
    .blog_top .row {
        flex-direction: column;
        padding: 2rem 0;
    }

    .blog_top_left img {
        height: 11.5625rem;
    }

    .blog_top .hidde {
        display: none;
    }

    .blog_top_left h3 {
        font-size: 1.25rem;
        margin-bottom: .25rem;
    }

    .cart {
        flex-direction: column;
    }

    .cart img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 16/9;
        border-radius: .625rem;
        margin-bottom: 1.5rem;
    }

    .cart h3 {
        font-size: 1.25rem;
    }

    /* ================= */
    /* .welcome_left{
        width: 100%;
    } */
    .welcome_right .input {
        width: 100%;
    }

    .welcome_right .input button {
        width: 100%;
    }

    /* ============= */

    .welcome_left h3 {
        font-size: 1.75rem;
        width: 50%;
    }

    .welcome_left p {
        width: 47%;
    }

    .welcome_right .input {
        flex-direction: column;
    }

    .welcome_right .input input {
        width: 21.4375rem;
        border-radius: 6px;
        margin-bottom: 1rem;
    }

    .welcome_right .input button {
        width: 21.4375rem;
        border-radius: 6px;
        margin-left: 0;
    }

    .welcome_right p {
        display: none;
    }

    .blog_body_header {
        margin: 2rem 0 1.5rem 0;
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: -1px;
    }

    .blog_body_items {
        flex-direction: column;
    }

    .blog_body_items .item {
        width: 100%;
    }

    .blog_body_items .item img {
        height: auto;
        aspect-ratio: 16/9;
    }

    .blog_body_items .item:nth-child(n+3) {
        margin-top: 0;
    }

    .blog_body_items .item .text_1st {
        display: flex;
    }

    .blog_body_items .item .text_2nd {
        display: none;
    }

    .blog_body_items .hidde {
        display: flex;
    }

    .call h4 {
        width: 94%;
    }

    .call .buttons {
        flex-direction: column;
        margin: 0;
    }

    .call button {
        width: 100%;

    }

    .call button:first-child {
        margin: 0 0 1rem 0;
    }

    .footer_first img {
        width: 50%;
    }

    .footer_carts {
        flex-wrap: wrap;
    }

    .footer_cart:not(:last-child) {
        margin-right: 0;
    }

    .footer_cart {
        /* margin-right: 64px; */
        width: 50%;
        margin-bottom: 1.5rem;
    }

    .footer_carts .first {
        order: 3;
    }
}