body{
  overflow-x: hidden;
}



.bg{
      width: 100%;
    /* height: 4739px; */
    background-image: url("photos/bg2.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_blog{
  background: #161616;
     background-image: url("photos/article2_bg.png");
    background-repeat: no-repeat;
    background-size: cover;


}

.bg_color{
  /* background: #161616; */
  background: #0A0A0D;

}


.aboutt_bg{
   background-image: url("photos/about_bbg.png");
    background-repeat: no-repeat;
    background-size: cover;
}



.a{
     text-decoration: none;
    text-align: center;
     color: var(--text-color); 
}

.youtube{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Floating CTA button */
.floating-cta {
  position: fixed;
  bottom: 55px;
  right: 50px;
  background-color: #09726E; /* your brand color */
  color: #fff;
  text-decoration: none;
  padding: 14px 18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  z-index: 999;
}

.floating-cta img {
  width: 22px;
  height: 22px;
}

.floating-cta:hover {
  background-color: #0E8C88; /* hover color */
  transform: scale(1.05);
}

.ro_social{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.ro_social img {
  /* width: px; */
  transition: filter 0.3s ease;
}


.ro_social a:nth-child(1):hover img {
  filter: invert(41%) sepia(93%) saturate(727%) hue-rotate(312deg) brightness(94%) contrast(97%);
}


.ro_social a:nth-child(2):hover img {
  filter: invert(36%) sepia(99%) saturate(653%) hue-rotate(184deg) brightness(95%) contrast(92%);
}


.ro_social a:nth-child(3):hover img {
  filter: invert(50%) sepia(96%) saturate(1325%) hue-rotate(190deg) brightness(95%) contrast(97%);
}





@media (max-width: 600px) {
  .floating-cta span {
    display: none;
  }
  .floating-cta {
    padding: 12px;
    border-radius: 50%;
  }
}



:root{
    --m_color: #0E8C88;

    --text-color: #DBDBDB;
}



.c_f{
color: var(--m_color);
font-family: poppins;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.f{
    color: var(--Text-color);
font-family: poppins;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.f16{
color: var(--Text-color);
font-family: poppins;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.f16_color{
  color: var(--m_color);
font-family: poppins;
font-size: 1rem;
font-style: normal;
font-weight: 500;
line-height: normal;

margin: 0px;
}

.f16_{
  color: #DBDBDB;
font-family: Poppins;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 500px;
}

.f16_3{
  color: #DBDBDB;
font-family: Poppins;
font-size: 1rem;
font-style: normal;
font-weight: 280;
line-height: normal;
/* width: 710px; */
}

.f16_2{
   color: #DBDBDB;
font-family: Poppins;
font-size: 1rem;
font-style: normal;
font-weight: 280;
line-height: normal;
width: 500px;
}

.header{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 45%;
}

.nav{
     
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}


.lang_bu{
    display: inline-flex;
padding: 0.625rem 0.9375rem;
justify-content: center;
align-items: center;
gap: 0.625rem;

border-radius: 1.25rem;
background: var(--m_color);


color: var(--Text-color);
font-family: Poppins;
font-size: 1rem;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.hero{

    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

    position: relative;




}


.about_bg{
  background-image: url(photos/about_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;

  /* margin-bottom: 200px; */
}

/* .bgg_video { */
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* width: 100%;
  height: 100%; */
  /* object-fit: cover; */
  /* z-index: -1; */

  /* margin-top: 300px; */
/* } */

.gred{
  /* position: absolute; */
  /* z-index: -1;

  margin-top:200px ; */
  margin-bottom: 0px;

    position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px; /* adjust for how soft/long you want the fade */
  background: linear-gradient(to bottom, transparent, #0A0A0D); /* change #fff to your page background color */
  z-index: 0;
}


.video_hero{
  position: absolute;
  z-index: -2;
  width: 110%;
  /* height: 100%; */
  margin-bottom: 200px;
}

.col_hero{
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;

  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;

  /* margin-bottom: 500px; */
}

.col_hero.show {
  opacity: 1;
  transform: translateY(0);
}


.hero_f{
  color: #DBDBDB;
text-align: center;
font-family: Aboreto;
font-size: 2.5rem;
font-style: normal;
font-weight: 100;
line-height: normal;
margin: 0px;
}


.big_gap{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

 .category{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;

  margin-bottom: 300px;

  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.category.show {
  opacity: 1;
  transform: translateY(0);
}



.col_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.col_img img {
  display: none;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width:  5.9375rem; 
  transition: opacity 0.4s ease;
  opacity: 0;
  pointer-events: none; 
}

.col_img:hover img {
  display: block;
  opacity: 1;
}

.f_light {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 175;
  line-height: normal;
  cursor: pointer;
  transition: color 0.3s ease;
}

.col_img:hover .f_light {
  color: #0E8C88; font-weight: 400;
}


.t_f{
    color: var(--text-color);
text-align: center;
font-family: Poppins;
font-size: 4rem;
font-style: normal;
font-weight: 400;
line-height: normal;
margin: 0px;
}

.bu{
    display: inline-flex;
padding: 0.625rem 0.9375rem;
justify-content: center;
align-items: center;
gap: 0.625rem;

border-radius: 1.25rem;
background: #0E8C88;
}

.see{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 5%;

    /* width: 100%; */
}

.mockup1{
  margin-top: 100px;
}

.lined_bu{
    /* display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; */

    /* display: inline-flex; */
padding: 0.4375rem 1.375rem;
/* gap: 0.625rem; */
/* gap: 10px; */
background-color: #00000000;

/* height: 45px; */
color: var(--white-text, #F1F1F1);
/* padding: 0.4375rem 0.9375rem; */
font-family: Poppins;
font-size: 1rem;
font-style: normal;
font-weight: 500;
line-height: normal;

border-radius: 1.25rem;
border: 1px solid #0E8C88;

}

.lined_bu:hover{
border-radius: 1.25rem;
border: 1px solid #0E8C88;

background: rgba(9, 114, 110, 0.24);
}


.col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    width: 30%;

    margin-top: -100px;
    
}

.f32{
    color: var(--text-color);
font-family: Poppins;
font-size: 2rem;
font-style: normal;
font-weight: 500;
line-height: normal;
margin: 0px;
}

.f32_blog{
   color: var(--m_color);
font-family: Poppins;
font-size: 1.5rem;
font-style: normal;
font-weight: 500;
line-height: normal;
margin: 0px;


}

.f20{
    color: var(--m_color);

font-family: Poppins;
font-size: 1.25rem;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.f20_pink{
  color: #DE5E87;

font-family: Poppins;
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.vid{


    display: flex;
    justify-content: center;
    align-items: center;

   
}

.bgvideo{

  border-radius: 1rem;
border: 1px solid #0E8C88;
background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.v{
    width: 100%;
 background-image: url("photos/bg_log.png");
    background-repeat: no-repeat;
    background-size: cover;

    z-index: -1;
    position: absolute;

    opacity: 40%;
}

.works{
  width: 100%;
  height: 230px;
}

.z{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* gap: 2%; */
    
}

.z2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2%;
    width: 30%;
    
}

/* #bg-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
    } */
    
    .col2{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        
        /* width: 60%; */
        
        /* width: 800px; */
    }
    
     .col3{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        
        color: #DBDBDB;
font-family: Poppins;
font-size: 1.25rem;
font-style: normal;
font-weight: 300;
line-height: normal;
        
        /* width: 600px; */
    }
    
    .ab{
        margin-top: 100px;
        display: flex;
        flex-direction: row;
        gap: 5%;
        align-items: flex-end;
        justify-content: center;
}

.projects{
    display: flex;
    flex-direction: column;
    align-items: center; justify-content: center;
    gap: 60px;
    
}

.proj_cards{
     display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 20px;

width: 49.625rem;
height: 34rem;
flex-shrink: 0;

border-radius: 1.25rem;
background: rgba(24, 24, 24, 0);
}

.proj_cards:hover{
  border-radius: 1.25rem;
/* border: 1px solid #0E8C88; */
background: rgba(24, 24, 24, 0.56);

background-image: url();

}

.proj_cards2{
     display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        gap: 20px;

        width: 62.25rem;
/* height: 21.125rem;s */
/* flex-shrink: 0; */

border-radius: 1.25rem;
background: linear-gradient(90deg, #2D2D2D 0%, #1B1B1B 100%);
}


.card_title{
    display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        /* gap: 0.625rem; */
        
}

.x{
    display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-start;
        /* gap: 0.625rem; */
}


.projects-section {
  position: relative;
  /* overflow-x: hidden; */
  height: 800vh; /* controls vertical scroll length while section is active — adjust if needed */
}

.horizontal-scroll {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
   flex-wrap: nowrap;
  gap: 40px;
  height: 100vh;
  align-items: center;
  justify-content: flex-start;
  overflow: visible; 
  will-change: transform;
  transform: translateX(0);
}


.proj_cards img {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}


.proj_cards.visible img {
  opacity: 1;
  transform: translateY(0);
}








.tags_layout{
    display: flex;
        flex-direction: row;
      width: 400px;

        display: flex;
height: 1.25rem;
align-items: flex-start;
align-content: flex-start;
gap: 0.5rem;
align-self: stretch;
flex-wrap: wrap;
}

.tag{
    display: flex;
padding: 0.3125rem 1.125rem;
justify-content: center;
align-items: center;
gap: 0.525rem;

border-radius: 1.25rem;
background: #3C3C3C;

color: #DBDBDB;
font-family: Poppins;
font-size: 0.75rem;
font-style: normal;
font-weight: 400;
line-height: normal;

margin: 0px;
margin-top: 5px;


}

/* .title_w{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
} */


/* .margin_photo_card{
    margin-bottom: 100px;
} */

.t{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    gap: 20%;
}

.contact{
   display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    gap: 20%;
}

.cont_col{
   display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}






.blog{

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;
    gap: 20px;
    
 
}

.b{
  display: flex;
  flex-direction: row;
gap: 0.9rem 1.25rem;

  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;


/* width: 75rem;
align-items: flex-start;
align-content: flex-start;
gap: 1.9375rem 1.25rem;
flex-wrap: wrap; */
}

.c{
    /* width: 36.875rem;
height: 26.3125rem;
flex-shrink: 0;

display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;

border-radius: 0.7rem;
background: #151515; */

width: 36.875rem;
height: 28.3125rem;
flex-shrink: 0;

border-radius: 1.25rem;
background: #1c1c1c9e;
}

/* .c :hover{
  
border: 1px solid #0E8C88;

} */

.s{
    /* width: 85%; */
height: 17.3125rem;
flex-shrink: 0;
}

.si{
  width: 31.8125rem;
height: 17.3125rem;
flex-shrink: 0;

border-radius: 1.25rem;
margin-left: 40px;
margin-top: 40px;
/* background: url(<path-to-image>) lightgray 50% / cover no-repeat; */
}


.col_info1 {
  /* display: flex; flex-direction: column;  */
  /* width: 50%; */
  margin-left: 7%;
  gap: 0px;

}

.col_info2 {
  /* display: flex; flex-direction: column;  */
  /* width: 50%; */
  margin-left: 7%;

}

.col_blog{
  display: flex; flex-direction: column; 
  justify-content: center;
  align-items: center;
  gap: 20px;

}


.s2{
  
  /* width: 100%;
height: 23.8125rem;
flex-shrink: 0; */

width: 31.8125rem;
height: 23.8125rem;
flex-shrink: 0;

margin-top: 40px;
margin-left: 40px;

border-radius: 1.25rem;
background: url(<path-to-image>) lightgray 50% / cover no-repeat;


}

.c2{
    
/* width: 36.875rem;
height: 34.9375rem;
flex-shrink: 0;

display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;


border-radius: 1.25rem;
background: #151515;
margin-bottom: 30px; */

width: 36.875rem;
height: 35.9375rem;
flex-shrink: 0;

border-radius: 1.25rem;
background: #1c1c1cb8;
}

/* .c2 :hover{
 
border: 1px solid #0E8C88;

} */




.tag2{
  display: flex;
/* padding: 0.3125rem 0.825rem; */
width: 9rem;
height: 2rem;
justify-content: center;
align-items: center;
/* gap: 0.625rem; */

border-radius: 1.25rem;
background: #3C3C3C;

color: #DBDBDB;
font-family: Poppins;
font-size: 0.75rem;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.a{
    text-decoration: none;
}




/* stle of old blog */






    .page-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}


.content {
  width: 70%;
  padding-right: 2rem;

  display: flex;
  flex-direction: column;
  gap: 30px;
}

  .section-bg{
    width: 700px;
      display: flex;
padding: 20px 30px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
align-self: stretch;
/* gap: 20px; */

border-radius: 20px;
border: 1px solid #0E8C88;
background: rgba(22, 22, 22, 0.553);
     }

     


.toc {
  position: sticky;
  top: 100px; 
  align-self: flex-start;
  width: 25%;
  background: #d3d3d3;
  border-left: 2px solid #eee;
  padding: 1rem;
  font-family: "Montserrat", sans-serif;
  border-radius: 12px;
}

.toc h3 {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}

.toc ul {
  list-style: none;
  padding: 0;
}

.toc a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 4px 0;
  transition: color 0.3s;
}

.toc a:hover {
  color: #0078ff;
}

.center_blog{
  width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10%;
    justify-content: center;
    align-items: center;
}

.cent_article{
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.col_article{
   display: flex;
    flex-direction: column;
    justify-content: flex-start;
  align-items: flex-start;
  width: 900px;
  margin-left: 40px;
}


.co{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

}

.f_{
    font-size: 24px;
}

.ss{
    /* width: 600px;
    height: 300px; */
    width: 100%;
    /* height: 2px; */

}


  .faq-section {
    max-width: 800px;
    margin: 60px auto;
    padding: 20px;
    font-family: "Poppins", sans-serif;
  }

  .faq-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
  }

  .faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
  }

  .faq-question {
    background: none;
    border: none;
    font-size: 18px;
    width: 100%;
    text-align: left;
    color: #222;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .faq-question:hover {
    color: #555;
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    color: #555;
    line-height: 1.6;
  }

  .faq-item.active .faq-answer {
    max-height: 300px;
    opacity: 1;
    margin-top: 10px;
  }

  .arrow {
    transition: transform 0.3s ease;
  }

  .faq-item.active .arrow {
    transform: rotate(90deg);
  }

  /* Arabic styling */
  .faq-ar {
    direction: rtl;
    text-align: right;
    margin-top: 40px;
  }


   .toc {
      background: #f8f8f8;
      border-radius: 12px;
      padding: 20px;
      margin: 30px auto;
      max-width: 800px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
    .toc h3 {
      font-size: 1.4rem;
      margin-bottom: 10px;
      color: #09726E;
    }
    .toc ul {
      list-style: none;
      padding-left: 0;
    }
    .toc li {
      margin: 6px 0;
    }
    .toc a {
      text-decoration: none;
      color: #1B1B1B;
      font-weight: 500;
    }
    .toc a:hover {
      color: #09726E;
    }


    .m{
        display: flex;
        flex-direction: row-reverse;
    }







    .ro{
      display: flex;
      flex-direction: row;
      align-items: center;
           justify-content: center;
           gap: 200px;

           margin-top: 100px;

    }

    .co{

      width: 40.875rem;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;

    }


   


    .cent{
      width: 100%;
      display: flex;
      flex-direction: row;
      gap: 5%;
      justify-content: center;
      align-items: flex-start;
      margin-top: 100px;

      perspective: 800px;
    }

  .skillcard,
.uppercard {
  margin-top: 50px;
  transition: transform 1s ease-in-out; 
  cursor: pointer; 
}

    .uppercard{
      margin-bottom: 70px;
    }

    
.skillcard, .uppercard:hover {
   transform: perspective(1000px) rotateY(360deg) translateY(-50px);
   /* border: 1px solid #09726E; */
   /* border-radius: 20px; */
   /* box-shadow: 0 20px 40px rgba(6, 107, 94, 0.3); */
  /* transform: perspective(); */
}

.skillcard:hover{
  transform: rotate(15deg);

}


    .contact-form {
  width: 300px;
  /* margin: 20px auto; */
  font-family: 'Poppins', sans-serif;


}



.exp_proj{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.exp_row1{
   display: flex;
   flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.exp_row2{
   display: flex;
   flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 20px;

}

.exp_col{
    display: flex;
   flex-direction: column;
  /* justify-content: ; */
  align-items: flex-start;
  width: 500px;
}

.contact-form input {
  width: 100%;
  /* padding: 10px; */
  margin-top: 5px;
  border: 1px solid #161616;
  border-radius: 8px;
  font-size: 14px;

  display: flex;
height: 3.75rem;
/* padding: 1.125rem 1.625rem; */
align-items: center;
gap: 0.625rem;
align-self: stretch;

border-radius: 1.25rem;
border: 1px solid #0E8C88;
background: rgba(217, 217, 217, 0.01);

}

.contact-form button {
  margin-top: 15px;
  width: 100%;
  padding: 10px;
  background-color: #09726E;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
}

.contact-form button:hover {
  background-color: #0B8F8B;
}


.r{
   display: flex;
      flex-direction: row;
      align-items: center;
           justify-content: center;
           gap: 200px;
}

.socia{
  width: 30.5rem;
height: 15rem;
flex-shrink: 0;

border-radius: 1.25rem;
background: #2D2D2D;
}

.depth{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.coll{
  width: 500px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 200px;
}

.expl{
  display: flex;
  flex-direction:column ;
  justify-content: center;
  align-items: center;
}


.cards_3d{
  display: grid;
width: 74.5625rem;
height: 95.1875rem;
row-gap: 4.625rem;
flex-shrink: 0;
grid-template-rows: repeat(3, minmax(0, 1fr));
grid-template-columns: repeat(2, minmax(0, 1fr));
}


.photo{
  /* width: 100%; */
  /* height: 900px; */

  background-image: url(photos/uxui.png);
  background-repeat: no-repeat;
  background-size: cover;

}

.photo2{
  /* width: 100%; */
  /* height: 900px; */

  background-image: url(photos/uxuii2.png);
  background-repeat: no-repeat;
  background-size: cover;

}

.photo_front{
   background-image: url(photos/frontend1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.photo_graphic1{
  background-image: url(photos/grapgi1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.photo_graphic2{
  background-image: url(photos/graphi2.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.photo_3d{
  background-image: url(photos/3dd.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.col_details{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;

  /* margin-top: 400px; */
  width: 600px;
  /* margin-bottom: 100px; */ 
  margin-left: 60px;
}












