@font-face {
  font-family: "Futura-Book";
  src: url("fonts/Futura-Book.ttf");
}
@font-face {
  font-family: "Futura-Light";
  src: url("fonts/FuturaLight.otf");
}
@font-face {
  font-family: "Arial";
  src: url("fonts/ARIAL.TTF");
}
@font-face {
  font-family: "Arial";
  src: url("fonts/ARIAL.TTF");
}
@font-face {
  font-family: "ArialB";
  src: url("fonts/ARIALBD.TTF");
}
@font-face {
  font-family: "FuturaBTB";
  src: url("fonts/FuturaBT-Bold.otf");
}
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

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

* {
  box-sizing: border-box;
}

input:focus {
  outline: none;
}

.wrapper {
  max-width: 1357px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

img {
  max-width: 100%;
}

.disable_scroll {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
}

nav {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0px 0px 30px -1px rgba(0, 0, 0, 0.68);
}
nav .elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 39px;
}
nav .logo {
  font-family: Futura-Book;
  color: #000;
  text-decoration: unset;
  font-size: 18px;
  letter-spacing: 3.56px;
  padding-top: 4px;
  position: relative;
  z-index: 4;
}
nav .insta {
  position: relative;
  z-index: 4;
}
nav ul {
  display: flex;
  padding: 0;
  list-style-type: none;
  gap: 44px;
  position: absolute;
  left: 200px;
  right: 200px;
  justify-content: center;
}
nav ul li a {
  font-family: "Futura-Book";
  text-decoration: unset;
  color: #000;
  font-size: 13px;
  letter-spacing: 1.1px;
  transition: all ease 0.5s;
}
nav ul li .active {
  color: #bebf06;
}
nav ul li a:hover {
  color: #bebf06;
}
nav .right {
  display: flex;
  align-items: center;
  gap: 15px;
}
nav .right img {
  display: block;
}
nav .right .lines {
  display: none;
}

.hero-sec {
  margin-top: 39px;
}
.hero-sec .main-img {
  min-height: 889px;
  background: url("../img/hero-img.png") no-repeat center center;
  background-size: cover;
}
.hero-sec p {
  text-align: right;
  font-size: 10px;
  font-family: "Arial";
  color: #666666;
  margin-top: 8px;
  padding-right: 2px;
  letter-spacing: 0.25px;
}

.hero-options {
  padding-top: 53px;
}
.hero-options .el {
  display: flex;
  justify-content: space-between;
}
.hero-options .right {
  display: flex;
  text-decoration: unset;
  max-width: 481px;
  width: 100%;
  justify-content: end;
  position: relative;
  align-items: start;
}
.hero-options .right img {
  margin-right: -16px;
}
.hero-options .right h2 {
  font-family: "Futura-Book";
  color: #da4c62;
  font-size: 30px;
  margin-top: -3px;
}
.hero-options .right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 1px;
  height: 250px;
  background-color: #da4c62;
}
.hero-options .left {
  display: flex;
  text-decoration: unset;
  gap: 27px;
}
.hero-options .left .cont {
  min-width: 320px;
}
.hero-options .left h2 {
  font-family: "Futura-Book";
  color: #da4c62;
  font-size: 30px;
  margin-top: -3px;
}
.hero-options .left h3 {
  font-family: "Futura-Light";
  margin-top: 15px;
  font-size: 20px;
  padding-left: 3px;
  letter-spacing: 1px;
  color: #333333;
}
.hero-options .left h4 {
  font-family: "Futura-Book";
  color: #000000;
  font-size: 30px;
  margin-top: -3px;
  padding-left: 5px;
  margin-top: -2px;
}
.hero-options .left p {
  font-family: "Futura-Light";
  font-size: 20.67px;
  color: #333333;
  padding-left: 3px;
  margin-top: 0px;
  letter-spacing: 0.5px;
  line-height: 120%;
}
.hero-options .left p small {
  color: #333333;
  font-size: 16px;
  letter-spacing: 0.4px;
  margin-top: -5px;
  display: block;
}
.hero-options a {
  transition: all ease 0.5s;
}
.hero-options a:hover {
  opacity: 0.7;
}

footer {
  margin-top: 74px;
}
footer ul {
  padding: 0;
  display: flex;
  justify-content: end;
  list-style-type: none;
  gap: 33px;
  margin: 0;
}
footer ul li a {
  text-decoration: unset;
  font-family: FuturaBTB;
  font-size: 11px;
  color: #54585c;
  letter-spacing: 0.5px;
  transition: all ease 0.5s;
}
footer ul li a:hover {
  color: #336699;
}
footer ul li .active {
  color: #336699;
}
footer .line {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #b8cce1;
  margin-top: 7px;
  margin-bottom: 9px;
}
footer .last-line {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 20px;
}
footer .last-line p {
  font-family: Futura-Book;
  color: #333333;
  font-size: 10px;
  letter-spacing: 0.5px;
}

.content-sec.min-h-0 {
  min-height: unset;
}

.content-sec {
  padding-top: 145px;
  min-height: calc(100vh - 145px);
}
.content-sec .col {
  display: flex;
  justify-content: space-between;
  margin-top: -34px;
}
.content-sec .col .ins {
  width: calc(50% - 15px);
}
.content-sec h1 {
  color: #75797e;
  font-family: "Futura-Light";
  font-size: 40px;
  letter-spacing: 0.5px;
  margin-bottom: 35px;
}
.content-sec h2 {
  font-size: 21px;
  color: #333333;
  font-family: "Futura-Light";
  letter-spacing: 0.3px;
  margin-bottom: 7px;
  margin-top: 34px;
}
.content-sec h3 {
  font-size: 15px;
  color: #333333;
  font-family: "ArialB";
  margin-bottom: 16px;
  margin-top: 34px;
}
.content-sec .m0 {
  margin: 8px 0;
}
.content-sec p {
  font-size: 15px;
  color: #333333;
  font-family: "Arial";
  letter-spacing: 0.2px;
  line-height: 140%;
  margin-bottom: 8px;
}
.content-sec p a {
  text-decoration: unset;
  color: #336699;
  transition: all ease 0.5s;
  word-break: break-all;
}
.content-sec p a:hover {
  color: #bebf06;
}
.content-sec h4 {
  font-size: 24px;
  color: #333333;
  font-family: "Futura-Light";
  letter-spacing: 1.3px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.content-sec .col-flex {
  display: flex;
  flex-direction: column;
  margin-top: -27px;
}
.content-sec .col-flex .item {
  display: flex;
  justify-content: start;
  align-items: start;
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 64px;
  border-bottom: 1px solid #add1a0;
}
.content-sec .col-flex .item h2 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 1px;
}
.content-sec .col-flex .item p {
  line-height: 180%;
  margin: 0;
}

.studio-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 40px;
  margin-top: 30px;
}
.studio-row .item {
  width: calc(50% - 20px);
}
.studio-row .item .title-of-img {
  text-align: right;
  font-size: 10px;
  font-family: "Arial";
  color: #666666;
  margin-top: 2px;
  margin-bottom: 0;
  padding-right: 2px;
  letter-spacing: 0.25px;
}

.tabs-gallery {
  position: fixed;
  top: 39px;
  left: 0;
  right: 0;
  background-color: #333333;
  box-shadow: 0px 0px 30px -1px rgba(0, 0, 0, 0.68);
}
.tabs-gallery ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  justify-content: center;
  gap: 50px;
  padding: 0;
}
.tabs-gallery ul li a {
  background: transparent;
  padding: 2px 5px;
  text-decoration: unset;
  color: #fff;
  font-family: "Futura-Book";
  font-size: 13px;
  letter-spacing: 0.5px;
}
.tabs-gallery ul li .active {
  color: #bebf06;
  background-color: transparent;
}

.gallery .category-all {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}

.mfp-title {
  font-size: 11px;
  line-height: 120%;
  padding-right: 46px;
}/*# sourceMappingURL=style.css.map */