@import url("https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Staatliches&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* "Inria Sans", sans-serif */

* {
  margin: 0;
  padding: 0;
  font-family: "Inria Sans", sans-serif;
  background-color: rgb(0, 0, 0);
}
#main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.navbar {
  width: 93.333%;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: rgb(0, 0, 0);
  /* padding-top: 24px; */
}
nav {
  width: 1080px;
  height: 72px;
  background: #170506;
  backdrop-filter: blur(96px);
  box-shadow: 0px 4px 24px 0px #00000029;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 16px;
}
nav ul {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  width: 214px;
  height: 24px;
  gap: 32px;
}
ul li {
  background-color: transparent;
  color: white;
  line-height: 24px;
  font-weight: 400;
  font-size: 17px;
}
nav h1 {
  background-color: transparent;
  color: #ffffff;
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  line-height: 42px;
  gap: 12px;
  width: 156px;
  height: 35px;
  font-size: 42px;
  margin-left: -9%;
  letter-spacing: -0.04em;
}
nav h2 {
  font-family: "Inria Sans", sans-serif;
  background-color: transparent;
  color: #ffffff;
  line-height: 24px;
  font-weight: 400;
  font-size: 17px;
}
.content {
  width: 1344px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.hero_section {
  width: 1344px;
  height: 1032px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 96px 0;
  gap: 48px;
  background-color: rgba(0, 0, 0, 1);
}
.hero_section h1 {
  width: 1344px;
  height: 120px;
  gap: 0px;
  opacity: 0px;
  font-family: Red Hat Display;
  font-size: 120px;
  font-weight: 500;
  line-height: 120px;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.hero_image {
  width: 1344px;
  height: 672px;
  background: url("assets/hero_img.png");
  background-size: cover;
  background-position: center;
  gap: 0px;
  border-radius: 28px;
  border: 1.5px;
  opacity: 0px;
}
.card_section {
  width: 1344px;
  border-bottom: 1.5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -40px;
  gap: 48px;
}
.card {
  height: 333px;
  width: 416px;
  gap: 8px;
}
.card img {
  width: 416px;
  height: 277px;
  gap: 0px;
  border-radius: 8px;
  border: 1.5px;
  opacity: 0px;
}
.card h3 {
  width: 416px;
  height: 24px;
  gap: 0px;
  opacity: 0px;
  color: rgba(255, 255, 255, 1);
  font-family: "Inria Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.card p {
  width: 416px;
  height: 24px;
  gap: 0px;
  opacity: 0px;
  font-family: "Inria Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
}
.our_work{
  width: 95%;
  height: 900px;
  left: -96px;
  background: radial-gradient(rgba(0, 0, 0, 0.7),rgba(193, 29, 29, 0.042));
  gap: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1.5px;
}
.work_text{
  width:50%;
  height:244px;
  top: 328px;
  gap: 48px;
  color: white;
  top: 328px;
}
.work_image{
  width: 50%;
  height: 700px;
  gap: 0px;
  border: 1.5px 0px 0px 0px;
  background: url("assets/our_work.png");
  background-position: center;
  background-size: cover;

}
.work_text h1{
  width:624px;
  height: 95px;
  gap: 16px;
  font-family: Red Hat Display;
  font-weight: 500;
  font-size: 64px;
  line-height: 68px;
  letter-spacing: -2%;
  color: rgba(255, 255, 255, 1);
}
.work_text p{
  width:624px;
  height: 148px;
  gap: 16px;
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5%;
  color: rgba(255, 255, 255, 1);

}
.work_button{
  width: 129px;
  height: 48px;
  gap: 0px;
  font-family: "Inria Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
 background-color:rgba(193, 29, 29, 1);

 border-radius: 8px;
 margin-top:-100px ;
}
.bringing_the_neon{
  width: 1344px;
  height: 400px;
  padding: 96px 0;
  gap: 0px;
  border: 0px 0px 1.5px 0px;
  display: flex;
  justify-content: center;

}
.bringing_the_neon p{
  width: 900px;
  height: 208px;
  max-width: 900px;
  gap: 0px;
  opacity: 0px;
  font-family: Red Hat Display;
  font-weight: 500;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -1%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.our_impact{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width:1344px;
  height:408px;
  padding: 48px 0;
  gap: 48px;
}
.our_impact p{
  width: 648px;
 height: 32px;
 font-family: Red Hat Display;
font-size: 28px;
font-weight: 500;
line-height: 32px;
letter-spacing: -0.01em;
text-align: left;
color: rgba(255, 255, 255, 1);
}
.our_impact_right{
  width:648px;
  height: 312px;
}
.row{
  width: 648px;
  height:156px;
  gap: 48px;
  display: flex;

}
.row_content{
  width:300px;
  height:156px;
  padding: 24px 0px 48px 0px;
  gap: 8px;
  border-top: 1.5px solid rgba(255, 255, 255, 0.16)

}
.row_content h1{
  width: 300px;
  height: 52px;
  gap: 0px;
  font-family: Red Hat Display;
  font-weight: 500;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -1%;
  color: rgba(255, 255, 255, 1);
}
.row_content p{
  width: 300px;
  height: 24px;
  gap: 0px;
  font-family: "Inria Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.digital_masterpiece{
  position: relative;
  width: 1344px;
  height:1180px;
  padding: 96px 0;
  gap: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.masterpiece_card_1{
  position: absolute;
  width: 300px;
  height: 300px;
  top: 3%;
  left: 15%;
  gap: 0px;
  border-radius: 16px;
  opacity: 0px;
  background: url(assets/masterpiece_01.png);
  background-position: center;
  background-size: cover;
}
.masterpiece_card_2{
  position: absolute;
  top: 11%;
  right: 7%;
  width: 240px;
  height: 240px;
  gap: 0px;
  border-radius: 16px;
  opacity: 0px;
  background: url(assets/masterpiece_02.png);
  background-position: center;
  background-size: cover;
}
.masterpiece_card_3{
  width: 256px;
  height: 256px;
  gap: 0px;
  position: absolute;
  bottom: 2%; 
  border-radius: 16px;
  margin-bottom: 17%;
  left: 5%;
  background: url(assets/masterpiece_03.png);
  background-position: center;
  background-size: cover;
}
.masterpiece_card_4{
  width: 200px;
  height: 200px;
  gap: 0px;
  border-radius: 16px;
  margin-bottom: 5%;
  right: 42%;
  bottom: 2%;
  position:absolute;
  background: url(assets/masterpiece_04.png);
  background-position: center;
  background-size: cover;
}
.masterpiece_card_5{
  width: 240px;
  height: 240px;
  gap: 0px;
  border-radius: 16px;
  border: 1.5px;
  right: 0%;
  margin-bottom: 13%;
  background: url(assets/masterpiece_05.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0%;
  bottom: 3%;
}
.masterpiece_card_p{
  width: 100%;
  height: 68px;
  max-width: 100%;
  gap: 0px;
  font-family: Red Hat Display;
  font-size: 64px;
  font-weight: 500;
  margin-top:0;
  line-height: 68px;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.client-section{
    width: 1344px;
    height: 364px;
    border-bottom: 1px;
    padding-top: 48px;
    padding-bottom: 48px;
    gap: 48px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}
.client-section-border{
  width: 1536px;
height: 0px;
gap: 0px;
border: 1.5px solid rgba(255, 255, 255, 0.24)
}

.client-section h1{
    width: 1260px;
    height: 52px;
    font-family: Red Hat Display;
    font-weight: 400;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.01em;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}
.testimonal{
    width: 1344px;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    overflow-x: scroll;
    scrollbar-width: none;

}
.test-card{
    width: 288px;
    height: 168px;
    border: 1.5px solid rgba(255, 255, 255, 0.24);
    border-radius: 16px;
    padding: 24px;
    gap: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-direction: column;
    cursor: pointer;
}
.profile-container{
    width: 240px;
    height: 48px;
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile{
    height: 48px;
    width: 48px;
    border-radius: 999px;
    background-size: cover;
    background-position: center;
}
.p1{
    background:url('assets/c_01.png');
    background-position: center;
    background-size: cover;
}
.p2{
    background:url('assets/c_02.png');
    background-position: center;
    background-size: cover;
}
.p3{
    background:url('assets/c_03.png');
    background-position: center;
    background-size: cover;
}
.p4{
    background:url('assets/c_04.png');
    background-position: center;
    background-size: cover;
}
.p5{
    background:url('assets/c_05.png');
    background-position: center;
    background-size: cover;
}
.p6{
    background:url('assets/c_06.png');
    background-position: center;
    background-size: cover;
}
.text-container{
    width: 180px;
    height: 40px;
    display: flex;
    flex-direction: column;

}
.text-container h2{
    width: 180px;
    height: 20px;
    font-family: "Inria Sans";
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    color:rgba(255, 255, 255, 1);
}
.text-container h3{
    width: 180px;
    height: 20px;
    font-family: "Inria Sans";
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
}
.quote-container{
    width: 240px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.line{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.l{
    height: 48px;
    border-radius: 1px;
    border: 1px solid rgba(0, 0, 0, 1);
}
.quote{
    width: 180px;
    height: 48px;
    font-family: "Inria Sans";
    font-size: 20px;
    font-weight: 200;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

.what_we_do_border{
  width: 1536px;
  height: 0px;
  gap: 0px;
  border-top: 1.5px solid rgba(255, 255, 255, 0.24);
}
.what_we_do{
  width: 1344px;
  height:280px;
  padding: 48px 0;
  gap: 48px;
  background: rgba(0, 0, 0, 1);
  display: flex;
  justify-content: space-between;
  flex-direction: row;


}
.what_we_do_text{
  width: 648px;
  height: 32px;
  gap: 0px;
  font-family: Red Hat Display;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-align: left;
  color: rgba(255, 255, 255, 1);

}
.text_right{
  width: 648px;
  height: 184px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.inner_text5{
  width:648px;
  height:24px;
  gap: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.inner_text5_2{
  width: 300px;
    height: 24px;
  gap: 0px;
  font-family: "Inria Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.contact__us{
  width:1344px;
  height:132px;
  padding: 48px 0;
  gap: 48px;
  border:1.5px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.contact__us_left{
  width: 656px;
  height: 32px;
  gap: 0px;
  font-family: Red Hat Display;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.contact__us_right{
  width: 640px;
  height: 28px;
  gap: 0px;
  font-family: "Inria Sans";
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.outer-contact{
    width: 1344px;
    height: 700px;
    padding-top: 200px;
    gap: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.inner-contact {
    width: 400px;
    height: 248px;
    gap: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
}

.contact-div {
    width: 400px;
    height: 32px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.subscribe_newsletter{

width:400px;
height:60px;
gap: 8px;
}
.subscribe_newsletter_text{
  width: 400px;
  height: 32px;
  gap: 0px;
  font-family: Red Hat Display;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.stay_updated{
  width: 400px;
  height: 20px;
  gap: 0px;
font-family: "Inria Sans";
font-size:10px;
font-weight: 400;
line-height: 20px;
text-align: center;
color: rgba(255, 255, 255, 1);

}
.number {
    width: 600px;
    height: 64px;
    gap: 12px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.rect {
    width: 56px;
    height: 64px;
    border-radius: 8px;
    border: 1px solid #1C221B;
    padding: 8px 16px 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.rect-text{
    width: 12px;
    height: 24px;
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #1C221B;
    justify-content: center;
}

.submit-box{
    width: 400px;
    height: 36px;
    border-radius: 8px;
    padding: 8px 16px;
    background-color:  rgba(193, 29, 29, 1);
    justify-items: center
}

.subscribe {
  width: 65px;
  height: 20px;
  gap: 0px;
  font-family: "Inria Sans";
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  background-color: rgba(193, 29, 29, 1);
  color: rgba(255, 255, 255, 1);

}

.skip {
    width: 36px;
    height: 20px;
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: rgba(237, 90, 90, 1);
}
.footer {
  display: flex;
  align-items: flex-end; 
  width:1344px;
  height:168px;
  padding: 96px 0px 24px 0px;
  gap: 24px;
  border: 1.5px ;


}

.inner-footer {
  width:1344px;
  height:48px;
  gap: 0px;
  display: flex;
  justify-content: space-between;
}

.NaturalPort {
    width: 235px;
    height: 32px;
    gap: 32px;
    box-sizing: border-box;
}

.NaturalPort-p {
  width: 235px;
  height: 32px;
  gap: 0px;
  font-family: Red Hat Display;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
}

.contactus {
  width: 122px;
  height:30px;
  padding: 12px 24px;
  gap: 0px;
  border-radius: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  display: flex;
  justify-content: center;
  text-align: center;
}

.contactus-p {
  width: 94px;
  height: 24px;
  gap: 0px;
  font-family: "Inria Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
} 
