@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

:root {
  --white: #fff;
  --black: #180707;
  --accent-color: #8d6e63;
  --dark-text:   #999999;  
  --white-section:#00000008;

  
}

.section{
    padding: 80px 0;
   
}
.section5{
    padding: 0 0 60px 0;
}

.title{
    color: var(--black);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0;   
    margin-bottom: 27px;
}

.bi{
    height: auto;
}

.privacy-box p{
  margin-bottom: 10px;
  text-indent: 3ch;
}
.privacy-box h1{
    font-weight: 700;
    text-align: center;
    margin-bottom:  29px;
}
.privacy-box h2{
    font-weight: 600;
    text-align: center;
    margin-bottom:16px ;
}
 .privacy-box table,.privacy-box a{
    word-break: break-word;
    color: inherit;
}


.header__logo{
color: var(--accent-color);
font-size: 18px;
display: flex;
align-items: center;

text-align: left;
gap: 20px;
 transition: all 0.5s;
}
.header__logo:hover{
color: var(--accent-color);
}
.header__logo img{
width: 53px;
max-height: 53px;
padding: 7px;
}
.logo{
    display: none;
}

body{
    direction: ltr;
    font-family: 'Oswald', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
    color: #313131;
    background-color: #f1f0ef
}
h1,
h2,
h3,
h4,
h5,
p{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: inherit;
    transition:  .5s;
}
a:hover{
    color: var(--white);
}
img{
max-width: 100%;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.header986{
    position: relative;
   
}
.hero356{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 90px 0;
    background-image: url(files/img/elegant_bg_2025-03-18_09-00-320.jpg);
    background-position: center center;
    background-size: cover; 
    background-repeat: no-repeat;
}
.background-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--black);
    opacity: .75;
    transition: background .3s,border-radius .3s,opacity .3s;
   
}

.header-title{
    position: relative;
    font-size: 50px;
    text-align: center;
    color: #ECECEC;
}
.header-nav{
    background: #111111;
    border-bottom: 1px solid #ECECEC;
    border-top: 1px solid #ECECEC;
}

.nav-link{
    position: relative;
    color: var(--dark-text);
    text-transform: uppercase;
    font-weight: 500;
}
.nav-link:hover,.nav-link:focus,.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--accent-color);
   
}

.nav-link::before{
    content: "";
    position: absolute;
    bottom: 5px;
    transition: all 0.5s;
    height: 2px;
    left: 50%;
    width: 0;
    background: var(--accent-color)
}
.nav-link:hover.nav-link::before,.nav-link:focus.nav-link::before{
    left: 0;
    width: 100%;
}
.navbar-toggler{
    color: var(--white);
}
 .dropdown-item a{
        color: var(--dark-text);
}
.dropdown-item a:hover{
    color: var(--accent-color);
}
.dropdown-item{
    white-space: normal;
}
.dropdown-item a{    
    padding: 12px 0;
    font-size: 13px;    
    word-break: break-word;
    line-height: 1.4;
    transition: color 0.3s, background-color 0.3s;    
    text-align: left;
    border-left: none !important;
    border-bottom: 1px solid #3d3838;  
    vertical-align: top;
    color: var(--dark-text);
    display: inline-block;
    width: 100%;
}
.navbar-toggler{
display: flex;
gap: 10px;
align-items: center;
margin-left: auto;
margin-right: auto;
}
.nav-sticky{
position: fixed;
top: 0px; 
left: 0;
width: 100%;
z-index: 999;
}
.mabi-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
    gap: 16px;
}
.mabi-item{
    
    width: 30%;

}
.penci-fea-in{
    position: relative;
    overflow: hidden;
}
.penci-fea-in::before{
   position: absolute;
  content: "";
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #fff;    
   opacity: 0.4; 
  transition: all 0.4s ease-in-out;
   z-index: 1;
}
.mabi-box{
    
    height: 346px;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 5px;    
    filter: grayscale(80%);
    transition: all 0.4s ease-in-out;
   
}
.mabi-tex{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    background: #fff;
    color: #313131;
    padding: 0 15px;
    min-width: 120px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-align: center;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
}
.mabi-item:hover .penci-fea-in::before{
    opacity: 1;
}
.mabi-item:hover .mabi-box{
    transform: scale(1.05);
}
.mabi-item:hover .mabi-tex{
    color: var(--accent-color);
}
.footerLk55{
    background: var(--black);
    color: var(--dark-text);
}
.bottom-footer{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: row-reverse;
    align-items: center;
    
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
}
.footer-logo{
    display: flex;
    align-items: center;           
    gap: 20px; 
    font-size: 14px;   
    justify-content: center; 
    transition: all 0.4s ease-in-out;
}
.footer-logo img{
    width: 20px;
    height: 20px;
}
.footer-politikL55{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;

}
.footer-politikL55 a{
    font-size: 14px;
    transition: all 0.4s ease-in-out;
}
.footer-politikL55 a:hover,.footer-logo:hover{
    color: var(--accent-color);
}
.main-footer{
    display: flex;
    margin: 0 -30px;
    justify-content: center;
}
.main-footer > div{
    padding: 60px 30px 40px 30px;
}
.footer-nav{
    text-align: end;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-nav,.footer-contact{
    flex: 0 0 23%;
}
.title-ft{
    color: var(--white);
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 26px;
}
.menu-footer{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.menu-footer_item a{
    color: inherit;
    transition: all 0.4s ease-in-out;
}
.menu-footer_item a:hover,.info-contact a:hover{
    color: var(--accent-color);
}
.bl-contact-info{
    display: flex;
    margin-bottom: 15px;
}
.footer-contact{
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.icon-contact{
    color: #c3835e;
    font-size: 22px;
}
.info-contact{
    padding-left: 15px;
    padding-top: 3px;
}
.info-contact h5{
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--white);
}
.ins-footer {
    flex: 1 0 0;
    text-align: center;
}
.sbi_images{
   display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 17px;
}
.sbi_item{
    width: 30%;
}
.sbi__item{
    width: 100%;
    height: 100%;
}
.sbi__item img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
    filter: grayscale(80%);
    transition: all 0.4s ease-in-out;
}
.sbi_item:hover .sbi__item img{
    opacity: 0.65;
}
.filtr-img{
    filter: grayscale(80%);
}
.contact-page10{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    flex-direction: row-reverse;
}
.contact-page10__item{
    flex-grow: 1;
    flex-basis: 300px;
    transition: all 0.4s ease-in-out;
}
.contact-page10__wrapper{
    padding: 15px;
    width: 100%;
    height: 100%;
}
.contact-page10__iner{
    background: #fff;
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
    padding-bottom: 33px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
}
.contact-page10-iconbox-icon{
    position: relative;
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
    line-height: 60px;
    background: var(--accent-color);
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    z-index: 2;
}
.contact-page10-iconbox-icon::before{
    position: absolute;
    content: '';
    top: -12px;
    left: 60px;
    border-width: 0 13px 12px 0;
    border-style: solid;
    border-color: var(--accent-color);
    border-right-color: transparent;
    border-left-color: transparent;
    display: block;
    transition: all .4s;
    opacity: .7;
}
.contact-page10-iconbox-icon::after{
    position: absolute;
    content: "";
    right: 0;
    height: 11px;
    width: 100%;
    top: -11px;
    z-index: -4;
    transition: all .5s;
    background-color: var(--accent-color);
    transform: scale(1,1.2);
}
.contact-page10-info{
    padding: 10px 35px 0;
}
.contact-title{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.contact-page10-info a:hover{
    color: var(--accent-color);
}
.contact-page10__item:hover .contact-page10__iner{
    transform: scale(1.05);
}
.contact-form{
    display: flex;
    flex-direction: row-reverse;

}
.contact-form >div{
    flex: 1;
}
.contact-form__map{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.contact-form__map iframe{
    height: 100%;
    width: 100%;
}
.contact-form__wrapper{
    padding: 10px 20px;
}
.contact-form-check{
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 20px 0;
}
.form-check-label a{
 text-transform: lowercase;
 transition: .2s;
}
.form-check-label a:hover{
    color: var(--accent-color);
}
.form-check-label{
    font-size: 14px;
    margin-left: 5px;
}
.form-box{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.contact-form-name-box{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.contact-form-item input,.contact-form-textarea textarea{
    background: #fff;
    padding: 12px 18px;
    line-height: 24px;
    border: 1px solid #dddddd;
    width: 100%;
    resize: vertical;
    outline: none;
}
.input-wrapper{
    display: flex;
    gap: 10px;
}
.form-title{
    font-weight: 600;
    color: var(--black);
    font-size: 32px;
    text-align: center;
    margin-bottom: 27px;
}
.form-btn button{
    width: 100%;
}
.section-wrapper{
    display: flex;
    position: relative;
    gap: 60px;
    padding: 60px 0;
    flex-direction:  column-reverse;
 
}
.section-wrapper::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:  url(files/img/bgopacity_2025-03-20_09-00-320.png);
    background-position: center;
    background-size: cover; 
    background-repeat: no-repeat;
    z-index: -1;
    background-attachment: fixed;
}
.section-color{
    background: #dfcac8;
}
.wrapper-blog{
    width: 100%;
    display: flex;
    gap: 50px;  
    flex-direction:  row-reverse;
}
.blog-main{
    width: 71%;
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
}
.page-blog{
   width: 71%; 
}
.sidbar{
    width: 29%;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    gap:  40px;
    
}
.blog-item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    flex: 1;
    border-radius: 5px;
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
}
.blog-top__wrapper{
    display: flex;
    gap: 20px;
    width: 100%;
    height: 100%;
    flex-direction: column-reverse;
}
.blog-img-link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.blog-img{
    height: 400px;
    width: 100%;   
    object-fit: cover;
    filter: grayscale(80%);
    transition: all 0.4s ease-in-out;
    border-radius: 4px;
}
.page-img{
    object-fit: cover;
    filter: grayscale(80%);
    transition: all 0.4s ease-in-out;
    border-radius: 4px;
}
.section-blog{
    padding: 0 0 60px 0;
}
.blog-top{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    flex-direction:  column-reverse;
    
}
.blog-pad{
    padding: 0 10px;
}
.blog-elem{
    display: flex;
    align-items: center;
    gap: 15px;
    color: #8d6e63;
    font-size: 13px;
    line-height: 1.2;
}
.blog-title,.page-title{
    color: #313131;
    font-size: 24px;
    text-transform: uppercase;
    transition: .2s;
    text-align: center;
}
.blog-title:hover{
    color: var(--accent-color);
}
.content-tex{
    text-align: justify;
}
.blog-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.blog-meta{
    width: 100%;
    padding: 15px 10px;    
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin: 30px 0 0;
}
.penci-box-meta{
    display: block;
    font-size: 14px;
}
.penci-box-meta span{
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.blog-data::after{
    content: "";
    width: 0;
    height: 10px;
    margin: 0 16px 0 20px;
    display: inline-block;
    background: none !important;
    border-right: 1px solid;
    opacity: 0.7;
}
.blog-item-list{
    display: flex;
    gap: 30px;
    
    flex-direction: column-reverse;

}
.page-content_wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.page-text{  
   font-size: 17px;
    line-height: 1.6;   
}
.page-text p{
    margin-bottom: 10px;
    text-indent: 3ch;
}
.page-text ul,ol{
    list-style: inside;
}
.post-tags{
    color: #888;    
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.post-tags li{
    text-transform: uppercase;
    color: #888;
    padding: 6px 12px 5px;
    margin-right: 10px;
    display: inline-block;
    font-size: 11px !important;
    background: none;
    border: 1px solid;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    outline: none;
    font-weight: normal;
    line-height: 1.2;
}
.post-tags li:last-child{
    margin-right: 0;
    display: none;
}
.price{
    display: flex;
    justify-content:  start;
    color: var(--black);
    gap:  8px;
    font-size: 22px;
    font-weight: 700; 
    
}
.page-content_wrapper .blog-meta{
    border-color: #8888;
}
.post-title-box{   
    padding-top: 36px;
    margin-bottom: 30px;
    text-align: center;
}
.post-title-box h4{
    font-size: 18px;
    color: var(--black);
    font-weight: 700;
}
.author-img{
    float: left;
    margin-right: 20px;
    width: 60px;
}
.author-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(80%);
    border-radius: 50%;
}
.comment-text{
    margin-left: 80px;
    position: relative;
    display: flex;
    flex-direction:  column-reverse;
    gap:  8px;
}
.rating i{
    color: #f7c633;
    margin: 0 1px;
}
.comment-text h3{
    font-size: 17px;
    font-weight: 600;
}
.com-add{
    display: none;
    border-top: 1px solid #8888;
}
.title-com{
    text-align: center;
    font-weight: 700;
    font-size: 20px;    
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 27px;
}
.forms .post-title-box{
    border-top: 1px solid #8888;
}
.grup-button{
    display: flex;
    justify-content: space-between;
}
.formBox{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.page-input,.input-user__component__control,.textarea-user__component__control{
    padding: 15px 20px;
    border: 1px solid #DEDEDE;
    width: 100%;
   
    font-size: 14px;
    color: #313131;
    background: #f1f0ef;
    outline: none;
}
.sidbar_about{
    width: 100%;
}
.statey-titl{
   
    margin-bottom: 30px;   
    font-weight: 700;
    position: relative;
    text-align: center;
    line-height: 1.3;
    background: transparent;
}
.statey-titl span{
    background-color: #111111;
    border: 1px solid #313131;
    color: #ffffff;
    position: relative;
    display: block;
    text-transform: uppercase;
    padding: 8px 12px 7px;
    z-index: 1;
    font-size: 14px;
}   
.statey-titl::before{
    position: absolute;
    content: ""; 
    border-color: transparent;  
    border-width: 6px;
    border-bottom: 0;
    margin-left: -6px;
    z-index: 1;
    width: 0;
    height: 0;
    bottom: -4px;
    border-top-color: #111111;
    border-style: solid;  
    left: 50%;
}
.statey-titl::after{
    content: "";
    position: absolute;
    display: block;
    border-color: transparent;
    bottom: -2px;
    left: 50%;
    top: auto;
    right: auto;
    border-width: 6px;
    border-bottom: 0;
    margin-left: -6px;
    z-index: 1;
    width: 0;
    height: 0;
    border-top-color: #111111;
    border-style: solid;
   
}
.about{
    display: flex;
    gap: 20px;
    flex-direction: column;
   
}
.about_box{
    display: flex;
    gap: 20px;
    flex-direction: column-reverse;
}
.about-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-img img{
    object-fit: cover;
    border-radius: 50%;
    height: 346px;
    width: 100%;
    filter: grayscale(80%);   

}
.about-me-heading{
   color: var(--black);
    font-size: 18px;    
    font-weight: bold;
    padding-bottom: 16px;
    line-height: 1.3;
    margin-bottom: 19px;
    position: relative;
}
.about-me-heading::before{
    content: "";
    display: inline-block;
    width: 60px;
    position: absolute;
    margin-left: -30px;
    left: 50%;
    bottom: 0;
    border-top: 1px solid var(--accent-color);
}
.about-content{
    text-align: center;
}
.buton{
    width: 100%;
}
.gallery-list{
    display: grid;
    overflow: hidden;
    grid-row-gap: 5px;
    grid-column-gap: 5px; 
    grid-template-columns: repeat(2,1fr);
}
.grid-item{
    position: relative;
    width: 100%;
    
}
.grid-item::before,.grid-item::after{
    position: absolute;
    content: "";
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;   
    opacity: 0;   
   
    transition: opacity 0.35s, transform 0.35s;
    z-index: 2;
   
}
.grid-item::after{
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
      transform: scale(1, 0);
    
}
.grid-item::before{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;   
     transform: scale(0, 1);
}
.grid-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 260px;
    min-height: 150px;
    padding: 5px;
     border-radius: 4px;
    
}
.grid-item:hover.grid-item::before,.grid-item:hover.grid-item::after {
    opacity: 1;  
    transform: scale(1);
}
.newsletter-list{
    display: flex;
    
    flex-direction: column-reverse;
}
.newsletter-item{
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-left: 0;
    position: relative;
    border-bottom: 1px solid #8888;
    font-size: 14px;
    color: var(--dark-text);
    
}
.side-item{
    overflow: hidden;
}
.side-item_img{
    float: left;
    margin-right: 20px;
}
.side-item_img img{
    width: 120px;
    max-height: 100px;
    object-fit: cover;
    border-radius: 4px;
}
.side-item-text{
    font-weight: 600;
    color: var(--black);
    transition: color 0.35s,
}
.caregors li{
    margin-bottom: 11px;
    padding-bottom: 12px;    
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.35s,
}
.caregors li:hover,.newsletter-item:hover .side-item-text{
    color: var(--accent-color);
} 
.caregor-tex{
    display: flex;
    align-items: center;
    gap: 8px;
}
.caregors li:not(:last-child){
border-bottom: 1px solid #8888;
}


 

@media (max-width: 575px){
  
   button{
    width: 100%;
   }
   .button{
    width: 100%;
   }
   .navbar-toggler{
    width: auto;
   }
   .header-title {
    font-size: 32px;
   }
   .title{
    font-size: 20px;
  }
   .sbi_images{
    flex-direction: column-reverse;
    gap: 10px;
   }
   .sbi_item{
    width: 100%;
   }
   .main-footer > div {
        padding: 40px 20px 15px 20px;
   }
   .contact-page10__wrapper {
    padding: 0;
   }
   .contact-form__wrapper,.contact-form__map{
    padding: 0;
   }
  
}
@media (min-width: 575px) and (max-width: 768px){
   .title{
    font-size: 22px;
  }
  .main-footer > div {
    padding: 40px 30px 20px 30px;
 }
}    
@media (max-width: 767px){
 .mabi-list{
    flex-direction:  column-reverse;
 }
 .mabi-item{
    width: 100%;
 }
 .main-footer {
    margin: 0;
 }
 .blog-item-list{
    flex-direction: column;
 }
 .grup-button {
    flex-direction: column;
    gap: 15px;
 }
}
 @media (max-width: 768px){
  .bottom-footer{
    flex-direction:  column-reverse;
  }
 
  
}

@media (min-width: 768px) and (max-width: 991.98px){
    .main-footer > div {
        padding: 60px 20px 40px 20px;
    }
    
}
@media (min-width: 200px) and (max-width: 991.99px){
   .dropdown-menu{
      background: transparent;
      border: 0;
      border-radius: 0;      
      
    }
    .nav-link{
        margin: 0 20px 0 0;
    }
   
   
}
@media (min-width: 992px){
  .navbar-nav{
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
  }
   .dropdown-menu{
    background-color: #111111;
    border-top: 1px solid #3d3838;
    border-top-right-radius:0 ;
    border-top-left-radius:0 ;
    box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);

   } 
   .dropdown-item a{
       min-width: 300px;
   }
   
   .dropdown-item a:hover{
        color: #8d6e63;
   }
   .dropdown-item:focus, .dropdown-item:hover{
    background: transparent;
   }

   .notBorder a{
    border-bottom: none;
   }
   .dropdown-menu[data-bs-popper] {
     margin-top: 8px;
   }
 
}

@media (max-width: 992px){
   .main-footer {
    flex-direction: column-reverse;
  }
  .footer-nav,.footer-contact,.bl-contact-info {
    justify-content: center;
    text-align:  center;
    
  }
  .footer-nav,.footer-contact {
    border: none;
  }
  .ins-footer{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .contact-form {
    gap: 20px;
    flex-direction: column-reverse;
  }
  .contact-form__map iframe{
    height: 346px;
  }
  .wrapper-blog{
    flex-direction: column;
  }
  .blog-main{
    width: 100%;
  }
  .sidbar{
    width: 100%;
  }
  .about-img img{
    height: 300px;
    object-fit: contain;
    border-radius: 0;
  }
  .page-blog{
    width: 100%;
  }

}

@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 1200px){
.input-wrapper{
    flex-direction: column;
}
}




