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

body {
  font-family: "Marcellus", serif;
}
/* header-section */
.header-section {
  background-image: url(../image/Julio\ Herrera\ Velutini\ 11.jpg);
  /* filter: brightness(0.6); */
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.font{
  text-decoration: none;
}
.header-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
  z-index: 1;
}
.header-content {
  margin-top: 50px;
  padding-bottom: 80px;
}

.logo {
  width: 150px;
  height: auto;
  margin: 0;
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 10px;
}
.fas.fa-grip-lines {
  float: right;
  color: white;
  font-size: 25px;
  position: relative;
  margin-top: 20px;
}
.fas.fa-grip-lines:hover {
  color: #ffbc49;
}
/* .line {
  width: 30px;
  border: 3px solid;
  border-color: #ffffff;
  margin: 0;
  margin-bottom: 2px;
  border-radius: 2px;
}
.line:hover {
  border-color: #ffbc49;
} */
.welcome {
  color: white;
  margin: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.text-link{
  text-decoration: none;
  color: #212529;
  
}
.header {
  color: white;
  font-size: 50px;
  margin: 0;
  letter-spacing: 0px;
  line-height: 1.1;
  position: relative;
  z-index: 2;
}
.header-summary {
  letter-spacing: 1px;
  text-align: justify;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  font-size: 15px;
  width: 500px;
  position: relative;
  z-index: 2;
}
.box {
  color: white;
  background-color: #ecb046;
  padding: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.fa-solid.fa-arrow-right {
  margin-left: 20px;
}
.box1 {
  color: white;

  padding: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.box1:hover {
  color: #ecb046;
}
.fa-regular.fa-comment {
  margin-right: 10px;
}

/* about-section */
.about-division {
  margin-top: 50px;
  padding-top: 30px;
  margin-bottom: 50px;
}
.right-side {
  margin-top: 30px;
}
.about {
  color: #ecb046;
  text-transform: uppercase;
}
.about-summary {
  font-size: 12px;
  text-align: left;
  text-align: justify;
}
.about-summary-one{
  font-size: 18px;
}
.certified {
  font-size: 30px;
  text-align: left;
}
.fa-solid.fa-feather {
  color: #ecb046;
  margin-right: 15px;
}
.accordian-heading {
  font-size: 15px;
  margin-bottom: 20px;
}
.accordian-heading:hover {
  color: #ecb046;
}
.accordion-body {
  text-align: justify;
}
.accordion-item {
  border: none;
}
.fa-solid.fa-plus {
  float: right;
}

/* award-section */
.heading-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.award-head {
  font-size: 21px;
  color: #232323;
}
.learn {
  font-size: 20px;
  text-align: left;
  padding-left: 20px;
  text-decoration: none;
  color: #212529;
}
.fa-solid {
  float: right;
  margin-top: 5px;
}
.line {
  border: 1px solid #bbb;
  width: 100%;
}

/* carosel-section */
.carosel-section {
  background-color: #232323;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}
.fa-solid.fa-star {
  color: #ed9d14;
  float: left;
  margin-right: 8px;
}
.star {
  padding-top: 80px;
}
.carosel-summary {
  font-size: 27px;
  color: white;
  font-weight: 500;
  padding-top: 10px;
  text-align: justify;
}

.name {
  font-size: 18px;
  font-weight: 500;
  color: white;
}
.google {
  font-size: 16px;
  font-weight: 400;
  color: white;
}
.double {
  color: white;
  padding: 0;
  width: 50px;
  height: 50px;
  color: white;
  float: right;
}

.card-carousel {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.card-img {
  flex: 0 0 auto;
  width: 150px;
  height: 70px;
  margin-right: 15px;
  transition: transform 60s ease-in-out;
  overflow: hidden;
  margin-right: 80px;
  margin-top: 50px;
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 10px;
  text-align: center;
}

/* Design-insight */
.certified1 {
  font-size: 30px;
  text-align: left;
}
.blog-button {
  font-size: 16px;
  font-weight: 400;
  border: 1px solid;
  border-color: #ecb046;
  background-color: #ecb046;
  color: white;
  width: 150px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 30px;
}
.design-img {
  display: flex;
}
/* .zoom-imgbox{

} */
/* .img{
  width: 300px;
  height: 200px;
  margin-bottom: 30px;
}
.img:hover{
  width: 400px;
  height: 300px;
  transition: 0.3s;
} */
.zoom-imgbox {
  display: inline-block;
  overflow: hidden;
}
.zoom-imgbox .img {
  width: 300px;
  height: 200px;
  margin-bottom: 30px;
  transition: transform 2s ease;
}

.zoom-imgbox:hover .img {
  transform: scale(1.1);
}
.date-content {
  display: flex;
  flex-wrap: wrap;
}
.design {
  padding-left: 0px;
  color: #a3a3a3;
  margin: 0;
  font-size: 15px;
}
.fa-regular.fa-calendar {
  margin-right: 10px;
  color: #a3a3a3;
}
.fa-regular.fa-folder {
  margin-right: 10px;
  color: #a3a3a3;
}
.mini-head {
  font-size: 24px;
  font-weight: 500;
  padding-top: 10px;
text-decoration: none;
color: black;
}
.design-box {
  margin-top: 40px;
}

/* footer */
.footer {
  background-image: url(../image/19.jpg);
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-division {
  padding-top: 90px;
  padding-bottom: 90px;
}
.work {
  font-size: 50px;
  font-weight: 500;
  color: white;
  margin: 0;
  padding-bottom: 20px;
}
.hello {
  font-size: 38px;
  font-weight: 500;
  color: white;
  margin: 0;
  padding-bottom: 40px;
}
.plane {
  width: 30px;
  height: 30px;
  margin-right: 30px;
}
.powerd {
  font-size: 14px;
  color: white;
}
.footer-heading {
  display: flex;
  justify-content: space-between;
}
.content {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
}

@keyframes move-cards {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.card-carousel {
  animation: move-cards 50s linear infinite;
  padding-bottom: 50px;
}

.card:hover {
  transform: scale(3);
}

@media (max-width: 767px) {
  .header-section {
    background-size: cover; /* Keeps the image covering the section */
    background-position: top center;
  }
  .header {
    font-size: 30px;
  }

  .header-summary {
    font-size: 15px;
    width: 100%;
  }
  
  .box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-division {
    margin-top: 60px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .right-side {
    margin-top: 30px;
  }
  .award-head {
    font-size: 12px;
  }
  .learn {
    font-size: 10px;
  }
  .carosel-summary {
    font-size: 15px;
  }
  .card-img {
    width: 70px;
    height: 30px;
  }
  .img {
    display: grid;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .mini-head {
    font-size: 14px;
  }
  .certified {
    font-size: 30px;
  }

  .work {
    font-size: 30px;
  }
  .hello {
    font-size: 18px;
  }
  .plane {
    width: 15px;
    height: 15px;
  }
  .content {
    font-size: 12px;
  }
  .footer-division {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .zoom-imgbox {
    width: 100%; /* Makes the container take up full width */
    position: relative; /* Optional: For positioning child elements */
    overflow: hidden; /* Optional: To avoid the image overflowing its box */
  }

  /* Ensure the image inside scales responsively */
  .zoom-imgbox img {
    width: 100%; /* Image will stretch to fill the width of its container */
    height: auto; /* Maintain aspect ratio of the image */
    object-fit: cover;
    margin-bottom: 0px; /* Optional: To make sure the image covers the div and doesn't stretch */
  }
  
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-division {
    margin-top: 60px;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .award-head {
    font-size: 13px;
  }
  .learn {
    font-size: 12px;
  }
  .about {
    font-size: 15px;
  }
  .carosel-summary {
    font-size: 15px;
  }
  .card-img {
    width: 70px;
    height: 30px;
  }
  .img {
    display: grid;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .mini-head {
    font-size: 15px;
  }
  .certified {
    font-size: 23px;
  }
  .certified1 {
    font-size: 23px;
  }
  .about-summary {
    font-size: 12px;
  }
  .about-summary-one {
    font-size: 16px;
  }
  .accordian-heading {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .work {
    font-size: 30px;
  }
  .design {
    font-size: 10px;
  }
  .hello {
    font-size: 18px;
  }
  .plane {
    width: 15px;
    height: 15px;
  }
  .content {
    font-size: 12px;
  }
  .footer-division {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .zoom-imgbox {
    width: auto; /* Makes the container take up full width */
    position: relative; /* Optional: For positioning child elements */
    overflow: hidden; /* Optional: To avoid the image overflowing its box */
  }

  /* Ensure the image inside scales responsively */
  .zoom-imgbox img {
    width: 100%; /* Image will stretch to fill the width of its container */
    height: auto; /* Maintain aspect ratio of the image */
    object-fit: cover;
    margin-bottom: 0px; /* Optional: To make sure the image covers the div and doesn't stretch */
  }
  .col-md-7 {
    /* Make the column take full width on smaller screens */
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .design-box {
    margin-left: 40px;
  }
}
