@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/noah");

* {
    margin: 0;
    padding: 0;
}

.mobile-menu {
    display: none;
}

header {
    position: absolute;
    z-index: 10;
    width: 100%;
}

header .header-menu {
    position: absolute;
    z-index: 10;
    width: 100% !important;
}

header .header-menu .header-menu-list {
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.12);
}

.active-back {
    background-color: rgba(0, 143, 141, 0.7490196078);
}

.tpe-cat:hover {
    background-color: rgba(0, 143, 141, 0.7490196078);
}

header .header-menu .header-menu-list .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 6%;
    gap: 120px;
}

header .header-menu .header-menu-list .nav-list .header-logo {
    max-width: 73px;
    width: 100%;
    height: 67px;
    margin-top: 8px;
}

.slider-header {
    height: 700px;
}

.swiper-slide {
    height: 100%;
}

.swiper-first {
    height: 100%;
}

header .header-menu .header-menu-list .nav-list .header-logo img {
    width: 100%;
    height: 100%;
}

header .header-menu .header-menu-list .nav-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-menu .header-menu-list .nav-list ul .icon-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
}

header .header-menu .header-menu-list .nav-list ul .icon-header .fa-solid {
    font-size: 20px;
}

header .header-menu .header-menu-list .nav-list ul .icon-header .fa-facebook {
    font-size: 20px;
}

header .header-menu .header-menu-list .nav-list ul .icon-header .fa-instagram {
    font-size: 22px;
}

header .header-menu .header-menu-list .nav-list ul span hr {
    border: 1px solid #008F8D;
    margin-top: 0;
    margin-bottom: 0;
}

header .header-menu .header-menu-list .nav-list ul li {
    list-style-type: none;
    position: relative;

}

header .header-menu .header-menu-list .nav-list ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

header .header-menu .header-menu-list .nav-list ul .block-cat {
    top: 49px;
    position: absolute;
    max-width: 622px;
    width: 100%;
    height: 256px;
    right: 31%;
    background-color: rgba(0, 0, 0, 0.5);
}

header .header-menu .header-menu-list .nav-list ul .block-cat .block-span {
    padding: 0 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 9px;
    gap: 30px;
}

header .header-menu .header-menu-list .nav-list ul .block-cat .block-span .span-first span li hr {
    max-width: 80%;
    width: 100%;
    display: none;
}

header .header-menu .header-menu-list .nav-list ul .block-cat .block-span .span-first span li:hover hr {
    display: block;
}

header .header-menu .header-menu-list .nav-list ul .block-cat .block-span .span-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
}

header .header-menu .header-menu-list .nav-list ul .block-cat .block-span .span-first span {
    max-width: 274px;
    width: 100%;
    line-height: 25px;
}

header .header-menu .header-menu-list .nav-list ul .block-cat .block-span .span-first span li {
    list-style: unset;
}

header .header-menu .header-menu-list .nav-list ul .block-cat .block-span .span-first span li::before {
    content: "•";
    color: #008F8D;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    border: 0;
}

.mobiles-menu {
    display: none;
}

header .header-menu .header-menu-list .nav-list ul .block-cat .block-span .span-first span a {
    color: white;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 13px;
    font-weight: 400;
    font-family: "Noah", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: -18px;
}

header .header-menu .header-menu-list .nav-list ul .block-cat .block-span .span-second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .header-menu .header-menu-list .nav-list ul .block-cat .block-span .span-second span {
    line-height: 25px;
}

header .header-menu .header-menu-list .nav-list ul .block-cat .block-span .span-second span li {
    list-style: unset;
}

header .header-menu .header-menu-list .nav-list ul .block-cat .block-span .span-second span li::before {
    content: "•";
    color: #008F8D;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    border: 0;
}

header .header-menu .header-menu-list .nav-list ul .block-cat .block-span .span-second span a {
    color: white;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    font-family: "Noah", sans-serif;
    line-height: 28px;
}

.search-blog {
    margin-left: 134px;
}

header .header-menu .header-menu-list .nav-list ul .block-cat .block-span .span-first span li::before {
    margin: 0 -7 !important;
}

.lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.lang a {
    font-weight: bold;
    font-size: 15px;
}

.lang p {
    font-weight: normal;
    font-size: 15px;
    color: white;
}

.input-group {
    display: none;
    position: absolute;
    right: 9%;
    top: 56px;
    max-width: 14%;
    width: 100%;
}

.active {
    color: #00b2b2 !important;
}

#search-addon {
    display: none;
}

.block-footer {
    width: 73%;
    margin: 0 auto;
    margin-top: 30px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-footer .block {
    width: 200px;
    height: 120px;
    text-align: center;
    margin-top: 16px;
    border: 1px solid #008F8D;
    border-radius: 2px;
    box-shadow: 0 2px 4.5px 1px rgba(0, 0, 0, 0.25);
    padding: 20px;
}
.footer_contact{
    width: 200px;
    height: auto;
    display: flex;
    align-items: center;
}
.footer_contact span {
    margin-left:25px;
    font-weight: bold;
    font-size: 22px;
    color: white;
}
.web_contact{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 80px;
    height: 57%;
}
.web_contact img{
    max-width: 31px;
    max-height: 31px;
    cursor: pointer;
}
.block-footer .block h5 {
    font-size: 22px;
    font-weight: 700;
    color: #008F8D;
}

.block-footer .block p {
    font-size: 18px;
    font-weight: 700;
    color: #008F8D;
    /* text-transform: capitalize; */
}

.category-mob {
    display: none;
}

.about {
    width: 100%;
}

.about .about-main .main-blocks {
    width: 100%;
    height: 473px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 24px;
}

.about .about-main .main-blocks .main-blog {
    width: 50%;
    margin-left: 11px;
    margin-top: 10px;
}

.about .about-main .main-blocks .main-blog h5 {
    margin-bottom: 10px;

    font-size: 16px;
    margin-top: 10px;
    font-family: "Noah", sans-serif;
    font-weight: bold;
}

.about .about-main .main-blocks .main-blog p {
    margin-top: 3px;
    font-size: 14px;
    line-height: 21px;

    letter-spacing: 0.1px;
    font-family: "Noah", sans-serif;
    font-weight: bold;
}

.about .about-main .main-blocks .main-blog hr {
    border: 1px solid #00B2B2;
    max-width: 33%;
    width: 100%;
    margin-top: -7px;
    margin-bottom: 15px;
}

.about .about-main .main-blocks .main-blog:nth-child(2) .img-blog {
    position: relative;
    margin-top: 10px;
}

.about .about-main .main-blocks .main-blog:nth-child(2) .h5 {
    margin-top: -23px;
}

.about .about-main .main-blocks .main-blog:nth-child(2) .img-blog img {
    position: absolute;
    left: 16px;
    top: -7px;
}

.about .about-main .main-blocks .main-blog .img-blog {
    width: 95%;
    height: 100%;
    position: relative;
}

.about .about-main .main-blocks .main-blog .img-blog img {
    width: 96.3%;
    position: absolute;
    height: 100%;
    top: -6px;
    right: 18px;
}
.yerevak_footer{
    width: 100%;
    padding:10px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
input[type="search"] {
    padding: 2px 10px;
    line-height: 28px;
    outline: none;
    opacity: 70%;

}


.head {
    max-width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 25px;
}

.head hr {
    margin-top: 65px;
    width: 120px;
    height: 1px;
    background-color: #00B2B2;
}

.head h2 {
    margin-top: 50px;
    padding: 0 10px;
    text-align: center;
    font-family: "Noah", sans-serif;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
}

.website-container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

.catalog {
    padding: 0 15px;
}

.catalog .catalog-blogs {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.catalog .catalog-blogs .cat-blog {
    max-width: 250px;
    width: 100%;
    border: 2px solid rgba(0, 143, 141, 0.7490196078);
    border-radius: 10px !important;
    transition: all 0.2s ease;
}

.catalog .catalog-blogs .cat-blog:hover {
    margin-top: -7px;
}

.catalog .catalog-blogs .cat-blog {
    margin-bottom: 7px;
}

.catalog .catalog-blogs .cat-blog p {
    font-size: 13px;
    margin-top: 9px;
    font-weight: bold;
    color: white;
    font-family: "Noah", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
}

.p-title {
    color: white !important;


}

.catalog .catalog-blogs .cat-blog .title {
    width: 100%;
    height: 33px;
    background-color: #008F8D;
    border-radius: 0px 0px 8px 8px;
}

.catalog .catalog-blogs .cat-blog .blog-img {
    width: 100%;
    height: 200px;
    position: relative;

}

.catalog .catalog-blogs .cat-blog .blog-img img {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 8px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;

    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    background-color: #343D23;
}

.cat-blog:hover .overlay {
    opacity: 50%;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.cat-blog:hover .hov-p {
    display: none;
}

.works-man .slider .swiper-wrapper {
    gap: 50px;
}

.works-man .slider .img-slid {
    max-width: 250px;
    width: 100%;
    height: 100px;
}

.works-man .slider .img-slid img {
    width: 100%;
    height: 100%;
}

.solution .solution-blogs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 54px;
}

.solution .solution-blogs .solution-blog {
    max-width: 240px;
    width: 100%;
}

.solution .solution-blogs .solution-blog h5 {
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 13px;
    font-family: "Noah", sans-serif;
}

.solution .solution-blogs .solution-blog p {
    font-size: 13px;
    text-align: center;
    line-height: 21px;
    font-family: "Noah", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.solution .solution-blogs .solution-blog .img-sol {
    width: 100%;
    height: 127px;
}

.solution .solution-blogs .solution-blog .img-sol img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

footer {
    margin-top: 100px;
    height: 250px;
}

footer .footer-blogs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .footer-blogs .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 252px;
    margin-top: 40px;
}

footer .footer-blogs .footer-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    gap: 40px;
    margin-top: 30px;
}

footer .footer-blogs .footer-blog ul li {
    list-style-type: none;
    margin-top: 12px;
}

footer .footer-blogs .footer-blog ul li a {
    line-height: 26px;
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-family: "Noah", sans-serif;
}

footer .footer-blogs .footer-blog .footer-logo {
    max-width: 135px;
    width: 100%;
    height: 100px;
}

footer .footer-blogs .footer-blog .footer-logo img {
    width: 100%;
    height: 100%;
}

footer .footer-blogs .footer-blog-two {
    margin-top: 30px;
    display: flex;
}

footer .footer-blogs .footer-blog-two p {
    color: white;
    margin-top: 22px;
    font-size: 17px;
    font-family: "Noah", sans-serif;
}

.footer_contact img {
    max-width: 16px;
}

footer .footer-blogs .footer-blog-two .span-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer .footer-blogs .footer-blog-two .span-blog .top {

}

footer .footer-blogs .footer-blog-two .span-blog .gap {
    line-height: 30px;
}

footer .footer-blogs .footer-blog-two span {
    color: white;
    line-height: 30px;
    font-size: 15px;
    font-family: "Noah", sans-serif;
}

footer .footer-blogs .footer-blog-two .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

footer .footer-blogs .footer-blog-two .address .icon {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 31px;
    margin-top: -4px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #00B2B2;
}

/*type page*/
.content-product {
    margin-top: 40px;
}

.content-product .product-blogs {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.content-product .product-blogs .prosuct-blog {
    max-width: 272px;
    width: 100%;
    border: 1px solid #008F8D;
    border-radius: 17px !important;
}

.content-product .product-blogs .prosuct-blog .product-img {
    width: 100%;
    height: 200px;
    padding: 10px;
}

.content-product .product-blogs .prosuct-blog .product-img img {
    width: 100%;
    height: 100%;
}

.content-product .product-blogs .prosuct-blog .title-product {
    width: 100%;
    height: 30px;
    border-radius: 0px 0px 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #008F8D;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-product .product-blogs .prosuct-blog .title-product {
    height: 39px;
}

.content-product .product-blogs .prosuct-blog .title-product p {

}

.content-product .product-blogs .prosuct-blog .title-product p {
    font-size: 15px;
    color: white;
    margin-left: 4%;
    display: flex;
    margin-left: 9px;
    margin-top: 9px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
}

a {
    text-decoration: none;
}

.tpes-h5 {
    margin-top: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
}

.tpes-h5 hr {
    max-width: 89%;
    width: 100%;
    margin-top: 15px;
    margin-left: 40px;
    border: 0.2px solid #008F8D;
}

.tpes-h5 h5 {
    font-size: 17px;
}

.lines hr {
    border: 1px solid white;
    margin-top: 0;
}

/*header-two*/
.header-two {
    width: 100%;
    height: 87px;
    background-color: #008F8D;
}

.solution .solution-blogs .solution-blog h5 a {
    color: black !important;
    font-weight: 600;
}

.solution .solution-blogs .solution-blog p a {
    color: #000000;
}

.header-two .header-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px;
}

.header-two .header-blocks .header-logo-two {
    max-width: 75px;
    width: 100%;
    height: 66px;
    margin-top: -15px;
}

.header-two .header-blocks .header-logo-two img {
    width: 100%;
    height: 104%;
    object-fit: cover;
    margin-top: 6px;
}

.header-two .header-blocks .head-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    margin-top: 30px;
}

.header-two .header-blocks .head-nav ul li {
    list-style-type: none;
}

.header-two .header-blocks .head-nav ul li a {
    font-weight: bold;
    color: white;
    text-decoration: none;
}

/*contact-page*/
.contact-page {
    margin-top: 40px;
    position: relative;
}

.contact-page .website-container {
    position: relative;
}

.contact-page .contact-blogs .contact-contect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    max-width: 75%;
    width: 100%;
    margin: 0 auto;
}

.contact-page .contact-blogs .contact-contect .cont-blog {
    max-width: 240px;
    width: 100%;
    height: 216px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

.contact-page .contact-blogs .contact-contect .cont-blog .blog .fa-location-dot {
    font-size: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -30px;
    margin-bottom: 30px;
    color: #008699;
}

.contact-page .contact-blogs .contact-contect .cont-blog .blog .fa-phone {
    font-size: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -30px;
    margin-bottom: 30px;
    color: #008699;
}

.contact-page .contact-blogs .contact-contect .cont-blog .blog .fa-envelope {
    font-size: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -30px;
    margin-bottom: 30px;
    color: #008699;
}

.contact-page .contact-footer {
    background-color: #008F8D;
    height: 400px;
    width: 100%;
    position: absolute;
    top: 146px;
    z-index: -1;
}

textarea {
    overflow: auto;
    resize: vertical;
    border: 0;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    border-radius: 5px;
}

.contact-page .contact-footer .contact-foot-blogs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-page .contact-footer .contact-foot-blogs .contact-foot-blog {
    margin-top: 100px;
}

.contact-page .contact-footer .contact-foot-blogs .contact-foot-blog p {
    color: white;
    margin-bottom: 5px;
    padding-top: 25px;
}

.contact-page .contact-footer .contact-foot-blogs .contact-foot-blog .cont-input {
    margin-top: 35px;
}

.contact-page .contact-footer .contact-foot-blogs .contact-foot-blog .cont-input input {
    width: 408px !important;
}

.contact-page .contact-footer .contact-foot-blogs .contact-foot-blog .cont-input .inp {
    border: none;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 30px;
    outline: none;
    color: white;
    font-size: 15px;
    background-color: #008F8D;
    max-width: 410px;
    width: 100%;
}
.solution-title{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 60px;
}
.somution-title-line{
    width: 74.8%;
    height: 2px;
    background-color: #008F8D;
    margin-left: 20px;
    margin-top:5px;
}
.contact-page .contact-footer .contact-foot-blogs .contact-foot-blog .cont-input [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: text-indent 0.4s 0.4s ease;
    transition: text-indent 0.4s 0.4s ease;
    text-indent: -100%;
    opacity: 1;
    color: white;
}
.solution-blog-title-content{
    width: 40%;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.solution-blog-image{
    max-width: 32px;
}
.solution-blog-title{
    margin-left: 10px;
    font-size: 32px;
    color: #008F8D;
    font-weight: bold;
}
.contact-page .contact-footer .contact-foot-blogs .contact-foot-blog .cont-input ::-webkit-input-placeholder { /* Most modern browsers support this now. */
    color: white;
}

.contact-page .contact-footer .contact-foot-blogs .contact-foot-blog .cont-input ::-moz-placeholder { /* Most modern browsers support this now. */
    color: white;
}

.contact-page .contact-footer .contact-foot-blogs .contact-foot-blog .cont-input :-ms-input-placeholder { /* Most modern browsers support this now. */
    color: white;
}

.contact-page .contact-footer .contact-foot-blogs .contact-foot-blog .cont-input ::-ms-input-placeholder { /* Most modern browsers support this now. */
    color: white;
}

.contact-page .contact-footer .contact-foot-blogs .contact-foot-blog .cont-input ::placeholder { /* Most modern browsers support this now. */
    color: white;
}

.contact-page .contact-footer .contact-foot-blogs .cont-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*types page*/
.types-block {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.types-block .first-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;

    max-width: 991px;
    width: 100%;
}

.types-block .first-types .type-blog {
    max-width: 228px;
    width: 100%;
    height: 244px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2509803922);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2509803922);
    border: 1px solid #008F8D;
    -webkit-box-shadow: #000000 25%;
    box-shadow: #000000 25%;
    cursor: pointer;
}

.types-block .first-types .type-blog h5 {
    margin-top: 4%;
    text-align: center;
    font-weight: 400;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
}

.types-block .first-types .type-blog .type-img {
    width: 100%;
    height: 190px;
    padding: 20px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
    border-bottom:1px solid  #008F8D;
}

.types-block .first-types .type-blog .type-img img {
    width: 100%;
    height: 100%;
    padding: 0 5px;
}

.types-block .first-types .type-blog:hover {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

.types-block .second-types {
    max-width: 225px;
    width: 100%;
    position: absolute;
    right: 10%;
}

.types-block .second-types .tpe-cat {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #00B2B2;
    margin-bottom: 20px;
    cursor: pointer;
}


.span hr {
    margin-top: 0px;
    border: 1px solid white;
}

.types-block .second-types .tpe-cat h5 {
    color: black;
    font-weight: 400;
    padding: 10px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    min-height: 32px;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
}

.types-block .second-types .tpe-cat:hover {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

.types-block .second-types .tpe-cat:hover h5 {

    color: white;

}

.hr-type {
    max-width: 73.5% !important;
    width: 100%;
}


.png1 {
    width: 41% !important;
    margin: 0 auto;
}

.png2 {
    width: 44% !important;
    margin: 0 auto;
}

.png3 {
    width: 50% !important;
    margin: 0 auto;
}

/*solution-page*/
.solution-page .solution-first-blog {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1px;
}

.solution-page .solution-first-blog h5 {
    font-size: 17px;
    font-weight: 400;
    margin-top: 7px;
}
.solution-page{
    margin-top: 40px;
}
.solution-page .solution-first-blog p {
    font-size: 15px;
    line-height: 22px;
    font-family: "Noah", sans-serif;
}

.solution-page .solution-first-blog img {
    float: right;
    width: 538px;
    height: 265px;
    object-fit: contain;
}

.solution-page .solution-secont-blog {
    width: 100%;
}

.solution-page .solution-secont-blog h5 {
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 18px;
    font-family: "Noah", sans-serif;
}

.solution-page .solution-secont-blog .solution-blogs .solution-first {
    width: 100%;
    display: flex!important;
    align-items: center;
}

.solution-page .solution-secont-blog .solution-blogs .solution-first h5 {
    margin: 0;
    padding-bottom: 20px;
}

.solution-page .solution-secont-blog .solution-blogs .solution-first p {
    height: auto;
    padding: 20px;
    font-size: 15px;
    line-height: 22px;
    font-family: "Noah", sans-serif;
    margin-bottom: 0px;
    border: 1px solid #008F8D;
}

.solution-page .solution-secont-blog .solution-blogs .solution-first .solut-img {
    width: 100%;
    max-width: 580px;
    min-width: 580px;
    height: 450px;
}

.solution-page .solution-secont-blog .solution-blogs .solution-first .solut-img img {
    width: 100%;
    height: 100%;
}

.solution-page .sol-h5 {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 0px;
    font-family: "Noah", sans-serif;
}

.solution-page .solution-tree-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
}

.solution-page .solution-tree-blog .div-p {
    width: 54%;
}

.solution-page .solution-tree-blog .div-p p {
    line-height: 23px;
    font-size: 15px;
    font-family: "Noah", sans-serif;
}

.solution-page .solution-tree-blog .div-img {
    max-width: 410px;
    width: 100%;
    height: 300px;
}

.solution-page .solution-tree-blog .div-img img {
    width: 100%;
    height: 100%;
}

.webite-container-title {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.cat-type-page {
    margin-top: 40px;
}

.cat-type-page .cat-content {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.cat-type-page .cat-content .cat-blog-first {
    max-width: 42%;
    width: 100%;
    height: 300px;
}

.cat-type-page .cat-content .cat-blog-first .cat-image {
    width: 100%;
    height: 100%;
}

.cat-type-page .cat-content .cat-blog-first .cat-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.cat-type-page .cat-content .cat-blog-two .span-bloks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.cat-type-page .cat-content .cat-blog-two .span-bloks .first-span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 28px;
}

.cat-type-page .cat-content .cat-blog-two .span-bloks .two-span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 28px;
}

.cat-type-page .cat-content .cat-blog-two .span-bloks .two-span .span-color {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 17px;
    gap: 10px;
}

.cat-type-page .cat-content .cat-blog-two .span-bloks .two-span .span-color .child-one {
    width: 24px;
    height: 11px;
    background-color: #F38129;
}


.catalog .catalog-blogs .cat-blog .blog-img {

    position: relative;
}

.back-div p {
    color: white !important;
    margin-top: 40% !important;
    text-align: center !important;
    color: #00b2b2 !important;
    font-size: 17px !important;
    font-weight: 700 !important;

}

.catalog .catalog-blogs .cat-blog .blog-img:hover .back-div {
    display: block;
    transition: all 1s;
    opacity: 80%;
}

.catalog .catalog-blogs .cat-blog:hover .cat-blog a p {
    display: none !important;
}

.div-button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;

}

form {
    display: flex;
}

.div-button button {
    max-width: 99px;
    width: 100%;
    height: 25px;
    background-color: white;
    color: black;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.div-button button:hover {
    background: #00b2b2;
    color: white;
    opacity: 70%;
}

.back-div {
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 70%;
    opacity: 0;
}

.back-div p {

    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    margin: 0 auto;
    margin-top: 37%;

}

.cat-type-page .cat-content .cat-blog-two .span-bloks .two-span .span-color .child-two {
    width: 24px;
    height: 11px;
    background-color: #00B2B2;
}

.cat-type-page .cat-content .cat-block-end {
    margin-top: 59px;
}

.cat-type-page .cat-content .cat-block-end hr {
    border: 0.8px solid #008F8D;
}

.cat-type-page .cat-content .cat-block-end .cat-end-bloks {
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
}

.cat-type-page .cat-content .cat-block-end .cat-end-bloks .blog {
    max-width: 49%;
    width: 100%;
    height: 110px;
}

.cat-type-page .cat-content .cat-block-end .cat-end-bloks .blog img {
    width: 100%;
    height: 100%;
}

.cat-type-page .cat-description {
    margin-top: 40px;
}

.cat-type-page .cat-description h5 {
    font-size: 17px;
    font-weight: 600;
}

.cat-type-page .cat-description p {
    margin-top: 13px;
    font-size: 15px;
    line-height: 22px;
}

@media only screen and (max-width: 1800px) {
    .website-container {
        max-width: 1100px;
        width: 100%;
        margin: 0 auto;
    }

    header .header-menu {
        width: 100%;
    }

    .webite-container-title {
        max-width: 1052px;
        width: 100%;
        margin: 0 auto;
    }

    .catalog .catalog-blogs .cat-blog {
        max-width: 243px;
        width: 100%;
    }

    .catalog .catalog-blogs .cat-blog .blog-img {
        width: 100%;
        height: 189px;
    }

    .search-blog {
        margin-left: 100px;
    }

    .catalog .catalog-blogs {
        gap: 18px;
    }

    .content-product .product-blogs .prosuct-blog {
        max-width: 252px;
        width: 100%;
    }

    .content-product .product-blogs .prosuct-blog .product-img {
        width: 100%;
        height: 191px;
    }

    .tpes-h5 hr {
        max-width: 88.5%;
        width: 100%;
    }

    .types-block .first-types .type-blog {
        max-width: 218px;
        width: 100%;
    }
}

@media only screen and (max-width: 1680px) {
    .website-container {
        max-width: 1050px;
        width: 100%;
        margin: 0 auto;
    }

    .webite-container-title {
        max-width: 1022px;
        width: 100%;
        margin: 0 auto;
    }

    header .header-menu {
        width: 100%;
    }

    .catalog .catalog-blogs .cat-blog {
        max-width: 328px;
        width: 100%;
    }

    .catalog .catalog-blogs .cat-blog .blog-img {
        width: 100%;
        height: 181px;
    }

    .content-product .product-blogs {
        gap: 25px;
    }

    .content-product .product-blogs .prosuct-blog {
        max-width: 243px;
        width: 100%;
    }

    .content-product .product-blogs .prosuct-blog .product-img {
        width: 100%;
        height: 183px;
    }

    .tpes-h5 hr {
        max-width: 87.8%;
        width: 100%;
    }

    .hr-type {
        max-width: 72.5% !important;
        width: 100%;
        border: 1px solid #008F8D;
    }

    .types-block .first-types .type-blog .type-img {
        width: 100%;
        height: 177px;
    }

    .types-block .first-types .type-blog {
        max-width: 184px;
        width: 100%;
    }

    .types-block .first-types .type-blog {
        max-width: 201px;
        width: 100%;
        height: 237px;
    }

    .search-blog {
        margin-left: 80px;
    }

    .types-block .second-types {
        right: 6%;
    }
}

@media only screen and (max-width: 1366px) {
    .website-container {
        max-width: 1010px;
        width: 100%;
        margin: 0 auto;
    }

    header .header-menu {
        width: 100%;
    }

    .search-blog {
        margin-left: 40px;
    }

    .webite-container-title {
        max-width: 990px;
        width: 100%;
        margin: 0 auto;
    }

    .catalog .catalog-blogs .cat-blog {
        max-width: 228px;
        width: 100%;
    }

    .catalog .catalog-blogs .cat-blog .blog-img {
        width: 100%;
        height: 177px;
    }

    .content-product .product-blogs .prosuct-blog {
        max-width: 233px;
        width: 100%;
    }

    .content-product .product-blogs {
        gap: 26px;
    }

    .content-product .product-blogs {
        gap: 26px;
    }

    .hr-type {
        max-width: 62.5% !important;
    }

    .types-block .first-types .type-blog .type-img {
        width: 100%;
        height: 214px;
    }

    .types-block .first-types .type-blog {
        max-width: 167px;
        width: 100%;
        height: 219px;
    }

    .types-block .first-types .type-blog .type-img {
        width: 100%;
        height: 160px;
    }

    .types-block .first-types {
        max-width: 752px;
        width: 100%;
    }

}

@media only screen and (max-width: 1280px) {
    .website-container {
        max-width: 960px;
        width: 100%;
        margin: 0 auto;
    }

    .webite-container-title {
        max-width: 940px;
        width: 100%;
        margin: 0 auto;
    }

    header .header-menu {
        width: 100%;
    }

    header .header-menu .header-menu-list .nav-list {
        gap: 76px;
    }

    header .header-menu .header-menu-list .nav-list ul .block-cat {
        right: 26%;
    }

    header .header-menu .header-menu-list .nav-list ul {
        gap: 26px;
        margin-top: 24px;
    }

    .catalog .catalog-blogs .cat-blog {
        max-width: 221px;
        width: 100%;
    }

    .catalog .catalog-blogs .cat-blog .blog-img {
        width: 100%;
        height: 165px;
    }

    footer .footer-blogs .footer-content {
        gap: 168px;
    }

    .content-product .product-blogs .prosuct-blog {
        max-width: 222px;
        width: 100%;
    }

    .content-product .product-blogs .prosuct-blog .product-img {
        width: 100%;
        height: 167px;
    }

    .tpes-h5 hr {
        max-width: 86.5%;
        width: 100%;
    }

    .content-product .product-blogs .prosuct-blog {
        max-width: 219px;
        width: 100%;
    }

    .types-block .first-types .type-blog {
        max-width: 220px;
        width: 100%;
        height: 219px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .types-block .first-types .type-blog .type-img {
        width: 100%;
        height: 160px;
    }

    .types-block .first-types {
        gap: 30px;
    }

    .types-block .first-types .type-blog {
        max-width: 220px;
        width: 100%;
    }

    .search-blog {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    header .header-menu .header-menu-list .nav-list ul {
        display: none;
    }

    header .header-menu .header-menu-list .nav-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 3%;
    }

    .catalog .catalog-blogs .cat-blog {
        max-width: 256px;
        width: 100%;
    }

    .about .about-main .main-blocks .main-blog .img-blog {
        width: 95%;
        height: 271px;
    }

    .about .about-main .main-blocks {
        height: 457px;
    }

    footer .footer-blogs .footer-content {
        gap: 65px;
    }

    /* .header-menu {
      display: none;
    } */
    .type-product {
        padding: 0 20px;
    }

    .types-block .second-types {
        right: 2%;
    }

    .nav-list {
        position: relative;
    }

    .mobiles-menu {
        position: absolute;
        right: -1%;
        /* right: -15px; */
        top: 17px;

    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        background-color: white;
        border: 0;
    }

    .fa-bars {
        color: black;
        font-size: 24px;
    }

    .dropdown-menu.show {
        position: absolute;
        transform: translate3d(-4px, 39px, 0px);
        top: 0px;
        left: -100% !important;
        will-change: transform;
        opacity: 92%;
    }

    .mobiles-menu {
        display: block;
    }

    header .header-menu .header-menu-list .nav-list .header-logo {
        max-width: 74px;
        width: 100%;
        height: 63px;
        margin-top: 11px;
    }

    .types-block .second-types {
        max-width: 189px;
        width: 100%;
    }
}

:root {
    --color-white-100: hsl(206, 5%, 98%);
    --color-white-200: hsl(206, 5%, 90%);
    --color-white-300: hsl(206, 5%, 80%);
    --color-white-400: hsl(206, 5%, 65%);
    --color-white-500: hsl(206, 5%, 50%);
    --color-black-100: hsl(213, 23%, 8%);
    --color-black-200: hsl(214, 21%, 6%);
    --color-black-300: hsl(210, 21%, 6%);
    --color-black-400: hsl(216, 22%, 4%);
    --color-black-500: hsl(220, 18%, 3%);
    --color-pink-100: hsl(326, 85%, 90%);
    --color-pink-200: hsl(327, 87%, 80%);
    --color-pink-300: hsl(329, 86%, 70%);
    --color-pink-400: hsl(330, 81%, 60%);
    --color-pink-500: hsl(333, 71%, 50%);
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a,
button {
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

img,
video {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.container {
    max-width: 75rem;
    height: auto;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.brand {
    font-family: inherit;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: var(--color-pink-500);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    -webkit-box-shadow: var(--shadow-medium);
    box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100);
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2rem;
    width: 100%;
    height: 3.5rem;
    margin: 0 auto;
}

.catalog .catalog-blogs .cat-blog .blog-img {
    height: 193px;
}

/* .catalog .catalog-blogs .cat-blog {
  max-width: 346px;
  width: 100%;
} */

@media screen and (max-width: 992px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 75%;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        -webkit-box-shadow: var(--shadow-medium);
        box-shadow: var(--shadow-medium);
        background-color: var(--color-white-100);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .navbar.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
    }
}

.menu-item {
    position: relative;
    display: inline-block;
    margin-left: 1.5rem;
}

.menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    text-transform: capitalize;
    color: var(--color-black-500);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-link > i.bx {
    font-size: 1.35rem;
    line-height: 1.5;
    color: inherit;
}

.menu-link:hover {
    outline: none;
    color: var(--color-pink-500);
}

@media only screen and (min-width: 993px) {
    .menu-dropdown:hover > .submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media only screen and (max-width: 992px) {
    .menu {
        width: 100%;
        height: auto;
        padding: 1rem 0;
    }

    .menu-item {
        display: block;
        margin: 0 auto;
    }

    .menu-link {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0.5rem 1.25rem;
    }
}

.submenu {
    position: absolute;
    top: 2.35rem;
    left: -2rem;
    min-width: 13rem;
    height: auto;
    padding: 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 2px solid var(--color-pink-400);
    -webkit-box-shadow: var(--shadow-medium);
    box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.submenu-item {
    display: block;
    margin-top: 0.75rem;
}

.submenu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: var(--color-black-500);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.submenu-link:hover {
    outline: none;
    color: var(--color-pink-500);
}

@media only screen and (max-width: 992px) {
    .submenu {
        position: relative;
        top: -0.5rem;
        left: 2.5rem;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
    }
}

.burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.75rem;
    height: 1rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    border: none;
    outline: none;
    background: var(--color-black-500);
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
}

.burger-line:nth-child(3) {
    top: 1rem;
}

@media only screen and (max-width: 992px) {
    .burger {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 992px) {
    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width: 720px) {
    .solution-page .solution-first-blog img {
        float: right;
        width: 663px;
        height: 265px;
        margin-bottom: 10px;
    }

    .solution-page .solution-secont-blog .solution-blogs {
        flex-wrap: wrap;
    }

    .solution-page .solution-secont-blog .solution-blogs .solution-first {
        max-width: 100%;
        width: 100%;
    }

    .solution-page .solution-secont-blog .solution-blogs .solution-first .solut-img {
        height: 303px;
        margin-bottom: 15px;
    }

    .solution-page .solution-tree-blog {
        flex-wrap: wrap;
    }

    .solution-page .solution-tree-blog .div-p {
        width: 100%;
    }

    .solution-page .solution-tree-blog .div-img {
        max-width: 100%;
        width: 100%;
        height: 300px;
    }

    .dropdown-menu.show {
        position: absolute;
        transform: translate3d(-4px, 39px, 0px);
        top: 0px;
        left: -143% !important;
        will-change: transform;
        opacity: 92%;
    }

    .mobiles-menu {
        position: absolute;
        right: 4%;
    }

    .category-mob {
        display: block;
    }

    .second-types {
        display: none;
    }

    .types-block .second-types {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    .solution .solution-blogs {
        flex-wrap: wrap;
        justify-content: center;
    }


    .catalog .catalog-blogs .cat-blog {
        max-width: 31%;
        width: 100%;
    }

    .catalog .catalog-blogs .cat-blog .blog-img {
        height: 150px;
    }

    footer {
        height: 433px;
    }

    footer .footer-blogs .footer-content {
        flex-wrap: wrap;
    }

    footer .footer-blogs .footer-content {
        justify-content: center;
    }

    footer .footer-blogs .footer-blog {
        justify-content: center;
    }

    .cat-description {
        padding: 0 10px;
    }

}

@media only screen and (max-width: 580px) {
    .website-container {
        max-width: 100%;
        width: 100%;
        padding: 0 10px;
    }

    .about .about-main .main-blocks .main-blog .img-blog {
        width: 95%;
        height: 196px;
    }

    .about .about-main .main-blocks {
        gap: 15px;
    }

    .about .about-main .main-blocks {
        height: auto;
        flex-wrap: wrap;
    }

    .about .about-main .main-blocks .main-blog {
        max-width: 90%;
        width: 100%;
    }

    .catalog .catalog-blogs .cat-blog {
        max-width: 30%;
        width: 100%;
    }

    .cat-type-page .cat-content {
        flex-wrap: wrap;
    }

    .cat-type-page .cat-content .cat-blog-first {
        max-width: 79%;
        width: 100%;
    }

    .cat-blog-two {
        margin-top: -34px;
    }

    .cat-type-page .cat-content .cat-block-end hr {
        width: 80%;
    }

    .slider-header {
        height: 340px;
    }

}

@media only screen and (max-width: 480px) {

    .catalog .catalog-blogs .cat-blog .blog-img {
        height: 120px;
    }

    .catalog .catalog-blogs .cat-blog {
        max-width: 30%;
        width: 100%;
    }

    .solution .solution-blogs {
        gap: 40px;
    }

    .solution .solution-blogs .solution-blog {
        max-width: 164px;
        width: 100%;
    }

    .block-footer {
        gap: 7%;
    }

    .fa-magnifying-glass {
        margin-left: 17px !important;
        margin-top: 3px !important;;
        color: white;
    }

    .lang {
        margin-top: 40px;
    }

    /* .me-2{
      display: none;
      position: absolute;
    }

    .input-group{
      position: absolute;
    } */
    .me-2 {
        margin-top: -35px;
    }

    .solution-page .solution-first-blog img {
        height: 182px;
    }

    .solution-page .solution-secont-blog .solution-blogs .solution-first .solut-img {
        width: 100%;
        height: 195px;
        margin-bottom: 10px;
    }

    .solution-page .solution-tree-blog .div-img {
        max-width: 100%;
        width: 100%;
        height: 187px;
    }

    .head hr {
        width: 103px;
    }

    .dropdown-menu.show {
        left: -112% !important;
    }

    header .header-menu .header-menu-list .nav-list {
        margin-right: 8%;
    }

    .block-footer .block h5 {
        font-size: 16px;
    }

    .block-footer .block p {
        font-size: 13px;
    }

    .block-footer .block {
        margin-top: 17px;
    }

    .head h2 {
        font-size: 21px;
    }

    .head hr {
        width: 122px;
    }

    footer .footer-blogs .footer-content {
        gap: 0px;
    }

    footer .footer-blogs .footer-blog .footer-logo {
        max-width: 114px;
        width: 100%;
        height: 70px;
    }

    header .header-menu .header-menu-list .nav-list .header-logo {
        max-width: 57px;
        width: 100%;
        height: 54px;
    }

    .dropdown-toggle {
        background-color: white;
    }

    footer .footer-blogs .footer-blog ul li a {
        font-size: 14px;
    }

    footer .footer-blogs .footer-blog-two span {
        font-size: 14px;
    }

    footer {
        height: 355px;
    }
}

@media only screen and (max-width: 390px) {
    .catalog .catalog-blogs .cat-blog {
        max-width: 46%;
        width: 100%;

    }

    .block-footer {
        gap: 8%;
    }

    .block-footer .block p {
        font-size: 12px;
    }

    .head hr {
        width: 92px;
    }

    .solution .solution-blogs {
        gap: 15px;
    }

    .solution .solution-blogs .solution-blog p {

        -webkit-line-clamp: 3;
    }

    footer .footer-blogs .footer-blog-two p {
        font-size: 12px !important;
    }

    footer .footer-blogs .footer-blog .footer-logo {
        height: 61px;
    }

    footer .footer-blogs .footer-blog {
        margin-top: 15px;
    }
}
