* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

.header{
    min-height: 85vh;
    width: 100;
    background-image: linear-gradient(rgba(0, 0, 0, 0.555), rgba(2, 8, 31, 0.657)),url(/img/santa.jpg);
    background-size: cover;
    background-position: top;
    position: relative;   

 
}


nav{
    display: flex;
    padding: 0% 3%;
    justify-content: space-between;
    align-items: center;
    background: rgb(0, 0, 0);


}

nav img{
    width: 185px;

}


.nav-links{
    flex: 1;
    text-align: right;
}
 .nav-links ul li{
     list-style: none;
     display: inline-block;
     padding: 8px 12px;
     position: relative;

 }
 .nav-links ul li a{
     color: #fff;
      text-decoration: none;

 }
 

 .nav-links ul li::after{
     content: '';
     width: 0%;
     height: 2px;
     background: #ff1100;
     display: block;
     margin: auto;
     transition: 0.5s;

 }


 .nav-links ul li:hover::after{
     width: 100%;

 }


 .text-box{
     width: 90%;
     color:#fff;
     position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      text-align: center;


 }

 /* Dropdown Button */
.dropbtn {
    background-color: #000000;   
     color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #000000;}

.text-boxa{
    width: 90%;
    color: #fff;
    position: relative;
    top: -11%;
    left: 7%;
    /* transform: translate(-50%,-50%); */
    text-align: center;
}



 .text-box h1{
     font-size:35px ;

 }
 .text-box p{
     margin: 10px 0 40px;
     font-size: 18px;
     color: #fff ;
     font-weight: 800;
 }


 
 .text-boxa h1{
    font-size:35px ;

}
.text-boxa p{
    margin: 10px 0 40px;
    font-size: 18px;
    color: #fff ;
    font-weight: 800;
}



 .hero-btn{
     display: inline-block;
     text-decoration: none;
     color: #fff;
     border: 1px solid rgba(255, 255, 255, 0.246);
     padding: 12px 5px;    font-size: 13px;
    background: #25d266;
    position: relative;
    cursor: pointer;
    }
    
 .hero-btn2{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.246);
   padding: 12px 34px;
   font-size: 13px;
   background: #fa291a;
   position: relative;
   cursor: pointer;
   }


   .hero-btn3{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.246);
   padding: 12px 34px;
   font-size: 13px;
   background: #fa291a;
   position: relative;
   cursor: pointer;
   }

   .hero-btn4{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.246);
    padding: 12px 5px;
   font-size: 13px;
   background: #25d266;
   position: relative;
   cursor: pointer;
   }
   .hero-btn5 {
    display: inline-block;
    text-decoration: none;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.246);
    padding: 12px 34px;
    font-size: 18px;
    background: #11161300;
    position: relative;
    cursor: pointer;
   }
    .hero-btn:hover{
        border: 1px solid rgba(255, 255, 255, 0.123);
        background: #ff7268;
        transition: 1s;
    }


    .hero-btn2:hover{
        border: 1px solid rgba(255, 255, 255, 0.123);
        background: #ff7268;
        transition: 1s;
    }



nav .fa{
    display: none;
}

    @media(max-width: 700px){
        .text-box h1{
            font-size: 35px;
        }
        .nav-links ul li{
            display: block;

        }
        
    .nav-links{
        position: fixed;
        background: #f44336;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -400px;
        text-align: left;
        z-index: 2;
        transition: 1s;

    }  
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul {
        padding: 30px;

    }
}



.course{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;

    
}


h1{
    font-size: 36px;
    font-weight: 600;
}


p{
    color: rgb(136, 135, 135);
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;

}


.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
 

}

.row2{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;

}

.course-col{
    flex-basis: 31%;
    background: rgba(238, 238, 238, 0.383);
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    box-shadow: 0 0 20px 0px rgba(0, 2, 7, 0.294);
}


h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;

}


.course-col:hover{
    box-shadow: 0 0 20px 0px rgba(0, 2, 7, 0.103);
}

@media(max-width:700px){
    .row{
        flex-direction: column;
    }

    
 /* Dropdown Button */
.dropbtn {
    background-color: #f44336;   
     color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
}

/*------campus --------*/


.campus{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}


.campus-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;

}

.campus-col img{
    width: 100%;
    display: block;
}

.layer{
    background: rgba(170, 170, 172, 0.349);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}


.layer:hover{
    background: rgba(1, 25, 102, 0.582);
}


.layer h3{
    width: 100%;
    font-weight: bold;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: 0.5s;

}

.layer:hover h3{
    bottom: 49%;
    opacity: 1;
}

/*------facilities --------*/

.facilities{
    width: 80%;
    margin:  auto;
    text-align: center;
    padding-top: 100px;
    
}

.facilities-col{
    flex-basis: 31%;
    border-radius: 10px;
   margin-bottom: left; 

}

.facilities-col img{
    width: 100%;
    border-radius: 10px;

}

.facilities-col p{
    padding: 0;
}

.facilities-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;


}

/* CSS for article-section */
.article-section {
    max-width: 75%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
  }
  
  .article-section h1 {
    color: #010106;
    font-size: 2em;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .article-section h2 {
    color: #f00000;
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  
  
  
  .article-section button {
    background-color: hsl(0deg 97% 45% / 68%);
    padding: 1.25rem 1.5rem;
    color: var(--title-color);
    display: inline-flex;
    align-items: center;
    column-gap: .5rem;
    font-family: var(--second-font);
    font-weight: var(--font-semi-bold);
    backdrop-filter: blur(24px);
    text-decoration: none;
    -webkit-backdrop-filter: blur(24px);
  }
  .article-section p {
    color: #333;
    font-size: 1em;
    margin-bottom: 15px;
  }
  
  .article-section ul {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  
  .article-section ul li {
    color: #333;
    margin-bottom: 10px;
    list-style-type: disc;
  }
  
  .article-section strong {
    color: #b63c3c;
  }
  
  .article-section a {
    
    text-decoration: none;
  }
  
  .article-section a:hover {
    text-decoration: underline;
  }
  
  @media (max-width: 768px) {
    .article-section {
        padding: 15px;
    }
  
    .article-section h1 {
        font-size: 1.8em;
    }
  
    .article-section h2 {
        font-size: 1.3em;
    }
  
    .article-section p,
    .article-section ul li {
        font-size: 0.95em;
    }
  }
  
  @media (max-width: 480px) {
    .article-section {
        padding: 10px;
    }
  
    .article-section h1 {
        font-size: 1.6em;
    }
  
    .article-section h2 {
        font-size: 1.2em;
    }
  
    .article-section p,
    .article-section ul li {
        font-size: 0.9em;
    }
  
    .article-section ul {
        margin-left: 15px;
    }
  }
/*---------Testimonios-------------*/


.testimonial{
    width: 80%;
    margin: auto;
    padding-top: 100px;
    text-align: center;

}

.testimonial-col{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: rgba(231, 231, 231, 0.596);
    padding: 25px;
    cursor: pointer;
    display: flex;
}

.testimonial-col img{
    height: 40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
}

.testimonial-col p{
    padding: 0;
}

.testimonial-col h3{
    margin-top: 15px;
    text-align: left;

}

.testimonial-col .fa{
    color: #f44336;
}


@media (max-width: 700px) {
    .testimonial-col img{
         margin-left: 0px;
         margin-right: 15px;

    }

    .facilities-col{
        justify-content: space-between;
    }
    
}

/*---------Consulta Ya-------------*/

.cta{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)),url(/img/consulta.jpg);    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}


.cta h1{
    color: white;
    margin-bottom: 40px;




}


@media (max-width:700px) {
    .cta h1{
        font-size: 24px;
    }

    
}


/*---------Servicios-------------*/


.sub-header{
    height: 70vh;
    width: 100%;
    width: 100%;
    background-image: linear-gradient(rgb(0 0 0 / 45%), rgb(0 0 0 / 82%)),url(/img/servicios.jpg);    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
}


.sub-headera{
    height: 70vh;
    width: 100%;
    width: 100%;
    background-image: linear-gradient(rgb(0 0 0 / 45%), rgb(0 0 0 / 82%)),url(/img/amarres.jpg);    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
}

.sub-headerb{
    height: 60vh;
    width: 100%;
    width: 100%;
    background-image: linear-gradient(rgb(0 0 0 / 45%), rgb(0 0 0 / 82%)),url(/img/brujos.jpg);    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
}

.sub-headerc{
    height: 60vh;
    width: 100%;
    width: 100%;
    background-image: linear-gradient(rgb(0 0 0 / 45%), rgb(0 0 0 / 82%)),url(/img/contact.jpg);    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
}






.sub-header h1{
    margin-top: 100px;
}

.sub-headera h1{
    margin-top: 100px;
}

.sub-headerb h1{
    margin-top: 100px;
}
.sub-headerc h1{
    margin-top: 100px;
}


.about-us{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.about-col{
    flex-basis: 48%;
    padding: 30px 2px;
}


.about-col img{
    width: 100%;


}

.about-col h1{
    padding-top: 0;

}

.about-col p{
    padding: 15px 0 25px;

}

.red-btn{
    border: 1px solid #f44336;
    background: transparent;
    color: #f44336;
}

.red-btn:hover{
    color: #f00a0a;
}


/*---------Blog-------------*/

.blog-content{
    width: 80%;
    margin: auto;
    padding: 60px 0;


}

.blog-left{
    flex-basis: 65%;
}

.blog-left img{
    width: 100%;
}

.blog-left h2{
    color: #222;
    font-weight: 600;
    margin: 30px 0;
}


.blog-left p{
    color: black;
    padding: 0;
}
.blog-right{
    flex-basis: 32%;
}

.blog-right h3{
    background: #f44336;
    color: #fff;
    padding: 7px 0;
    font-size: 16px;
    margin-bottom: 20px;
}

.blog-right div{
    display: flex;
    align-items: center;
    justify-content:space-between ;
    color: #555;
    padding: 8px;
    box-sizing: border-box;

}

.comment-box{
    border: 1px solid #ccc;
    margin: 50px 0;
    padding: 10px 20px;
}

.comment-box h3{
    text-align: left;
}


.comment-form input, .comment-form textarea{
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #f0f0f0;
}

.comment-form button{
    margin: 10px 0;
}
@media(max-width:700px)
{
.hero-btn4 {
    top: 9px;
    cursor: pointer;
}


.sub-header{
font-size: 24px;
}
.what img{
  
    position: fixed;
    right: 0px;
    bottom: 2%;
    border-radius: 12px;
    width:20%;
    
    }
    
    
}

/*---------Contact-------------*/


.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}


.location iframe{
    width: 100%;
}

.contact-us{
    width: 80%;
    margin: auto;

}

.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}

.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa{
    font-size: 28px;
    color: #f44336;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p{
    padding: 0;
}

.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}


/*---------footer-------------*/

/*========= WhatUps ============*/
/* Base size */
.whatsapp-icon,
.call-icon {
  position: fixed;
  bottom: 2%;
  width: 150px;        /* Increased from 48px */
  height: 100px;
  border-radius: 12px;
  z-index: 999;
  animation: jumpy 1s infinite ease-in-out;
}

/* Position each icon */
.whatsapp-icon {
  left: 4%;
}

.call-icon {
  right: 4%;
}

/* Mobile adjustment */
@media (max-width: 480px) {
  .whatsapp-icon,
  .call-icon {
    width: 75px;       /* Slightly smaller on mobile */
    height: 75px;
    bottom: 1%;
  }

  .whatsapp-icon {
    left: 3%;
  }

  .call-icon {
    right: 3%;
  }
}

/* Animation */
@keyframes jumpy {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

    
.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background-color: #ededed;
}


.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}


.icons .fa{
    color: red;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;

}

.course-col .fa{
    color: red;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
    size: 15px;
}


.fa-heart-0{
    color: red;
}

.links{
        display: flex;
        flex-direction: column;
        margin: auto;
        width: fit-content;
}
 .click{
    text-decoration: none;
    color: #000000;
}

/*---------modal-------------*/


.contentBox{
    position: relative;
    margin: 10% auto;
    background: #000;
    padding: 20px;
    border: none;
    width: 90%;
    flex-direction: column;
    height: 40rem;
    display: flex;
    box-shadow: 0 15px rgba(0, 0, 0, .1);
}
.imgBx {
    flex: 1;
    padding-right: 20px;
}




.imgBx img {
    max-width: 100%;
    height: 24rem;
    z-index: 1;
}

.content {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}



.modal-heading{
    margin: 0 0 10px;
    font-size: 3rem;
    color: #ff4d54;
    line-height: 3rem;
}


.modal-subheading{
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #0040ff;
    font-weight: bolder;
    

}
.modal-paragraph {
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #0040ff;
    font-weight: bolder;




}

.call-buttons {
    display: flex;
    justify-content: center;
  
  }

.call-button {
    margin-right: 10px;
    padding: 8px 45px;
    background-color: #4CAF50;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 2rem;
    margin-top: -15px;
 
 }

 .close{
    position: absolute;
    right: 0px;
    top: -30px;
    width: 20px;
    height: 20px;
    background: #ffffff url(/img/delete.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
 }


 /* mobile responsive */

 @media (max-width : 767px)
 {
    .popup{
        position: fixed;
        top: 60%;
        left: 50%;
        transform: translate(-50%,-60%);
        display: none;
        width: 100%;
        
    
    }
    .contentBox{
        height: 70%;
        flex-direction: column;
    
    }

    .contentBox .imgBx{
        transform: translateY(30px);
    }

    .imgBx img {
        height: auto;
      
    }

    .contentBox .imgBx::before{
        background: #fff;
    }

    .contentBox .content{
        text-align: center;
        padding-top: 0;
    }

    .modal-heading{
        margin: 0 0 10px;
        font-size: 2rem;
        color: #ff4d54;
        line-height: 3rem;
    }
    
    .modal-subheading{
        font-size: 2rem;
        margin: 0 0 10px;
        color: #0b03f8;
    }
    
 .close{
    top: -30px;
    right: 5px;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;

 }

 .call-button {
    
    padding: 8px 45px;
    font-size: 1.5rem;
}
 }


 
 @media (max-width : 425px){

    
    .contentBox .imgBx{
        transform: translateY(45px);
    }
    .call-button {
        
        
        font-size: 1.5rem;
        margin-top: -15px;
     
     }
     .close{
        right: 10px;
        top: 5px;     
    }


        
 }