* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
    /* silliq o'tish hyperlink orqali*/
}

body {
    font-family: 'Lato', sans-serif;
    max-width: 100vw;
    overflow-x: hidden;
}

.container {
    padding: 0;
    /* width 1140 ekan shuning uchun padding ni olib tashadim*/
}

/* ==========================header================================ */
header {
    background: url(images/bg_01.jpg) no-repeat center center / cover;
    width: 100%;
    height: 682px;
    padding-top: 58px;

}

header nav {
    /* margin-top: 58px; */
    background-color: rgba(59, 57, 56, 0.76);
    width: 100%;
    height: 77px;
    /* padding: 0; shart emas . bootstrap grid ni ishlatyapman */
    margin-bottom: 74px;
}

header nav .logo {
    color: #fac81b;
    font-size: 32px;
    font-weight: 700;
    height: 77px;
    /*100% qiludim. ishlamadi. chunki nav ni heightini omadi-da. bu col-12 ni bolasi. heightni menimcha qayerdandir inherit qildi */
}

header nav .logo img {
    width: 50px;
    /*shart emas edi. ln har ehtimolga qarshi */
    height: 55px;
    margin-right: 15px;
}

header nav .logo span {
    color: #fb7d7e;
    font-weight: 400;
    font-family: 'Segoe Script', sans-serif;
}

header nav ul {
    width: 50%;
}

header nav ul li {
    display: block;
}

header nav ul li a:hover {
    border-bottom: 6px solid #e9696a;
    transition-duration: 400ms;
}

header nav ul li a {
    padding: 24px 24px 23px 24px;
    /* padding: 24px 40%; */
    /* border: 1px solid red; */

    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}

.active_nav {
    border-bottom: 6px solid #e9696a;
}

/* bu o'xshamadi. Chiroyli chiqmadi
    header nav ul li a::after{
    position: absolute;
    transform: translate(-25%, 0%);
    margin-top: 23px;
    left: 0; 
    content: " ";
    display: block;
    height: 6px;
    width: 230%;
    background-color:  #e9696a;
    border: 1px solid white;    
} */
.banner .row .col-12 h2 {
    font-size: 32px;
    font-weight: 300;
    color: #000000;

}

.banner .row .col-12 h2 span {
    color: #f06d6e;
    font-weight: 700;
}

.banner .row .col-12 p {
    font-size: 14px;
    font-weight: 400;
    color: #3d3d39;
    margin: 30px 0 50px 0;
    /*margin-top aslida sasl ko'proq edi */
    line-height: 28px;
}

.banner .row .col-12 button {
    border: 1px solid #fac81b;
    cursor: pointer;
    width: 13.15789473684211%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #3d3d39;
    margin-bottom: 140px;
    /*154px edi. maket bn mos kemadi negadir */
    position: relative;
}

.banner .row .col-12 button::after {
    position: absolute;
    content: " ";
    width: 5px;
    height: 50px;
    display: block;
    left: -1px;
    top: -1px;
    background-image: linear-gradient(to right, #f7e7c5, #fac81b, #fac81b, #fac81b, #f9cf3f);
    background-color: #fac81b;
    /* for browsers that cant support gradient*/
}

.banner .row .col-12 .next_slide a {
    color: #6c6966;
}

.banner .row .col-12 .next_slide {
    margin-bottom: 24px;
}

/*========xullas maket bilan bir xil bo';diku hedaer_tugadu_=================================================== */

/*====================#features====================================== */
#features::before {
    content: " ";
    display: block;
    margin: auto;
    width: 88px;
    height: 6px;
    background-color: #ecba0b;
}

#features {
    height: 660px;
    background-color: #e66768;
    /* padding-top: 79px; */
}

#features h3 {
    margin-top: 75px;
    /*79px edi */
    margin-bottom: 70px;
    /*81px edi */
    font-size: 35px;
    font-weight: 400;
    color: #ecba0b;
    text-align: center;
}

#features .container .row .feature_box {
    color: #ffffff;
    text-align: center;
}

#features .container .row .feature_box .img_container {
    width: 167px;
    height: 167px;
    border-radius: 100%;
    background-color: #dd5e5f;
    margin: auto;
}

#features .container .row .feature_box .img_container a {
    color: #ffffff;
}

#features .container .row .feature_box:hover .img_container {
    border: 2px solid #fac81b;
    color: #fac81b;
    transition-duration: 100ms;
}

#features .container .row .feature_box:hover .img_container a {
    color: #fac81b;
    transition-duration: 400ms;
}

#features .container .row .feature_box:hover h2 a {
    color: #fac81b;
    transition-duration: 400ms;
}

#features .container .row .feature_box h2 {
    margin-top: 27px;
    /*39px edi */
    margin-bottom: 20px;
    /*31px edi */
}

#features .container .row .feature_box h2 a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
}

#features .container .row .feature_box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
    /* 40px edi*/
}

#features .row .feature_box button {
    border: 1px solid #fac81b;
    width: 56%;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background-color: #e66768;
    margin-bottom: 80px;
    position: relative;
}

#features .row .feature_box button::after {
    position: absolute;
    content: " ";
    width: 7px;
    height: 40px;
    display: block;
    left: -1px;
    top: -1px;
    background-image: linear-gradient(to right, #ea785a, #fac81b, #fac81b, #fac81b, #fac81b, #fac81b, #ea785a);
    background-color: #fac81b;
    /* for browsers that cant support gradient*/
}

/* =====================#our_work===================================== */
#our_work {
    background-color: #f6f1ed;
    height: 770px;
    position: relative;
}

#our_work::before {
    content: " ";
    display: block;
    margin: auto;
    width: 88px;
    height: 6px;
    background-color: #ecba0b;
}

.container-fluid {
    padding: 0;
}

#our_work .container-fluid h2 {
    font-size: 35px;
    font-weight: 400;
    color: #ecba0b;
    /* margin-top: 84px; */
    margin-bottom: 77px;
    /* 83edi*/
    text-align: center;
    margin-block-start: 70px;
    /* 84edi*/
    /*browser h2 uchun avtomatik whitespace beradi shuni hisobiga mos kemayapti */

}

#our_work .container-fluid h2 span {
    font-weight: 700;
}

#our_work .container-fluid .span {
    /*bu < > knopkalar */
    position: absolute;
    right: 10%;
    /* 80px edi*/
    top: 13.5%;
    /* 100px edi*/
    display: block;
}

#our_work .container-fluid .span a {
    border: 1px solid #ecba0b;
    padding: 10px 13px;
    font-size: 20px;
}

#our_work .container-fluid .img_gallery {
    margin-bottom: 80px;
}

#our_work .container-fluid .img_gallery .img {
    position: relative;
    height: 247px;
    /* border: 1px solid red; */
    width: 25%;
}

#our_work .container-fluid .img_gallery .img img {
    /* width: 400px; */
    width: 100%;
    height: 247px;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; bu ishlamaydi*/
    object-fit: cover;

}

#our_work .container-fluid .img_gallery .img::after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(230, 103, 104, 0.70);
    position: absolute;
    opacity: 0;
}

#our_work .container-fluid .img_gallery .img:hover::after {
    opacity: 1;
    transition-duration: 400ms;
}

#our_work .container-fluid .img_gallery .img:hover .img_description {
    opacity: 1;
    transition-duration: 400ms;
}

#our_work .container-fluid .img_gallery .img .img_description {
    position: absolute;
    z-index: 1;
    top: 95px;
    left: 38px;
    color: #ffffff;
    font-weight: 400;
    opacity: 0;
}

#our_work .container-fluid .img_gallery .img .img_description h3 {
    font-size: 22px;
}

#our_work .container-fluid .img_gallery .img .img_description p {
    font-size: 14px;
    padding-top: 15px;
    margin-bottom: 29px;
}

#our_work .container-fluid .img_gallery .img .img_description .icons img {
    width: auto;
    height: auto;
    padding: 8px;
    border: 1px solid #fac81b;
}

/* ======================#blog posts=========================================== */
#blog {
    height: 657px;
    position: relative;

}

#blog::before {
    content: " ";
    display: block;
    margin: auto;
    width: 88px;
    height: 6px;
    background-color: #ecba0b;
}

#blog .container .row h2 {
    font-size: 35px;
    font-weight: 400;
    color: #ecba0b;
    padding-top: 80px;
    /* 85 edi*/
    margin-bottom: 70px;
    /*78 edi*/
    text-align: center;
}

#blog .container .row h2 span {
    font-weight: 700;
}

#blog .container .row .blog_item {
    padding: 0 10px;
}

#blog .container .row .blog_item .feedback_photo {
    position: relative;
}

#blog .container .row .blog_item .feedback_photo img {
    /* width: 360px; */
    width: 100%;
    height: 212px;
}

#blog .container .row .blog_item .feedback_photo .people {
    position: absolute;
    width: 84px;
    height: 84px;
    border-radius: 100%;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

#blog .container .row .blog_item .feedback_photo .people img {
    object-fit: cover;
}

#blog .container .row .blog_item .feedback_photo #first {
    object-position: -70px 0px;
    width: 165%;
    height: 165%;
}

#blog .container .row .blog_item .feedback_photo #second {
    object-position: -20px -4px;
    width: 140%;
    height: 140%;
}

#blog .container .row .blog_item .feedback_photo #third {
    object-position: -20px -10px;
    width: 130%;
    height: 130%;
}

#blog .container .row .blog_item h3 {
    margin-top: 60px;
    /*68px edi */
    font-size: 14px;
    font-weight: 400;
    color: #e66768;
    text-align: center;
    margin-bottom: 17px;
}

#blog .container .row .blog_item p {
    color: #646464;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
}

/* ================contact========================================== */
#contact .container-fluid {
    position: relative;
    height: 100vh;
}

#contact .container-fluid form {
    position: absolute;
    background-color: #e66768;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 562px;
    height: 530px;
    text-align: center;

}

#contact .container-fluid form::before {
    content: " ";
    display: block;
    margin: auto;
    width: 88px;
    height: 7px;
    background-color: #ecba0b;
}

#contact .container-fluid form h2 {
    color: #ecba0b;
    font-size: 35px;
    font-weight: 400;
    margin-top: 50px;
    /* 58px edi*/
    margin-bottom: 20px;
    /* 30px edi*/
}

#contact .container-fluid form h2 span {
    font-weight: 700;
}

#contact .container-fluid form p {
    font-size: 13px;
    font-weight: 400;
    color: white;
}

#contact .container-fluid form p a {
    font-size: 13px;
    font-weight: 400;
    color: white;
}

#contact .container-fluid form #tel {
    font-size: 17px;
    margin-top: 10px;
    /*15px edi */
    margin-bottom: 15px;
    /*18px edi */
}

#contact .container-fluid form input {
    width: 39.6428571428571%;
    border: 1px solid #f5c2c3;
    background-color: transparent;
    margin-top: 42px;
    margin-bottom: 15px;
    height: 45px;
}

#contact .container-fluid form input:first-of-type {
    margin-right: 3.0357142857%;
}

#contact .container-fluid form input::placeholder {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    padding-left: 18px;
}

#contact .container-fluid form textarea {
    background-color: transparent;
    width: 82.32142857%;
    height: 124px;
    border: 1px solid #f5c2c3;
    margin-bottom: 20px;
}

#contact .container-fluid form textarea::placeholder {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    padding-left: 18px;
    padding-top: 16px;
}

/* ======foooter========================= */
footer {
    background-color: #3d3d3d;
    position: relative;
    height: auto;
    text-align: center;
}

footer nav {
    padding-top: 10px;
    /*18px edi*/
    padding-bottom: 20px;
    margin: auto;
    width: 430px;
}

footer nav ul li a,
p,
p a {
    font-size: 13px;
    color: #b1b1b1;
    font-weight: 400;

}

footer p,
p a {
    color: #919191;
}

footer .top {
    position: absolute;
    right: 5%;
    bottom: 35%;
    width: 35px;
    height: 35px;
    border: 1px solid #ecba0b;
    padding-top: 10px;
    /*12px edi */
}

footer .top a {
    color: #ecba0b;
    font-size: 20px;
    text-decoration: none;
}
footer p{
    padding-bottom: 15px;
}
footer p::before {
    content: " ";
    display: block;
    background-color: #4c4c4c;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-bottom: 15px;
    /* 20px edi*/
}

a {
    transition-duration: 500ms;
}

/* ==================================================================== */
/* large media */
@media(max-width: 1200px) {

    /*========================= header================================= */
    header {
        height: 100vh;
        padding-top: 30px;
    }

    header nav ul li a {
        padding: 20px 15px 15px 15px;

    }

    .banner .row .col-12 button {
        margin-bottom: 60px;

    }

    header nav {
        height: 60px;
        margin-bottom: 74px;
    }

    header nav .logo {

        font-size: 25px;
        height: 60px;
    }

    header nav .logo img {
        width: 45px;
        height: 50px;
    }

    /*====================#features====================================== */

    #features h3 {
        margin-top: 50px;
        /*79px edi */
        margin-bottom: 40px;
        /*81px edi */
    }

    #features .container .row .col-3 .img_container {
        width: 140px;
        height: 140px;
    }

    #features .container .row .col-3 h2 {
        margin-top: 27px;
        /*39px edi */
        margin-bottom: 20px;
        /*31px edi */
    }

    #features .container .row .col-3 p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 30px;
        /* 40px edi*/
    }

    #features .row .col-3 button {

        width: 56%;
        height: 30px;
        font-size: 13px;
    }

    #features .row .col-3 button::after {

        width: 7px;
        height: 30px;
    }

    /* =====================#our_work===================================== */

    #our_work .container-fluid h2 {
        font-size: 30px;
        margin-bottom: 40px;
        /* 83edi*/
        text-align: center;
        margin-block-start: 40px;

    }

    #our_work .container-fluid .span {
        /*bu < > knopkalar */
        right: 10%;
        /* 80px edi*/
        top: 10%;
        /* 100px edi*/
    }

    #our_work .container-fluid .span a {
        padding: 3px 10px;
        font-size: 20px;
    }

    #our_work .container-fluid .img_gallery .img {
        height: 180px;
        width: 25%;
    }

    #our_work .container-fluid .img_gallery .img img {
        height: 180px;
    }

    #our_work .container-fluid .img_gallery .img .img_description {
        top: 25%;
        left: 10%;
    }

    #our_work .container-fluid .img_gallery .img .img_description h3 {
        font-size: 22px;
    }

    #our_work .container-fluid .img_gallery .img .img_description p {
        font-size: 14px;
        padding-top: 10%;
        margin-bottom: 7%;
    }

    #our_work .container-fluid .img_gallery .img .img_description .icons img {
        padding: 4px;
        margin-right: 5%;
    }

    /* ======================#blog posts=========================================== */

    #blog .container .row h2 {
        font-size: 30px;
        padding-top: 50px;
        /* 85 edi*/
        margin-bottom: 40px;
        /*78 edi*/

    }

    #blog .container .row .col-4 {
        padding: 0 5px;
    }

    #blog .container .row .col-4 .feedback_photo img {
        width: 100%;
        height: 200px;
    }

    #blog .container .row .col-4 p {
        font-size: 20px;
        line-height: 20px;
    }

    /* ================contact========================================== */

    #contact .container-fluid form {
        width: 50%;
        height: unset;
    }

    #contact .container-fluid form h2 {

        font-size: 30px;
        margin-top: 30px;
        /* 58px edi*/
        margin-bottom: 20px;
        /* 30px edi*/
    }

    #contact .container-fluid form #tel {
        font-size: 17px;
        margin-top: 10px;
        /*15px edi */
        margin-bottom: 10px;
        /*18px edi */
    }

    #contact .container-fluid form input {
        width: 39.6428571428571%;
        padding-left: 18px;
        margin-top: 30px;
        margin-bottom: 15px;
        height: 45px;
        color: white;
    }

    #contact .container-fluid form input::placeholder {
        font-size: 13px;
        padding-left: 0px;
    }

    #contact .container-fluid form textarea {

        width: 82.32142857%;
        height: 124px;
        margin-bottom: 20px;
    }

    #contact .container-fluid form textarea::placeholder {

        padding-left: 18px;
        padding-top: 16px;
    }

    #contact .container-fluid form a img {
        margin-bottom: 20px;
    }

    /* ======foooter========================= */

    footer nav {
        padding-top: 15px;
        /*18px edi*/
        padding-bottom: 20px;
        width: 50%;
    }

    footer nav ul li a,
    p,
    p a {
        font-size: 13px;


    }

    footer .top {
        right: 5%;
        bottom: 35%;
        width: 35px;
        height: 30px;
        padding-top: 5px;
        /*12px edi */
    }

    footer .top a {

        font-size: 30px;

    }




}

/* medium media */
@media(max-width: 992px) {

    /*========================= header================================= */
    header {
        /* height: 100vh; */
        padding-top: 20px;
    }

    header nav {
        height: 50px;
        margin-bottom: 74px;
    }

    header nav .logo {

        font-size: 20px;
        height: 50px;
    }

    header nav .logo img {
        width: 35px;
        height: 40px;
    }

    header nav ul li a {
        padding: 20px 10px 10px 10px;

    }

    .banner .row .col-12 h2 {
        font-size: 25px;
    }

    .banner .row .col-12 p {
        line-height: 20px;
        font-size: 12px;
    }

    .banner .row .col-12 button {
        margin-bottom: 15%;
        height: 10%;
        padding-left: 7px;
        padding-right: 5px;
        width: auto;
        font-size: 12px;
    }

    .banner .row .col-12 button::after {

        width: 5px;
        height: 105%;

    }


    /*====================#features====================================== */

    #features h3 {
        margin-top: 50px;
        /*79px edi */
        margin-bottom: 40px;
        /*81px edi */
        font-size: 30px;
    }

    #features .container .row .col-3 .img_container {
        width: 120px;
        height: 120px;
        font-size: 12px;
    }

    #features .container .row .col-3 h2 {
        margin-top: 27px;
        /*39px edi */
        margin-bottom: 20px;
        /*31px edi */
        font-size: 30px !important;
    }

    #features .container .row .col-3 p {
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 50px;
        /* 40px edi*/
    }

    #features .row .col-3 button {

        width: 56%;
        height: 30px;
        font-size: 13px;
    }

    #features .row .col-3 button::after {

        width: 7px;
        height: 30px;
    }

    /* =====================#our_work===================================== */
    #our_work{
        height: unset;
    }
    #our_work .container-fluid h2 {
        font-size: 30px;
        margin-bottom: 60px;
        /* 83edi*/
        margin-block-start: 40px;

    }

    #our_work .container-fluid .img_gallery .img {
        height: 200px;
        width: 50%;
    }

    #our_work .container-fluid .img_gallery .img img {
        height: 100%;
    }

    #our_work .container-fluid .img_gallery .img .img_description {
        top: 20%;
        /* left: 10%;    */
    }

    #our_work .container-fluid .img_gallery .img .img_description h3 {
        font-size: 18.5px;
    }

    #our_work .container-fluid .img_gallery .img .img_description p {
        font-size: 14px;
        padding-top: 7%;
        margin-bottom: 7%;
    }

    /* ======================#blog posts=========================================== */


    #blog .container .row h2 {
        /* font-size: 30px; */
        padding-top: 50px;
        margin-bottom: 60px;

    }

    #blog .container .row .col-4 .feedback_photo img {
        /* width: 100%; */
        height: 180px;
    }

    #blog .container .row .col-4 p {
        font-size: 17px;
        line-height: 20px;
    }

    /* ================contact========================================== */
 
    #contact .container-fluid form #tel {
        /* font-size: 17px; */
        /* margin-top: 10px;  */
        margin-bottom: 7px;
    }

    #contact .container-fluid form input {
        /* width: 39.6428571428571%;
    padding-left: 18px;
    margin-top: 30px;
    margin-bottom: 15px; */
        height: 30px;
        /* color: white; */
    }

    #contact .container-fluid form a img {
        /* margin-bottom: 20px; */
        width: 50px;
    }
    footer{
        height: auto;
    }
    footer p{
        margin-bottom: 0;
    }
}

/* small media 720x1440 redmi 6*/
@media(max-width: 768px) {

    /*========================= header================================= */
    header {
        height: auto;
        padding-top: 50px;
        position: relative;
        z-index: 0;
    }

    header::after {
        content: " ";
        display: block;
        background-color: rgba(85, 76, 79, 0.7);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: -1;
    }

    header nav {
        height: 60px;
        margin-bottom: 74px;
    }

    header nav .logo {

        font-size: 30px;
        height: 60px;
    }

    header nav .logo img {
        width: 35px;
        height: 40px;
    }

    header nav ul li a {
        /* padding: 20px 10px 10px 10px; */
        display: none;
    }

    header nav a i {
        display: block;
        color: white;
    }

    .banner .row .col-12 h2 {
        font-size: 40px;
        color: white;
    }

    .banner .row .col-12 p {
        line-height: 28px;
        font-size: 21px;
        color: whitesmoke;
    }

    .banner .row .col-12 button {
        margin-top: 100px;
        margin-bottom: 100px;
        height: 10%;
        padding-left: 10px;
        padding-right: 10px;
        width: auto;
        font-size: 20px;
    }

    .banner .row .col-12 button::after {

        width: 5px;
        height: 100%;

    }

    .banner .row .col-12 i {
        color: white;
        margin-right: 15px;
        margin-bottom: 40px;
    }


    /*====================#features====================================== */
    #features {
        height: auto;
    }

    #features h3 {
        margin-top: 50px;
        /*79px edi */
        margin-bottom: 40px;
        /*81px edi */
        font-size: 40px;
    }

    #features .container .row .col-3 .img_container {
        width: 120px;
        height: 120px;
        font-size: 15px;
    }

    #features .container .row .col-sm-6 h2 {
        margin-top: 27px;
        /*39px edi */
        margin-bottom: 20px;
        /*31px edi */
        font-size: 40px !important;
        line-height: unset;
    }

    #features .container .row .col-3 p {
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 50px;
        /* 40px edi*/
        display: none;
    }

    #features .row .col-3 button {

        width: 56%;
        height: 30px;
        font-size: 20px;
    }

    #features .row .col-3 button::after {

        width: 7px;
        height: 30px;
    }

    /* =====================#our_work===================================== */
    #our_work {
        height: auto;
    }

    #our_work .container-fluid h2 {
        font-size: 40px;
        margin-bottom: 60px;
        /* 83edi*/
        margin-block-start: 40px;

    }

    #our_work .container-fluid .img_gallery .img {
        height: 150px;
        width: 45%;
    }

    #our_work .container-fluid .img_gallery .img img {
        height: 150px;
    }

    #our_work .container-fluid .img_gallery .img .img_description {
        top: 20%;
        /* left: 10%;    */
    }

    #our_work .container-fluid .img_gallery .img .img_description h3 {
        font-size: 18.5px;
    }

    #our_work .container-fluid .img_gallery .img .img_description p {
        font-size: 14px;
        padding-top: 7%;
        margin-bottom: 7%;
    }

    /* #our_work .container-fluid .img_gallery .img .img_description .icons img{ 
    padding: 4px;  
    margin-right: 5%;
} */
    /* ======================#blog posts=========================================== */

    #blog {
        height: auto;
    }

    #blog .container .row h2 {
        font-size: 40px;
        padding-top: 50px;
        margin-bottom: 60px;

    }

    /* #blog .container .row .col-4{
    padding: 0 5px;
} */

    #blog .container .row .col-4 .feedback_photo img {
        /* width: 100%; */
        height: 180px;
    }

    #blog .container .row .col-4 p {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 100px;
    }

    /* ================contact========================================== */
    #contact .container-fluid {
        height: 500px;
    }

    #contact .container-fluid form {
        width: 50%;
        height: unset;
    }

    #contact .container-fluid form h2 {

        font-size: 35px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    #contact .container-fluid form #tel {
        font-size: 30px;
        /* margin-top: 10px;  */
        margin-bottom: 7px;
    }

    #contact .container-fluid form input {
        width: 39.6428571428571%;
        height: auto;
        padding-left: 18px;
        margin-top: 30px;
        margin-bottom: 15px;
        height: 30px;
        color: white;
    }

    #contact .container-fluid form input::placeholder {
        font-size: 20px;
        padding-left: 0px;
    }

    /* #contact .container-fluid form textarea{
   
    width: 82.32142857%;
    height: 124px;    
    margin-bottom: 20px;
} */
    #contact .container-fluid form textarea::placeholder {
        font-size: 20px;
        padding-left: 18px;
        padding-top: 16px;
    }

    #contact .container-fluid form a img {
        /* margin-bottom: 20px; */
        width: 50px;
    }

    /* ======foooter========================= */
    footer {

        height: 200px;

    }

    footer nav {
        padding-top: 70px;
        padding-bottom: 20px;
        width: 80%;
    }

    footer nav ul li a,
    p,
    p a {
        font-size: 20px;


    }

    footer .top {
        right: 5%;
        bottom: 35%;
        width: 35px;
        height: 30px;
        padding-top: 0px;
    }


}

@media(max-width: 576px) {
    header .container {
        padding: 0 15px;
    }
    #our_work .container-fluid .span {
        top: 6%;
    }
    #our_work .container-fluid .img_gallery .img {
        height: 200px;
        width: 100%;
    }

    #our_work .container-fluid .img_gallery .img img {
        height: 100%;
    }

    /* ================contact========================================== */

    #contact .container-fluid form {
        width: 70%;
        height: 400px;
    }

    #contact .container-fluid form h2 {

        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }


    #contact .container-fluid form textarea {

        width: 82.32142857%;
        height: 100px;
        margin-bottom: 10px;
    }


    footer {
        height: auto;
    }

    footer nav {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    footer nav ul{
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }
    footer nav ul li{
        padding: 5px 5px;
    }
    footer nav ul li a{
        text-decoration: none;
    }
}
