
/*
  Theme Name: Folio
  Theme URL: https://bootstrapmade.com/folio-bootstrap-portfolio-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com
*/

/*  General Styling
/*-----------------------------------------------------------------------------------*/

body {
  background: #f7f7f7;
  color: #898989;
  font-family: 'Poppins', helvetica;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: #292929;
  font-weight: 600;
}

h4 {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #292929;
  text-decoration: none !important;
  -moz-transition: all 0,5s ease-in-out 0s;
  -ms-transition: all 0,5s ease-in-out 0s;
  -o-transition: all 0,5s ease-in-out 0s;
  -webkit-transition: all 0,5s ease-in-out 0s;
  transition: all 0,5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0,5s ease-in-out 0s;
  -ms-transition: all 0,5s ease-in-out 0s;
  -o-transition: all 0,5s ease-in-out 0s;
  -webkit-transition: all 0,5s ease-in-out 0s;
  transition: all 0,5s ease-in-out 0s;
}

a:hover, a:focus {
  color: #0862ff;
  text-decoration: underline;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  -moz-transition: all 0,5s ease-in-out 0s;
  -ms-transition: all 0,5s ease-in-out 0s;
  -o-transition: all 0,5s ease-in-out 0s;
  -webkit-transition: all 0,5s ease-in-out 0s;
  transition: all 0,5s ease-in-out 0s;
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #999999;
  line-height: 28px;
}

::-moz-selection {
  background: #ff9500;
  color: #fff;
}

::selection {
  background: #999999;
  color: #fff;
}

.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: 1px solid #0862ff;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #b87e7e;
}

.mb-30 {
  margin-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }

  h2 {
    font-size: 20px;
  }

  h4 {
    font-size: 13px;
  }

  nav ul li a {
    font-size: 11px;
    line-height: 12px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .btn {
    font-size: 11px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }

  .section-title h2 {
    font-size: 20px;
  }

  .form-control {
    font-size: 11px;
    height: 40px;
    line-height: 12px;
  }

  .paddsection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paddsections {
    padding-top: 60px;
    padding-bottom: 60px !important;
  }
}

/* body {
  background: #ffffff;
  color: #898989;
  font-family: 'Poppins', helvetica;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: #292929;
  font-weight: 600;
}

h4 {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #292929;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
  color: #b8a07e;
  text-decoration: underline;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #999999;
  line-height: 28px;
}

::-moz-selection {
  background: #b8a07e;
  color: #fff;
}

::selection {
  background: #b8a07e;
  color: #fff;
}

.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #b8a07e;
}

.mb-30 {
  margin-bottom: 30px;
} */

/*-----------------------------------------------------------------------------------*/
/*  Navbar Top
/*-----------------------------------------------------------------------------------*/

nav {
  position: fixed;
  background: #fff;
  z-index: 1000;
  width: 100%;
  padding: 20px;
  display: none;
  -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
}

.nav-menu {
  float: right;
  line-height: 32px;
  margin-bottom: 0;
  padding-top: 16px;
}

nav ul li {
  float: left;
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-left: 40px;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.logo {
  float: left;
}

.logo img {
  width: 100px;
  height: 50px;
}

.responsive {
  display: none;
  font-size: 23px;
}

.active {
  color: #afafaf;
}

/*----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

/* Default styles for the #header section */

#header {
  background: url("../images/IMG_2887.jpg") repeat scroll center center / cover;
  background-position: center top -450px;
  height: 100vh;
  width: 100%;
}

#header .header-content {
  height: 100vh;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 60px;
  margin-left: -14%;
}

.header-content h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.header-content h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000000;
}

.header-content p {
  font-size: 20px;
  letter-spacing: 0px;
  margin-top: 0;
  margin-bottom: 70px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 600;
}

.header-content .list-social li {
  float: left;
  margin-right: 20px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 1024px) {
  #header {
    background-position: center top; /* Reset background position for smaller screens */
    height: auto; /* Adjust height to fit content */
    padding: 20px; /* Add padding for better readability */
  }

  .header-content {
    height: auto; /* Adjust height to fit content */
    text-align: center; /* Center align content on smaller screens */
    margin-top: 30vh;
  }

  .header-content h1 {
    font-size: 24px; /* Decrease font size for smaller screens */
  }

  .header-content p {
    font-size: 18px; /* Decrease font size for smaller screens */
    margin-bottom: 40px; /* Adjust margin for smaller screens */
  }

  .header-content .list-social {
    margin-top: 20px; /* Add margin for better spacing */
  }

  .header-content .list-social li {
    display: inline-block; /* Adjust display for better alignment */
    margin-right: 10px; /* Decrease margin for better spacing */
  }

  .header-content .list-social li i {
    font-size: 12px; /* Decrease font size for smaller screens */
  }
}

@media (max-width: 768px) {
  /* Adjust styles for mobile phones */
  #header {
    background-position: center top; /* Reset background position for smaller screens */
    height: auto; /* Adjust height to fit content */
    padding: 20px; /* Add padding for better readability */
  }

  .header-content {
    height: auto; /* Adjust height to fit content */
    text-align: center; /* Center align content on smaller screens */
    margin-top: 30vh;
  }

  .header-content h1 {
    font-size: 24px; /* Decrease font size for smaller screens */
  }

  .header-content p {
    font-size: 18px; /* Decrease font size for smaller screens */
    margin-bottom: 40px; /* Adjust margin for smaller screens */
  }

  .header-content .list-social {
    margin-top: 20px; /* Add margin for better spacing */
  }

  .header-content .list-social li {
    display: inline-block; /* Adjust display for better alignment */
    margin-right: 10px; /* Decrease margin for better spacing */
  }

  .header-content .list-social li i {
    font-size: 12px; /* Decrease font size for smaller screens */
  }
}



/* #header {
  background: url("../images/IMG_2887.jpg") repeat scroll center center / cover;
  background-position: center top -450px;
  height: 100vh;
  width: 100%;
}


#header .header-content {
  height: 100vh;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.header-content h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.header-content p {
  font-size: 25px;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 70px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 500;
  
}

.header-content .list-social li {
  float: left;
  margin-right: 20px;
}

.header-content .list-social li i {
  color: #fff;
  font-size: 15px;
} */

/*-----------------------------------------------------------------------------------*/
/*  About-us
/*-----------------------------------------------------------------------------------*/

#about {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  padding-top: 190px;
  text-align: justify;
  margin-top: 0;
}

#about .div-img-bg {
  padding-bottom: 30px;
  border: 20px solid #b8a07e;
}

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  margin-top: -60px;
  margin-left: 40px;
  height: 400px;
  object-fit: cover;
}

#about .about-descr .p-heading {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
}

#about .about-descr .separator {
  max-width: 80%;
  margin-top: 60px;
  text-align: left;
}

#about .about-descr {
  max-width: 100%;
  margin-top: -120px;
  text-align: justify;
}

@media (max-width: 1024px) {
  
  #about {
    padding-top: 20px; /* Decrease top padding for mobile phones */
  }
  /* Adjust styles for tablets */
  #about .div-img-bg .about-img img {
    height: auto; /* Reset height to auto */
    width: 100%; /* Set width to 100% */
    margin-top: 0; /* Remove the top margin */
    margin-left: 0; /* Remove the left margin */
    margin-right: 0; /* Remove the right margin */
  }

  #about .about-descr {
    margin-top: 0px; /* Adjust the margin-top value */
  }
}

@media (max-width: 480px) {
  /* Adjust styles for mobile phones */
  #about {
    padding-top: 20px; /* Decrease top padding for mobile phones */
  }

  #about .div-img-bg .about-img img {
    height: auto; /* Reset height to auto */
    width: 100%; /* Set width to 100% */
    margin-top: 0; /* Remove the top margin */
    margin-left: 0; /* Remove the left margin */
    margin-right: 0; /* Remove the right margin */
  }

  #about .about-descr {
    margin-top: 0px; /* Adjust the margin-top value */
    transform: translate3d(0, 0, 0);
  }
}






/* #about {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  padding-top: 190px;
  text-align: justify;
}

#about .div-img-bg {
  padding-bottom: 30px;
  border: 20px solid #b8a07e;
}

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  margin-top: -60px;
  margin-left: 40px;
  height: 400px;
  object-fit: cover;
}

#about .about-descr .p-heading {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
}

#about .about-descr .separator {
  max-width: 80%;
  margin-top: 60px;
  text-align: left;
}

#about .about-descr {
  max-width: 100%;
  margin-top: -120px;
  text-align: justify;
} */


/*-----------------------------------------------------------------------------------*/
/*   Services
/*-----------------------------------------------------------------------------------*/

 #services {
  background: #f7f7f7;
  position: relative;
  padding-bottom: 80px;
}

.owl-item {
  float: left;
}
.services-block span {
  margin: 10px 0;
  position: relative;
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.services-block .separator {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.services-block i {
  font-size: 44px;
  color: #b8a07e;
  line-height: 44px;
}


.services-carousel  .owl-stage-outer {
  overflow: hidden;
}

.services-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.services-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  border: 0;
  padding: 0 !important;
  background-color: #ddd;
  cursor: pointer;
}

.services-carousel .owl-dot.active {
  background-color: #b8a07e;
}

.owl-nav {
  display: none;
} 


/*-----------------------------------------------------------------------------------*/
/*  Portfolio
/*-----------------------------------------------------------------------------------*/

#portfolio {
  position: relative;
  padding-bottom: 50px;
}

#portfolio .portfolio-list {
  margin-bottom: 50px;
}

#portfolio .portfolio-list .nav {
  display: inline-block;
  margin: 0;
}

#portfolio .portfolio-list .nav li {
  margin: 0 40px 0 0;
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 5s ease-in-out 0s;
  -ms-transition: all 5s ease-in-out 0s;
  -o-transition: all 5s ease-in-out 0s;
  -webkit-transition: all 5s ease-in-out 0s;
  transition: all 5s ease-in-out 0s;
}

#portfolio .portfolio-list .nav li:hover,
#portfolio .portfolio-list .nav li.filter-active {
  color: #ff9500;
  -moz-transition: all 5s ease-in-out 0s;
  -ms-transition: all 5s ease-in-out 0s;
  -o-transition: all 5s ease-in-out 0s;
  -webkit-transition: all 5s ease-in-out 0s;
  transition: all 5s ease-in-out 0s;
}

#portfolio .portfolio-container {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.portfolio-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 260px;
}

.portfolio-thumbnail img {
  max-width: 100%;
}

@media (max-width: 480px) {
  /* Adjust styles for mobile phones */
  #portfolio .portfolio-list .nav li {
    margin: 0 10px 0 0;
    font-size: 12px;
    line-height: 14px;
  }

  .portfolio-thumbnail {
    min-height: 200px;
  }

  /* Fix display on vertical orientation */
  @media (max-width: 480px) and (orientation: portrait) {
    .portfolio-thumbnail {
      margin-bottom: 0;
      position: relative;
    }

    .portfolio-thumbnail img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .portfolio-thumbnail .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.7);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0.8;
    }

    .portfolio-thumbnail .overlay p {
      font-size: 12px; /* Decrease font size for better fit */
      color: #fff;
      text-align: center;
      padding: 10px;
      margin: 0;
    }
  }
}



/* Media Queries */
/* @media (max-width: 768px) {
 
  #portfolio .portfolio-list .nav li {
    margin: 0 20px 0 0;
  }
}

@media (max-width: 480px) {
  
  #portfolio .portfolio-list .nav li {
    margin: 0 10px 0 0;
    font-size: 12px;
    line-height: 14px;
  }

  .portfolio-thumbnail {
    min-height: 200px;
  }

  
  @media (orientation: portrait) {
    #portfolio .portfolio-container {
      margin-left: -10px;
      margin-right: -10px;
    }

    .portfolio-thumbnail {
      margin-left: 10px;
      margin-right: 10px;
    }
  }
} */


/* #portfolio {
  position: relative;
  padding-bottom: 50px;
}

#portfolio .portfolio-list {
  margin-bottom: 50px;
}

#portfolio .portfolio-list .nav {
  display: inline-block;
  margin: 0;
}

#portfolio .portfolio-list .nav li {
  margin: 0 40px 0 0;
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-list .nav li:hover, #portfolio .portfolio-list .nav li.filter-active  {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-container {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.portfolio-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 260px;
}

.portfolio-thumbnail img {
  max-width: 100%;
} */


/*-----------------------------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------------------------*/

#contact {
  height: auto;
  width: 100%;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-details li {
  padding-bottom: 10px; /* Corrected the negative value to positive */
}

#contact input,
#contact textarea {
  width: 100%;
  box-sizing: border-box; /* Ensures the width includes padding and border */
}

#contact #sendmessage,
#contact #errormessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact #sendmessage.show,
#contact #errormessage.show,
#contact .show {
  display: block;
}

#contact .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #contact {
    padding: 0 20px; /* Adjust the padding as needed */
  }

  #contact #sendmessage,
  #contact #errormessage {
    margin: 10px;
  }
}


/* #contact {
  height: auto;
  width: 100%;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-details li {
  padding-bottom: -10px;
}

#contact input, #contact textarea {
  width: 100%;
}


#contact  #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact  #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact #sendmessage.show, #contact #errormessage.show, #contact .show {
  display: block;
}

#contact .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
} */

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

#footer {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px; 
}

#footer .socials-media ul li a {
  font-size: 24px;
  color: #999;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 10s ease-in-out 0s;
  -ms-transition: all 10s ease-in-out 0s;
  -o-transition: all 10s ease-in-out 0s;
  -webkit-transition: all 10s ease-in-out 0s;
  transition: all 10s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: #b8a07e;
  -moz-transition: all 10ls ease-in-out 0s;
  -ms-transition: all 10s ease-in-out 0s;
  -o-transition: all 10s ease-in-out 0s;
  -webkit-transition: all 10s ease-in-out 0s;
  transition: all 10s ease-in-out 0s;
}

#footer p {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
}

.credits {
  font-size: 13px;
}

ul {
  text-align: justify;
}

.education {
  color: black !important;
  list-style: none;
  padding-left: 0;
  text-align: left;
  line-height: 2;
  list-style-type: none;
  border-radius: 10px;
}

.experience {
  color: #000;
  list-style: none;
  padding-left: 0;
  text-align: center;
  line-height: 2;
  list-style-type: none;
  border-radius: 10px;
}

.info-box {
  background-color: #b8a07e30;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.skills-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #b8a07e30;
  padding: 20px;
  border-radius: 10px;
  margin-left: 9px;
  margin-right: 9px;
  line-height: 2;
}

.skills-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.skill-name {
  flex-basis: 30%;
  text-align: left;
  color: rgb(0, 0, 0);
}

.skill-info {
  flex-basis: 40%;
  text-align: center;
  color: rgb(0, 0, 0);
}

.skill-rating {
  flex-basis: 30%;
  text-align: right;
}

.star {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 0, 0);
  margin-right: 5px;
  border-radius: 50%;
}

.acceso {
  background-color: #0862ff;
}

/* Media Queries */
@media (max-width: 768px) {
  /* Adjust styles for smaller screens */
  #footer .socials-media ul li {
    margin: 10px 5px;
  }
}

@media (max-width: 480px) {
  /* Adjust styles for even smaller screens */
  #footer .socials-media ul li {
    margin: 10px 2px;
  }
  
  #footer .socials-media ul li a {
    font-size: 18px;
  }
}



 /* #footer {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .socials-media ul li a {
  font-size: 24px;
  color: #999;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer p {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
}

.credits {
  font-size: 13px;
}

ul {
  text-align: justify;
  
}

  .education {
   
    color: black !important;
    list-style: none;
    padding-left: 0;
    text-align: left;
    line-height: 2;
    list-style-type: none;
    border-radius: 10px;
}

.experience {
  background-color: #b8a07e30;
    color: #000;
    list-style: none;
    padding-left: 0;
    text-align: center;
    line-height: 2;
    list-style-type: none;
    border-radius: 10px;
}

.info-box {
  background-color: #b8a07e30;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}  

.skills-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #b8a07e30;
  padding: 20px;
  border-radius: 10px;
  margin-left: 9px;
  margin-right: 9px;
  line-height: 2;
}

.skills-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.skill-name {
  flex-basis: 30%;
  text-align: left;
  color: rgb(0, 0, 0);
}

.skill-info {
  flex-basis: 40%;
  text-align: center;
  color: rgb(0, 0, 0);
}

.skill-rating {
  flex-basis: 30%;
  text-align: right;
}

.star {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 0, 0);
  margin-right: 5px;
  border-radius: 50%;
}

.acceso {
  background-color: #18d26e;
}  */


