.blog,
.parent {
    grid-column-gap: 20px;
}
.footer-nav ul,
.third-nav ul li {
    list-style-type: none;
}
.footer-nav ul li a,
.third-nav {
    text-transform: uppercase;
}
.foot-link{
    color:black;
}
.blg a::after,
.blg-img,
.blg:first-child,
.blog-content,
.products,
.slider-img-p {
    overflow: hidden;
}
@font-face {
    font-family: Averta;
    src: url("/fonts/Averta/OTF/Averta-Regular.woff2");
    font-weight: 400;
}
@font-face {
    font-family: Averta-bold;
    src: url("/fonts/Averta/OTF/Averta-Bold.woff2");
    font-weight: 700;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none !important;
}
b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: Averta-bold;
    font-size: 20px !important;
}
body {
    font-family: Averta;
}
.btn-span,
.logo-box,
.newbtn {
    display: none;
}
#header {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    z-index: 333333;
    box-shadow: 0 0 11px 9px rgb(234 234 234 / 64%);
    border-bottom: 1px solid #ffff;
}
.second-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}


.logo img {
    width: 150px;
    height: 70px;
    object-fit: cover;
}
.third-nav ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 0;
}
.third-nav ul li a {
    color: #8d4d4d;
    transition: 0.4s;
    font-size: 13px;
    font-weight: 700;
}
.third-nav ul li a:hover {
    color: #86a8cf;
    border-bottom: 1px solid #000;
}
.phone {
    padding: 10px 40px;
    border: 0 solid transparent;
    border-radius: 10px;
    font-size: 15px !important;
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
    transition: 0.3s !important;
    box-shadow: -2px -1px 13px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -2px -1px 13px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px -1px 13px -3px rgba(0, 0, 0, 0.75);
}
.phone:hover {
    border: 0 solid #000 !important;
    box-shadow: 0 20px 30px -1px #032030;
}
.main-swiper,
.slider-img {
    width: 100%;
    height: 90vh;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}
.categories-span,
.slider-a {
    font-weight: 700;
    line-height: 56px;
    box-shadow: 0 20px 30px -18px #032030;
}
.swiper-pagination-bullet-active {
    background: #007aff;
}
.slider-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: contain;
}
.slider-info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slider-p {
    font-size: 25px;
    color: #032030;
}
.slider-info h1 {
    font-size: 30px !important;
}
.slider-a {
    width: 240px;
    height: 56px;
    border: 0 solid transparent;
    border-radius: 10px;
    font-size: 15px !important;
    color: #fff !important;
    display: flex;
    justify-content: center;
    background-color: #032030;
    transition: 0.4s !important;
}
.categories-span:hover,
.slider-a:hover {
    background-color: #022b42;
}
.swiper-pagination-bullet-active {
    color: #fff;
    background-color: #032030;
    border-radius: 0;
}
.products:first-child,
.products:nth-child(2) {
    height: 500px;
    position: relative;
    border-radius: 10px;
    object-fit: cover;
}
.parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-row-gap: 10px;
    margin: 50px 0;
}
.blog-head,
.products-head,
.products-head-1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
}
.products:first-child {
    grid-area: 1/1/2/2 !important;
    background: url("/Images/kateqoriya1.jpeg") 0 0 / contain;
}
.products:nth-child(2) {
    grid-area: 1/2/2/3;
    overflow: hidden;
    background: url("/Images/photo1684167041.jpeg") 0 0 / cover;
   
}
.products {
    transition: 0.4s;
}
.products a::before {
    position: absolute;
    content: "";
    background: linear-gradient(to top, #2b191917, rgb(43 25 25 / 0%));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.products:hover {
    transform: scale(1.02);
}
.categories-span {
    width: 140px;
    white-space: nowrap;
    border: 0 solid transparent;
    border-radius: 10px;
    font-size: 15px !important;
    color: #fff !important;
    display: flex;
    justify-content: center;
    background-color: #032030;
    transition: 0.4s !important;
}
.products-info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
    gap: 10px;
}
.info-1 {
    color: #fff;
    font-size: 25px !important;
}
.products-info-1 {
    width: 100%;
    max-width: 500px;
    color: #fff;
    opacity: 0.7;
    font-size: 15px;
}
.contact-p,
.footer-nav ul li a:hover,
.info ul {
    opacity: 0.6;
}
.blog-box-2,
.info-a,
.info-a2,
.products-col,
.ref-div-2 {
    transition: 0.4s;
}
.sliderTwo {
    width: 100%;
    height: 100%;
    margin: 40px 0;
}
.slide2 {
    height: 370px;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px !important;
}
.slide2 a {
    height: 100% !important;
    width: 100% !important;
}
.blog a,
.sliderproducts,
.swiper-wrapper {
    position: relative;
}
.slider-img-p {
    width: 100%;
    height: 100%;
}
.slider-img-p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.sliderproducts-info {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #fff;
    z-index: 3;
}

.fs-3{
    font-size:20px !important;
}

#mapTwo,
.blg:first-child,
.blg:nth-child(2),
.blg:nth-child(3),
.blg:nth-child(4),
.blg:nth-child(5),
.blg:nth-child(6),
.blog {
    position: relative;
}
.slide2 a::after {
    position: absolute;
    background: linear-gradient(rgb(118 99 95 / 0%) 0, rgb(118 99 95 / 0%) 57%, rgb(0 0 0 / 10%) 64.33%, rgb(2 2 2) 100%);
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.slide2 a:hover .slider-img-p img {
    transform: scale(1.03);
}
.input-div input,
.input-div textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    outline: 0;
    border: 1px solid #000;
}
.input-div:last-child button {
    padding: 12px 16px;
    font-size: 17px;
    color: #fff !important;
    background: #000;
    border-radius: 20px;
    border: none;
    float: right;
    margin-top: 20px;
}
.blog-content img {
    width: 100%;
        object-fit: scale-down;
}
.blog {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 20px;
    margin: 50px 0;
}
.blg:first-child {
    grid-area: 1/1/2/3;
    height: 300px;
}
.blg:nth-child(2) {
    grid-area: 1/3/2/4;
    height: 300px;
}
.blg:nth-child(3) {
    grid-area: 1/4/2/5;
    height: 300px;
}
.blg:nth-child(4) {
    grid-area: 2/2/3/3;
    height: 300px;
}
.blg:nth-child(5) {
    grid-area: 2/1/3/2;
    height: 300px;
}
.blg:nth-child(6) {
    grid-area: 2/3/3/5;
    height: 300px;
}
.blg a::after {
    position: absolute;
    background: linear-gradient(rgb(118 99 95 / 0%) 0, rgb(118 99 95 / 0%) 57%, rgb(0 0 0 / 10%) 64.33%, rgb(2 2 2) 100%);
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.blg-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.5s;
    object-fit: cover;
}
.blg-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 5;

}

.blg-info article{
    font-size: 18px !important;
    white-space:nowrap;
    width:100%;
}

.main-blog-1{
    font-size:18px !important;
}
.blg-info h3 {
    font-size: 20px !important;
}
.blg a:hover .blg-img img {
    transform: scale(1.1);
}
.blg-1 a {
    transition: 0.5s;
}
.blg-img {
    border-radius: 10px;
}
@media screen and (max-width: 992px) {
    nav ul.hamburger {
        position: fixed;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        top: 0;
        justify-content: center;
        align-items: center;
        right: -200%;
        z-index: 2;
        transition: 0.5s;
        gap: 20px;
    }
    nav ul.hamburger.active {
        right: 0 !important;
    }
    nav ul.hamburger li a {
        color: #000 !important;
        font-size: 18px;
    }
    .logo-box {
        display: block;
        margin-bottom: -85px;
    }
    .hamicon {
        display: flex;
        gap: 6px;
        width: 30px;
        flex-direction: column;
        position: relative;
        z-index: 3;
    }
    .hamicon span {
        width: 100%;
        height: 2px;
        background: #000;
        transition: 0.6s;
    }
    .hamicon.active span {
        background-color: #000 !important;
    }
    .products:first-child,
    .products:nth-child(2) {
        height: 335px;
        position: relative;
        border-radius: 10px;
        object-fit: cover;
    }
    .parent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 10px;
        margin: 50px 0;
    }
    .products:first-child {
        grid-area: 1/1/2/2;
        background: url("/Images/kateqoriya1.jpeg") 0 0 / contain;
    }
    .products:nth-child(2) {
        grid-area: 1/2/2/3;
        overflow: hidden;
          background: url("/Images/photo1684167041.jpeg") 0 0 / cover;
    }
    .info-1 {
        color: #fff;
        font-size: 20px !important;
    }
    .products-info-1 {
        width: 100%;
        max-width: 300px;
        color: #fff;
        opacity: 0.7;
        font-size: 13px;
    }
    .categories-span {
        width: 100px;
        height: 40px !important;
        border: 0 solid transparent;
        border-radius: 10px;
        font-size: 13px !important;
        font-weight: bolder;
        color: #fff !important;
        display: flex;
        justify-content: center;
        background-color: #032030;
        box-shadow: 0 20px 30px -18px #032030;
        transition: 0.4s !important;
        align-items: center;
    }
    .blg:first-child,
    .blg:nth-child(2),
    .blg:nth-child(3),
    .blg:nth-child(4),
    .blg:nth-child(5),
    .blg:nth-child(6) {
        height: 300px;
        position: relative;
    }
    .blog {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        position: relative;
        margin: 50px 0;
    }
    .blg:first-child {
        grid-area: 1/1/2/2;
    }
    .blg:nth-child(2) {
        grid-area: 1/2/2/3;
    }
    .blg:nth-child(3) {
        grid-area: 2/1/3/2;
    }
    .blg:nth-child(4) {
        grid-area: 2/2/3/3;
    }
    .blg:nth-child(5) {
        grid-area: 3/1/4/2;
    }
    .blg:nth-child(6) {
        grid-area: 3/2/4/3;
    }
    .blg-info h3 {
        font-size: 20px !important;
    }
}
@media screen and (max-width: 768px) {
    .products:first-child,
    .products:nth-child(2) {
        position: relative;
        border-radius: 10px;
        object-fit: cover;
    }
    .parent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 10px;
        margin: 50px 0;
    }
    .products:first-child {
        grid-area: 1/1/2/2;
        background: url("/Images/kateqoriya1.jpeg") 0 0 / cover;
    }
    .products:nth-child(2) {
        grid-area: 1/2/2/3;
        overflow: hidden;
          background: url("/Images/photo1684167041.jpeg") 0 0 / cover;
    }
    .info-1 {
        color: #fff;
        font-size: 20px !important;
    }
    .products-info-1 {
        width: 100%;
        max-width: 300px;
        color: #fff;
        opacity: 0.7;
        font-size: 13px;
    }
    .categories-span {
        width: 100px;
        height: 40px !important;
        border: 0 solid transparent;
        border-radius: 10px;
        font-size: 13px !important;
        font-weight: bolder;
        color: #fff !important;
        display: flex;
        justify-content: center;
        background-color: #032030;
        box-shadow: 0 20px 30px -18px #032030;
        transition: 0.4s !important;
        align-items: center;
    }
    .blg:first-child,
    .blg:nth-child(2),
    .blg:nth-child(3),
    .blg:nth-child(4),
    .blg:nth-child(5),
    .blg:nth-child(6) {
        height: 300px;
        position: relative;
    }
    .blog {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        position: relative;
        margin: 50px 0;
    }
    .blg:first-child {
        grid-area: 1/1/2/2;
    }
    .blg:nth-child(2) {
        grid-area: 1/2/2/3;
    }
    .blg:nth-child(3) {
        grid-area: 2/1/3/2;
    }
    .blg:nth-child(4) {
        grid-area: 2/2/3/3;
    }
    .blg:nth-child(5) {
        grid-area: 3/1/4/2;
    }
    .blg:nth-child(6) {
        grid-area: 3/2/4/3;
    }
    .blg-info h3 {
        font-size: 20px !important;
    }
}
@media screen and (max-width: 568px) {
    .products:first-child,
    .products:nth-child(2) {
        position: relative;
        border-radius: 10px;
        object-fit: cover;
        height: 300px !important;
    }
    .parent {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 10px;
        margin: 50px 0;
    }
    .products:first-child {
        grid-area: 1/1/2/2;
        background: url("/Images/kateqoriya1.jpeg") 0 0 / cover;
    }
    .products:nth-child(2) {
        grid-area: 2/1/3/2;
        overflow: hidden;
         background: url("/Images/photo1684167041.jpeg") 0 0 / cover;
    }
    .info-1 {
        color: #fff;
        font-size: 20px !important;
    }
    .products-info-1 {
        width: 100%;
        max-width: 300px;
        color: #fff;
        opacity: 0.7;
        font-size: 13px;
    }
    .categories-span {
        width: 100px;
        height: 40px !important;
        border: 0 solid transparent;
        border-radius: 10px;
        font-size: 13px !important;
        font-weight: bolder;
        color: #fff !important;
        display: flex;
        justify-content: center;
        background-color: #032030;
        box-shadow: 0 20px 30px -18px #032030;
        transition: 0.4s !important;
        align-items: center;
    }
    .blg:first-child,
    .blg:nth-child(2),
    .blg:nth-child(3),
    .blg:nth-child(4),
    .blg:nth-child(5),
    .blg:nth-child(6) {
        height: 300px;
        position: relative;
    }
    .blog {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        position: relative;
        margin: 50px 0;
    }
    .blg:first-child {
        grid-area: 1/1/2/2;
    }
    .blg:nth-child(2) {
        grid-area: 1/2/2/3;
    }
    .blg:nth-child(3) {
        grid-area: 2/1/3/2;
    }
    .blg:nth-child(4) {
        grid-area: 2/2/3/3;
    }
    .blg:nth-child(5) {
        grid-area: 3/1/4/2;
    }
    .blg:nth-child(6) {
        grid-area: 3/2/4/3;
    }
    .blg-info h3 {
        font-size: 20px !important;
    }
    
}
@media screen and (max-width: 468px) {
    .blg:first-child,
    .blg:nth-child(2),
    .blg:nth-child(3),
    .blg:nth-child(4),
    .blg:nth-child(5),
    .blg:nth-child(6) {
        height: 300px;
        position: relative;
    }
    .blog {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        position: relative;
        margin: 50px 0;
    }
    
   
    .blg:first-child {
        grid-area: 1/1/2/2;
    }
    .blg:nth-child(2) {
        grid-area: 2/1/2/2;
    }
    .blg:nth-child(3) {
        grid-area: 3/1/4/2;
    }
    .blg:nth-child(4) {
        grid-area: 4/1/5/2;
    }
    .blg:nth-child(5) {
        grid-area: 5/1/6/2;
    }
    .blg:nth-child(6) {
        grid-area: 6/1/7/2;
    }
    .blg-info h3 {
        font-size: 20px !important;
    }
}
#mapTwo {
    width: 100%;
    height: 400px;
    margin-top: 60px;
    margin-bottom: 40px;
    background-image: url("/Images/map1.png") !important;
}
.call-to-action {
    position: absolute;
    background-color: #020202b8;
    width: auto;
    height: 300px;
    top: 50px;
    display: flex;
    align-items: center;
}
.callto-img img {
    width: 220px;
}
.info-head {
    color: #fff;
    margin-bottom: 25px;
}
.contact-h3 {
    font-weight: 400;
}
.contact-p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 18px;
}
.info-bottom {
    display: flex;
    flex-direction: column;
    color: #fff;
}
.info-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: Averta, sans-serif !important;
}
.info-a {
    font-size: 20px;
    color: rgba(20, 209, 20, 0.836);
}
.info-a2,
.info-span {
    font-size: 18px;
}
.info-a2,
.info-a:hover {
    color: #fff;
}
.info-a2:hover {
    color: rgba(20, 209, 20, 0.836);
}
.newbtn {
    background-color: #032030;
    box-shadow: 0 20px 30px -18px #032030;
    border-radius: 0;
    margin-top: 10px;
    border: 0;
    padding: 10px 20px;
    font-weight: 700;
}
.col-form-label,
.modal-title {
    color: #000;
    font-weight: bolder;
}
.footer-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.footer-img img {
    width: 150px;
    height: 100% !important;
}
.footer-p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    align-items: center;
}
.contact-col,
.footer-nav ul {
    flex-wrap: wrap;
    display: flex;
}
.footer-nav ul {
    align-items: center;
    gap: 20px;
    font-weight: 600;
}
.footer-nav ul li a {
    font-size: 14px;
    color: #000;
    transition: 0.5s;
}
@media screen and (max-width: 992px) {
    .footer-nav ul,
    .footer-p {
        display: flex;
        font-weight: 600;
    }
    .footer-section {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .footer-img {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .footer-p {
        font-size: 13px;
        align-items: center;
        align-items: center;
        justify-content: center;
    }
    .footer-nav ul {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        text-align: start;
        gap: 20px !important;
        list-style-type: none;
    }
    .footer-nav ul li a {
        text-transform: uppercase;
        font-size: 14px;
        color: #000;
        transition: 0.5s;
    }
}
@media screen and (max-width: 768px) {
    .footer-nav ul,
    .footer-p {
        display: flex;
        font-weight: 600;
    }
    .footer-section {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .footer-img {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .footer-p {
        font-size: 13px;
        align-items: center;
        align-items: center;
        justify-content: center;
    }
    .footer-nav ul {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        text-align: start;
        gap: 20px !important;
        list-style-type: none;
    }
    .footer-nav ul li a {
        text-transform: uppercase;
        font-size: 14px;
        color: #000;
        transition: 0.5s;
    }
}
.info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
}
.info ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    color: #000;
}
@media screen and (max-width: 568px) {
    .call-to-action {
        position: absolute;
        background-color: #020202b8;
        width: 406px;
        height: 300px;
        top: 50px;
        display: flex;
        align-items: center;
    }
    .info-span {
        font-size: 15px !important;
    }
    .footer-nav ul,
    .footer-p {
        display: flex;
        font-weight: 600;
    }
    .footer-section {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .footer-img {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 0 !important;
        margin-bottom: 20px;
    }
    .footer-p {
        font-size: 13px;
        align-items: center;
        align-items: center;
        justify-content: center;
    }
    .footer-nav ul {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        text-align: start;
        gap: 20px !important;
        list-style-type: none;
    }
    .footer-nav ul li a {
        text-transform: uppercase;
        font-size: 14px;
        color: #000;
        transition: 0.5s;
    }
    .info,
    .info ul {
        display: flex;
        gap: 0 !important;
    }
    .info {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .info ul {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        opacity: 0.6;
    }
}
@media screen and (max-width: 450px) {
    .info,
    .info ul {
        display: flex;
        gap: 0 !important;
    }
    .info {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .info ul {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        opacity: 0.6;
    }
}
@media screen and (max-width: 350px) {
    .info,
    .info ul {
        display: flex;
        gap: 0 !important;
    }
    .info {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .info ul {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        opacity: 0.6;
    }
}
#contactPage {
    margin: 100px 0;
}
.contact-head {
    display: flex;
    align-items: flex-start;
}
.contact-head h3 {
    margin: 0 !important;
    font-size: 40px;
    font-weight: 700;
}
.contact-col {
    flex-direction: column;
    background-color: #f3f5f9;
}
.contact-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 1.5;
    padding: 48px;
    margin: 30px;
    background-color: #fff;
    gap: 17px;
    border-radius: 16px;
}
.contact-head-fisrt,
.contact-second {
    font-weight: 700;
    font-size: 17px;
}
.mail-a,
.number-a {
    color: #007aff;
}
.contact-info {
    font-size: 15px;
}
.cordinat-p,
.cordinat-span {
    font-size: 14px;
}
.contact-head {
    margin-bottom: 20px;
}
#map {
    margin-top: 0 !important;
    padding: 32px;
    background-color: #f3f5f9 !important;
    background-image: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
}
.main-row {
    margin-top: 40px;
    row-gap: 30px;
}
.blog-box a {
    border-radius: 10px !important;
}
.blog-box-2 {
    position: relative;
    width: 100%;
    height: 300px;
}
.blog-tittle {
    position: absolute;
    bottom: 30px;
    left: 10px;
    display: flex;
    flex-wrap: wrap;
    z-index: 10;
}
.blog-box-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.blog-tittle-2 {
    color: #fff;
    font-weight: bolder;
    font-size: 18px !important;
    text-shadow: 1px 1px #000;
    line-height: 25px;
}
.blog-box-2::before {
    position: absolute;
    content: " ";
    background: linear-gradient(rgb(118 99 95 / 0%) 0, rgb(118 99 95 / 0%) 57%, rgb(0 0 0 / 10%) 64.33%, rgba(2, 2, 2, 0.945) 100%);
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 10px;
}
.blog-box-2:hover {
    transform: scale(1.05);
}
.about-img-inner,
.blog-img-inner {
    background-color: #faebd7;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-head-text,
.blog-head-text,
.products-head-text {
    width: 100%;
    height: 40vh;
    background-color: #fff;
    border-radius: 16px;
    margin-top: -40px;
    box-shadow: 0 12px 40px rgba(45, 75, 162, 0.12), 0 2px 12px rgba(45, 75, 162, 0.04);
}
.about-content,
.blog-content {
    margin-top: 30px;
    box-shadow: 0 12px 40px rgba(45, 75, 162, 0.12), 0 2px 12px rgba(45, 75, 162, 0.04);
    border-radius: 16px;
    background-color: #fff;
}
.about-head-text-head,
.blog-head-text-head,
.products-head-text-head {
    display: flex;
    gap: 20px;
    font-size: 16px;
    font-weight: 700;
    padding: 20px;
}
.blog-description p {
    font-size: 40px;
    font-weight: 700;
    padding: 20px 40px;
}
.about-bottom,
.about-bottom-2,
.blog-bottom,
.blog-bottom-2,
.products-bottom,
.products-bottom-2 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 40px;
    font-weight: 500;
    color: #999;
    font-size: 16px;
}
.blog-content {
    padding: 20px;
    margin-bottom: 40px;
    gap: 20px !important;
    column-gap: 20px !important;
    padding-right: 0 !important;
}
.blog-p {
    overflow-y: scroll !important;
    height: 60vh;
}
@media screen and (max-width: 1200px) {
    .third-nav ul li a {
        color: #8d4d4d;
        transition: 0.4s;
        font-size: 10px;
        font-weight: 700;
    }
    .phone,
    .btn {
        padding: 10px 30px;
        border: 0 solid transparent;
        border-radius: 10px;
        font-size: 15px !important;
        color: white !important;
        border-bottom: 1px solid #000 !important;
        transition: 0.3s !important;
        box-shadow: 0 20px 30px -1px #000;
    }
    .blog-description p {
        font-size: 42px !important;
        font-weight: 700;
        padding: 20px 40px;
    }
    .about-images img {
        width: 100% !important;
    }
}
.about-img-inner img {
    width: 500px;
}
.about-description p {
    font-size: 42px !important;
    font-weight: 700;
    padding: 20px 40px;
}
.about-content {
    padding: 20px;
}
.about-images {
    display: flex;
    align-items: center;
    margin-top: 50px;
    flex-wrap: wrap;
    row-gap: 25px;
}
.about-images img {
    width: 300px;
    height: 370px;
}
@media screen and (max-width: 1400px) {
    .about-description p {
        font-size: 32px;
        font-weight: 700;
        padding: 20px 40px;
    }
    .about-images img {
        width: 100% !important;
        height: 370px;
    }
    .blog-p {
        overflow-y: scroll !important;
    }
}
.products-row {
    row-gap: 20px;
}
.products-col {
    height: 300px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}
.products-col a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.77;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%) !important;
    overflow: hidden;
}
.products-col a img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}
.fotorama__wrap,
.projects-in a img {
    width: 100% !important;
}
.products-text {
    color: #fff;
    font-size: 20px;
    font-weight: bolder !important;
    text-shadow: 1px 1px #000;
}
.products-head {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.products-col:hover {
    transform: scaleY(1.05);
}
.products-main,
.proj-in,
.referances-in {
    margin-top: 40px;
}
.ref-div {
    row-gap: 10px;
}
.ref-div-2 {
    border: 1px solid transparent;
    box-shadow: 2px 6px 9px 0 rgb(0 0 0 / 64%);
    -webkit-box-shadow: 2px 6px 9px 0 rgb(0 0 0 / 64%);
    -moz-box-shadow: 2px 6px 9px 0 rgb(0 0 0 / 64%);
    height: 200px;
    display: flex;
    align-items: center;
}
.ref-div-2 img {
    width: 100%;
    opacity: 0.4;
    transition: 0.3s;
    object-fit: cover;
    padding: 30px;
}
.ref-div-2:hover {
    transform: scale(1.04);
}
.ref-div-2:hover img {
    opacity: 1;
}
.projects-in {
    cursor: pointer;
    row-gap: 20px;
}
.projects-in a img {
    height: 350px;
    object-fit: cover;
}
#dle-comments-form {
    display: none !important;
}
.main-container {
    margin-top: 60px;
}
.products-in {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 12px 40px rgba(45, 75, 162, 0.12), 0 2px 12px rgba(45, 75, 1);
}
img {
    max-width: 100%;
    height: auto;
}
.fotorama__html img,
.fotorama__html p {
    height: 100%;
}
.products-p {
    overflow-y: scroll;
}
.products-description p {
    font-size: 42px;
    font-weight: 700;
    padding: 20px 40px;
}
.social-icon {
    display: flex;
    gap: 20px;
    margin-left: 40px;
}
.fa-brands {
    color: #fff;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.fa-whatsapp {
    background-color: #06c706;
}
.fa-tiktok {
    background-color: #000;
}
.fa-instagram {
    background-color: #5851db;
}
.products-content {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 12px 40px rgba(45, 75, 162, 0.12), 0 2px 12px rgba(45, 75, 162, 0.04);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 1200px) {
    .about-description p {
        font-size: 32px !important;
        font-weight: 700;
        padding: 20px 40px;
    }
    .about-images img {
        width: 100% !important;
        height: 370px;
    }
    .blog-p {
        overflow-y: scroll !important;
    }
    .products-description p {
        font-size: 42px !important;
        font-weight: 700;
        padding: 20px 40px;
    }
    .products-images img {
        width: 100% !important;
    }
}
@media screen and (max-width: 992px) {
    .about-description p,
    .blog-description p,
    .products-description p {
        font-size: 42px;
        font-weight: 700;
        padding: 20px 40px;
    }
    .blog-p {
        overflow-y: scroll !important;
    }
    .about-images img {
        width: 300px;
        height: 370px;
    }
}
@media screen and (max-width: 768px) {
    .blog-description p,
    .products-description p {
        font-size: 32px !important;
        font-weight: 700;
        padding: 20px 40px;
    }
    .about-description p {
        font-size: 32px;
        font-weight: 700;
        padding: 20px 40px;
    }
    .blog-p {
        overflow-y: scroll !important;
    }
}
@media screen and (max-width: 568px) {
    .contact-head h3 {
        font-size: 30px !important;
    }
    .contact-head-fisrt,
    .contact-second {
        font-weight: 700;
        font-size: 17px;
    }
    .contact-info {
        font-size: 13px;
    }
    .contact-inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        line-height: 1.5;
        padding: 25px;
        margin: 0;
        background-color: #fff;
        gap: 17px;
        border-radius: 16px;
    }
    .contact-head {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .blog-description p,
    .products-description p {
        font-size: 32px;
        font-weight: 700;
        padding: 20px 40px;
    }
    .about-description p {
        font-size: 22px !important;
        font-weight: 700;
        padding: 20px 40px;
    }
    .blog-p {
        overflow-y: scroll !important;
    }
}
@media screen and (max-width: 500px) {
    .blog-description p,
    .products-description p {
        font-size: 22px !important;
        font-weight: 700;
        padding: 20px 40px;
    }
    .about-bottom,
    .about-bottom-2,
    .blog-bottom,
    .blog-bottom-2,
    .products-bottom,
    .products-bottom-2 {
        display: none;
    }
    .about-head-text-head span,
    .blog-head-text-head span,
    .products-head-text-head span {
        font-size: 12px;
    }
    .about-head-text,
    .blog-head-text,
    .products-head-text {
        width: 100%;
    }
    .about-description p {
        font-size: 22px;
        font-weight: 700;
        padding: 20px 40px;
    }
    .blog-p {
        overflow-y: scroll !important;
    }
}
@media screen and (max-width: 400px) {
    .slider-info {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 15px;
        position: absolute;
        transform: translate(-50%, -50%);
    }
    .slider-p {
        font-size: 15px;
        color: #000;
    }
    .slider-a {
        width: 135px;
        border: 0 solid transparent;
        border-radius: 10px;
        font-size: 15px !important;
        font-weight: 700;
        color: #fff !important;
        display: flex;
        justify-content: center;
        background-color: #032030;
        box-shadow: 0 20px 30px -18px #032030;
        transition: 0.4s !important;
    }
    .slider-h1 {
        font-size: 20px !important;
    }
    .slider-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-size: contain;
        object-position: center;
    }
    .products:first-child,
    .products:nth-child(2) {
        position: relative;
        border-radius: 10px;
        object-fit: cover;
        height: 300px !important;
    }
    .parent {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 10px;
        margin: 50px 0;
    }
    .products:first-child {
        grid-area: 1/1/2/2;
        background: url("/Images/kateqoriya1.jpeg") 0 0 / contain;
    }
    .products:nth-child(2) {
        grid-area: 2/1/3/2;
        overflow: hidden;
          background: url("/Images/photo1684167041.jpeg") 0 0 / cover;
    }
    .info-1 {
        color: #fff;
        font-size: 20px !important;
    }
    .products-info-1 {
        width: 100%;
        max-width: 300px;
        color: #fff;
        opacity: 0.7;
        font-size: 13px;
    }
    .categories-span {
        width: 100px;
        height: 40px !important;
        border: 0 solid transparent;
        border-radius: 10px;
        font-size: 13px !important;
        font-weight: bolder;
        color: #fff !important;
        display: flex;
        justify-content: center;
        background-color: #032030;
        box-shadow: 0 20px 30px -18px #032030;
        transition: 0.4s !important;
        align-items: center;
    }
    .call-to-action {
        position: absolute;
        background-color: #020202b8;
        width: 366px;
        height: 300px;
        top: 50px;
        display: flex;
        align-items: center;
    }
    .info-span {
        font-size: 15x;
    }
    .contact-p,
    .info-a,
    .info-a2 {
        font-size: 15px;
    }
    .info-a2 {
        transition: 0.4s;
        color: #fff;
    }
    .info-a {
        color: rgba(20, 209, 20, 0.836);
        transition: 0.4s;
    }
    .info-head {
        color: #fff;
        margin-bottom: 30px;
    }
    .contact-h3 {
        font-weight: 400;
    }
    .contact-p {
        margin-bottom: 0;
        margin-top: 5px;
        opacity: 0.6;
    }
    .newbtn {
        background-color: #032030;
        box-shadow: 0 20px 30px -18px #032030;
        border-radius: 0;
        margin-top: 10px;
        border: 0;
        padding: 5px 20px;
        font-weight: 700;
    }
    .btn-span {
        font-size: 14px;
    }
    .about-bottom,
    .about-bottom-2,
    .blog-bottom,
    .blog-bottom-2,
    .callto-img,
    .products-bottom,
    .products-bottom-2 {
        display: none;
    }
    .footer-nav ul,
    .footer-p {
        display: flex;
        font-weight: 600;
    }
    .footer-section {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .footer-img {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .footer-p {
        margin-bottom: 10px;
        font-size: 13px;
        align-items: center;
        align-items: center;
        justify-content: center;
    }
    .footer-nav ul {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        text-align: start;
        gap: 20px;
        list-style-type: none;
    }
    .footer-nav ul li a {
        text-transform: uppercase;
        font-size: 14px;
        color: #000;
        transition: 0.5s;
    }
    .contact-head h3 {
        font-size: 30px !important;
    }
    .contact-head-fisrt,
    .contact-second {
        font-weight: 700;
        font-size: 17px;
    }
    .contact-info {
        font-size: 13px;
    }
    .contact-inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        line-height: 1.5;
        padding: 25px;
        margin: 0;
        background-color: #fff;
        gap: 17px;
        border-radius: 16px;
    }
    .contact-head {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about-description p,
    .blog-description p,
    .products-description p {
        font-size: 22px;
        font-weight: 700;
        padding: 20px 40px;
    }
    .blog-head-text-head span,
    .products-head-text-head span {
        font-size: 12px;
    }
    .about-head-text,
    .blog-head-text,
    .products-head-text {
        width: 100%;
    }
    .about-head-text-head span {
        font-size: 10px !important;
    }
    .blog-p {
        overflow-y: scroll !important;
    }
}
@media screen and (max-width: 360px) {
    .blog-description p,
    .products-description p {
        font-size: 22px !important;
        font-weight: 700;
        padding: 20px 40px;
    }
    .blog-bottom,
    .blog-bottom-2,
    .products-bottom,
    .products-bottom-2 {
        display: none;
    }
    .blog-head-text-head span,
    .products-head-text-head span {
        font-size: 10px;
    }
    .blog-head-text,
    .products-head-text {
        width: 100%;
    }
}
.label {
    text-transform: lowercase !important;
}
.blg-info {
    font-size: 20px !important;
}

.form input,
textarea {
    width: 100%;
    border: none;
    background: white;
    padding: 5px 15px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
    border-bottom: 2px solid black;
    transition: 0.3s ease;
    margin-top:30px;
}
.form input::placeholder,
textarea::placeholder {
    color: #22262a;
    font-weight: 200;
}
.form input:focus,
textarea:focus {
    outline: none;
    background: #f7f7f5;
    box-shadow: none !important;
}
.form input {
    height: 60px;
    font-size: 15px;
}
.form .submit-btn {
    background: #69b739;
    margin-bottom: 0;
    color: white;
}
.form .submit-btn:hover {
    color: white;
    box-shadow: 0 0.8rem 3rem 0 rgba(223, 3, 45, 0.30);
}
.form .submit-btn:focus {
    background: #ed6953;
}
.form .submit_btn_wrap {
    width: 240px;
    margin-left: auto;
}
.form .row>div {
    margin-bottom: 50px;
    font-size: 15px;
}
.done {
    padding: 4px 3px;
    background-color: #C7FFC7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #52B352;
    margin: 0 !important;
    font-size: 17px;
    text-align: center;
    width: 326px;
    display: none;
}




/* Rus dili */
.liclass{
    font-size:12px !important;
}

.phone

.categories-span-ru{
    white-space:nowrap !important;
    width: 160px;
}

/* Arab dili*/

.arabic{
    direction: rtl;
}

.products-info-ar{
    right:30px !important;
}

.blg-info-ar{
    right:20px !important;
}

.slider-info-ar,.slider-info-ar p,.slider-info-ar .slider-h1{
    color:white;
    font-size:45px;
}

.ar-cat-a,.ar-cat-p,.blog-head{
    font-size:30px !important;
}

.ar-li{
    font-size:20px !important;
}


@media screen and (max-width:568px){
    .slider-info-ar,.slider-info-ar p,.slider-info-ar .slider-h1{
    color:white;
    font-size:25px;
}































