@import url('responsive.css?v=1.04');
@import url(slider.css);

.courier_prime {
  font-family: "Courier New", monospace;
  font-optical-sizing: auto;
  font-style: normal;
}

@font-face {
  font-family: "Courier New";
  src: url("../fonts/cour.ttf");
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

.courier-prime-bold {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: normal;
}

.courier-prime-regular-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: italic;
}

.courier-prime-bold-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: italic;
}


html {
  font-size: 10px;
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-size: 1.6rem;
  background: #edeeee;
  margin: 0;
  padding: 0;
  font-weight: 400;
  height: 100%;
}

.container {
  max-width: 90% !important;
}

.no_scroll {
  overflow: hidden !important;
  height: 100%;
}

/* Landing Page */

.landing_container {
  display: flex;
  overflow-x: scroll;
  position: relative;
}

.landing_container::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.menu_bar {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  z-index: 999999999999;
}

.web_menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 75px;
  gap: 100px;
  opacity: 0;
  transition: opacity 0.5s;
}

.web_menu_align {
  display: flex;
  justify-content: space-evenly;
  width: 35%;
}

.web_menu_align a {
  color: #2b2c2c;
  text-decoration: none;
  text-transform: uppercase;
      font-size: 12px;
}

.logo {
  position: relative;
  top: 0;
  left: 144px !important;
  transition: left 0.8s, transform 0.8s;
}

.logo.fix {
  position: relative;
  left: 50% !important;
  top: 0;
  transform: translateX(-50%);
}

.landing_container .section {
  height: 100vh;
  width: 100vw;
  min-width: 100vw;
  display: flex;
  align-items: center;
}

.landing_container .section:focus-visible{
     outline: none;   
}

.landing_container .section.landing_1 {
  display: flex;
  justify-content: flex-start;
}

.landing_container .section.landing_3 {
  justify-content: center;
  display: flex;
}

.landing_container .section.landing_2 {
  justify-content: center;
  display: flex;
}

.main_logo {
  background: #edeeee;
  z-index: 9999;
  padding: 10px 50px 10px 144px;
  width: 48.75rem !important;
}

.footer_logo {
  position: fixed;
  bottom: 50px;
  left: 144px;
  opacity: 1;
  transition: opacity 0.5s;
}

.footer_logo img {
  width: 149px;
}

.notVisible {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.timeline_hr {
  position: fixed !important;
  width: 100%;
  top: 50%;
  right: 0;
  border-top: 1px solid #2b2c2c;
  transform: translateY(-50%);
}

@media(max-width: 767px) {
    .timeline_hr {
        top: 52%;
        transform: translateY(-52%);
    }
}

.landing_projects {
  display: flex;
  flex-direction: row;
  gap: 50px;
  z-index: 9999;
}

.land_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 80px;
}

.land_item1 {
  gap: 30px;
    padding-top: 120px;
}

.horizontal_content {
  display: flex;
  flex-direction: row;
  gap: 100px;
}

@media(max-width: 500px) {
  .horizontal_content {
    gap: 45px;
  }

  .horizontal_content p {
    width: 100%;
    font-size: 15px;
  }
}

.horizontal_content img {
  width: 22rem;
}

.horizontal_content p {
  width: 15rem;
}

.horizontal_content h2 {
  width: 20rem;
  font-size: 2.6rem;
}

.align_items_center {
  align-items: center;
}

.align_items_end {
  align-items: flex-end;
}

.align_items_start {
  align-items: flex-start;
}

.land_item .horizontal_content:nth-child(even) .item_text {
  order: 0;
}

.land_item .horizontal_content:nth-child(even) .item_img {
  order: 1;
}

/* Project Details */

.web_menu_inner {
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 99999999999999999;
  background: #edeeee;
  width: 100%;
}

@media(min-width: 991px) and (max-width: 1900px) {
  .web_menu_inner {
    padding: 20px 65px 20px 65px;
  }
}

.web_menu_inner a {
  color: #2b2c2c;
  text-decoration: none;
  text-transform: uppercase;
}

.fav_size {
  width: 40%;
  text-align: center;
}

.project_container {
  padding: 100px 0px 10px 50px;
}

.details_sub img {
  margin-right: 5px;
}
.details_text_sub {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 30px;
  height: 100%;
}

.details_text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media(min-width: 1900px) {

  .details_text {
    padding: 30px 80px 0px 40px;
  }
}

@media(min-width: 2200px) {

  .details_text {
    padding: 40px 118px 0px 65px;
  }

  .details_sub {
    padding-left: 13.5rem !important;
  }
}

.details_text h2 {
  text-transform: uppercase;
}

.details_text_mobile {
  display: none;
}

.project_desc_mobile {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  justify-content: center;
  align-items: center;
}

.project_desc_mobile h2 {
  font-size: 2.5rem;
}

.project_desc {
  display: flex;
  flex-direction: row;
  gap: 30px;
  font-size: 12px;
  justify-content: space-between;
  align-items: flex-end;
}

.project_desc p {
  width: 45%;
  font-size: 16px;
}

.text_upper {
  text-transform: uppercase;
}

.text_italic {
  font-style: italic;
}

/* Contact US */

.contact_info {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 300px;
  padding-left: 15%;
  justify-content: flex-end;
}

.contact_content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.social_media {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 2rem;
}
.mail_content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.mail_content h3 {
  text-transform: uppercase;
  font-size: 30px;
}

.mail_content a {
  text-decoration: none;
  color: #361010;
  font-weight: 200;
  font-size: 2rem;
}

.social_icons {
  display: flex;
  gap: 40px;
}

.social_icons a {
  color: #2b2c2c;
  text-decoration: none;
}

@media (max-width: 768px) {
  .contact_content {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  .contact_info {
    padding: 20px 0;
    gap: 40px !important; /* بدلًا من 300px */
    padding-left: 0;
    align-items: flex-start;
  }

  .mail_content {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mail_content h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .mail_content a {
    font-size: 16px;
    word-break: break-word;
  }

  .social_media {
    font-size: 1rem;
  }

  .social_icons {
    flex-direction: row;
    gap: 25px;
  }

  .social_icons a {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .contact_content .row > div {
    padding: 0 !important;
  }

  .contact_content img {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

  .courier_prime {
    font-size: 13px;
  }
}


/* About Page */

.about_container {
  display: flex;
  overflow-x: scroll;
  position: relative;
  padding-top: 100px;
}

.about_container .section {
  height: 93vh;
  width: 100vw;
  min-width: 100vw;
  display: flex;
  align-items: flex-end;
}

.about_container::-webkit-scrollbar {
    width: 0px!important;
    height: 0px!important;
  }

.about_container .section.landing_3 {
  width: 30vw !important;
  min-width: 30vw;
}

.about_info {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 75%;
  padding: 30px;
}

.studios_info {
  min-height: 500px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 30px;
}
/* .studios_info div {
  width: 30%;
} */
/* .studios_info p {
  font-size: 1.1rem;
} */

.fixed_about_text {
    display: none;
  position: fixed;
  top: 60%;
  left: 0%;
  width: 55rem;
  transform: translate(15%, -54%);
  transition: left 0.2s ease;
}

.about_alchemy {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  height: 100%;
  padding-bottom: 10px;
}

.alchemy_content {
  display: flex;
  width: 45%;
  padding: 50px;
  gap: 15px;
}

.alchemy_desc p {
  font-size: 1.6rem;
  color: #361010;
}

.alchemy_desc a {
  text-transform: uppercase;
  color: #2b2c2c;
  font-family: 'Montserrat';
}

.emp_details {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info_container {
      display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    padding-right: 40px;
    padding-top: 30px;
}
.emp_info {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.emp_info p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0 !important;
}

@media(min-width: 2200px) {
  .emp_info p {
    font-size: 20px;
    line-height: 1.4;
  }
}

.emp_info h3,
.emp_info h5 {
  text-transform: uppercase;
  color: black;
}

.emp_info h3 {
  font-size: 20px;
  
}

.emp_info h5 {
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  width: 225px;
}

.emp_title {
  text-transform: uppercase;
  color: black;
  font-size: 4rem;
}

@media(min-width: 576px) and (max-width: 1190px) {
  #team_mobile_container .slick-slide img {
    width: auto !important;
    margin-top: 20px;
  }
}

/* Projects Listing */

.projects_filter {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.filters {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.radio_filter {
  text-transform: uppercase;
  cursor: pointer;
}

.radio_filter label {
  cursor: pointer;
}

.projects_container {
  padding-top: 80px;
  position: relative;
}

.filters .active .fa-circle {
  display: none;
}

.filters .fa-dot-circle {
  display: none;
}
.filters .active .fa-dot-circle {
  display: inline;
}

.project_details_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000077;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
    justify-content: flex-end;
  gap: 0px;
  padding: 15px;
  color: #fff;
  transition: 0.3s;
  opacity: 0;
}
.project_details_hover h5 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
}

.project_details_hover span {
  font-style: italic;
  font-size: 1.2rem;
}

.page .item:hover .project_details_hover {
  opacity: 1;
}

/* Mobile Menu */

.main_overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999999999;
  top: 0;
  right: 0;
  background: #d5d0cd;
  overflow-x: hidden;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}

.menu_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 80px;
}

.menu_container {
  display: none;
}

@media (max-width: 600px) {
  .menu_container {
    padding: 0 30px;
  }

  .contact_container {
    padding: 0 30px;
  }

  .menu_items_list li a {
    font-size: 2rem !important;
  }

  .contact_list li a {
    font-size: 1.6rem !important;
  }
}

.close_btn {
  color: #fff;
  font-size: 30px;
  padding: 0;
}

.main_menu_items {
  padding: 0;
}

.main_menu_items ul {
  padding: 0;
  margin-top: 50px;
}

.menu_items_list li {
  list-style-type: none;
  text-align: center;
  margin-bottom: 50px;
}
.menu_items_list li a {
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 0;
}

.menu_items_list li a:hover {
  color: #000;
  text-decoration: none;
}

.main_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 999999999999;
  padding-top: 40px;
  padding-bottom: 40px;
  /* background: #edeeee; */
}

.main_header_container {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.nav_white {
  background: #e2e2e2;
  padding: 30px;
  box-shadow: 0px 0px 7px 0px #c8c8c8;
}

.menu_logo {
  width: 3.5rem;
}

.menu_else {
  width: 20rem;
}

.close_btn img {
  width: 3.5rem;
}

.menu_btn {
  width: 3.5rem;
}

/*************/

.grid-item {
  position:relative;
}

.grid-item img {
  width: 100%;
}

.grid-item:hover .project_details_hover {
  opacity: 1;
}

.allProjects {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 100px;
}

.allprojects {
  margin-top: 100px;
}

.projects_filter .button-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: -135px;
}

.button-group .button {
    padding: 0;
    border: 0;
    color: #000 !important;
    background: transparent;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.filters_dropdowns{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.filters_dropdowns select{
     background-color: transparent;
     border: 0;
     border-bottom: 1px solid #333;
     border-radius: 0;
     background-image:  url("../images/plus.png");
     background-size: 10px 10px;
     background-position: right;
     color: #333;
     padding-left: 2px;
     width: 180px !important;
}

.filters_dropdowns select:focus{
     box-shadow: none!important;       
}

.button-group .button.is-checked .fa-circle {
  display: none;
}

.button-group .button .fa-dot-circle {
  display: none;
}
.button-group .button.is-checked .fa-dot-circle {
  display: inline;
}

@media (max-width: 575px) {
  .grid-item {
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
    position: relative !important;
    left: 0 !important;
    top: unset !important;
    display: block;
  }
  .projects_container {
    padding-top: 0px !important;
    position: relative;
  }
  .projects_filter .button-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .projects_container {
    padding-top: 0!important;
    position: relative;
}

  .allProjects {
    padding-top: 0px;
    align-content: flex-start!important;
  }
  .button-group .button {
    background: transparent;
    font-size: 1.8rem;
  }
  .project_details_hover h5{
    font-size: 2rem;
  }
  .project_details_hover span {
    font-style: italic;
    font-size: 1.6rem;
} 
}

.team_main {
  padding-top: 140px;
  /* padding-bottom: 35px; */
}

.team_main .slick-next:before {
  color: #000;
  content: "";
}
.team_main .slick-prev {
  display: none;
}

.team_main .slick-next span {
  display: block;
  margin-bottom: 10px;
}

.team_main .slick-prev span {
  display: block;
  margin-bottom: 10px;
}

.team_main .slick-prev svg {
  font-size: 20px;
}

.team_main .slick-next svg {
  font-size: 20px;
}

.team_main .slick-next {
    right: 10%;
    top: 105%;
    transform: translateY(0);
    color: #000!important;
    font-size: 14px;
    width: 130px;
    text-align: right;
}
.team_main .slick-prev {
   right: 18%;
    left: unset !important;
    top: 105%;
    transform: translateY(0);
    color: #000 !important;
    font-size: 14px;
    width: 130px;
    text-align: right;
}

.mobile_about_section{
    display: flex;
    flex-direction: column;

}

.slick-arrow{
    z-index: 999999999999;
}
.slick-arrow::before{
    content: ""!important;
}
.about_slider .slick-next{
    top: 95%;
    right: 20px;
}

.about_slider .slick-prev{
    top: 95%;
    left: 20px;
}

.about_text_cols{
    display: flex;
    gap: 15px;
}

.about_col{
    padding: 15px;
    font-family: "Courier New";
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about_col p{
    width: 75%;
    color: #361010;
}

.view_more{
    text-transform: uppercase;
    font-style: italic;
    color: #2C2B2B;
    text-decoration: none;
}


.view_archi, .view_some, .view_more{
    padding: 0;
    background: transparent;
    border: 0;
    margin-top: 15px;
    font-size: 1.8rem;
}

.arch_col, .else_col{
    visibility: hidden;
}

.hide_some, .hide_archi{
    display: none;
}

.mobile_about_section .alchemy_content{
    flex-direction: column;
    align-items: center;
}

.mobile_about_section .alchemy_desc{
    text-align: center;
}

.team_mobile{
    display: none;
  }

.team_mobile_info{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team1_img, .team2_img{
    width: 100%;
}

@media(max-width: 767px) {
  .team1_img, .team2_img{
      width: 100vw;
  }
}

.single_info{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: justify;
    padding: 30px;
    width: 75%;
    padding-top: 40px;
}

.single_info span{
    text-transform: uppercase;
    text-align: justify;
    font-style: italic;
}

.single_info p{
    text-align: center;
    font-family: 'Courier New';
    font-size: 2rem;
}
.single_info h2{
    text-align: center;
    font-size: 3.5rem;
    text-transform: uppercase;
}

.team1_content{
    text-align: center;
}

.transparent_btn{
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 20px;
    color: #2C2B2B;
}

.team1_content{
    display: none;
}

.team2_content{
    display: none;
}

.grid-item a{
  text-decoration: none!important;
}

.mobile_about2{
  height: 220px;
  background: url("../images/about2.png");
  background-position: center;
  background-size: cover;

}

.details_sub .slick-track{
    margin-left: unset;
    margin-right: unset;
}

.first_about{
    left: 50%!important;
}

.second_about{
    left: 0%!important;
}

.color_red{
    color: #361010;
}

.group_team{
    position: relative;
     
}

@media(max-width: 767px) {

  .team_container {
    max-width: 100% !important;
  }

  .single_info {
    width: 100%;
  }

  .single_info h2 {
    margin-bottom: 10px;
  }

  .single_info p {
    margin-top: 15px;
  }

  .team_main .slick-prev {
    right: unset;
    left: 50px !important;
    width: auto;
    top: 96%;
  }

  .team_main .slick-next {
    top: 96%;
  }

}


/*************************************************************/

/* Container styles */
.scrolling-text-container {
    background-color: transparent;
    border-radius: 4px;
    overflow: hidden;
    width: 100%; /* Set the desired width */
    position: relative;
}

/* Inner container styles */
.scrolling-text-inner {
    display: flex;
    animation: scroll-left-team 120s linear infinite;
width: max-content;
}

.scrolling-text-inner-home {
    display: flex;
    width: max-content;
}

.animation_home_img{
    animation: scroll-left 20s linear infinite;
}

/* Pause animation on hover */
/* .scrolling-text-container:hover .scrolling-text-inner {
    animation-play-state: paused; Pause the animation
}

.scrolling-text-container:hover .scrolling-text-inner-home {
    animation-play-state: paused; Pause the animation
} */

/* Image styles */
.scrolling-text-item {
    width: 100%; /* Maintain the aspect ratio */
}

/* Keyframes for the scrolling effect */
@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    
    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-left-team {
    0% {
        transform: translateX(0%);
    }
    
    100% {
        transform: translateX(-50%);
    }
}

.arrow_toHide {
    transition: 0.3s;
    font-size: 16px;
    padding-right: 216px;
    text-align: right;
}


.opacity_0{
    opacity: 0;
}



.read_more{
    text-transform: uppercase;
    font-size: 16px;
    color: #2C2B2B;
    text-decoration: underline;
    pointer-events: auto; 
}

.read_more:focus{
    outline: none!important;
    border-color: transparent!important;
}

.read_less_something, .read_less_else{
    display:none;
}


.else_content, .something_content{
     font-size: 16px;
     display: none;
     padding-top: 100px;
}



.scrolling_home {
    display: flex;
    width: 170%;
    padding-top: 8px;
}

.more_height{
     height: 40px;   
}

.project_big_image{
     background-size: cover; 
     background-position: center;
     background-repeat: no-repeat;
     height: 500px;
}

.fixed_about_arrow{
    position: fixed;
    bottom: -10px;
    right: 100px !important;
    font-size: 16px;
    z-index: 999999;
}


.fixed_about_arrow a{
    color: #2C2B2B;
    text-decoration: none;
}

.logo_else, .logo_something {
     height: 40px;   
}

.details_sub .slick-prev{
    display: none;
}

.details_sub .slick-next{
    right: 30px!important;
}

.details_sub .slick-next img{
    width: 40px!important;
    height: auto!important;
}

@media(min-width: 2100px) {
  .max-w-100 {
    max-width: 100% !important;
  }
}

.max-width-450 {
  max-width: 450px;
}


















