font-family: 'Inter', sans-serif;
font-family: 'Merriweather', serif;

 * {
  box-sizing: border-box;
}
/*var css*/
:root {
  --color-gold: #bdae82;
  --color-black: #000000;
  --color-white: #ffffff;
  --font1: 60px;
  --font2: 40px;
  --font3: 20px;
  --font4: 18px;
}
/*general css*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  color: var(--color-white);
}

a:link {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
  color: #FFFFFF;
}

a:visited {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 50px;
  color: #FFFFFF;
}

a:hover {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 50px;
  color: #BDAE82;
}

.span-block {
  display: block;
}

.goldenbutton {
  cursor: pointer;
  font-family: inherit;
  color: #000000;
  border: 0;
  background-color: var(--color-gold);
  width: 220px;
  height: 55px;
}

.goldenbutton:link {
  cursor: pointer;
  font-family: inherit;
  color: #000000;
  border: 0;
  background-color: var(--color-gold);
  width: 220px;
  height: 55px;
}

.goldenbutton:hover {
  cursor: pointer;
  font-family: inherit;
  color: var(--color-white);
  border: 0;
  background-color: var(--color-gold);
  width: 220px;
  height: 55px;
}

.blackbutton {
  cursor: pointer;
  font-family: inherit;
  color: var(--color-gold);
  background-color: transparent;
  width: 220px;
  height: 55px;
  border: 2px solid #BDAE82;
  box-sizing: border-box;
  border-radius: 0px;
}

.blackbutton:link {
  cursor: pointer;
  font-family: inherit;
  color: var(--color-gold);
  background-color: transparent;
  width: 220px;
  height: 55px;
  border: 2px solid #BDAE82;
  box-sizing: border-box;
  border-radius: 0px;
}

.blackbutton:hover {
  cursor: pointer;
  font-family: inherit;
  color: var(--color-white);
  background-color: transparent;
  width: 220px;
  height: 55px;
  border: 2px solid #BDAE82;
  box-sizing: border-box;
  border-radius: 0px;
}

.headerbody,
.mainbody,
.footerbody {
  width: 1440px;
  margin: auto;
}

.container {
  width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #000000;
}

.containerbg {
  margin: 0 auto;
  padding: 0 20px;
}

.black-background {
  background-color: #000000;
}

/*header css*/

.headerbg {
  background: url('./assets/img/background.jpg');
  background-repeat: no-repeat;
  background-position: center 0; 
}

.headercontainer {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  height: 90px;
}

.logo {
  background-image: url('./assets/svg/logo.svg');
  background-size: contain;
  background-repeat: no-repeat;  
  transition: 0.3s;
}

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

.menu {
  margin-left: auto;
  position: relative;
}

.nav {
  padding-bottom: 5px;
}

.nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding-right: 30px;
}

.nav-link-text {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 50px;
  color: #FFFFFF;
  padding-left: 30px;
}

.switch-lng {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  padding-bottom: 5px ;
}

.lang-switch {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
} 

.menu-burger {
  display: none;
}

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



/*main css*/

.herobg {
  background-image: url('./assets/img/background.jpg');
  background-position: center -90px;
  background-repeat: no-repeat;
}

.hero {
  width: 1440px;
  height: 700px; 
  padding-top: 118px;
  padding-left: 60px;
}

.hero-container {
  width: 500px;
  height: 330px;
  color: var(--color-white);
}

.name-title {
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  font-size: var(--font1);
  line-height: 120px;
  color: var(--color-white);
  margin-bottom: 0;
}

.title-text-block {
  padding-top: 1px;
  width: 470px;
}

.span-block-title {
  display: block;
  padding-top: 8px;
  line-height: 40px;
}

.title-button {
  padding-top: 25px;
}

.container-section-title {
  width: 50%;
  overflow-x: hidden;
  margin: auto;
  background-color: var(--color-black);
  padding-top: 64px;
}

.section-title {
  font-size: var(--font2);
  color: var(--color-gold);
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  background-color: var(--color-black);
}

.section-title:before,
.section-title:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	height: 3px;
	background: var(--color-gold);
	border: solid #000000;
	border-width: 0 20px;
}

.section-title:before {
  margin-left: -100%;
}

.section-title:after {
  margin-right: -100%;
}

.skills {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grep: 40px;
  padding-top: 30px;
  margin-bottom: 3px;
}

.skill1,
.skill2,
.skill3,
.skill4{
  width: 320px;
  height: 240px;
}

.skill1 {
  background-position: center top;
  background-repeat: no-repeat; 
}

.skill1:nth-child(1) {
  background-image: url('./assets/svg/camera.svg');
  background-size: 62px 50px;
}

.skill2 {
  background-position: center top;
  background-repeat: no-repeat; 
}

.skill2:nth-child(2) {
  background-image: url('./assets/svg/video.svg');
  background-size: 62px 50px;
}

.skill3 {
  background-position: center top;
  background-repeat: no-repeat; 
}

.skill3:nth-child(3) {
  background-image: url('./assets/svg/image.svg');
  background-size: 62px 50px;
}

.skill4 {
  background-position: center top;
  background-repeat: no-repeat; 
}

.skill4:nth-child(4) {
  background-image: url('./assets/svg/mic.svg');
  background-size: 62px 50px;
}

.cardlogo {
  padding-top: 50px;
}

.cardtitle {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: var(--font3);
  line-height: 40px;
  text-align: center;
  color: var(--color-white);
  display: block;
  padding-top: 10px;
}

.cardtext {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: var(--font4);
  line-height: 36px;
  text-align: center;
  color: var(--color-white);
  border: 1px solid #000000;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
  padding: 0, 30px;
}

.portfolio-button {
  
}

.portfolio-botton-block{
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  padding-top: 28px; 
}

.photo-portfolio-container{
  padding: 60px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.photo-portfolio-1 {
  background-image: url(./assets/img/portfolio-img1.jpg);
  border-radius: 0px;
  width: 450px; 
  height: 560px;
}

.photo-portfolio-2 {
  background-image: url(./assets/img/portfolio-img2.jpg);
  border-radius: 0px;
  width: 450px; 
  height: 560px;
}

.photo-portfolio-3 {
  background-image: url(./assets/img/portfolio-img3.jpg);
  border-radius: 0px;
  width: 450px; 
  height: 560px;
}

.photo-portfolio-4 {
  background-image: url(./assets/img/portfolio-img4.jpg);
  border-radius: 0px;
  width: 450px; 
  height: 560px;
}

.photo-portfolio-5 {
  background-image: url(./assets/img/portfolio-img5.jpg);
  border-radius: 0px;
  width: 450px; 
  height: 560px;
}


.photo-portfolio-6 {
  background-image: url(./assets/img/portfolio-img6.jpg);
  border-radius: 0px;
  width: 450px; 
  height: 560px;
}

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

.video-button {
  background: transparent;
  border: none;
}

.playericon {
  background-image: url('./assets/svg/playvideo.svg');
  background-size: contain;
  background-repeat: no-repeat;  
  transition: 0.3s;
}

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

.price-blocks {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  padding-top: 29px;
}

.price-section {
  border: 3px solid #BDAE82;
  box-sizing: border-box;
  border-radius: 0px;
  width: 450px;
  height: 505px;
  margin-bottom: 100px;
}

.price-section-title {
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 56px;
  text-align: center;
  color: var(--color-white);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 12px;
  margin-bottom: 5px;
}

.price-section-price {
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: var(--color-gold); 
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 14px;
}

.price-text {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: var(--font4);
  line-height: 36px;
  text-align: center;
  color: var(--color-white);
  padding-top: 2px;
}

.price-button {
  text-align: center;
  padding-top: 21px;
}


.contacts-bg {
  background: url('./assets/img/contactsbackground.jpg');
  background-size: auto 700px;
  background-position: center 0; 
  background-repeat: no-repeat;
  height: 700px;
}

.containerbgcontact {
  padding: 27px 20px 195px 950px;
}

.contacts-container {
  width: 445px;
  height: 450px;
}

.section-title-contact {
  font-size: var(--font2);
  color: var(--color-gold);
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  line-height: 80px;
  margin-bottom: 40px;
}

.input::placeholder,
.textarea::placeholder {
  font-family: inherit;
  color: var(--color-gold);
  font-size: var(--font3);
  padding-left: 17px;
}

.textarea::placeholder {
  padding-top: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--color-gold);
  transition: background-color 0s ease-in-out 9000s;
}

.input {
  display: block;
  width: 450px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #BDAE82;
  box-sizing: border-box;
  border-radius: 0px;
  margin: 20px 0;
}

.textarea {
  display: block;
  width: 450px;
  height: 100px;
  resize: none;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #BDAE82;
  box-sizing: border-box;
  border-radius: 0px;
  margin: 10px 0 30px 0;
}



.footer-block {
  display: flex;
  justify-content: space-between;
  align-items:center;
  height: 150px;
  font-family: Inter;
}

.copyright-span {
  padding-right: 15px;
}

.rsschool {
  padding-right: 25px;
}

.socialnetworkicon{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding-top: 20px;
}  

.in-socail-network-icon {
  background-image: url('./assets/svg/instagramicon.svg');
  background-size: contain;
  background-repeat: no-repeat;  
  transition: 0.3s;
  padding-right: 20px;
}

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

.fb-socail-network-icon {
  background-image: url('./assets/svg/facebookicon.svg');
  background-size: contain;
  background-repeat: no-repeat;  
  transition: 0.3s;
  padding-right: 20px;
}

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

.tw-socail-network-icon {
  background-image: url('./assets/svg/twittericon.svg');
  background-size: contain;
  background-repeat: no-repeat;  
  transition: 0.3s;
  padding-right: 20px;
}

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

.pi-socail-network-icon {
  background-image: url('./assets/svg/pinteresticon.svg');
  background-size: contain;
  background-repeat: no-repeat;  
  transition: 0.3s;
}

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

/* Adaptive */

@media (max-width: 768px) {

  :root {
    --font1: 32px;
    --font2: 32px;
  }

a:link{
  line-height: 24px;
}  

.black-background {
  min-width: 768px;
}

.headerbody,
.mainbody,
.footerbody {
  max-width: 768px;
}

.menu-burger {
  display: block; 
  padding-right: 0px;
}

.menu {
  display: none;
  overflow-x: hidden;
  position: absolute;
  width: 620px;
  height: 1024px;
  z-index: 1;
  right: -620px;
  transition: .5s;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 40px;
  cursor: pointer;
  user-select: none;
  z-index: 9999;
  padding-right: 50px;
}

.line {
  width: 80%;
  height: 2px;
  background: #ffffff;
  margin: 3px 0;
  z-index: 15;
  transition: all 0.3s ease-in-out;
}

.hamburger.open .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.open .line2 {
  opacity: 0;
}

.hamburger.open .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.showmenu {
  display: block;
  position: absolute;
  background-color: #000000;
  right: 0;
  top: 0;
  transition: .5s;

}

.nav-link-text {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 73px;
}



.hideham {
  display: none;
}

.gam-list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  max-height: 429px;
  max-width: 150px;
}

.nav {
  position: absolute;
}

.nav-ham {
  top: 115px;
  left: 60px;
}

.switch-lng {
  margin-left: auto;
  padding-right: 15px;
}

.lang-switch {
  padding-right: 5px;
}

.logocont {
  padding-left: 40px;
  padding-top: 1px;
}

.headercontainer {
  padding-top: 3px;
}

.headerbg {
  background-image: url('./assets/img/herotabletbg.jpg');
}

.herobg {
  background-image: url('./assets/img/herotabletbg.jpg');
}

.hero {
  max-width: 500px;
  max-height: 441px; 
  padding-top: 56px;
  padding-left: 40px;

}

.hero-containers {
  max-width: 300px;
  height: auto;
}

.name-title {
  line-height: 64px;
}

.title-text-block {
  padding-top: 12px;
  line-height: 24px;
  max-width: 400px;
}

.span-block-title {
  line-height: 24px;
}

.title-button {
  padding-top: 60px;
}

.container {
  max-width: 728px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #000000;
}

.container-section-title {
  padding-top: 53px;
}

.skills {
  justify-content: center;
  flex-wrap: wrap;
  gap: 41px;
  padding-top: 20px;
  margin-bottom: 3px;
}

.skill1,
.skill2,
.skill3,
.skill4{
  width: 300px;
  height: 224px;
}

.cardlogo {
  padding-top: 20px;
}

.cardtitle {
  padding-top: 18px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.cardtext {
  margin-top: 10px;
  padding-top: 9px;
  padding-right: 5px;
  line-height: 22px;
}

.portfolio-title-mobile {
  padding-top: 30px;
}

.portfolio-botton-block {
  max-width: 445px;
  margin: auto;
}

.photo-portfolio-container {
  padding-top: 58px;
}

.video-player {
  max-width: 768px;
  max-height: 418px;
  background-image: url('assets/img/videoplayertabletbg.jpg');
  margin-top: 24px;
  margin-left: -20px;
}

.playericon {
  width: 64.62px;
  height: 64.69px;
}

.price-blocks {
  gap: 28px;
}

.price-section {
  max-width: 420px;
  max-height: 505px;
  margin-bottom: 20px;
}

.price-section-title {
  padding-top: 7px;
}

.price-button {
  padding-top: 23px;
}

.contacts-bg {
  max-width: 768px;
  max-height: 600px;
  background-image: url('assets/img/contactstabletbg.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 59px;
}

.containerbgcontact {
  padding: 33px 0px 0px 141px;
}

.contacts-container {
  text-align: center;
}

.section-title-contact {
  line-height: 64px;
  text-align: center;
  padding-left: 5px;
}

.footerbody {
  max-height: 190px;
}

.footer-block {
  max-width: 768px;
  max-height: 190px;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 20px;
}

.copyright {
  padding-top: 3px;
  padding-left: 80px;
}

.rsschool {
  padding-top: 3px;
  padding-right: 4px;
  line-height: 24px;
}

.rsschool-text {
  line-height: 24px;
}

.socialnetworkicon{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding-right: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
}

}

.winter1 {
  background-image: url('./assets/img/winter/1.jpg');  
  width: 450px; 
  height: 560px;
}
.winter2 {
  background-image: url('./assets/img/winter/2.jpg');  
  width: 450px; 
  height: 560px;
}
.winter3 {
  background-image: url('./assets/img/winter/3.jpg');  
  width: 450px; 
  height: 560px;
}
.winter4 {
  background-image: url('./assets/img/winter/4.jpg');  
  width: 450px; 
  height: 560px;
}
.winter5 {
  background-image: url('./assets/img/winter/5.jpg');  
  width: 450px; 
  height: 560px;
}
.winter6 {
  background-image: url('./assets/img/winter/6.jpg');  
  width: 450px; 
  height: 560px;
}

.spring1 {
  background-image: url('./assets/img/spring/1.jpg');  
  width: 450px; 
  height: 560px;
}
.spring2 {
  background-image: url('./assets/img/spring/2.jpg');  
  width: 450px; 
  height: 560px;
}
.spring3 {
  background-image: url('./assets/img/spring/3.jpg');  
  width: 450px; 
  height: 560px;
}
.spring4 {
  background-image: url('./assets/img/spring/4.jpg');  
  width: 450px; 
  height: 560px;
}
.spring5 {
  background-image: url('./assets/img/spring/5.jpg');  
  width: 450px; 
  height: 560px;
}
.spring6 {
  background-image: url('./assets/img/spring/6.jpg');  
  width: 450px; 
  height: 560px;
}

.summer1 {
  background-image: url('./assets/img/summer/1.jpg');  
  width: 450px; 
  height: 560px;
}
.summer2 {
  background-image: url('./assets/img/summer/2.jpg');  
  width: 450px; 
  height: 560px;
}
.summer3 {
  background-image: url('./assets/img/summer/3.jpg');  
  width: 450px; 
  height: 560px;
}
.summer4 {
  background-image: url('./assets/img/summer/4.jpg');  
  width: 450px; 
  height: 560px;
}
.summer5 {
  background-image: url('./assets/img/summer/5.jpg');  
  width: 450px; 
  height: 560px;
}
.summer6 {
  background-image: url('./assets/img/summer/6.jpg');  
  width: 450px; 
  height: 560px;
}

.autumn1 {
  background-image: url('./assets/img/autumn/1.jpg');  
  width: 450px; 
  height: 560px;
}
.autumn2 {
  background-image: url('./assets/img/autumn/2.jpg');  
  width: 450px; 
  height: 560px;
}
.autumn3 {
  background-image: url('./assets/img/autumn/3.jpg');  
  width: 450px; 
  height: 560px;
}
.autumn4 {
  background-image: url('./assets/img/autumn/4.jpg'); 
  width: 450px; 
  height: 560px; 
}
.autumn5 {
  background-image: url('./assets/img/autumn/5.jpg');  
  width: 450px; 
  height: 560px;
}
.autumn6 {
  background-image: url('./assets/img/autumn/6.jpg');  
  width: 450px; 
  height: 560px;
}

.activelang {
  color: #BDAE82;
  cursor: pointer;
}

.nonactivelang {
  color: #FFFFFF;
  cursor: pointer;
}

.lang-switch {
  cursor: pointer;
}


.whitebackground {
  background-color: #FFFFFF;
}

.blackfont {
  color: #000000;
}

.combosun {
  background-color: #FFFFFF;
  color: #000000;
}

.blackbuttonwhite:hover {
  color: #000000;
}

.sun {
  cursor: pointer;
}