/* Basic resets */

/*
font-family: 'Poppins', sans-serif;
font-family: 'Shippori Antique B1', sans-serif;
font-family: 'Work Sans', sans-serif;
*/

:root {
    --themeGreen: #56877D ;
    --themeLightBlue: #6AAAE4 ;
    --themeBlue: #0D3E62 ;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html, body {
    min-height: 100vh;
}

body {
    margin: 0;
    font-family: 'Shippori Antique B1', sans-serif;
    font-size: 130%;
    line-height: 150%;
    color: var(--themeBlue);
    padding-top: 120px;
}

/*
Nav
*/

.bg-custom {
    background-color: white;
}


.navbar-nav {
    font-size: 80%;
    align-items:flex-end ;
    margin-top: 20px;
}

.navbar-light, .navbar-nav, .nav-link {
    color: var(--themeBlue);
    margin: 10 20px;
}

a.nav-link.current {
    color: var(--themeGreen) !important;
}


div.navbar-nav a {
    color: var(--themeBlue) !important;
}

div.navbar-nav a:hover {
    color: var(--themeLightBlue) !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler {
    border: 0 !important;
    float: right;
    margin-top: 23px;
}

.navbar-toggler-icon {
    background-color: #A97882;
    filter: invert(100%);
    border-radius: 3px;
}

.navbar-toggler-icon:hover {
    background-color: #95551B;
    filter: invert(100%);
}

/*
Carousel
*/

.carousel-control-prev-icon {
    width: 2em;
    height: 2em ;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2356877D' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    width: 2em;
    height: 2em ;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2356877D' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-caption {
    background-color: var(--themeGreen);
    opacity: 70%;
}

.carousel-caption > p {
    line-height:150% ;
}

.carousel-indicators [data-bs-target] {
    height: 10px ;
    margin: 5px;
}


.carousel-item {
    transition: transform 2s ease, opacity .5s ease-out;
}

.h5space {
    margin-bottom: 25px;
}

/* Main */
main {
    margin-top: 50px;
}


.mysection {
    margin-bottom: 40px;
}

.seed {
    max-height: 370px;
}

p {
    font-size: 65%;
    margin-top: 5px;
}

.descrp {
    text-decoration: none;
    color: var(--themeBlue);
}

.descrp:hover {
    color: var(--themeLightBlue);
}




.midium {
    max-height: 290px;
}

.mycourse {
    max-height: 290px;
}

.small {
    max-height: 200px;
    padding: 20px;
}

.ikoi {
    max-height: 200px;
}


.animation {
    transition: 1s all;
    opacity: 0;
    position: relative;
    top: 80px;
}
 
.animation.move {
    opacity: 1;
    top: 0;
}



.animation:hover {
    transform: translateY(5px);
    opacity: 70%;
    animation: slide-up .6s ease forwards;
}

.animation2 {
    transition: 1s all;
    opacity: 0;
    position: relative;
    top: 80px;
}
 
.animation2.move {
    opacity: 1;
    top: 0;
}




/* Footer */
footer {
    height: 15vh;
    width: 100%
}

.main-footer {
    height: 70px;
    margin-bottom: 20px;
}

#footericon {
    font-family: 'Poppins', sans-serif;
    font-size: 200%;
    text-decoration: none;
    color: var(--themeGreen);
    font-weight: 600;
    line-height: 100%;
}

#footericon:hover {
    font-family: 'Poppins', sans-serif;
    color: var(--themeLightBlue);
}

#smallicon {
    margin-left: 20px;
}

.social {
    display: flex;
    justify-content: flex-end;
    padding: 1.5em;
}

.social img {
    height: 20px;
    padding-left: 1em;
}

.copyright {
    font-size: 50%;
    margin-bottom: 50px;
}

.social img:hover {
    opacity: 70%;
}


/*
About
*/


.subtitlle {
    padding-top: 10px;
    padding-bottom: 10px;
}

.body-p {
    padding-left: 20px;
    padding-right: 20px;
    
}

.about-main {
    min-height: 550px;
}

.main-p {
    font-family: 'Work Sans', sans-serif;
}

.portrait {
    padding-bottom: 20px;
}

/*
Contact
*/

.btn-secondary {
    background-color: var(--themeGreen) !important;
    border: none;
}

.btn-secondary:hover {
    background-color: var(--themeLightBlue) !important;
}

.info-container {
    margin-top: 30px;
}

label {
    font-size: 80%;
}

.textplace {
    padding-left: 20px;
    padding-right: 30px;
}

input, textarea {
    font-size: 60%;
    font-family: 'Work Sans', sans-serif;
}

.contactpic {
    padding-top: 30px;
}

/*
Design section each page
*/


.arrow-section {
    height: 60px;
    justify-content: center;
    align-items: center;
}


.arrowstyle {
    font-family: 'Poppins', sans-serif;
    font-size: 300%;
    text-decoration: none;
    color: var(--themeGreen);
    font-weight: 500;
    line-height: 100%;

}

.arrow-forward {
    margin-left: 12px;
}

.arrowstyle:hover {
    color: var(--themeLightBlue);
}

.galleryicon {
    text-decoration: none;
    display:inline-flex;
}

.galleryicon:hover {
    opacity: 70%;
}

/* Illustration Madals */

.yukisec {
    margin-bottom: 50px;
}


.Illust-container {
    margin-top: 8px;
}

.madoyuki {
    text-decoration: none;
    color: var(--themeGreen);
}

.madoyuki:hover {
    color: var(--themeLightBlue);
}

.yukimadopic {
    padding-top: 5px;
    width: 330px;
    padding-bottom: 40px;
}

.yukipic {
    width: 180px;
}

.line {
    padding-bottom: 17px;
}

.modal-img, .modal-body>img {
    width: 100%;
}

.modal-content {
    width: 100%;
    padding: 6px;
}

.caption {
    font-size: 70%;
    line-height: 1.6;
}



/* Media Queries */

@media screen and (max-width: 1200px) {
    /* content */
}

@media screen and (max-width: 990px){
    .ikoi {
        max-width: 325px;
    }
    .midium {
        max-width: 325px;
    }
}

@media only screen and (max-width: 575px) {
  
    .mado-info {
       text-align: center;
       padding-top: 20px;
    }
 
}


@media only screen and (max-width: 575px) {
    .textplace {
        padding-left: 30px;
        padding-right: 30px;
    }
    .seedtop {
        max-width: 325px;
    }
    .midium {
        max-height: 250px;
    }
    .ikoi {
        max-width: 290px;
    }
}


@media only screen and (max-width: 428px) {
    #footericon {
        font-size: 150%;
    }

    .senahara {
        width: 200px;
        height: 40.6px;
    }
  
    .social img {
        height: 15px;
        padding-left: 0.5em;
    }

    .mado-info {
        text-align: center;
     }
  
    
    .line {
        text-align: center;
    }

}