  .by_dreamwd{
      text-align: right;
  }
  .copyright{
      text-align: left;
  }
  
  @media only screen and (min-width: 1700px) {
        .wave_img {
            width: 72% !important;
            position: absolute !important;
            left: 28% !important;
            top: 49% !important;
            height: 450px !important;
        }
        .about{
            margin-top: 6% !important ;
        }
     }
.seven_service{
    margin-left: 25%;
}

/*.wave_img {*/
/*  width: 74%;*/
/*  position: absolute;*/
/*  left: 28%;*/
/*  top: 35%;*/
/*  height: 340px;*/
/*}*/
.wave_img {
    width: 72%;
    position: absolute;
    left: 28%;
    top: 35%;
    height: 400px;
}
.animation-container {
  width: fit-content;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 25%;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sound-container {
  position: relative;
  width: fit-content;
  height: 100%;
  display: inline-block;
  margin-left: 4px;
}

.animation-container .sound-container > div {
  position: relative;
  height: 100%;
  width: 10px;
  background: #540d6e;
  display: inline-block;
  animation: wave 3s infinite ease-in-out;
  -webkit-animation: wave 3s infinite ease-in-out;
}

.animation-container .sound-container .rect-2 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.animation-container .sound-container .rect-3 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.animation-container .sound-container .rect-4 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.animation-container .sound-container .rect-5 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.animation-container .sound-container .rect-6 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

@keyframes wave {
  0%,
  100% {
    transform: scaleY(1);
    background: #885f37;
  }
  16.67% {
    transform: scaleY(3);
    background: #3c1313;
  }
  33.33% {
    transform: scaleY(1);
    background: #885f37;
  }
  50% {
    transform: scaleY(3);
    background: #885f37;
  }
  66.67% {
    transform: scaleY(1);
    background: #885f37;
  }
  83.34% {
    transform: scaleY(3);
    background: #885f37;
  }
}
body {
  background-color: #f4e7dd;
}
/*.bg-img {*/
  /* The image used */
/*    background-image: url("/alma/assets/images/back.png");*/

/*  max-width: 100%;*/
  /* Center and scale the image nicely */
/*  background-position: center;*/
/*  background-position: bottom;*/

/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  position: relative;*/
/*  min-height: 700px;*/
  /* height: fit-content; */
/*}*/
.bg-img {
    /* The image used */
    background-image: url("/alma/assets/images/back.png");
    background-repeat: no-repeat;
    position: relative;
    min-height: 800px;
    background-size: 100% auto;
  }

.topnav {
  overflow: hidden;
  /* background-color:#946666; */
  display: flex;
  padding-top: 6%;

}
.topnav.responsive{
      height: fit-content !important;

}

.topnav a {
  float: left;
  display: block;
  color: #30302f;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 19px;
}

.topnav a:hover {
  /* background-color: #ddd; */
  color: black;
}

.topnav a.active {
  /* background-color: #04AA6D; */
  color: #30302f;
}

.topnav .icon {
  display: none;
}
#menu {
  margin-left: 11%;
}
.logo {
  width: 15%;
  margin-left: 6%;
  margin-top: -4%;
}
/* .click{
    font-size: 19px !important;
     padding-bottom: 10% !important;
      
  } */
@media screen and (max-width: 600px) {
        .image_project {
                height: 200px !important;

            }
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .topnav .icon {
    display: none;
    margin-left: 83%;
    position: relative;
    bottom: 49px;
  }
  #menu {
    margin-left: 0px;
  }
  .space {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
    z-index: 3;
    background-color: #ceb9a5;
          height: fit-content !important;

  }
  .lang {
    margin-bottom: 5%;
    margin-right: 4%;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  .topnav {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .topnav .icon {
    display: none;
    margin-left: 83%;
    position: relative;
    bottom: 49px;
  }
  #menu {
    margin-left: 0px;
  }
  .space {
    display: none;
  }
}

/* Style for the navbar */

.row {
  display: flex;
  flex-wrap: wrap;
  /* margin: -10px; */
  /* Negative margin to offset the margin of the cards */
}

.main_text {
  text-align: center;
  color: black;
}

/* section 2 */
.image_secti_2 {
  width: 28%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.card {
  flex: 0 0 auto;
  width: 78%;
  margin: 10px;
  border: 1px solid #918346;
  border-radius: 35px 0.5rem 0.5rem 35px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  height: 77px;
  background-color: #885f37;
  color: white;
}
.part2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* margin: 1em;
    padding: 1em; */
}

/* end section 2 */
/* section our projects */
.card_project {
  flex: 0 0 auto;
  width: 100%;
  margin: 10px 10px;
  padding: 10%;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  /* height: 500px; */
}
.image_project {
  border-radius: 20px 20px 0px 0px;
  border: 6px solid #7f5e3f;
  width: 100%;
  border-bottom: none;
}
.title_project {
  background-color: #e7d3c9;
  border-radius: 0px 0px 20px 20px;
  width: 100%;
}
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

/* Style the pop-up content */
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 28%;
  /* height: 65%; */
}

/* end section our projects */

/* section about us */

.tab {
  overflow: hidden;
  border: 1px solid #e7d3c9;
  background-color: #e7d3c9;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #e7d3c9;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #7f5e3f;
  color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.filter_but {
  /* width: 11%; */
  padding: 7px;
  background-color: white;
  border: 2px solid #ddd;
  border-radius: 10px;
  width: fit-content;
  min-width: 11%;
}
/* end section about us */
/* Navigation links when the screen is less than 600 pixels wide */
@media (max-width: 349px) {
    
         .click 
         { 
             font-size: 10px !important;
             
         }
  
}
@media (max-width: 365px) {
    
         .card_num 
         { 
        font-size: 18px !important;
             
         }
  
}
@media (max-width: 411px) {
    
         .card_num 
         { 
        font-size: 18px !important;
             
         }
  
}
@media (max-width: 576px) {
        .image_project {
                height: 200px !important;

            }
     .accordion {
             padding: 0px !important;

            }
  .click {
    font-size: 15px !important;
    padding-bottom: 11% !important;
  }
  .div_home {
    width: 43%;
  }
  #video {
    width: 300px !important;
  }
  .bg-img {
    min-height: 450px;
  }
  .card {
    width: 100%;
  }
  .circl_img {
    margin: -6% -6% !important;
    width: 108% !important;
  }
  /*.card_num {*/
  /*  font-size: 21px !important;*/
  /*}*/
  .card_project {
    margin-left: -0.5% !important;
  }
  #section_6 {
    text-align: center;
  }
}
.div_home {
  background-color: #7f5e3f;
  width: 22%;
  border-radius: 13px;
  font-size: 25px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: white;
}
.lang {
  background-color: #7f5e3f;
  border-radius: 26px;
  border: 1px solid #7f5e3f;

  color: white !important;
  font-size: 22px !important;

  padding: 0px 9px !important;
  height: fit-content;
  margin-top: 10px;
  margin-left: 4%;
}
.space {
  padding-left: 10px;
}
body {
  font-family: Arial;
}
.centered {
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub_title_film {
  color: #7f5e3f;
  font-weight: 700;
  font-size: 17px;
}
h1 {
  color: #7f5e3f;
}
#section_2 {
  height: 370px;
  padding-top: 4%;
}
.click {
  font-size: 36px;
  padding-bottom: 15%;
  font-weight: 550;
}
.text_foot {
  color: white;
}
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
}

.pagination a.active {
  background-color: #7f5e3f;
  color: white;
  border: 1px solid #7f5e3f;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

/* Style the pop-up content */
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(156, 156, 156);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: fit-content;

  /* height: 65%; */
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
#video {
  width: 650px;
}
.circl_img {
  margin: -3% -5%;
  width: 94%;
  /* height: 120px; */
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}
.squier_img {
  margin: -1% -1%;
  width: 92%;
  /* height: 120px; */
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22%;
}
.tit_section {
  border: 4px solid;
  border-top: none;
  border-left: none;
  border-right: none;
  width: fit-content;
}
/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7f5e3f;
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3c1313;
}
.card_num {
  font-weight: bold;
  font-size: 25px;
}
/*  */
.film_title {
  font-size: 18px;
  color: #3c1313;
  padding: 1%;
}

.film_title:hover {
  cursor: pointer;
}
.title_project {
  padding: 2%;
}

.card_num {
  color: #efe7dd;
}
.close {
  /* float: inline-end;
   margin-top: -5%;
    color:#000000;
    background-color: transparent; 
    border-color: transparent; 
    font-size: 25px; */
}

.close {
  /* float: inline-end; */
  margin-top: 0px;
  color: #000000;
  background-color: white;
  border-color: transparent;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: -6px;
  left: 96%;
  padding: 1px 10px;
  border-radius: 100%;
}
.popup-content {
  padding: 1.5% !important;
}

.squier_img,
.circl_img {
  border-right: 1px solid #ca9e41;
  border-bottom: 2px solid #ca9e41;
}

@media only screen and (min-width: 1200px) {
  .card.film {
    background-color: transparent !important;
    margin: 5px;
    border: none;
    width: 100%;
  }
  .card.film .image_film {
    z-index: 10;
    position: relative;
    padding: 0px !important;
    /* margin: 0px -10px; */
    margin-right: -30%;
  }
  .card.film .content_film {
    margin-left: -10%;
    /* padding-top: 2%; */
    background-color: #7f5e3f;
    border-radius: 20px 15px 15px 20px;
    padding: 5px;
    /* border: 12px solid black; */
    margin-top: -0.5%;
    margin-left: -20%;
    height: 80px;
  }
  .meta_film {
    margin-left: 27% !important;
    margin-top: 5%;
  }
  .card_num {
    font-weight: bold;
    font-size: 28px !important;
  }

  
  _film .card_num {
    margin-left: 10% !important;
  }

  
  _film p {
    color: #efe7dd;
  }
}
@media only screen and (max-width: 400px) {
    .image_project {
                height: 200px !important;

            }
      .by_dreamwd{
font-size:11px !important;  
          
      }
  .copyright{
font-size:11px !important;  
  }
   .bg-img {
   /*The image used */
    background-image: url("/alma/assets/images/back-mobile.png") !important;

  max-width: 100%;
   /*Center and scale the image nicely */
  background-position: center;
  background-position: bottom;

  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 700px;
   height: fit-content; 
}
  .circl_img {
    margin: -3% -5%;
    width: 94%;
    height: 80px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    width: 70px !important;
  }
  .click_image{
       text-align: center;
  }
 
  /*.wave_img {*/
  /*  width: 65%;*/
  /*  position: absolute;*/
  /*  left: 35%;*/
  /*  top: 40%;*/
  /*  height: 250px;*/
  /*}*/
  
    /*  .wave_img {*/
    /*    width: 65%;*/
    /*    position: absolute;*/
    /*    left: 30%;*/
    /*    top: 35%;*/
    /*    height: 120px;*/
    /*}*/
    .wave_img {
        width: 65%;
        position: absolute;
        left: 36%;
        top: 55%;
        height: 180px;
    }
        .main_text h4 {
        font-size: 26px !important;
    }
    
 .no_content {
        margin-top: 10% !important;
        margin-bottom: 12% !important;
        text-align: center !important;
        color: #7f5e3f !important;
        font-size: 18px !important;

}
.card_space {
            margin-top: -2% !important;
        }
}
@media only screen and (max-width: 349px) {
     .click {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 450px) {
        .image_project {
                height: 200px !important;

            }
       .accordion {
                            padding: 0px !important;

            }
  .click {
    font-size: 10px !important;
  }
        .by_dreamwd{
font-size:11px !important;  
          
      }
  .copyright{
font-size:11px !important;  
  }
 
  .card_space {
    margin-top: -2%;
}
  .click_image{
       text-align: center;
  }
}
.card {
  flex: 0 0 auto;
  width: 78%;
  margin: 10px;
  border: 1px solid #918346;
  border-radius: 35px 15px 15px 35px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  height: 77px;
  background-color: #885f37;
  color: white;
}
.accordion-button:focus {
  z-index: 3;
  box-shadow: 0 0 0 0.25rem #e7d3c9;

}
.accordion-button:not(.collapsed) {
     color: white !important;
  background-color: #885f37;
}

.active,
.accordion {
  background-color: transparent !important;
}
.accordion-button::after {
     color: white !important;
}
.no_content{
    margin-top: 10%;
    margin-bottom: 12%;
text-align    :center ;
    color: #7f5e3f;
        font-size: 30px;


}

@media only screen and (max-width: 500px) {
        .image_project {
                height: 200px !important;

            }
            
             .bg-img {
                min-height: 350px !important;

                background-position: top;
                background-position-x: 0.02px;

                background-image: url("/alma/assets/images/back-mobile.png") !important;
                background-repeat: no-repeat;
                position: relative;
                min-height: 800px;
                background-size: 100% auto;
}
            .wave_img {
                width: 72%;
                position: absolute;
                left: 28%;
                top: 35%;
                height: 150px;
            }
            
            
}


