@import url('https://fonts.googleapis.com/css2?family=Rokkitt:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Bubbles&display=swap');

body{
    background-color: #fff;
    direction: ltr;
    font-family: 'Rokkitt', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
}

h1, h2, h3, h4, h5, hr{
  margin: 0;
  padding: 0;
}

button{
  cursor: pointer;
}

a{
  text-decoration: none;
  color: inherit;
}

img{
  display: block;
  max-width: 100%;
}


.main-list,
.category,
.category-l, 
.contact-bar,
.gallery,
.interest-news,
.menu-catalog-list,
.dropdown-menu,
.navbar-nav,
.com-list{
  padding: 0;
  margin: 0;
}
 li{
  list-style: none;
}

.nav-item,
.dropdown-item,
.gallery-item,
.category-it,
.category-item,
.related-item,
.main-item,
.com-item{  
  list-style: none;
}




.section{
  padding: 57px 0;
}

.title{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
}

.subtitle{
  text-align: center;
  margin-bottom: 25px;
}


.pay-text  ul{
 padding: revert;
 margin: revert;
}

.pay-text li{
 list-style: inherit;
}

.pay-text  h1{
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 25px;
}

.pay-text  h2{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
}

.pay-text  h5,
.pay-text  h4,
.pay-text  h3{
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 25px;
}

.pay-text p{
    margin-bottom: 25px;
}

@keyframes buttonFr {
  0% {
    transform: scale(1.1);
  }
  25% {
      transform: scale(1);
  }
  50% {
     transform: scale(0.9);
  }
  75% {
     transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.header-logo{
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding:  19px 0;
}

.header-logo-img-box img{
  width: 50px;
  height: 50px;
}

.header-logo-title{
  font-size: 26px;
  font-weight: 600;
  color: #44000D;
}

.navbar{
  padding:  10px 0;
}

.navbar-toggler{
  width: auto;
  border: none;
}

.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active{
  box-shadow: none;
}

.bi-list{
  transition: color 0.5 ease-out;
}

.bi-list:hover,
.bi-list:focus{
  color: #818181;
}

.nav-item{
  transition: color 0.5s ease-out;
}

.nav-item:hover,
.nav-item:focus{
  color: #818181;
}

.offcanvas-header {
  justify-content: end;
}

.menu-catalog-list,
.navbar-nav,
.contact-bar{
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.menu-catalog-list{
  margin-left: 19px;
}
.contact-bar li > a{
  word-break: break-word;
}

.wrapper{
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}

.about-me{
  background-color: #00000004;
  padding: 7px 10px;
  text-align: center;
  margin-bottom:  19px;
  font-weight: 600;
}

.about-me-img-box{
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
  width: 220px;
  height: 220px;
}

.about-me-img{
  object-fit: contain;
}

.about-me-description{
  text-align: center;
  margin-bottom:  19px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}

.about-me-description::before{
  content: "";
  display: inline-block;
  width: 60px;
  position: absolute;
  margin-left: -30px;
  left: 50%;
  bottom: 0;
  border-top: 1px solid ;
}

.about-me-quote{
  text-align: center;
}

.newsletter-description-aus,
.newsletter-description{
  text-align: center;
  margin-bottom:  19px;
}

.newsletter-form,
.newsletter-form-aus{
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.newsletter-input{
  width: 100%;
  padding: 7px 10px;
  border-radius: 3px;
  border-width: 1px;
}

.gallery-container{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery-title{
  background-color: #00000004;
  padding: 7px 10px;
  text-align: center;
  margin-bottom:  19px;
  font-weight: 600;
  width: 100%;
}

.gallery{
  display: flex;
  flex-direction: row-reverse;
  gap:  5px;
  margin-bottom:  5px;
  padding: 0;
  margin: 0;
}


.gallery-item{
    flex: 1;
}

.gallery-item img {
    width: 100%;
    height: 145px;
    object-fit: cover;
}

.interest-title{
  background-color: #00000004;
  padding: 7px 10px;
  text-align: center;
  margin-bottom:  19px;
  font-weight: 600;
}

.related-item{
  padding: 22px 0;
  transition: scale 0.5s ease-out;
}

.related-item:hover,
.related-item:focus{
  scale: 1.05;
}

.related-box{
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.related-img{
  width: 100px;
  object-fit: contain;
}

.related-info p{
  font-weight: 600;
  margin-bottom: 19px;
}

.category-it{
  justify-content: space-between;
  padding: 19px 0;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;

}

.category{
  display: flex;
  flex-direction: row;
  gap: 19px;
  justify-content: center;
  padding: 19px 0;
  flex-wrap: wrap;
}

.category-item{
  display: flex;
  gap: 19px;
  align-items: baseline;
  justify-content: center;
}

.date-post{ 
  display: flex;
  flex-direction:  row-reverse;
  gap: 7px;
  align-items: center;
  justify-content: space-around;
  color: #999999;
}

.contact-me-wr{
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  align-items: center;
  gap: 19px;
}

.contact-me-box{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.bi-dash{
  transform: rotate(90deg);
}

.contact-me-box a > i{
  transition: color 0.5s ease-out;
}

.contact-me-box a > i:hover,
.contact-me-box a > i:focus{
  color: #818181;
}

.main-list{
  display: flex;
  gap: 22px;
}

.main-container{
  gap: 19px;
  display: flex;
  flex-direction: column;
}

.main-item{
  display: flex;
  flex-direction: column;
  gap: 19px;
  flex: 1;
  padding: 19px;
  box-shadow: 0px 12px 28px 0px rgba(140, 149, 159, 0.15);
}

.main-img-box{
  margin: 0 auto;
  height: 200px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-img-box img{
  object-fit: contain;

  width: 100%;
  height: 100%;
}

.main-content-box{
  flex: 1;
}

.main-category{
  font-size: 12px;
  margin-bottom: 10px;
}

.main-title-box{
  min-height: 75px;
}

.main-title{
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: color 0.5s ease-out;
  font-size: 20px;
}

.main-title:hover,
.main-title:focus{
  color: #818181;
}

.main-date-post{
  color: #818181;
  margin-bottom: 19px;
}

.main-content{
  margin-bottom: 19px;
}

.main-btn-more{
  color: #818181;
  background: white;
  z-index: 999;
  position: relative;
  padding: 0 10px;
  transition: color 0.5s ease-out;
}

.main-btn-more-box{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-btn-more:hover,
.main-btn-more:focus{
  color: #222831;
}

.main-btn-more-box::before{
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  background: #dedede;
  display: block;
  top: 49%;
  z-index: 1;
}

.about-us-wr{
  display: flex;
  flex-direction:  column;
  gap: 19px;
}

.about-us-box{
  padding: 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-us-qoute{
  text-align: start;
  padding-top: 19px;
  padding-bottom: 19px;
}

.about-us-img-wr{
  width: 200px;
  height: 200px;
}

.about-us-img-wr img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.about-us-title{
  text-transform: uppercase;
  padding-bottom: 19px;
}

.about-us-text-box{

}

.footer{
  background-color: #00000004;
  padding: 26px 0;
}

.footer-container{
  display: flex;
  flex-direction: column;
  gap:  19px;
}

.footer-privacy-wr{
  display: flex;
  flex-direction: column;
  gap:  19px;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}

.footer-privacy{
  transition: color 0.5s ease-out;
  color: #818181;
}

.footer-privacy:hover,
.footer-privacy:focus{
  color: #222831;
}


.footer-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
  color: lightgrey;
}

.page-title{
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.page-author{
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 19px;
}

.page-img-box{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 19px;
}

.page-main-content{
  margin-bottom:  19px;
}

.price-box{
  background-color: #00000004;
  padding: 7px 10px;
  text-align: center;
  margin-bottom:  19px;
}

.page-form-wr{
  display: flex;
  flex-direction: column;
  gap: 19px;
    margin-bottom:  19px;
}

.page-form-i{
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.page-form-item input,
.page-form-item textarea{
  width: 100%;
  padding: 7px 15px;
  border-radius: 3px;
  background-color:  #00000004;
  border: none;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
}


.page-form-checkbox{
  display: flex;
  gap: 10px;
  align-items: center;
}

.page-comment-desc{
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding: 19px ;
}

.page-date-post{
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-contact-me-box{
  display: flex;
  gap: 7px;
  justify-content: center;
}

.com-title{
  background-color: #00000004;
  padding: 7px 10px;
  text-align: center;
  margin-bottom:  19px;
}

.com-name-box{
  display: flex;
  flex-direction:  row-reverse;
  align-items: center;
  margin-bottom: 19px;
  gap: 10px;
}

.com-img-box{
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
  width: 70px;
  height: 70px;
}

.com-img{
  object-fit: contain;
  width: 100%;
  height: 100%;
  scale: 1.7;
}

.com-contanet{
  flex: 2;
  text-align: start;
}

.leave-com{
  background-color: #00000004;
  padding: 7px 10px;
  text-align: center;
  margin-bottom:  19px;
}

.com-form-wr{
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.com-form-box{
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.com-form-name-wr{
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.com-form-input input,
.com-form-input textarea{
  width: 100%;
  padding: 7px 15px;
  border-radius: 3px;
  background-color:  #00000004;
  border: none;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
}

.com-form-check{
  display: flex;
  gap: 10px;
}

.contact{
  display: flex;
  flex-direction: column;
    gap: 19px;
    text-align:  start;
}

.contact-wr{
  display: flex;
  flex-direction: column;
    gap: 19px;
}

.contact-item{
  padding: 7px 15px;
  border-radius: 3px;
  background-color:  #00000004;
  border: none;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
}

.contact-text{
  font-weight: 600;
  word-wrap: break-word;
}

@media (min-width: 480px){
.contact-me-wr{
  flex-direction:  row-reverse;
}
}

@media (max-width: 767px){
  .main-title{
    font-size: 18px;
  }

  .bi-dash-n{
    display: none;
  }

  .main-list{
    flex-direction: column !important;
  }
}

@media (min-width: 768px){
.collapse{
  justify-content: center;
}

.main-container{
  display: flex;
  gap: 22px;
  flex-direction:  row-reverse;
  flex-wrap: wrap;
}

.main-list{
  flex: 1;
}

.footer-privacy-wr{
  flex-direction: row-reverse;
}

.footer-text{
  flex-direction: row-reverse;
  gap: 5px;
}

.page-img-box{
  float:  none;
}

.page-author{
  flex-direction: row-reverse;
}

.page-form{
  text-align: start;
}


.page-form-i,
.page-form-ta{
  flex: 1;
}

.page-form-item textarea{
  height: 100%;
}

.page-comment-desc{
  justify-content: space-between;
  flex-direction: row-reverse;
}

.com-form-box{
  flex-direction: row-reverse;
}

.com-form-box > div{
  flex: 1;
}

.com-form-input textarea{
  height: 100%;
}

.contact-wr{
  flex-direction:column;
}

.contact-wr > div{
  flex: 1;
}

.about-us-wr{
  flex-direction: row-reverse;
}
}

@media (max-width: 991px){
  .dropdown{
    display: none;
  }
}

@media (min-width: 992px){
.wrapper{
  flex-direction: row-reverse;
}
.sidebar{
  flex: 1;
}
.content{
  flex: 3;
}

.header-logo{
  padding: 22px 0;
}

.header-logo-title{
  font-size: 35px;
}

.dropdown-menu[data-bs-popper] {
  left: -150;
}

.navbar{
  padding: 19px 0;
}

.navbar-nav{
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  gap:  57px;
  align-items: center;
  
}

.navbar-expand-lg .offcanvas .offcanvas-body {
  justify-content: center;
}

.menu-catalog-list,
.hr-none,
.contact-bar{
  display: none;
}

iframe{
  height: 500px;
}
}
.page-form{
  display: flex;
  flex-direction: column;
}
.page-form-checkbox{
  margin: 17px 0px;
}
.input-fieldcolumngroup{
  width: 100%;
  padding: 7px 15px;
  border-radius: 3px;
  background-color: #00000007;
  border: none;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
  margin: 17px 0px;
}
.textarea-fieldcolumngroup{
  width: 100%;
  padding: 7px 15px;
  border-radius: 3px;
  background-color: #00000007;
  border: none;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
}
.page-img-box{
  margin: 10px;
}