/*
HEX CODES
#DFF5B5
*/

/*
    NAVBAR
*/
main, html{
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(223, 245, 181, 0.10);
    font-family: 'Quicksand', sans-serif;  
}

.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.container-fluid, .container {
    background-color: transparent;
}

.navbar {
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
}
.navbar .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
}
.nav-img {
    width: 25%;
}
.btn {
    text-transform: none !important;
}

.btn-contact {
  display: inline-block !important;
  background-color: #6AA84F !important;
  color: #ffffff !important;
}

/*
    FOOTER
*/
.jg-footer {
    background-color: rgba(70,130,180, 0.30);
    font-family: 'Quicksand', sans-serif;  
}
.copyright-footer p {
    margin-bottom: 0;
}
.copyright-footer {
    background-color: rgba(70,130,180, 0.40);
}


/*
    HOME PAGE
*/

.hero-img img, .fourth-section img, .about-section img {
    width: 80%;
    float: right;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 12px;
    margin-right: 10%;
}
.hero-text {
    padding-left: 10%;
}
.hero-text b {
    color: #6AA84F
}
.hero-text hr {
    border: 0;
    height: 3px; /* thickness of the line */
    background-color: #82C46C; /* soft green */
    border-radius: 1px; /* slightly rounded edges */
    margin-bottom: 5%;
    width: 20%;
}
.hero-text h2 {
    font-size: 32px;  
    font-family: 'Quicksand', sans-serif;  
}
.hero-text h3 {
    font-size: 72px;
    font-family: 'Playfair Display', sans-serif;
    margin-top: -2%;
}
.hero-text p {
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
}
.btn-hero {
    background-color: #6AA84F !important;
    color: #ffffff !important;
    font-weight: bold !important;
    margin-top: 2% !important;
    margin-left: 10% !important;
    font-family: 'Playfair Display', sans-serif !important;
}

.first-section, .about-section {
    padding-top: 5%;
    min-height: 90vh;
}

.second-section, .fourth-section {
    padding: 5%;
    background-color: #ffffff;
    min-height: 90vh;
}
.second-section h2, .fourth-section h2, .about-header h2 {
    font-family: 'Playfair Display', sans-serif;
    text-align: center;
    font-size: 64px;
}
.second-section hr, .header-hr, .about-section hr {
    border: 0;
    text-align: center;
    height: 3px; /* thickness of the line */
    background-color: #6AA84F; /* soft green */
    border-radius: 1px; /* slightly rounded edges */
    width: 5%;
    margin-left: auto;
    margin-right: auto;
}
.second-header p, .header-p {
    margin-top: 1%;
    margin-bottom: 2%;
    text-align: center;
    font-size: 18px;
}
.second-cards {
    margin-top: 3%;
}
.second-cards .card {
    height: 550px ;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 2%;
    padding-right: 2%;
    border: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.second-cards .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center; /* vertical centering */
    align-items: center;     /* horizontal centering */
    text-align: center;
    height: 100%;
}
.second-cards img {
    width: 30%;
    margin-top: 2%;
    margin-bottom: 3%;
}
.second-cards h5 {
    font-weight: bold;
    text-align: center;
    color: #6AA84F ;
    font-size: 22px;
}
.second-cards hr {
    width: 30%;
}
.second-cards p {
    text-align: center;
    font-size: 16px;
}
.card:hover {
     box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
     transition: 0.5s;
}
.third-section {
  position: relative;
  background-image: url("../img/parallax.JPG");  
  height: 700px;

  background-attachment: fixed;
  background-position:  center 0;
  background-repeat: no-repeat;
  background-size: cover;
  /*overflow: hidden;*/

  display: flex;
  justify-content: center;
  align-items: center;
}
.third-section .btn-book {
  display: inline-block;
  background-color: #6AA84F;
  font-family: 'Playfair Display', sans-serif;
  font-size: 18px;
  padding: 1% 2%;
  font-weight: bold;
  margin-top: 2%;
}
.btn-book:hover{
    background-color: rgba(106, 168, 79, 0.8) !important;
    transition: 0.75s;
    color: #ffffff !important;
}
.third-section h2 {
    font-size:  72px;
    font-weight: 500;
     font-family: 'Playfair Display', sans-serif;
}
.third-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55); 
  z-index: 1;
}
.cta-content {
  text-align: center; 
}
.third-section h2,
.third-section .btn-book {
  position: relative;
  z-index: 2;
  color: #FFFFFF; 
}
.about-me {
    padding-top: 2%;
}
.education-section h4, .specialization-section h4, .fourth-section h3 {
     font-family: 'Playfair Display', sans-serif;
}
.fourth-section h3 {
    font-size: 52px;
}
.education-section {
    border-left: 6px solid #6AA84F;
    border-radius: 12px;
    padding-left: 2%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.specialization-section {
    border-left: 6px solid #1d0759;
    border-radius: 12px;
    padding-left: 2%;
}
.about-me {
    margin-top: 3%;
}
.about-me-hr {
    border: 0;
    text-align: center;
    height: 3px; /* thickness of the line */
    background-color: #6AA84F; /* soft green */
    border-radius: 1px; /* slightly rounded edges */
    width: 25%;
}
.fourth-section img {
    width: 70%;
}

/*
    ABOUT PAGE
*/
.about-section {
    background-color: rgba(223, 245, 181, 0.10);
    padding-bottom: 5%;
}
.about-section hr {
    margin-bottom: 5%;
}
.about-section p {
    font-family: 'Quicksand', sans-serif;  
}
.second-about {
    margin-top: 5%;
}
.right-section-1 p, .right-section-1 h4, .left-section-2 p, .left-section-2 h4, .left-section-2 h5 {
    margin-left: 10%;
    font-family: 'Quicksand', sans-serif;  
}
.right-section-1 p, .left-section-2 p {
    font-size: 18px;
}
.left-section-2 p {
    margin-bottom: 5%;
}

.left-section-2 h5 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.right-section-1 h4, .left-section-2 h4 {
    font-weight: bold;
    margin-bottom: 2%;
    font-size: 36px;
    color: #6AA84F
}
.about-hr {
    text-align: none !important;
    margin-left: 10% !important;
    margin-right: 0 !important;
    width: 20% !important;
}

.divider img {
    width: 20%;
    float: none;
    box-shadow:  none;
    border-radius: 0%;
    margin-right: auto;
    display: block;
    margin-left: auto;
    margin-top: 3%;
    margin-bottom: 2%;
}