@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,700&display=swap");
@font-face {
  font-family: "Druk_wide_bold";
  src: url("../fonts/Druk_Wide_Bold.ttf") format("embedded-opentype"),
    /* Internet Explorer */ url("../fonts/Druk_Wide_Bold.ttf") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/Druk_Wide_Bold.ttf")
      format("woff"),
    /* Pretty Modern Browsers */ url("../fonts/Druk_Wide_Bold.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/Druk_Wide_Bold.ttf") format("svg"); /* Legacy iOS */
}
* {
  margin: 0;
}
:root {
  --primary_color: #00d68f;
  --text_color: #f0f0f0;
  --page_bg: #141414;
  --title-color: #ededed !important;
  --sub-title-color: #afafaf;
}
::-webkit-scrollbar {
  width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--page_bg);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body {
  font-family: "Druk_wide_bold", sans-serif;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
  text-transform: uppercase;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  z-index: 99;
  background: url(../images/gif1.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
}
#loader .loading_logo {
  height: 70px;
  animation: rotate 1.5s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
#loader .loading_logo img {
  width: 100%;
}
#loader h1 {
  color: white;
  font-size: 25px;
}
#loader .ring {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  animation: ring 2s linear infinite;
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
    box-shadow: 1px 5px 2px #e65c00;
  }
  50% {
    transform: rotate(180deg);
    box-shadow: 1px 5px 2px #18b201;
  }
  100% {
    transform: rotate(360deg);
    box-shadow: 1px 5px 2px #0456c8;
  }
}
#loader .ring:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
#loader span {
  color: #737373;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 200px;
  animation: text 2s linear infinite;
}
@keyframes text {
  10% {
    color: #e65c00;
  }
  50% {
    color: #18b201;
  }
  100% {
    color: #0456c8;
  }
}

#intro {
  height: 100% !important;
  width: 100% !important;
  background: url("../images/gif4.gif");
  background-size:cover !important;
  -webkit-background-size: cover;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-position: center !important;
  -webkit-background-position: center;
  -moz-background-position: center !important;
  -o-background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-repeat: no-repeat;
  -moz-background-repeat: no-repeat !important;
  -o-background-repeat: no-repeat !important;
  /* position: relative; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#intro .contents {
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #2e2e2e15, #020202e0);
  display: flex;
  align-items: left;
  flex-direction: column;
  justify-content: end;
}
#intro .contents .texts {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--text_color);
  padding: 20px;
  margin-top: 80vh;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px 10px;
  color: var(--text_color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
#close_menu {
  display: none;
}
.nav__menu {
  display: flex !important;
}
header .left {
  padding-left: 50px;
  width: 50%;
  cursor: pointer;
}
header .left img {
  height: 40px;
}
header .left:hover img {
  animation: rotate 1s linear infinite;
}
header .right {
  width: 100%;
  padding-right: 50px;
}
#header_on {
  display: none;
}
header .right .menus {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: right;
}
header .right .menus .menu {
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 16px;
}
header .right .menus .menu a {
  transition: all 0.3s ease;
  color: var(--text_color);
  text-decoration: none;
}
header .right .menus:hover .menu a {
  color: #9b9b9b;
}
.header_act {
  cursor: pointer;
  color: var(--text_color) !important;
}
#home_works {
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background: linear-gradient(-45deg, #171614, #5d5d5d, #202020, #4d4d4d);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
  position: relative;
  overflow-x: hidden;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#home_works .side_link {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 200px;
  text-transform: uppercase;
  font-size: 13px;
  transform: rotate(-90deg);
  border-bottom: 1px solid #000;
  text-align: right;
  font-weight: bold;
}
#home_works .side_link a {
  text-decoration: none;
  color: #000;
}
#home_works .top {
  font-size: 35px;
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#home_works .top h2 {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: var(--text_color);
}
#home_works .top div i {
  color: var(--text_color);
}
#home_works .grid_works {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}

#home_works .grid_works .work .work_name {
  font-size: 35px;
  color: var(--title-color);
  font-weight: bold;
}
#home_works .grid_works .work .work_category {
  font-size: 20px;
  color: var(--sub-title-color);
}
#home_works .grid_works .work {
  display: flex;
  cursor: pointer;
  justify-content: space-around;
  flex-direction: column;
  transition: all 0.5s ease;
  margin-top: 50px;
}

#home_works .category_box_container {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#home_works .category_box_container .category_box {
  min-width: 139px;
  height: 250px;
  background: url("../images/REZZY_STAR_FOLDER.png");
  /* height: 200px; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}
#home_works .grid_works .work .img::after {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, #2e2e2e15, #020202b7);
  /* background: red; */
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  top: 0;
  left: 0;
}
#home_works .grid_works .work .img:hover::after {
  opacity: 1;
}
#home_works .grid_works .work .img {
  position: relative;
  transition: all 0.5s ease-in-out;
  height: 100%;
  width: 100%;
}
#home_works .grid_works .work img {
  height: 100%;
  width: 100%;
}
#home_works .grid_works .work:nth-child(1) {
  height: 800px;
  width: 400px;
}
#home_works .grid_works .work:nth-child(2) {
  width: 800px;
  height: 400px;
}
#home_works .grid_works .work:nth-child(3) {
  width: 1000px;
  height: 800px;
}
#home_works .grid_works .work:nth-child(4) {
  width: 500px;
  height: 545px;
}

#home_works .grid_works .work:nth-child(5) {
  width: 700px;
  height: 1000px;
}

footer {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: url("../images/gif3.gif");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}
footer .top {
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  color: var(--text_color);
}
footer .top .con_redirect {
  text-align: center;
}
footer .top .con_redirect a {
  color: var(--text_color);
  font-size: 50px;
  font-weight: 800;
  transition: all 0.5s ease-in-out;
}
footer .top .con_redirect a:hover {
  color: #9b9b9b;
}
footer .top .contacts {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 1.5rem;
}
footer a {
  color: var(--text_color);
  text-decoration: none;
}
footer .top .contacts .mails {
  color: var(--text_color);
  font-size: 25px;
}
footer .top .contacts .mails p {
  padding: 15px 0;
}
footer .top .contacts .socials {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  font-size: 25px;
}
footer .top .contacts .socials a {
  padding: 15px 0;
  text-decoration: none;
}
footer .top .contacts .socials a:hover,
footer .top .contacts .mails a:hover {
  color: #9b9b9b;
}
footer .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: var(--text_color);
  padding: 25px;
  font-size: 14px;
}

#contacts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background: linear-gradient(-45deg, #171614, #5d5d5d, #202020, #4d4d4d);
  width: 100vw;
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
  position: relative;
}
#contacts h1 {
  width: 100%;
  font-size: 40px;
  margin-top: 120px;
  margin-left: 70px;
  text-align: center;
  padding: 50px 0;
  color: var(--title-color);
  text-transform: uppercase;
}
#contacts .contact_infos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px;
  margin: 60px 0;
}
#contacts .contact_infos .left {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 4.5rem;
  width: 45%;
  padding: 0px 15px;
}
.contact-social-icon {
  font-size: 3rem;
  color: white;
}
.contact-details {
  padding-top: 3rem;
}
#contacts .contact_infos .left .left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 58%;
  color: var(--text_color);
}
#contacts .contact_infos .left .left p {
  font-size: 15px;
  /* padding: 25px 0; */
  color: var(--text_color);
}
#contacts .contact_infos .left .left p a {
  transition: all 0.3s ease;
  color: var(--text_color);
}
#contacts .contact_infos .left .left p a:hover {
  color: #2e2e2e;
}
#contacts .contact_infos .left .right {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4.5rem;
  width: 25%;
}
#contacts .contact_infos .left .right a {
  font-size: 15px;
  /* padding: 15px 0; */
  color: var(--text_color);
  transition: all 0.3s ease;
}
#contacts .contact_infos .left .right a:hover {
  color: #2e2e2e;
}
#contacts .contact_infos .right form {
  display: flex;
  width: 90%;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: left;
  justify-content: space-around;
}
#contacts .contact_infos .right {
  /* padding: 50px 0; */
  width: 45%;
  /* margin-right: 10px; */
}
#contacts .contact_infos .right form input,
#contacts .contact_infos .right form textarea {
  background: transparent;
  font-size: 16px;
  outline: none;
  border: none;
  border-bottom: 1px solid white;
  /* margin: 12px 0; */
  margin-bottom: 24px;
  color: white;
  font-weight: 200;
  font-family: "Druk_wide_bold", sans-serif;
  text-transform: uppercase;
}
#contacts .contact_infos .right form input::placeholder,
#contacts .contact_infos .right form textarea::placeholder {
  color: var(--sub-title-color);
}
#contacts .contact_infos .right form input[type="submit"] {
  border: none !important;
  text-align: left;
  color: var(--title-color);
  font-weight: bold;
  cursor: pointer;
}
#contacts .contact_infos .right form input[type="submit"]:hover {
  color: var(--sub-title-color);
}

#works {
  padding: 100px 10px;
  background: linear-gradient(-45deg, #171614, #5d5d5d, #202020, #4d4d4d);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
  position: relative;
}
#works h1 {
  font-size: 70px;
  text-transform: uppercase;
  padding: 70px 10px;
  color: var(--title-color);
}
#works .works_div {
  width: 1170px;
  margin: auto;
}
#works .works_div .filters {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}
#works .works_div .filters p {
  color: var(--title-color);
  font-size: 25px;
  font-weight: bold;
}
#works .works_div .filters .filter_names {
  display: flex;
  flex-direction: row;
  align-items: left;
  justify-content: left;
  padding: 15px 0;
  width: 100%;
}
#works .works_div .filters .filter_names a {
  color: var(--title-color);
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
  margin: 0 10px;
}
#works .works_div .filters .filter_names a:hover {
  color: var(--page_bg);
}
.filter_active {
  color: #2192ff !important;
}
#works .works_div .works_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
#works .works_div .works_wrap .work .work_name {
  font-size: 25px;
  color: var(--title-color);
  font-weight: bold;
}
#works .works_div .works_wrap .work .work_time {
  font-size: 12px !important;
}
#works .works_div .works_wrap .work .work_category {
  font-size: 17px;
  color: var(--sub-title-color);
}
#works .works_div .works_wrap .work {
  display: flex;
  cursor: pointer;
  justify-content: space-around;
  flex-direction: column;
  transition: all 0.5s ease;
  margin: 50px 20px;
  width: 350px;
  height: 300px;
}

#works .works_div .works_wrap .work .img::after {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, #2e2e2e15, #020202b7);
  /* background: red; */
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  top: 0;
  left: 0;
}
#works .works_div .works_wrap .work .img:hover::after {
  opacity: 1;
}
#works .works_div .works_wrap .work .img {
  position: relative;
  transition: all 0.5s ease-in-out;
  height: 100%;
  width: 100%;
}
#works .works_div .works_wrap .work .img img {
  height: 100%;
  width: 100%;
}

#projects {
  padding: 50px 10px;
  background: linear-gradient(-45deg, #272624, #5d5d5d, #202020, #4d4d4d);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
  position: relative;
  color: var(--title-color);
}
#projects h1 {
  width: 75%;
  font-size: 70px;
  padding: 70px 10px;
}
#projects .project_names {
  padding: 10px;
  display: flex;
  width: 1170px;
  margin: 0 auto;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}
#projects .project_names .p_category {
  width: 100%;
  font-size: 30px;
  padding: 30px 0;
  border-bottom: 2px solid var(--page_bg);
}
#projects .project_names .p_category .up {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#projects .project_names .p_category .up i {
  transform: rotate(90deg);
}

#projects .project_names .p_category .render_project_div {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
#projects .project_names .p_category .render_project_div .work {
  /* background: #4c4b4b; */
}
#projects .project_names .p_category .render_project_div .work .work_name {
  /* padding-left: 10px; */
  font-size: 15px;
  color: white;
  font-weight: bold;
}
#projects .project_names .p_category .render_project_div .work .work_time {
  font-size: 12px !important;
}
#projects .project_names .p_category .render_project_div .work .work_category {
  /* padding-left: 10px; */
  font-size: 13px;
  color: var(--sub-title-color);
  padding-bottom: 20px;
}
#projects .project_names .p_category .render_project_div .work {
  display: flex;
  cursor: pointer;
  justify-content: space-around;
  flex-direction: column;
  transition: all 0.5s ease;
  margin: 50px 20px;
  width: 350px;
  height: 380px;
  gap: 20px;
  /* border-radius: 25px; */
  overflow: hidden;
}

#projects .project_names .p_category .render_project_div .work .img::after {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, #2e2e2e15, #020202b7);
  /* background: red; */
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  top: 0;
  left: 0;
}
#projects
  .project_names
  .p_category
  .render_project_div
  .work
  .img:hover::after {
  opacity: 1;
}
#projects .project_names .p_category .render_project_div .work .img {
  position: relative;
  transition: all 0.5s ease-in-out;
  height: 300px;
  width: 300px;
}
#projects .project_names .p_category .render_project_div .work .img img {
  height: 100%;
  width: 100%;
}
#about {
  padding: 125px 10px;
  background: black;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.active-link {
  color: #2192ff !important;
  font-weight: bold;
}
.about-box {
  width: 800px;
  color: white;
}
.about-box p {
  text-align: justify;
  line-height: 1.7;
  font-size: 14px;
}
.about-title {
  font-size: 2rem;
  text-decoration: underline;
  text-align: center;
}
.about-text {
  margin-top: 3rem;
}
.about-icon {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-icon img {
  width: 130px;
}
.project_dv_none {
  display: none !important;
}
.p_rotate {
  transform: rotate(0deg) !important;
}
#__loading {
  z-index: 10;
  background: url(../images/gif1.gif);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: black;
}
.gif-section {
  width: 100%;
  min-height: 70vh;
  background: url(../images/gif3.gif);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.gif-section h1 {
  padding-top: 250px;
  color: white;
  text-align: center;
  text-decoration: underline;
  font-size: 3rem;
}
.star {
  width: 85px;
  margin-top: 4rem;
}
.category_box_container {
  margin: 50px 0;
  display: flex;
  gap: 2rem;
  width: 90vw;
}
.category_box_container:hover .category_box:not(:hover) {
  transform: scale(0.9);
  opacity: 0.8;
}
.category_box {
  display: flex;
  justify-items: center;
  align-items: center;
  padding: 2rem 2rem;
  height: 300px;
  width: 300px;
  /* border: 3px solid var(--title-color); */
  text-decoration: none;
  transition: transform 0.3s;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center center;
}
/* .category_box:hover:nth-child(1) {
  background-image: url("../images/img_8.jpg");
}
.category_box:hover:nth-child(2) {
  background-image: url("../images/img_1.png");
}
.category_box:hover:nth-child(3) {
  background-image: url("../images/img_6.jpg");
}
.category_box:hover:nth-child(4) {
  background-image: url("../images/img_4.jpg");
}
.category_box:hover:nth-child(5) {
  background-image: url("../images/img_7.jpg");
} */

.category_box:hover {
  transform: scale(1.1);
}
.category_name {
  width: 100%;
  text-align: center;
  color: var(--page_bg);
  padding-top: 25%;
}
.image__viewer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #535353cc;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.image__viewer a{
  font-size: 14px;
  color: var(--page_bg);
}
.image__viewer img {
  height: 80%;
}
#coming__soon {
  height: 100vh;
  width: 100vw;
  display: flex;
  background: var(--page_bg);
  color: var(--text_color);
  font-size: 35px;
  align-items: center;
  justify-content: center;
}
.work_texts_bottom{
  width: 300px;
}