/* Import */
  @import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
/* Fonts */
:root {
  --dark-primary: #0F172A;
  --pink: #e83e8c;
  --danger: #dc3545;
  --main-button-color: #D62A27;
  --secondary: #6c757d;
  --secondary-dark: #343a40;
  --primary: #007bff;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --light: #f8f9fa;
  --dark: #343a40;
}

body {
  font-family: "Prompt", sans-serif;
}

b, strong {
  font-weight: 600 !important;
}

.fixed-top{
  background: #f8f9fa!important;
}

body.admin-bar .fixed-top{
  padding-top: 32px;
}

.nav-link {
  font-weight: 500;
}

.img-fullwidth img {
  width: 100%;
  height: auto;
}

main#main{
  margin-top: 56px;
  overflow: hidden;
}



/* Globals */

.margin-size {
  margin-top: 100px;
}
.bottom-size {
  margin-bottom: 100px;
}

.margin-size-md {
  margin-top: 25px;
}
.bottom-size-md {
  margin-bottom: 25px;
}

.padding-top {
  padding-top: 50px;
}
.padding-bottom {
  padding-bottom: 50px;
}

.button-primary {
  background-color: var(--dark-primary);
}

.button-danger {
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
}
  .button-danger i {
    color: inherit !important;
  }

.custom-title{
  font-size: 1rem;
}

h2.custom-title{
  font-size: 1.5rem;
  margin-top: 30px;
}

/* Nav styles */
.logo-img,
.woocommerce img.logo-img,
.woocommerce-page img.logo-img {
  max-width: 200px;
  height: 40px;
}

.nav-item {
  font-size: 15px;
}

.nav-button {
  background-color: var(--main-button-color);
  border: 1px var(--main-button-color) solid;
  color: var(--light);
  font-size: 1rem;
  border-radius: 0%;
}
  .nav-button:hover {
    border: 1px var(--main-button-color) solid;
    background: #fff;
    color: var(--main-button-color) !important;
  }

.dropdown-menu {
  background-color: var(--light);
}

.dropdown-item {
  color: var(--secondary);
  padding: 10px 20px;
  font-size: 16px;
}

.dropdown-item:hover {
  color: var(--main-button-color);
  background-color: var(--light);
}

.ml-expand{
  margin-left: -15px;
}

/* Main styles */
body {
  font-size: 16px;
  height: 75vh;
}

/* Carousel */

.carousel-inner {
  max-height: 60vh;
}
.darken-overlay {
  background-color: var(--dark);
}

.darken-image {
  opacity: 0.5;
}

.carousel-indicators {
  margin-bottom: 100px;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.carousel-content {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
}
.carousel-title {
  color: var(--light);
  font-size: 5vw;
  font-weight: 600;
}

.carousel-text {
  color: var(--light);
  font-size: 1.8vw;
}

.reserve-btn {
  color: var(--light);
  background-color: var(--main-button-color);
  border-radius: 0%;
}

.reserve-btn:hover {
  background-color: var(--dark);
  color: var(--light);
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

nav .menu-language {
  font-size: 1.1rem;

  text-transform: uppercase;
  color: var(--secondary);
  /* width: 100%; */
  display: block;
  height: auto;
  /* margin-bottom: 5px; */
}

nav .menu-language ul{
  list-style: none;
  margin: 0;
  display: flex;
}

nav .menu-language li{
  padding: 0 10px;
  font-weight: 600;
}

nav .menu-language li a{
  font-weight: 400 !important;
}

nav .menu-language li:hover{
  font-weight: 600;
  cursor: pointer;
}

nav .menu-language li:first-child{
  border-right: 1px solid var(--secondary);
}

nav .menu-season {
  font-size: 1.1rem;
  /* text-transform: uppercase; */
  color: var(--secondary);
  display: block;
  height: auto;
}

nav .menu-season ul{
  list-style: none;
  margin: 0;
  display: flex;
}

nav .menu-season li{
  padding: 0 10px;
  font-weight: 600;
}

nav .menu-season li a{
  font-weight: 400 !important;
}

nav .menu-season li a.active {
  font-weight: 600 !important;
}

nav .menu-season li:hover{
  font-weight: 600;
  cursor: pointer;
}

nav .menu-season li:first-child{
  border-right: 1px solid var(--secondary);
}

.menu {
  background: var(--dark-primary);
  color: #fff;
}
  .menu .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
  }
  .menu .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  } 
    .menu .navbar-nav .nav-link:hover,
    .menu .navbar-nav .nav-link.active {
      background: #f8f9fa;
      color: #212529;
    } 

/* Cards styling */

.featured-services {
  margin-top: -20px;
}

.featured-services .service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  transition: all ease-in-out 0.4s;
  background: var(--light);
  height: 100%;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
}

.featured-services .service-item .icon {
  margin-bottom: 10px;
}

.featured-services .service-item .icon i {
  color: var(--dark-primary);
  font-size: 36px;
  transition: 0.3s;
}

.featured-services .service-item h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
}

.featured-services .service-item h4 a {
  color: var(--secondary);
  transition: ease-in-out 0.3s;
}

.featured-services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.featured-services .service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.featured-services .service-item:hover h4 a {
  color: var(--dark);
}

/* Seccio Classes */
.title-class {
  font-size: 3rem;
  color: var(--dark-primary);
  font-weight: 600;
}

#classes {
  background-color: #ced7e9;
}

.img-container img {
  transition: transform 0.3s, filter 0.3s;
}

.img-container:hover img {
  transform: scale(1.1);
  filter: brightness(0.5);
}

.img-container {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-text {
  position: absolute;
  bottom: 150px;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px 45px;
  color: var(--light);
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
  font-weight: 600;
  transform: translateY(100%);
  transition: transform 0.3s;
}

.img-container:hover .image-text {
  transform: translateY(60%);
}

/* Form styles */
.title-color {
  color: var(--dark-primary);
  font-size: 1.2rem;
  white-space: nowrap;
  font-weight: 700;
}

.indicate-level{
  font-size: 0.8rem;
}

.bg-bisque {
  background-color: var(--light);
}

.phone-icon {
  font-size: 2rem;
}

.wpcf7-form {
  background: none;
  border: none;
  padding: 10px;
  margin: 0 auto;
}

.wpcf7-form input[type="text"],
.wpcf7-form textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.contact-form .text-area-wrapper {
  margin-bottom: 35px;
}

.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea:focus {
  outline: none;
}

.wpcf7-form input[type="submit"] {
  color: var(--light);
  background-color: var(--main-button-color);
  border-radius: 0%;
  border: none;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 10px 10px 10px 10px;
}

.bg-orange {
  background-color: var(--dark-primary);
  color: var(--light);
}

textarea {
  height: 206px;
}

h4 {
  text-align: center;
  color: var(--dark-primary);
  font-size: 1.5rem;
  font-weight: 700;
}

.contact-info {
  font-size: 2rem;
  transition: transform 0.2s ease;
}

.contact-info:hover {
  transform: scale(1.1);
}

/* Testimonial styles */

.testimonial-container {
  background-color: #ced7e9;
}

#carouselExampleInterval {
  max-height: 100vh;
  overflow: hidden;
}

.section-title h1::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: var(--dark-primary);
  margin: 10px auto;
}

.title-testimonial {
  color: var(--dark-primary);
  line-height: 42px;
  font-weight: 700;
  font-size: 2rem;
}

.testimonial-container {
  margin-top: 5rem;
}

.testimonial-img {
  max-height: 19vh;
  max-width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}

.text-job {
  max-height: 50px;
  overflow: hidden;
}

.gallery-arrow-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233e598f' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.gallery-arrow-left {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233e598f' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* Webcam styles */

.webcam-video {
  width: 100%;
  height: 75vh;
}

.webcam-container {
  margin-top: 5rem;
}

/* gallery images */
.image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
}

.div-img {
  padding: 0;
}

.image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s, filter 0.3s;
}

.image-container:hover img {
  transform: scale(1.1);
  filter: brightness(0.5);
}

.gallery-container {
  padding: 0;
  margin-top: 5rem;
}

.carousel-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.search-icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: var(--light);
}

.image-container:hover .search-icon {
  display: block;
}

.modal-content {
  background-color: transparent;
  border: none;
}

.modal {
  transition: 0.15s ease-in;
}

.right-arrow {
  right: -90px;
}

.left-arrow {
  left: -90px;
}

.modal-header {
  border-bottom: none;
}

.close {
  color: var(--light);
  border: none;
  font-size: 5rem;
}

article {
  margin: 0;
  display: grid;
  place-items: center;
}

.gallery {
  --size: 100px;
  display: grid;
  grid-template-columns: repeat(8, var(--size));
  grid-auto-rows: var(--size);
  margin-bottom: var(--size);
  place-items: center center;
  gap: 5px;
}
.gallery:has(:hover) img:not(:hover), .gallery:has(:focus) img:not(:focus) {
  filter: brightness(0.5) contrast(0.5);
}
.gallery img {
  object-fit: cover;
  width: calc(var(--size) * 2);
  height: calc(var(--size) * 2);
  clip-path: path("M90,10 C100,0 100,0 110,10 190,90 190,90 190,90 200,100 200,100 190,110 190,110 110,190 110,190 100,200 100,200 90,190 90,190 10,110 10,110 0,100 0,100 10,90Z");
  transition: clip-path 0.25s, filter 0.75s;
  z-index: 1;
  position: relative;
  grid-column: auto / span 2;
  border-radius: 5px;
}
.gallery img:nth-child(7n - 2) {
  grid-column: 2 / span 2;
}
.gallery img:hover, .gallery img:focus {
  clip-path: path("M0,0 C0,0 200,0 200,0 200,0 200,100 200,100 200,100 200,200 200,200 200,200 100,200 100,200 100,200 100,200 0,200 0,200 0,100 0,100 0,100 0,100 0,100Z");
  z-index: 2;
  transition: clip-path 0.25s, filter 0.25s;
}
.gallery img:focus {
  outline: 1px dashed black;
  outline-offset: -5px;
}


.gallery-image {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.gallery-image:hover {
  transform: scale(1.5);
}

/*--------------------------------------------------------------
# Banner season
--------------------------------------------------------------*/
.section_banner_season__background {
  padding: 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}
  #section_banner_season {
    background-color: rgba(31, 31, 36, .75);
    min-height: 30vh;
    padding: 10vh 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #section_banner_season .section_title {
    color: #fff;
  }
  #section_banner_season .section_text {
    margin: 25px 0 50px 0;
    color: #fff;
    max-width: 720px;
  }
  #section_banner_season a {
    min-width: 150px;
  }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-color: #1f1f24;
  padding: 50px 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer .icon {
  font-size: 24px;
  line-height: 0;
}

.footer .footer-title {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
  color: #fff;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .cdangerits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .cdangerits a {
  color: #fff;
}

.section-header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: var(--dark-primary);
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.section-header span {
  position: absolute;
  top: 46px;
  color: rgba(14, 29, 52, 0.06);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 0;
}

.section-header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.services .card {
  border: 1px solid rgba(14, 29, 52, 0.15);
  background: #fff;
  position: relative;
  border-radius: 0;
  height: 100%;
}

.services .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
}

.services .card .card-img img {
  transition: 0.3s ease-in-out;
}

.services .card h3 {
  color: var(--dark-primary);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.services .card a {
  color: var(--dark-primary);
  transition: 0.3;
}

.services .card a:hover {
  color: var(--color-primary);
}

.services .card p {
  padding: 0 30px;
  margin-bottom: 10px;
  color: var(--color-secondary);
}

.services .card:hover .card-img img {
  transform: scale(1.1);
}

.kitdigital {
  background: #e7e7e7;
}
  .kitdigital .logo-digitalizacion img{
      max-width: 100%;
      margin: 30px 0;
  }

/* ul {
  list-style-type: none;
} */

.service-img {
  width: 350px;
  height: 222px;
}

.button {
  background-color: #fff;
  border: 2px solid var(--main-button-color);
  color: black;
  transition: background-color 0.3s;
  border-radius: 10px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 16px;
}

.button:hover {
  background-color: var(--main-button-color);
  color: #fff;
}

/* Form reservation styles */

#reservationForm fieldset {
  margin-bottom: 5px;
}
#reservationForm fieldset .error-message {
  display: none;
}
#reservationForm fieldset.error input,
#reservationForm fieldset.error select {
  border-color: #dc3545;
}
#reservationForm fieldset.error .error-message {
  display: block;
  color: #dc3545;
}

.radio_container{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.radio_item{
  display: flex;
  gap: 10px;
  align-items: center;

  background:#f5f5f5;
  /* margin-bottom: 10px; */
  border-radius: 10px;
  padding-left: 5px;
  flex-grow: 1;
  box-shadow: 1px 1px 1px 0px #00000045;
}

.radio_item label{
  padding: 5px;
  margin: 0;
  cursor: pointer;

}

input[type="radio"]{
  accent-color: var(--dark-primary);
}

.radio_checked{
  background-color: #9e9e9e91;
}


.student-minor-check{
  display: none;
}

.trash-color-icon{
  color: var(--light);
}

.max-width-custom{
  max-width: 45% !important;
}

.ml-checkbox{
  margin-left: 20px;
}

.form-title{
  font-size: 1rem;
}

.bottom-size-form{
  margin-bottom: 15px;
}

.form-control {
  border: none;
  border-bottom: 1px solid #000; 
  border-radius: 0;
  margin-bottom: 10px;
}
.terms{
  color: var(--dark-primary) !important;
}

#new-student{
  margin-bottom: 20px;
}

.form-title-mobile{
  display: none;
}

#reservationForm {
  padding: 20px;
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 5%);
  border-radius: 15px;
  margin: 50px 0;
  border: 1px solid #ebebeb;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

#reservationForm .form-control {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  margin-bottom: 10px;
  color: grey;
  background-color: #f8f8f8;
}

#reservationForm .custom-title {
  font-weight: 600;
}

#reservationForm .ml-checkbox label {
  font-size: 0.8rem;
}

#submitBtn{
  margin-left: 139px;
}

#reservationForm {
  margin-top: 25px;
}

.dropdown-toggle::after{
  content: "";
  border-top: 0.3em solid;

  border-right: 0.3em
  solid transparent;

  border-bottom: 0;
  border-left: 0.3em solid transparent;

  margin-top: 9px;

  display: inline-block;
  vertical-align: top;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}

.overlay-text {
  color: white;
  font-size: 7vh;
  text-shadow: 2px 2px 2px rgba(84, 84, 84, 1);
}

#status-prereserve .modal-dialog {
  background: #fff;
}

#status-prereserve button.close {
  font-size: 2rem;
  color: #222;
}

.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* PAGE DEFAULT */

.page-template-default .entry-content.text-small {
  font-size: 0.8rem;
}

.entry-content a {
  background: var(--dark-primary);
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}
  .entry-content .btn.nav-button a {
    background: inherit;
    color: #fff !important;
  }

.entry-content p a {
  color: var(--dark-primary);
  background: inherit;
  padding: 0;
  border: 0;
}
.posts-related {
  margin-top: 100px;
}
  .posts-related h3{
    font-size: 1.3rem;
  }
  .posts-related h4{
    color: var(--dark-primary);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 10px 30px;
    text-transform: uppercase;
  }

.navbarNav-mobile {
  display: none !important;
}

/* Media queries */

@media (min-width: 767px) {
    .services .grid-row .card {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: center;
  }
  .services .grid-row .card .card-img {
    margin-bottom: 0 !important;
    flex: 0 0 40%;
    max-width: 40%;
  }
}

/* Ipad Device */
@media (max-width: 991px) {
  .menu {
    display: none !important;
  }
  .navbarNav-desktop {
    display: none !important;
  }
  .navbarNav-mobile {
    display: block !important;
  }
  .menu-season-mobile { 
    display: flex;
    margin: 20px 0;
  }
  .navbarNav-mobile .nav-button a {
    padding-left: 40px;
    padding-right: 40px;
  }
  .navbarNav-mobile .navbar-nav {
    margin: 10px !important;
  }
    .navbarNav-mobile .navbar-nav i,
    .navbarNav-mobile .navbar-nav svg {
      margin-right: 7px;
    }
  nav .menu-season-mobile .menu-language ul {
    justify-content: flex-end;
  }
  .featured-services {
    margin-top: 0 ;
    z-index: auto ;
    margin-right: 0 ;
  }
  .carousel-indicators {
    display: none;
  }
  textarea {
    height: 100px ;
  }

  .navbar-brand {
    display: none;
  }

  .bg-orange {
    height: 200px;
  }
  .image-container {
    height: 300px ;
  }
  .gallery-img {
    padding: 0;
    max-height: 300px;
  }

  .carousel-content {
    position: absolute ;
    top: 50% ;
    transform: translateY(-50%) ;
  }
  .image-text {
    bottom: 125px ;
  }

  article {
    display: grid;
    place-items: center;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(
      4,
      1fr
    ) ;
    grid-auto-rows: 100px ;
    place-items: center ;
    gap: 10px ;

    & img {
      object-fit: cover ;
      width: 100% ;
      height: 100% ;
      border-radius: 5px ;
      clip-path: initial ;
      grid-column: initial ;
      &:nth-child(7n - 2) {
        grid-column: initial ;
      }
    }
  }
  .service-img {
    width: 382px ;
    height: 245px ;
  }

  .ml-btn{
    margin-left: initial ;
  }

  #submitBtn{
    margin-left: 168px;
  }

  .surname-title{
    margin-left: 0px;
  }
  
  .birthdate-title{
    margin-left: 0px;
  }
}

/* Mobile Device */
@media (max-width: 767px) {
  nav .menu-language ul{
    padding: 0;
    margin-bottom: 10px;
  }
  nav .menu-season ul{
    padding: 0;
    margin-bottom: 10px;
  }
  .carousel-indicators {
    margin-bottom: 50px;
  }
  .navbar-brand {
    display: none;
  }
  .carousel-indicators {
    display: none;
  }
  .featured-services {
    margin-top: 0 ;
    z-index: auto ;
    margin-right: 0 ;
  }
  .image-container {
    height: 300px ;
  }

  .gallery-img {
    padding: 0;
    max-height: 300px;
  }
  .carousel-content {
    position: absolute ;
    top: 55% ;
    transform: translateY(-50%) ;
  }
  .image-text {
    bottom: 115px ;
  }
  article {
    display: grid ;
    padding-left: 10px;
    padding-right: 10px;
    padding: 0, 10px 0 ,10px;
    place-items: center ;
    grid-template-columns: repeat(
      2,
      1fr
    ) ;
    grid-gap: 10px ; 
  }

  .gallery {
    display: grid ;
    grid-template-columns: repeat(
      4,
      1fr
    ) ;
    grid-auto-rows: 100px ;
    place-items: center ;
    gap: 10px ;

    & img {
      object-fit: cover ;
      width: 100% ;
      height: 100% ;
      border-radius: 5px ;
      clip-path: initial ;
      grid-column: initial ;
      &:nth-child(7n - 2) {
        grid-column: initial ;
      }
    }
  }

  .section-header span {
    display: none ;
  }

  .service-img {
    width: 382px ;
    height: 245px ;
  }

  .ml-btn{
    margin-left: initial ;
  }
  .check-underage{
    margin-left: 40px ;
  }
  .form-title-mobile{
    display: block ;
  }

  .carousel-text {
    font-size: 3.8vw ;
  }

  .logo-img {
    height: 24px ;
  }

  .custom-title{
    margin-bottom: 20px;
  }

  #submitBtn{
    margin-left: initial;
  }

  .mobile-btn{
    width: 100%;
  }

  .studentName{
    margin-left: 0;
  }

  #service .service-img {
    width: 100%;
    height: auto;
  }
}
