
/* inter-regular - latin */
@font-face {
    font-family: 'Inter';
    font-weight: 400;
    src: url('../fonts/inter-v7-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/inter-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/inter-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/inter-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/inter-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/inter-v7-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
  }
  /* inter-700 - latin */
  @font-face {
    font-family: 'Inter';
    font-weight: 700;
    src: url('../fonts/inter-v7-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/inter-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/inter-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/inter-v7-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/inter-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/inter-v7-latin-700.svg#Inter') format('svg'); /* Legacy iOS */
  }
  /* merriweather-700 - latin */
  @font-face {
    font-family: 'Merriweather';
    font-weight: 700;
    src: url('../fonts/merriweather-v28-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/merriweather-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/merriweather-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/merriweather-v28-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/merriweather-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/merriweather-v28-latin-700.svg#Merriweather') format('svg'); /* Legacy iOS */
  }

  
  /* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

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

div , span {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Убираем внешние отступы */
body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}

html{
    box-sizing: border-box;
    scroll-behavior: smooth;

  }

  :root {
    --body-color: #000;
    --text-color: #fff;
    --hover-color: #BDAE82;
  }

  *,*::before, *::after{
    box-sizing: inherit;
  }
  
a{
    text-decoration: none;
}

li{
    list-style: none;
  }

  body{
     background-color: #000;
    overflow-x: hidden;
  }

  .container {
    max-width: 1440px;
    padding: 0 20px ;
     width: 100%;
     margin: 0 auto;
    
   }

   .light-style{
     background-color: var(--body-color);
   }

   .title{
    
    width: 50%;
    
    font-family: Merriweather;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    bottom: 20px;
    color: var(--hover-color);   
    margin: 0 auto;
    overflow: hidden; 
    margin-top: 100px;
    margin-bottom: 60px;
   }

   .section-title{
    
    display: inline-block;
    vertical-align: middle;
   }

   .title::after{
     content: "";
     position: relative;
     display: inline-block;
     vertical-align: middle;
     width: 50%;
     height: 2px;
     background-color:  var(--hover-color);
     margin-right: -100%;
     right: -20px;
     
   }

   .title::before{
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: 2px;
    background-color:  var(--hover-color);
    margin-left: -100%;
    left: -20px;
   
  }

   /* header*/
   .header{
     width: 100%;
     max-height: 90px;
     height: 100%;
     background: url('./assets/img/bg-1sec.jpg');
      background-repeat: no-repeat;
      background-position: center 0;
   }

   .header-container{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        
   }

   .logo{
     margin: 20px;
     width: 50px;
     height: 50px;
     background-image: url('./assets/svg/logo.svg');
     background-size: contain;
     background-repeat: no-repeat;
     transition: all 0.2s linear;
   }

   .logo:hover{
     filter: invert(26%) sepia(15%) saturate(638%) hue-rotate(7deg) brightness(92%)
     contrast(87%);
   }

   .nav-block{
      margin-left: auto;
   }

   .nav-list{
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     align-self: flex-end;
     margin-top: 20px;
     margin-bottom: 20px;   
    
   }

    .nav-item{
     margin-right: 30px;
   }
   
   .nav-link{
     font-family: Inter;
     font-style: normal;
     font-weight: normal;
     font-size: 20px;
     line-height: 50px;
     color: #FFFFFF;
     cursor: pointer;
     position: relative;
 
     transition: color 0.2s linear;
   }
 
   .nav-link:hover{
     color:  #BDAE82;;
   }

.language{
     width: 70px;
     height: 50px;
     margin-right: 20px;
}

.text-language{
     font-family: Inter;
     font-style: normal;
     font-weight: bold;
     font-size: 20px;
     line-height: 50px;
     
     text-align: center;
     cursor: pointer;
     color: #FFFFFF;
     
}

.text-language.active{
     color:  #BDAE82;
}

.text{
     font-family: Inter;
     font-style: normal;
     font-weight: bold;
     font-size: 20px;
     line-height: 50px;
     
     text-align: center;
     margin:0 4px;

     color: #FFFFFF;
}

.sun-btn{
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  width: 45px;
  height: 45px;
  cursor: pointer;
  margin-right: 20px;
  z-index: 1;
  transition: 0.3s;
}

.sun-btn:hover{
  filter: invert(26%) sepia(15%) saturate(638%) hue-rotate(7deg) brightness(92%)
     contrast(87%);
}

.light-icon{
  background-image: url('./assets/svg/moon.svg');
  
  
}

.darck-icon{
  background-image: url('./assets/svg/sun.svg');
  
}

.nav-burger{
  width: 50px;
  height: 50px;
  padding-top: 11px;
  cursor: pointer;
  top: 20px;
  right: 64px;
  display: none;
  
}

.nav-burger:hover{
  filter: invert(26%) sepia(15%) saturate(638%) hue-rotate(7deg) brightness(92%)
     contrast(87%);
}

.line-nav1, .line-nav2, .line-nav3{
  display: block;
  width: 50px;
  height: 2px;
  margin-bottom: 11px;
  background-color: #FFFFFF;
  transition: 0.3s;
}

/*start hero section*/
#hero{
     width: 100%;
     height: 820px;
     
     background-image: url('./assets/img/bg-1sec.jpg');
     background-position: center -90px;
     background-repeat: no-repeat;
     padding-top: 160px;
     padding-left: 80px;
}

.section-title-main{
     font-family: Merriweather;
     font-style: normal;
     font-weight: bold;
     font-size: 60px;
     line-height: 120px;

     color: #FFFFFF;
}

.text-inf{
     max-width: 470px;
     width: 100%;
     min-height: 120px;
     font-family: Inter;
     font-style: normal;
     font-weight: normal;
     font-size: 20px;
     line-height: 40px;

     color: #FFFFFF;
     margin-top: 10px;
     margin-bottom: 25px;
}

.button-style{
    max-width: 220px;
    width: 100%;
     height: 55px;
     background-color: #BDAE82;
     color: #000;
     border: 0;
     font-family: Inter;
     font-style: normal;
     font-weight: normal;
     font-size: 20px;
     line-height: 40px;
     transition: 0.2s;
}

.button-style:hover{
     color: #FFFFFF;
}

/*end hero section*/

/*start skills section*/
.skills-items {
  width: 100%;
  min-height: 240px;
  display: flex;
  justify-content: space-between;
  
  gap: 40px;
}

.item-card {
  max-width: 320px;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: 62px 50px;
  background-repeat: no-repeat;
  padding: 0 20px;
}

.item-card:nth-child(1) {
  background-image: url('./assets/svg/camera.svg');
 
}

.item-card:nth-child(2) {
  background-image: url('./assets/svg/video.svg');
  
}

.item-card:nth-child(3) {
  background-image: url('./assets/svg/image.svg');
  
}

.item-card:nth-child(4) {
  background-image: url('./assets/svg/mic.svg');
  
}

.title-skill-card{
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  text-align: center;

  color: var(--text-color);
  margin-top: 100px;
}

.text-skill-card{
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  text-align: center;

  color: var(--text-color);
  margin-top: 20px;
}

/* end skills section*/

/*start portfolio section*/
.portfolio-section{
  width: 100%;
  min-height: 1500px;
}

.buttons-items{
  max-width: 895px;
  min-height: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
}

.button-black{
  width: 220px;
  background-color: transparent;

  border: 2px solid #BDAE82;
  box-sizing: border-box;
  border-radius: 0px;

  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  text-align: center;

  color: var(--hover-color);
  transition: 0.3s;
  z-index: 1;
}

.button-black:hover{
  color: var(--text-color);
  background-color: #bdae82;
}

.button-black.active{
  background-color: #BDAE82;
  color: #000;
  transition: 0.3s;
}

.button-black.active:hover{
  color: #FFFFFF;
}

.images-items{
  
  width: 100%;
  min-height: 1145px;
  display: flex;
  flex-wrap: wrap;
  
  justify-content: space-around;
  margin-top: 60px;
}

.card-img{
  max-width: 450px;
  width: 90%;
  height: 560px;
  margin-bottom: 25px;
}
/* end portfolio section*/

/*start video section*/
.video-section{
  max-width: 1400px;
  width: 100%;
  max-height: 945px;
}

.video{
  max-width: 1400px;
  height: 705px;
  background-image: url('./assets/img/video-player.jpg');
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-button{
  width: 130px;
  height: 130px;
  position: absolute;
  content: "";
  border: 0;
  background-color: transparent;
  background-image: url('./assets/svg/Play_hover.svg');
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s;
}

.play-button:hover{
  filter: invert(26%) sepia(15%) saturate(638%) hue-rotate(7deg) brightness(92%)
    contrast(87%);
}

/*end video section*/

/*start price section*/
.price-section{
  width: 100%;
  min-height: 845px;
  padding-bottom: 75px;
}

.price-cards{
  max-width: 1400px;
  width: 100%;
  min-height: 505px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.price-card{
  max-width: 450px;
  width: 100%;
  height: 505px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 3px solid #BDAE82;
  box-sizing: border-box;
  border-radius: 0px;
  padding: 40px;
  margin-bottom: 25px;
}

.title-card-price{
 
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 56px;
  text-align: center;

  color: var(--text-color);
  
}

.price{
  
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  display: block;
  color: #BDAE82;
  margin: 20px 0;
}

.text-price{
  
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  display: block;
  color: var(--text-color);
  
}

.text-price:nth-child(7){
  margin-bottom: 40px;
}

/*end price section*/

/* start contact section*/
.contacts{
  background-image: url('./assets/img/bg-contacts.jpg');
  background-repeat: no-repeat;
  background-size: auto 700px;
  background-position: center center;
}

.contact-section{
  max-width: 1400px;
  width: 100%;
  height: 700px;
  
  display: flex;
  justify-content: flex-end;
  
}

.inf-contact-container{
  max-width: 450px;
  width: 100%;
  height: 445px;
  margin-top: 60px;
  display: block;
  
}

.title-contat-section{
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 80px;
  color: #BDAE82;
  margin-bottom: 40px;
}

.emaill-input{
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #BDAE82;
  box-sizing: border-box;
  border-radius: 0px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.textarea-box{
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #BDAE82;
  box-sizing: border-box;
  border-radius: 0px;
  padding-left: 20px;
  padding-top: 5px;
  margin-bottom: 30px;
  resize: none;
}

::placeholder {
  font-family: inherit;
  color: #bdae82;
  font-size: 20px;
  line-height: 40px;
}

/*end contact section*/

/* start footer */
.footer{
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-dev{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  
  max-width: 190px;
  width: 100%;
  height: 50px;
}

.text-footer{
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 50px;
  color: #FFFFFF;
  padding:0 10px;
}

.social{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    column-gap: 20px;
    max-width: 190px;
    width: 100%;
    height: 50px;
}

.icon-item{
  width: 32px;
  height: 32px;
  transition: 0.2s;
}

.icon-item:nth-child(1){
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("./assets/svg/inst.svg");
}

.icon-item:nth-child(2){
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("./assets/svg/fb.svg");
}

.icon-item:nth-child(3){
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("./assets/svg/tw.svg");
}

.icon-item:nth-child(4){
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("./assets/svg/pinterest.svg");
}

.icon-item:hover{
  filter: invert(26%) sepia(15%) saturate(638%) hue-rotate(7deg) brightness(92%)
    contrast(87%);
}
/*end footer*/


/* 768 px */

@media (max-width: 768px) {
 

  .title{
    width: calc(50% + 40px);
    height: 80px;
    font-size: 32px;
    line-height: 40px;
    margin-top: 80px;
    margin-bottom: 50px;
  }

  /* header */ 

.header{
  background-position: -15px 0;
  background-size: auto 620px;
  padding-left: 40px;
  padding-right: 40px;
   
} 

.language{
  margin-left: auto;
  width: 85px;
  margin-right: 20px;
  z-index: 1;
}

.text{
  margin: 0 8px;
}

.nav-block{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;

}

.nav-burger{
  display: block;
   z-index: 1;
}

.nav-list{
  max-width: 600px;
  width: 100%;
  max-height: 824px; 
  height: 100%;
  right: 0px;
  position: absolute;
  top: 0px;
  justify-content: center;
  flex-direction: column;
  background-color: #000;
  transition:transform 0.3s ease-in;  
  transform:translateX(100%);  
}

.nav-item{
  margin-left: 127px;
   
}

.change .line-nav1{
  transform: rotate(45deg) translate(11px,10px);
}

.change .line-nav2{
  opacity: 0;
}

.change .line-nav3{
  transform: rotate(-45deg) translate(8px,-7px);
}

.nav-change{  
  transform:translateX(0%);  
 }  

 .nav-link{
  font-size: 34.8235px;
  line-height: 73px;
 }

  /* hero */ 
  #hero{
    height: 500px;
    background-position: -15px -90px;
    background-size: auto 620px;
    padding-top: 78px;
    padding-left: 40px;
  }

  .section-title-main{
    font-size: 32px;
    line-height: 64px;
  }

  .text-inf{
    
    margin-top: 20px;
    margin-bottom: 60px;
    line-height: 24px;
  }

  /* skills */
  .skills-items{
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .item-card{
    
    padding: 0 10px;
  }

  .text-skill-card{
    line-height: 22px;
  }

  /* portfolio */
.portfolio-section{
  max-height: 3870px;
}

  .buttons-items{
    max-width: 445px;
    
  }

  .images-items{
    margin-top: 56px;
    justify-content: center;
  }

  /* video */
  .video-section{
    
    max-height: 628px;
    
  }
  .video{
    background-size: auto 418px;
    height: 418px;
    margin: 0 -20px;
  }

  .play-button{
    width: 75px;
    height: 75px;
    background-image: url('./assets/svg/Play_hover-small.svg');
  }

  /* price */
  .price-section{
    padding-bottom: 30px;
  }

  .price-cards{
    justify-content: center;
  }

  .price-card{
    padding: 20px;
    margin-bottom: 50px;
  }

  /* contacts */
  .contacts{
    background-size: auto 600px;
  }

  .contact-section{
    height: 600px;
    justify-content: center;
  }

  .inf-contact-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .title-contat-section{
    font-size: 32px;
    line-height: 64px;
  }

  /* footer */
  .footer{
    height: 190px;
    width: 235px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  
  .info-dev{
    height: 25px;
    margin-top: 28px;
    margin-bottom: 16px;
  }

  .text-footer{
    font-size: 20px;
    line-height: 24px;
  }
 
  .social{
    margin-top: 20px;
    margin-bottom: 28px;
  }
  
}
