*{
  font-family: 'PT Sans', sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* font-size: 10px; */
}
html{
  font-size: 10px;
}

li{
  list-style-type: none;
}

.cursor{
  cursor: pointer;
}

@font-face {
  font-family: "Post No Bills Jaffna"; 
  src: url("../fonts/PostNoBillsJaffna-Bold.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: bold; 
} 

.container_1110{
  width: 1110px;
  padding: 0 15px;
  margin: 0 auto;
}
.container_1920{
  max-width: 100vw;
  margin: 0 auto;
}

.container_new{
  padding: 0 0;
}

body{
  background-color: #000000;
  color: #ffffff;
}

.head{
  font-size: 1.2rem;
  height: 44px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #969696;
}

.head__left{
  display: flex;
  flex-direction: row;
}

.head__right{
  display: flex;
  flex-direction: row;
}

.vertLine{
  padding: 0 15px;
}

.head__right img,
.head__left img{
  width: 13px;
  height: 13px;
  margin-right: 14px;
}

.header-logo a{
  font-family: "Post No Bills Jaffna";
  font-size: 3.6rem;
  color: #ffffff;
  text-decoration: none;
}

.header,
.header-menu{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #0F0F0F;
}

.header{
  height: 80px;
}
.header-icons img{
  width: 20px;
  height: 20px;
}

.header-menu{
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  color: #969696;
}
.header-menu li:nth-child(3){
  margin-right: 45px;
}

.header-menu li:not(:last-child){
  padding: 31px 20px;
}

.header-menu li:not(:last-child):hover{
  background-color: #1F1F1F;
  cursor: pointer;
}

.header-icons img:nth-child(1){
  margin-right: 44px;
}

main{
  background: url("../img/fon1.png") 0 0/cover no-repeat;
  background-position: 50% 50%;
  /* max-width: 1920px; */
  height: 810px;
  margin: 0 auto;
}

.main__logo{
  width: 320px;
  height: 320px;
}

.main__logo{
  border: 4px solid #FFFFFF;
}

.line{
  height: 2px;
  background-color: #FFFFFF;
  margin: 0 68px;
}

.main__logo p:nth-child(1){
  font-family: Post No Bills Jaffna;
  font-size: 6.4rem;
  line-height: 6rem;
  text-align: center;
  text-transform: uppercase;
}

.main__logo p:nth-child(3){
  font-family: PT Sans;
  font-size: 2.2rem;
  line-height: 4.5rem;
  text-align: center;
  text-transform: uppercase;
}
.main__logo{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main__content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main__text{
  font-size: 1.6rem;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  max-width: 730px;
  margin-top: 80px;
}

main{
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.card-watch{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contentBody__watch{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin: 90px 0 90px;
  /* align-items: center; */
  /* min-width: 1040px;
  min-height: 730px; */
}

.contentBody_line{
  width: 120px;
  height: 1px;
  background: #ffffff;
}

.watch{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}



.card-watch img{
  box-sizing: unset;
  padding: 55px 22px;
  margin-bottom: 25px;
  width: 70%;
  /* max-width: 215px;
  max-height: 214px; */
  background-color: #191B1C;
}

.card-watch{
  width: 33%;
}

.card-watch p{
  margin-bottom: 10px;
  font-family: Playfair Display;
  font-size: 1.8rem;
  line-height: 2.1rem;
}

.contentBody__watch h3,
.contentBody_line{
  margin: 0 auto 50px;
  font-family: Playfair Display;
  font-size: 3.6rem;
  line-height: 4.2rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.contentBody__fon2{
  background: url("../img/fon2.png") 0 0/cover no-repeat;
  background-position: 50% 50%;
  width: 50%;
  /* min-width: 880px; */
  /* min-height: 730px; */
  /* max-height: 1000px; */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;

}

  .contentBody1,
  .contentBody2{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .contentBody2{
    margin-bottom: 120px;
  }

  .contentBody__fon2 h3{
  font-family: Playfair Display;
  font-size: 3.6rem;
  line-height: 4.2rem;
  text-transform: uppercase;
  }

  .catalog{
  border: 1px solid #FFFFFF;
  padding: 12px 28px;  
  font-family: PT Sans;
  font-size: 1.8rem;
  line-height: 2.3rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 100px;
  transition-duration: 0.5s;
  }

  .catalog:hover{
    background-color: #ffffff;
    color: #000000;
  }
  .catalog:active{
  transform: scale(0.8)
}

  .contentBody__fon2 h3,
  .fon2_line{
    margin-bottom: 30px;
  }

  .contentBody__fon3{
    background: url("../img/fon3.png") 0 0/cover no-repeat;
    background-position: 50% 50%;
    width: 50%;
    /* min-width: 880px; */
    min-height: 600px;
    margin: 0 auto;
  }

  .contentBody__collection{
    padding: 0 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    /* min-width: 1040px; */
    min-height: 600px;
  }

  .contentBody__collection h3,
  .fon3_line{
    margin-bottom: 40px;
    font-family: Playfair Display;
    font-size: 3.6rem;
    line-height: 4.2rem;
    text-transform: uppercase;
  }

  .contentBody__collection p{
    font-family: PT Sans;
    text-align: center;
    font-size: 1.4rem;
    line-height: 150%;
    margin-bottom: 60px;
  }

  .see__catalog{
    margin: 0;
  }

.cards-watch_new{
  /* min-width: 1110px; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

/* .card-watch_new:not(:last-child){
  margin-right: 23px;
} */

.card-watch_new{
  margin-bottom: 40px;
  width: 25%
}

.new_h3{
  font-family: Playfair Display;
  font-size: 3.6rem;
  line-height: 4.2rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.line_new{
  margin-bottom: 80px;
}

.card-watch_mb{
  margin-bottom: 150px;
}

.brends_h3{
  margin: 0 auto;
  font-family: Playfair Display;
  font-size: 3.6rem;
  line-height: 4.2rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.line_brends{
  margin-bottom: 40px;
}

.brends__coco img{
  width: 255px;
  height: 94px;
}

.brends__coco{
  display: flex;
  justify-content: space-between;
  margin-bottom: 74px;
}

.footer__container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 100px;
  padding-top: 80px;
}

h5{
  font-family: Playfair Display;
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.footer__shop{
  width: 33%;
  padding-right: 30px;
  max-width: 350px;
}

.footer__shop-text{
  font-family: PT Sans;
  font-size: 1.4rem;
  line-height: 150%;
}

.footer__category{
  width: 33%;
  padding-right: 90px;
}

.cats{
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cat{
  padding: 10px 20px;
  background-color: #000000;
  margin-bottom: 20px;
}

.cat:hover{
  background-color: #191B1C;
}

.footer{
  background: url("../img/footer.png") 0 0/cover no-repeat;
  background-position: 50% 50%;
  height: 400px;
  margin: 0 auto;
}

.footer__rassyl{
  /* min-width: 350px; */
  width: 33%;
}

.footer__rassyl-text{
  padding-bottom: 35px;
}

.footer__form{
  display: flex;
  flex-direction: row;
}

.follow{
  background-color: #000000;
  padding: 15px 20px;
  text-transform: uppercase;
  transition-duration: 0.5s;
  max-width: 210px;
}

input{
  padding-left: 15px;
  width: 210px;
  height: 42px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
}

::-webkit-input-placeholder{
  color: #ffffff;
} 

.follow:hover{
    background-color: #ffffff;
    color: #000000;
  }

.follow:active{
  transform: scale(0.8)
}

  .foot{
  display: flex;
  justify-content: space-between;
  font-family: PT Sans;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #D0D0D0;
  padding: 17px 10px;
  }

.figma a{
  color: #ffffff;
}








@media (max-width: 1800px){
  .container_1920{
    max-width: 100vw;
  }
/* }
@media (max-width: 1700px){
  .container_1920{
    max-width: 1700px;
  }
}
@media (max-width: 1600px){
  .container_1920{
    max-width: 1600px;
  }
}
@media (max-width: 1500px){
  .container_1920{
    max-width: 1500px;
  }
} */

@media (max-width: 1440px){
  .container_1920{
    max-width: 1440px;
  }
}

@media (max-width: 1200px){
  /* .container_1920{
    max-width: 1180px;
  } */
  .contentBody__collection {
    padding: 0 70px;
  }
    .card-watch_new {
    width: 30%;
  }
  .brends__coco img{
  width: 40%;
  height: 160px;
  padding: 0 15px;
}

.brends__coco{
  flex-wrap: wrap;
}
}

@media (max-width: 1024px){
  .container_1110,
  .container_1920{
    max-width: 100vw;
  }
}

@media (max-width: 850px){
  /* .container_1110,
  .container_1920{
    max-width: 850px;
  } */
  .footer__form{
  display: flex;
  flex-direction: column;
  }
  .contentBody__collection {
    padding: 0px 45px;
  }
}


@media (max-width: 770px){

  .brends__coco img {
    width: 100%;
    height: 200px;
  }

  .footer__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    margin-bottom: 50px;
    padding-top: 40px;
    /* height: 100vh; */
  }
  .footer__shop,
  .footer__category,
  .footer__rassyl{
    width: 100%;
  }
  .footer__shop{
    padding-bottom: 75px;
    padding-right: 0;
  }
  .footer__category {
    width: 100%;
    padding-right: 0;
  }
  .footer__shop-text{
    font-size: 2.4rem;
    text-align: justify;
  }
  .cats {
    max-width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
  }
  h5{
    text-align: center;
  }
  .cat{
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    font-size: 2rem;
  }
  .footer__rassyl-text {
    padding-bottom: 45px;
    font-size: 2.4rem;
  }
  input {
    width: 100%;
    font-size: 2rem;
    padding: 25px 20px;
  }
  .follow {
    background-color: rgba(255, 255, 255, 0.2);
    max-width: 100%;
    font-size: 2rem;
    margin-top: 20px;
  } 
  /* .container_1110,
  .container_1920{
    max-width: 770px;
  } */
  .header__burger.active::before{
    transform: rotate(45deg);
    top: 13px;
  }
  .header__burger.active::after{
    transform: rotate(-45deg);
    bottom: 13px;
  }
  .header__burger.active span{
    transform: scale(0);
  }


  .header__burger{
    position: relative;
    top: 2px;
    z-index: 3;
    display: block;
    width: 50px;
    height: 30px;
  }

  .header__burger.active{
    overflow: hidden;
  }
  .header__burger:before,
  .header__burger:after{
    content: '';
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .header__burger:before{
    top: 0;
    
  }
  .header__burger:after{
    bottom: 0;
    
  }
  .header__burger span{
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 2px;
    top: calc(50% - 2px);
    transition: all 0.3s ease 0s;
  }
  .menu__burger{
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color:gray;
    padding-top: 90px;
    transition: all 0.3s ease 0s;
  }
.menu__burger.active{
  top: 0;
  }
  .menu__burger ul{
    display: flex;
    flex-direction: column;
  }
  .menu__burger ul a{
    margin-bottom: 50px;
  }


  
  .header{
    position: sticky;
    top: 0;
  }
  .footer__form{
  display: flex;
  flex-direction: column;
  }
  
  .header-menu li:nth-child(3) {
    margin-right: 0px;
  }
  .header-icons img:nth-child(1) {
    margin-right: 20px;
  }
  .contentBody1,
  .contentBody2{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contentBody__fon2 {
    width: 100%;
    min-height: 730px;
  }
  .contentBody__fon3 {
    width: 100%;
  }
  .contentBody__watch {
    width: 100%;
  }
  .contentBody__collection {
    width: 100%;
    min-height: 500px;
  }
  html{
    font-size: 8px;
  }
  
}

@media (max-width: 450px){
  /* .container_1110,
  .container_1920{
    max-width: 450px;
  } */
  .block{
    display: none;
  }
  .card-watch img {
  padding: 30px 0px;
  width: 90%;
  }
  .contentBody__fon2,
  .contentBody__fon3 {
    width: 100%;
    height: 100vh;
  }
  .contentBody__collection {
  padding: 0px 40px;
  }
  .brends__coco img {
    height: 160px;
  }
/*
  .footer__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    margin-bottom: 50px;
    padding-top: 40px;
  }
  .footer__shop,
  .footer__category,
  .footer__rassyl{
    width: 100%;
  }
  .footer__shop{
    padding-bottom: 75px;
    padding-right: 0;
  }
  .footer__category {
    width: 100%;
    padding-right: 0;
  }
  .footer__shop-text{
    font-size: 2.4rem;
    text-align: justify;
  }
  .cats {
    max-width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
  }
  h5{
    text-align: center;
  }
  .cat{
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    font-size: 2rem;
  }
  .footer__rassyl-text {
    padding-bottom: 45px;
    font-size: 2.4rem;
  }
  input {
    width: 100%;
    font-size: 2rem;
    padding: 25px 20px;
  }
  .follow {
    background-color: rgba(255, 255, 255, 0.2);
    max-width: 100%;
    font-size: 2rem;
    margin-top: 20px;
  }  */
}

@media (max-width: 425px){
  /* .container_1110,
  .container_1920{
    max-width: 425px;
  } */
  .card-watch_new {
    width: 40%;
  }
  .watch{
    flex-wrap: wrap;
  }
  .card-watch{
    width: 70%;
  }
}

@media (max-width: 375px){
  /* .container_1110,
  .container_1920{
    max-width: 375px;
  } */
  .contentBody__collection {
    padding: 0px 17px;
  }
  .footer__shop-text {
    font-size: 2.2rem;
  }
  .footer__shop {
    padding-bottom: 125px;
  }
}

@media (max-width: 325px){
  /* .container_1110,
  .container_1920{
    max-width: 325px;
  } */
}










/* @media (max-width: 1440px){
  .container_1920{
  max-width: 1440px;
}
}

@media (max-width: 1200px){
  .contentBody__collection {
    padding: 0 80px;
}
}
@media (max-width: 1100px){
  .container_1920,
  .container{
  max-width: 1024px;
  }
  .brends__coco img {
    width: 45%;
    height: 150px;
  }
  .brends__coco{
    flex-wrap: wrap;
  }

  .contentBody__collection {
    padding: 0 50px;
  }
  .card-watch_new {
    margin-bottom: 40px;
    width: 30%;
}
}
@media (max-width: 1024px){
  .container_1920,
  .container{
  max-width: 1024px;
  }
  .card-watch_mb {
    margin-bottom: 100px;
  }
  .card-watch img {
    padding: 25px 0px;
    margin-bottom: 25px;
    width: 90%;
  }
  .contentBody__watch {
    margin: 80px 0 80px;
  }
  .contentBody__collection {
    padding: 0 30px;
  }
  
  .card-watch_new {
    width: 26%;
}
}

@media (max-width: 760px){
  .container_1920,
  .container{
  max-width: 760px;
  }
  .follow{
  padding: 15px 20px;
  max-width: 210px;
  }
  .footer__form{
  flex-direction: column;
  }
  .brends__coco img {
    width: 50%;
    height: 170px;
}
} */

/* @media (max-width: 1200px) {
  .contentBody__collection {
  padding: 0 50px;
  }
  .contentBody__watch {
  margin: 50px 0 40px;
  }
  .card-watch img {
  padding: 45px 10px;
  margin-bottom: 24px;
  width: 80%;
  }


}

@media (max-width: 1024px) {
  html,
  .container,
  .container_1110,
  .footer__container,
  .footer,
  main{
    max-width: 1024px;
  }
  .card-watch_new {
    width: 33%;
  }
  .card-watch_mb {
    margin-bottom: 100px;
  }
}

@media (max-width: 500px){
  .card-watch_new {
    width: 50%;
  }
  .contentBody1,
  .contentBody2 {
  flex-direction: column;
  }
  .contentBody__watch {
  margin: 50px auto 40px;
  }
  .contentBody__fon2 {
  width: 100%;
  min-height: 730px;
  }
  .contentBody__watch {
    width: 100%;
    margin: 100px 0 130px;
  }
  .head {
  font-size: 1.4rem;
  height: 70px;
  } 
  .header li{
  font-size: 1.5rem;
  }
  .main__text {
  font-size: 2rem;
  }
  .catalog {
    padding: 24px 50px;
    font-size: 3rem;
  }
  .contentBody__fon3 {
    width: 100%;
    min-height: 700px;
    margin-bottom: 90px;
  }
  .contentBody__collection {
    padding: 0 100px;
    width: 100%;
    min-height: 600px;
  }
  .contentBody__collection p {
  font-size: 2.4rem;
  margin-bottom: 90px;
  }
  .contentBody_line {
  width: 15%;
  }
  .card-watch p {
  font-size: 2.8rem;
  }
  .brends__coco img {
    width: 40%;
    height: 150px;
  }
  .brends__coco{
    flex-wrap: wrap;
  }
  .foot {
    font-size: 1.6rem;
  }
  .footer__category{
  width: 33%;
  padding-right: 90px;
  font-size: 1.8rem;
  }
  .footer__rassyl{
  /* min-width: 350px; */
  /* width: 33%;
  font-size: 1.8rem;
  }

  .footer__rassyl-text{
  padding-bottom: 35px;
  font-size: 1.8rem;
  }
  input {
  width: 150px;
  }
  .footer__shop-text {
  font-size: 1.8rem;
  line-height: 120%;
  }
  .footer__container {
  padding-top: 60px;
  }
  .foot{
    height: 70px;
    padding: 25px 10px;
  }


} */ 