.banner{
  position: relative;
  min-height: 400px;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10vh 5%;
  background: radial-gradient(circle, rgba(0, 32, 74, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 0;
}

.banner::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  margin: 0;
  background-color: #272E3E;
}

.banner-text{
  position: relative;
  text-align: left;
  color: white !important;
  width: 60%;
}

.banner-text h1{
  margin: 0;
  padding: 1% 0;
  font-size: 55px !important;
  color: #3F8CDA;
} 

.banner-text p{
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 1% 0;
  font-style: italic;
  font-size: 25px !important;  
  font-family: 'Bebas Neue', sans-serif !important;
  letter-spacing: 1px;
}

.banner-text .buttons{
  position: relative;
  top: 20vh;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 3.5rem;
}

.btn-whapp{
  height: 100%;
  padding: .375rem .75rem;
  border-style: solid;
  border-width: 2px;
  border-radius: .375rem;
  border-color: #29A71A;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.2S;
  gap: 1rem;
}
.btn-whapp:hover{
  scale: 1.05;
  background-color: #29A71A !important;
}
.btn-whapp p{
  padding-bottom: 0 !important;
  height: fit-content !important;
  width: fit-content !important;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 27px !important;
  letter-spacing: 1.5px; 
  font-style: normal;
}
.btn-whapp img{
  width: min-content !important;
  height: 80% !important;
}

.banner-img{
  display: flex;
  justify-content: center;
  align-content: center;
  height: 80%;
  width: 50%;
  margin-top: 5%;
}

.banner img{
  object-fit: contain;
  height: 100%;
  width: 100%;
}

/* ------------------------------------ SERVICES ------------------------------------ */

.services {
  height: auto;
  color: #444444;
  scroll-margin-top: 88px;
  overflow: clip;
  background: linear-gradient(180deg, #030712, #002645);
  padding: 5vh 0;
}


.services .text {
  color: white !important;
  text-align: center;
}

.services .text h4 {
  font-size: 50px;
  padding-top: 2%;
  text-align: center;
}

.services .text p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #A0A0A0;
}

.container-service-item {   /*container*/
  margin: 0 3%;
  padding-top: 2%;
  padding-bottom: 5%;
}

.services .service-item {
  position: relative;
  height: 100%;
  padding: 7%;
  margin: 5%;
  transition: all ease-in-out 0.4s;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.services .service-item:hover {
  scale: 1.03;
}

.service-item img {
  width: 60%;
  margin-left: 20%;
  margin-bottom: 10%;
}

.services .service-item .text-container {
  height: 35%;
}

.services .service-item h4 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 30px;
  text-align: center;
}

.services .service-item p {
  margin-bottom: 0;
  color: #A0A0A0 !important; 
}

.services .service-item .services-btn{
  display: flex;
  justify-content: end;
  margin-top: 0.5rem;
}

.services .service-item .services-btn .btn{
  background-color: transparent;
  position: absolute;
  bottom: 0;
  margin-bottom: 3vh;
}

.services .service-item .services-btn .btn:hover{
  background-color: #3F8CDA;
}

/*--------------------------------------------------------------
  # Our Works Section
  --------------------------------------------------------------*/
.portfolio {
  width: 100%;
  background: linear-gradient(0deg, rgba(3, 7, 18, 0.8), rgba(0, 38, 69, 0.8));
  padding-top: 5vh;
}

.portfolio .text {
  color: #F8F8F8;
  display: grid;
  text-align: center;
  margin: 0;
  padding: 0 10%;
}

.portfolio .text h2 { 
  font-size: 50px;
  /* padding-bottom: 10px; */
  font-weight: bold;
  text-align: center;
}

.portfolio .text p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #A0A0A0;
  margin: 0 10%;
}

.carousel-container{
  width: 100%;
  margin: 0 auto;
  padding: 2% 0;
}

.carousel-control-prev-icon{
  scale: 1.5 !important;
}

.carousel-control-next-icon{
  scale: 1.5 !important;
}

.carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.carousel-item .portfolio-btn{
  width: 35%;
  margin-left: 65%;
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 0.5%;
  background: linear-gradient(90deg, rgba(2, 8, 18, 0), rgba(100, 100, 100, 0.2));
  background-size: cover;
}

.carousel-item .portfolio-btn h3{
  width: 100%;
  color: white;
  z-index: 5;
  text-align: center;
}

.carousel-item .btn{
  background-color: transparent;
  width: 80%;
  margin-left: 10%;
}

/*--------------------------------------------------------------
  # Contact Section
  --------------------------------------------------------------*/

.container-contact{
  padding-top: 5%;
}

.contact2 {
  position: relative;
  width: 100%;
  color: white;
  background: linear-gradient(90deg, #030712, #002645);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: grid;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.contact2 .text{
  width: 100vw;
  height: max-content;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5%;
}

.contact2 .text h2 {
  width: 100%;
  margin: 0;
  font-size: 60px !important;
  font-weight: 600;
}

.contact2 .text p{
  color: #A0A0A0;
  margin: 0;
  margin-top: 2%;
  font-size: 30px !important;
  font-family: 'Bebas Neue', sans-serif !important;
  letter-spacing: 1px;
}

.contact2 .btn{
  height: 60px;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  margin-top: 10%;
  margin-left: 10%;
  font-size: 30px !important;
  font-family: 'Bebas Neue', sans-serif !important;
  letter-spacing: 2px;
  transition: 0.3s;
  border-radius: 5px;
  gap: 5%;
}

.contact2 a:hover{
  align-items: center;
  background-color: white;
  color: black;
  scale: 1.03;
}

.contact2 img{
  position: absolute;
  z-index: 1;
}
.contact2 .hex1{
  scale: 0.75;
  left: -40px;
  top: 0px;
}
.contact2 .hex2{
  scale: 0.75;
  left: -100px;
  top: 170px;
}
.contact2 .hex3{
  scale: 0.6;
  right: -50px;
  top: -100px;
}
.contact2 .hex4{
  scale: 0.6;
  right: -100px;
  top: 50px;
}


/*--------------------------------------------------------------
  # MEDIA QUERY
  --------------------------------------------------------------*/

@media only screen and (max-width: 1100px) {
  
  .contact2{
    height: auto;
  }
  
  .contact2 img{
    /* display: none; */
    visibility: hidden;
  }

  .banner{
    display: block;
    height: 100vh;
  }

  .banner-img{
    position: absolute;
    width: 60%;
    top: -10%;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .banner-text{
    width: 100%;
    text-align: center;
    padding: 5% 0;
    margin-top: 5vh;
  }

  .banner-text h1{
    margin-top: 80%;
  }
  
  .banner-text p{
    scale: 1.1;
  }

  .banner-text .buttons{
    top: 5vh;
  }

  .buttons a{
    position: relative;
    width: 100% !important;
  }
}


@media only screen and (max-width: 700px) {

  .carousel-item .portfolio-btn{
    width: 100%;
    margin: 0;
    background: linear-gradient(to right,rgba(2, 8, 18, 0), rgba(100, 100, 100, 0.2), rgba(2, 8, 18, 0));
  }

  .portfolio-btn .btn{
    width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 600px) { 

  .contact2 {
    height: 500px;
  }

  .contact2 .btn{
    margin-top: 10%;
  }
}