html {
    margin: auto;
    padding: 0;
    border: 0;
    font-family: 'Alice', serif;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    max-width: 1920px;
    background-color: white;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

body.page-loaded {
    opacity: 1;
}



/* ----- START - BACKGROUND FOR NAV AND HEADER ----- */

#background {
    background-image: url(../images/background2.png);
    background-size: 100%;
    background-repeat: repeat-y;
}

/* ----- END - BACKGROUND FOR NAV AND HEADER ----- */


.title1 {
    height: 80px;
    background-image: none;  
}

.title2 {
    display: block;
    height: 80px;
    background-image: none; 
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}

@media (max-width:1000px) {
    .title1 {
        height: 50px;
    }

    .title2 {
        height: 50px;
    }

}





/* ----- START - NAV BAR ----- */

nav ul {
    margin: 0;
    padding: 50px 0 0 26%;
    display: flex;
    list-style: none;
}

nav ul li {
    padding-right: 60px;
}

nav a {
    text-decoration: none;
    color: #133654;
    letter-spacing: 2px;
}

nav a:hover {
    text-decoration: underline;
}


@media (max-width:1600px) {
    
    
    nav ul {
        padding: 50px 0 0 20%;
    }

}


@media (max-width: 1020px) {
    nav ul {
        padding: 5px 0 0 5px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        width: 300px;
    }
    
    nav ul li {
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    
    nav a {
        font-size: 12px;
    }
}










/* ----- START - HEADER ----- */

#home-header {
    height: 500px;
}

#logo {
    padding-top: 100px;
    margin-left: 15%;
    width: 40%;
    float: left;
}

#face {
    margin-top: -50px;
    margin-right: 10%;
    float: right;
    height: 550px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 6s ease, transform 3s ease;
}
#face.face-loaded {
    opacity: 1;
    transform: translateY(0);
}

hr {
    margin: 0;
    width: 40%;
    margin: auto;
}


@media (max-width:1600px) {

    #home-header {
        height: 400px;
    }

    
    #logo {
        width: 35%;
    }

    #face {
        margin-top: -50px;
        margin-right: 10%;
        float: right;
        height: 100%;
    }
    
    hr {
        margin: 0;
        width: 40%;
        margin: auto;
    }

}


@media (max-width:1020px) {
    #home-header {
        display: flex;
        flex-direction: column;
        /* height: 650px; */
        height: 120px;
    }

    #logo {
        margin: 20px auto;
        padding: 0;
        border: 0;
        align-self: center;
        width: 325px;
    }

    #face {
        display: none;
        /* margin: 0;
        padding: 0;
        border: 0;
        align-self: center;
        height: 100px; */
    }

    #noshow {
        display: none;
    }
}


/* ----- END - HEADER ----- */










/* ----- START - MEET ----- */

#meet {
    display: flex;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 50px;
    padding-bottom: 20px;
    color: #133654;
}

#photo {
    width: 500px;
    height: 500px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 20px;
    border-radius: 250px;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 4s ease, transform 3s ease;
}
#photo.photo-loaded {
    opacity: 1;
    transform: translateY(0);
}


#meet-sarah div {
    width: 70%;
}


#intro {
    padding: 50px;
    padding-left: 100px;  
}


#signature {
    height: 40px;
    background-image: none;
}


@media (max-width:1600px) {
    
    
    #photo {
        width: 300px;
        height: 300px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-top: 100px;
        border-radius: 250px;
    }
}

@media (max-width:1020px) {
    #meet {
        display: block;
        padding: 0 10%;
        margin-top: 40px;
    }

    #photo {
        width: 60%;
        height: 60%;
        margin-left: 20%;
        margin-right: 20%;
        margin-top: 30px;
        transform: translateY(30px);
    }


    #intro  {
        padding: 10px 10px;
        font-size: 15px;
        width: 96%;
    }

    .title1 {
        margin-bottom: 15px;
    } 

    #intro p {
        margin-top: 0;
    }
}


@media (max-width:600px) {
    #intro {
        padding-top: 30px;
    }
}

/* ----- END - MEET-SARAH ----- */










/* ----- START - SECTION 1 ----- */

#section1 {
    margin: 25px 5%;
}

#block-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.block {
    width: 300px;
    margin: 25px 35px 40px 35px;
    /* background-color: #F2F3F2; */
    color: #133654;
    /* border: solid;
    border-color: #133654; */
    border-width: 0.5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.block-header {
    border-width: 2px;
    border-color: #133654;
    height: 75px;
    padding: 0 20px;
    color: #133654;
}

.block-header h4 {
    font-size: 25px;
    margin: 0;
    padding-top: 20px;
    font-weight: 500;
    color: #133654;
}

.block-header h5 {
    margin: 0;
}

.block-header p {
    font-size: 18px;
    font-weight: 100;
    margin: 0;
    padding-top: 10px;
    color: #133654;
}


.block-footer {
    height: 200px;
}



.block-footer p {
    padding: 10px 30px;
    text-align: left;
    text-decoration: none;
    color: #133654;
}

.block-button p {
    margin: 30px;
    margin-top: 30px;
    border: solid;
    border-color: #133654;
    border-width: 1px;
    text-decoration: none;
    text-align: center;
    padding: 15px;
    background-color: #133654;
    color: white;
}


.block-footer a {
    width: 100%;
    text-align: center;
    justify-content: baseline;
    text-decoration: none;
}

#section1 s {
    color: red;
    font-size: 13px;
}


@media (max-width:1275px) {

    .block-container {
        text-align: center;
    }
  
    .block {
        width: 250px;
        margin: 25px 20px 40px 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .block-header h4 {
        font-size: 20px;
    }
    
    .block-header p {
        font-size: 16px;
    }
}

@media (max-width:1000px) {
  
    #block-container {
        display: block;
    }

    .block {
        width: 275px;
    }
}




/* ----- END - SECTION 1 ----- */










/* ----- START - BANNER ----- */


.stock-ticker {
    height: 70px;
    background-color: #133654;
    font-size: 15px;
    padding-block: 8px;
    border-block: 1px solid;
    overflow: hidden;
    user-select: none;

    --gap: 20px;
    display: flex;
    gap: var(--gap);
}

.stock-ticker ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    flex-shrink: 0;
    min-width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: var(--gap);
    animation: scroll 15s linear infinite;
}

@keyframes scroll {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}


.stock-ticker ul li img {
    height: 50px;
}


@media (max-width:1000px) {
    .stock-ticker {
    height: 50px;
    }

    .stock-ticker ul li img {
    height: 40px;
    }
}

@media (max-width:650px) {
    .stock-ticker {
    height: 30px;
    }

    .stock-ticker ul li img {
    height: 20px;
    }

    .stock-ticker ul {
    animation: scroll 7s linear infinite;
}
}


/* ----- END - BANNER ----- */










/* ----- START - SECTION2 ----- */

#section2 {
    /* height: 1500px; */
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 25px;
    margin-bottom: 20px;
    color: #133654;
}

.collapsible {
    background-color:transparent;
    width: 100%;
    color:#133654;
    cursor: pointer;
    padding: 16px;
    border: solid;
    border-width: 1px;
    border-radius: 10px;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  .active, .collapsible:hover {
    background-color:#133654;
    color: white;
  }
  
  .collapsible:after {
    content: '\002B';
    color:#133654;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  
  .active:after {
    content: "\2212";
    color: white;
  }
  
  .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: transparent;
  }

  .section2-book {
    text-align: center;
    text-decoration: none;
    background-color: #133654;
    color: white;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 1px 10px;
  }

  .section2-book-button {
    text-decoration: none;
    color: white;
  }


  @media (max-width:1000px) {
    #section2 {
        margin-left: 10%;
        margin-right: 10%;
    }
  }

/* ----- END - SECTION2 ----- */











/* ----- START - TESTIMONIAL ----- */

#testimonial-001 {
    padding: 40px 10% 25px 10%;
    border: 0;
    color: #133654;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;

}

#testimonial-001-row {
    margin-top: 25px;
    width: 100%;
    display: inline-flex;
}

#testimonial-001-block {
    margin: 0 25px;
    width: 33.3%;
}


  @media (max-width: 1200px) {
    #testimonial-001-row {
        display: block;
        justify-content: center;
        text-align: center;
    }

    #testimonial-001-block {
        width: 80%;
        margin: 40px 10%;
    
    }

  }


/* ----- END - TESTIMONIAL ----- */










/* ----- START - GALLARY ----- */

#gallary {
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 40px;
}



#photo1 {
    width: 49%;
    margin-right: 7px;
}

#photo2 {
    width: 49%;
}


#photo3 {
    width: 100%;
}

/* .gallaryleft {
    width: 49%;
}

.gallaryright {
    width: 49%;
} */

/* #after1-1 {
    width: 59%;
}

#after1-2 {
    width: 39%;
} */




#photo4 {
    width: 59.5%;
}

#photo5 {
    width: 39.5%;
}



@media (max-width:1000px) {

    #gallary {
        margin-left: 15%;
        margin-right: 15%;
    }

    #photo1 {
        width: 48%;
        margin-right: 1%;
    }

    #photo2 {
        width: 49%;
    }

    #photo5 {
        width: 38%;
    }
    }


/* ----- END - GALLARY ----- */


/* #gallary {
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 40px;
    box-sizing: border-box;
}


#gallary-row1 {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.gallary-block {
    margin: 0;
    padding: 0;
    border: 0;
    width: 49%;
    display: inline-block;
}

#gallary-row2 .gallary-block {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}

.gallary-block img {
    margin: 0;
    padding: 0;
    border: 0;
    width: 99%;
}

#gallary-button {
    box-sizing: border-box;
    width: 49%;
    border: solid;
    border-width: 0.5px;
    border-color: #133654;
    position: relative;
    text-align: center;

}

.centered {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
  }

  .centered a {
    text-decoration: none;
    color: #133654;
  }


  @media (max-width:600px) {

    .centered {
        font-size: 12px;
    }
}



 */






/* ----- START - CONTACT ----- */

.contact-container {
    padding: 20px 0 50px 0;
    margin: 0;
    /* align-items: center; */
}

.form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-inputs {
    border-radius: 50px;
    align-self: center;
    width: 500px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.form textarea {
    height: 140px;
    padding-top: 15px;
    border-radius: 20px;
}

.contact-inputs:focus {
    border: 2px #133654;
    border-style: solid;
}

.contact-inputs::placeholder {
    color: gray;

}

/* .form button {
    align-self: center;
    width: 10px;
    height: 50px;
    background-color:#133654 ;
    color: white;
    border-radius: 10px;
} */


.form button {
    text-align: center;
    text-decoration: none;
    background-color: #133654;
    color: white;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
    font-size: 15px;
  }

  .section2-book-button {
    text-decoration: none;
    color: white;
  }





@media (max-width:1000px) {

    .contact-inputs {
        width: 250px;
        font-size: 12px;
    }
}

/* ----- END - CONTACT ----- */










/* ----- START - SLIDESHOW ----- */

/* Slideshow container */
.slideshow-container {

    max-width: 1000px;
    position: relative;
    margin: 20px auto;
    padding: 0 5%;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
   
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #000000;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  
  /* ----- END - SLIDESHOW ----- */










/* ----- START- FOOTER ----- */

#footer {
    padding-top: 50px;
    padding-bottom: 25px;
    padding-left: 20%;
    padding-right: 20%;
    background-color: #133654;
    display: flex;
    height: 250px;
}

.footerleft   {
    width: 50%;
    color: white;
    text-align: left;
    margin: 0;
    border: 0;
    padding: 0;
}

#footer h1 {
    margin-top: 0;
}

/* .footerright  {
    width: 50%;
    margin: 0;
    border: 0;

} */

#footer p {
    margin: 10;
}

#footer a {
    text-decoration: none;
    color: white;
    text-decoration: underline;
    align-self: center

}


@media (max-width: 1500px) {
    #footer {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (max-width:1200px) {
    .footerright {
        display: none;
    }

    .footerleft {
        padding: 0;
        width: 100%;
    }

    #footer {
        padding: 5%;
    }
}

@media (max-width:650px) {
    .footerright {
        display: none;
    }

    .footerleft {
        padding: 5%;
        width: 100%;
    }

    #footer {
        padding: 5%;
    }
}

/* ----- END - FOOTER ----- */
