@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi+Fun:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Castoro+Titling&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
* {
  margin: 0;
  padding: 0;
}
.body {
  background-color: whitesmoke !important;
  text-align: center;
  overflow-x: hidden;
}

.home-bg,
.support-bg {
  /* background-image: url(https://www.emmanuelcivilworks.com/wp-content/uploads/2020/08/project-bg-img-1.jpg); */
  /* height: 80vh; */
  height: 100vh;
  width: 100%;
  /* background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
  position: relative;
  background-color: black;
  top: 0;
}
/* .home-bg{
    height: 80vh;
} */
/* header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-around;
padding: 0 50px;
  text-align: left;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 2;
  background-color: rgb(60, 28, 64);
  box-shadow: 1px 1px 5px rgb(22, 21, 22);
}
header p {
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  font-size: large;
}
header img {
  width: 70px;
  height: 70%;
} */
.home-bg img,
.support-bg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  opacity: 0.4;
}
.home-bg {
  position: relative;
}
.home-bg .text,
.support-bg .content {
  position: absolute;
  z-index: 1;
  color: #fff;
  /* top: 75%; */
  bottom: 5%;
  left: 5%;
  width: 80%;
  font-family: Times New Roman, Times, serif;
  text-align: left;
}
.home-bg .text h1 {
  color: #ce9c29;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 10px;
}
.marqueee {
  width: 100%;
  line-height: 30px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.558) !important;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  /* top: 70px; */
  text-transform: capitalize;
}
.marqueee:hover p {
  animation-play-state: paused;
}

.marqueee p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
  margin: 0%;
}
.blink {
  font-weight: bold;
  animation: blink 0.5s ease-in-out infinite;
}
@keyframes blink {
  0% {
    color: white;
  }
  50% {
    color: #ce9c29;
  }
  100% {
    color: white;
  }
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
/* .home-bg .text{
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
} */
.content {
  top: 0% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  left: 0% !important;
  height: 100%;
}

.runner {
  /*background-color: aliceblue;*/
  padding: 15px 0;
}
.runner h1 {
  margin: 0;
}
.about {
  /* height: 70vh; */
  margin: 10px;
}
.aboutus {
  text-align: left;
  display: flex;
  width: 100%;
  margin: 30px 0;
  gap: 30px;
  /* height: 50vh; */
}
.reverse {
  flex-direction: row-reverse;
}
.aboutus .right {
  /* background-color: aqua; */
  width: 50%;
  
  /* height: 500px; */
  padding: 30px 0 0 90px;
}
.invest-right {
  /* padading: 30px 10px 0 0px !important ; */
  padding: 30px 50px 0 0px !important ;
}
.aboutus .right h5 {
  padding: 0 0 0 10px;
  /* margin-bottom: 30px; */
  margin-bottom: 15px;
  color: #ce9c29;
  /* border-left: 5px solid rgb(60, 28, 64); */
  border-left: 5px solid #ce9c29;
}
.aboutus .left {
  /* background-color: aquamarine; */
  /* height: 500px; */
  width: 50%;
  background-image: url(../img/investor_building.png);
  /* background-image: url(); */
  /* background-image: url(https://www.charisconstructionindia.com/assets/images/logo-transparent.png); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* .about h1 {
  position: relative;
}

.about h1 span {
  background-color: whitesmoke;
  padding: 0 20px;

}

.about h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  right: 5%;
  height: 0.5em;
  border-top: 1px solid black;
  z-index: -1;
} */
.invest-left {
  background-image: url(https://www.pngplay.com/wp-content/uploads/7/Business-Growth-Chart-Transparent-Background.png) !important;
  /* background-image: url(https://cdn1.iconfinder.com/data/icons/social-messaging-ui-color/254000/71-512.png) !important; */
  /* background-image: url(https://cdn2.iconfinder.com/data/icons/productivity-dashboard-and-analytical-icon-set/16/chart-1024.png) !important; */
  /* background-image: url(https://cdn4.iconfinder.com/data/icons/marketing-and-digital-marketing/32/business_marketing_advertising_growth-512.png) !important; */
}
.content h1 {
  margin-bottom: 15px;
}
.text h3{
    color: #fff;
    text-transform: capitalize;
    font-size: 2em ;
    line-height: 35px;
    letter-spacing: 1px;
}
/* .content a{
  background-color: rgb(87, 43, 93);
  padding: 10px;
  color: #CE9C29;

  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: bolder;
  transition: .3s;
}
.content a:hover{
  background-color: rgb(87, 43, 93);
  padding: 10px;
  color: #CE9C29;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: bolder;
  scale: 1.1;
} */
.content a {
  transition: 0.3s;
}
.content a:hover {
  scale: 1.1;
}
.form-div {
  width: 50%;
  margin: 30px;
}
.form-div form input {
  background-color: transparent;
}
.projects {
  /* height: 100vh; */
  margin: 30px 0;
  text-align: left;
}
.projects h1 {
  /* color: #CE9C29; */
  text-transform: uppercase;
  margin: 50px 0 0 50px;
}
.projects_box {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.card {
  overflow: hidden;
}
.card img {
  height: 230px !important;
  transition: 0.5s;
}
.card:hover img {
  scale: 1.1 !important;
}
.next_project {
  display: flex;
  padding: 30px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.next_project img {
  width: 50%;
}
.next_project_content h6 {
  color: #ce9c29;
  text-transform: capitalize;
  padding: 0 0 0 10px;
  /* border-left: 5px solid rgb(60, 28, 64); */
  border-left: 5px solid #ce9c29;
}

footer {
  /* box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.567); */
  /* background-color: rgba(0, 0, 0, 0.055); */
  /* background-color: #fff; */
  background-color: rgba(0, 0, 0, 1);

  /* height: 50vh ; */
  text-align: left;
  display: flex;
}

.link {
  display: flex;
  width: 100px;
  align-items: center;
  gap: 10px;
}
footer img {
  /* transition: 5s; */
  filter: brightness(10);
}

.mail {
  background-color: rgba(94, 93, 93, 0.174);
  /* background-color: rgba(255, 253, 253, 0.829); */
  padding: 7px;
  border-radius: 50%;
}
.mail img {
  /* background-color: rgba(255, 253, 253, 0.829); */
  opacity: 1;
  height: 20;
  width: 25px;
}
footer .address img {
  width: 100px;
  height: 100px;
  text-align: center;
  /* opacity: 0.4; */
}
footer .address {
  /* margin: 30px 0; */
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
address {
  /* color: #797979; */
  color: #fff;
  /* font-family: cursive;
  font-style: italic !important; */
}
.address p {
  color: #fff;
  font-size: 20px;
  margin: 5px 0;
  text-transform: capitalize;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.box {
  height: 200px;
  width: 270px;
  /* background-color: red; */
  /* background-color: #eeededb7; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  padding: 30px;
  text-transform: capitalize;
  position: relative;
  /* box-shadow: 1px 1px 10px 5px #37343459 ; */
  gap: 5px;
}
.box * {
  margin: 0;
}
.box h1::after {
  content: "+";
  position: relative;
  bottom: 5%;
}
.box img {
  height: 80px;
  width: 80px;
  opacity: 0.9;
}

.counter span {
  font-size: 60px;
}
.counter h6 {
  font-size: 25px;
}
.counter {
  padding: 50px 0;
  /* border-top:5px solid #00000015 ; */
  /* background-color: gray; */
  /* background-image: url(https://webstockreview.net/images/group-clipart-handshake-8.png); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* background-color: black; */
  /* filter: grayscale(10); */
  /* filter: blur(1px) brightness(50%); */
  /* box-shadow: -5px -5px 10px rgb(173, 170, 170); */
}
.projects_box div {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px !important;
  box-shadow: 0 5px 5px #00000018;
}
.projects_box img {
  width: 200px;
  height: 200px;
  mix-blend-mode: multiply !important;
  object-fit: contain;
}
.social-icon {
  height: 100vh;
  width: 100%;
  position: absolute;
}
.social-link {
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 10;
  /* width: 150px; */
  /* background-color: #CE9C29; */
  padding: 5px;
}
.social-link img {
  width: 70px;
  animation: rubberBand 2s ease-in infinite;
  border: 5px solid #fff;
  border-radius: 50%;
  background-color: #fff;
}
.social-link h6 {
  color: #fff;
  margin: 0 5px;
}
.footer img {
  border: #fff 5px solid;
  padding: 10px;
  border-radius: 50%;
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.support-bg {
  height: 45vh !important;
}
.support-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 80%;
}
.support-flex h1 {
  width: 50%;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  color: white;
}
.support-flex a {
  background-color: #fff;
  color: rgb(126, 65, 135);
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  padding: 10px;
  border-radius: 5px;
}


@media only screen and (max-width: 500px) {
    .aboutus{
        flex-direction: column;
    }
    .aboutus .right{
        padding:  15px;
        width: 100%;
    }
    .invest-right{
        padding: 15px !important;
    }
    .support-flex h1{
        width: 100%;
        text-align: center;
    }
    .support-bg{
      height: 50vh;
    }
    .support-flex{
        flex-direction: column;
        width: 100%;
        padding: 10px ;
    }
    .next_project{
        flex-direction: column;
    }
    .count{
        flex-direction: column;
    }
    .next_project img{
        width: 100%;
    }
    .projects h1{
        margin: 30px 0 0 30px;
    }
    .box{
        margin: 0 0 20px 0;
    }
    .footer{
        flex-direction: column;
        padding: 30px ;
        width: 100% !important;
    }
    /* .footer ul{
        padding: 30px !important;
        margin: 0
    }
    footer{
        flex-direction: column;
    }
    footer .address{
        width: 100%;
    } */
}
@media only screen and (max-width: 770px) {
    .aboutus{
        flex-direction: column;
    }
    .aboutus .right{
        padding:  15px;
        width: 100%;
    }
    .invest-right{
        padding: 15px !important;
    }
    .support-flex h1{
        width: 100%;
        text-align: center;
        font-size: 30px;

    }
    .support-flex{
        flex-direction: column;
        width: 100%;
        /* padding: 50px ; */
    }
    .next_project{
        flex-direction: column;
    }
    .next_project img{
        width: 100%;
    }
    /* footer{
        display: block;
    }
    .footer{
        padding: 30px;
        width: 100% !important;
    }
    .footer ul{
        padding: 5px;
    }
    footer .address {
        width: 100%;
    } */
    .counter {
        padding: 00 0 40px 0;
    }
}

.overlay-2::before{
  /* background:#000 !important; */
  background: rgba(25,25,25,0.82) !important;
}
.l-section-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  height: 15vmin;
  color: #f5f5f5 !important;
  bottom: -1px;
}
.why_charis_investor{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 0 0 0; 
}
.why_charis_investor div{
  display: flex;
  flex-direction: column;
  width: 300px;
  /* background-color: #fff; */
  /* border: 1px solid #fff  ; */
  height: 300px;
  align-items: flex-start;
  z-index: 5 !important;
  padding: 30px;
  gap: 15px;
}
.why_charis_investor div img{
  align-self: flex-start;
  width: 50px;
  height: 50px;
  -webkit-filter: invert(100%);
    filter: invert(100%);
}
.why_charis_investor div i{
  align-self: flex-start;
  font-size: 50px;
 
}
.text_title{
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.why_charis_investor div p{
  color: #fff;
  text-align: left;
}
.why_invest_maldives_h1{
  font-family: 'Cairo', sans-serif;
  letter-spacing: 1px;
}
.why_invest_maldives{
  display: flex;
  /* align-items: center; */
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  /* gap: 30px; */
  padding: 30px 0 0 0; 
}
.why_invest_maldives div{
  display: flex;
  /* height: 300px; */
  width: 370px;
  align-items: flex-start;
  z-index: 5 !important;
  padding: 10px;
}
.why_invest_maldives i{
  font-size: 32px;
}
.why_invest_maldives div div{
  margin: 0 10px;
  display: block;
}
.why_invest_maldives div div h3{
  margin: 0 0 10px 0 ;
  font-size: 1.5rem;
}
.why_invest_maldives div div {
  text-align: left;
}
.why_invest_maldives div div p{
  font-size: 15px;
}

@media only screen and (max-width: 1024px) {

  .why_charis_investor div{
    width: 230px;
    padding: 15px;
  }
}

@media only screen and (max-width: 780px) {

  .why_charis_investor div{
    width: 100%;
    padding: 15px;
    height: auto;
  }
  .why_charis_investor {
    flex-direction: column;
    gap: 5px;
  }
  .project_sold div{
  width: 340px !important;
  }
}

.project_sold{
  padding: 30px;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
.project_sold div{
  position: relative;
  width: 450px;

  
}
.project_sold div img{
  /* width: 400px; */
  width: 100%;
  height: 550px;
}



.text_div {
  display: grid;
  place-items: center;
  color: #fff;
  background-color: #23232372;
  /* background-image: linear-gradient(180deg,transparent 30%,rgba(0,0,0,.6)); */
  height: 100%;
  font-size: 30px;
  filter: drop-shadow(1px 1px #000);
  /* font-family: 'Reem Kufi Fun', sans-serif; */
  /* padding: 30px;  */
} 
.text_div p{
 
  font-family: 'Reem Kufi Fun', sans-serif;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
}
.text_div h5{
  font-family: 'Reem Kufi Fun', sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-align: center;
  /* line-height: 30px; */
}
.overlay_div{
  position: absolute !important;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transition: .5s ease;
}

.project_sold div:hover .overlay_div{
  top:  0%;
}
@media only screen and (max-width: 500px) {

  .project_sold{
    flex-direction: column;
    align-items: center;
  }
  .project_sold div img{
    /* width: 400px; */
    height: 450px;
  }
}
.projects_title_invest{
  /* font-family: serif; */
  font-family: 'Castoro Titling', cursive;
  color: #000000c4;
  font-size: 30px;
  text-transform: capitalize !important;
  /* text-align: center; */
  letter-spacing: 1px;
  /* margin: 30px 0 !important; */
  /* letter-spacing: 1px; */
  /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
  /* font-family: 'Roboto', sans-serif; */
}