/* FONT SIZING AND IMPORTANT STYLES start*/
img {
    max-width: 100%;
    vertical-align: baseline;
}
h1,h2,h3,h4{
    font-family:'Arvo' , sans-serif;
}
p,a {
    font-family: 'Voces' , sans-serif;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
p {
    font-size: 12px;
}
li {
    list-style-type: none;
}
a {
    color: #000;
    text-decoration: none;
}

/* FONT SIZING AND IMPORTANT STYLES end*/


/* HEADER STYLING */
:root {
    --ghsred: #E2342A;
    --ghsyellow: #F7E800;
}
body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    min-width: 250px;
}
header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    height: 10vh;
    border-bottom: 5px solid var(--ghsred);
}
.logo {
    width: 100%;
    min-width: 150px;
    max-width: 450px;
    
    /* max-width: 200px; */
}
header a {
    margin: auto 0 auto 0;
    width: 30%;
}

.nav {
    margin: auto 5px auto 5px;
}
.nav li {
   display: inline-block;
   margin-left: 10px;
   margin-right: 10px;
}
.nav h3 {
    transition: all .3s ease;
}
.nav h3:hover {
    color: var(--ghsred);
}
.nav li a {
    font-weight: 900;
}
#nav-checkbox , .close_icon{
    display: none;
}
.menu_icon {
    display: none;
}
.close_icon_img {
    display: none;
}
.overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%; 
}

    
/* Header Styling End */
main {
    margin-top: 10vh;
}
/* Footer Styling */

footer {
    margin-top: 40px;
}
.footer_info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10%;
    padding-top: 5px;
    color: white;
    background-color: #2F2F2F;
}
.email_section, .telnumbers {
    width: 20%;
}
.socials {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_logo {
    width: 100%;
    max-width: 400px;
    
}
.socials ul {
    display: flex;
    flex-direction: row;
    
    gap: 40px;
    margin: 10px 0 10px 0;
    padding: 0;
}
.socials_logo {
    min-width: 10px;
    max-width: 30px;
    margin-left: auto;
    margin-right: auto;
}
.telnumbers {
    text-align: right;
    padding: 0 40px 0 0;
    margin: 0 0 0 0;
}
.telnumbers ul {
    padding: 0;
    margin: 0;
}
.copyright{
    margin: 0;
    padding: 5px 0 10px 0;
    text-align: center;
    color: #fff;
    background-color: #000;
    height: 20px;
}
.copyright p {
    font-weight: 300;
    opacity: 50%;
    margin: auto;
}
/* Footer Styling End */
/* PRODUCT PAGE STYLING START*/
.title_bar {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 12vh;
}
hr {
    width: 40px;
    margin: auto 40px ;
    border: 2px solid var(--ghsyellow);
    text-align: left;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

h1 {
    display: inline-block;
    
}
.project_title ul {
    display: flex;
    justify-content: space-evenly;
    gap: 10%;
    text-align: center;
    margin: 0 10px;
}
.projectbtn {
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px #ddd solid;
    border: none;
    background-color: #fff;
    font-family: 'Arvo', sans-serif;
    font-weight: 900;
    transition: all .2s;
}
.projectbtn:hover {
    color: #fff;
    background-color: var(--ghsred);
}
.project_writeup {
    max-width: 800px;
    text-align: justify;
    margin: 25px auto;
}


/* PRODUCT PAGE STYLING START*/
body {
    min-width: 350px;
}

.descriptionsvg {
    width: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
.project_bg{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5%;
    background-color: #8B8B8B;
    width: 95%;
    max-height: 250px;
    margin-top: 30px;
    height: 43vh;
}
.project_inner {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-radius: 10px;
    width: 85%;
    max-width: 900px;
    height: 100%;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 58%);
}
.tantra_info,.papts_info,.willow_info,.hazel_info,.kutunse_info,.nobles_info{
    display: none;
    opacity: 0;
    transition: opacity .5s ease-in;
}
   
.slideshow {
    width: 55%;
    grid-template-columns: 60% 40%;
    grid-template-rows: 50% 50%;
    gap: 5px;
    border-radius: 10px 0px 0 10px;
    overflow: hidden;
}
#forward_button , #back_button {
    padding: 5px;
    margin: 0 5px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    border: none;
}
.slideshow_arrow_img{
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}
.slideshow img:first-child {
    width: 100%;
    height: 100%;
}
.slideshow img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    
}
.details {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 45%;
}
.details > * {
    margin: 0;
    padding: 0 0 1% 5%;
    width: 95%;
}
.details ul{
    padding: 0;
    display: flex;
    flex-direction: column;
}
.details ul li {
    margin: 0;
    padding: 0 10px;
}
.details ul li p {
    margin: 5px;
}
.details h2 {
    border-bottom: 5px solid var(--ghsred);
    padding-top: 10px;
}
.schedulebtn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    width: 50%;
    border-radius: 3px;
    align-self: center;
    text-align: center;
    border: 1px solid black;
    transition: all .1s linear;
    padding: 5px;
}

.schedulebtn:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: var(--ghsred);
}
.project_writeup{
    text-align: center;
}
@media (max-width:500px){
    hr {
        margin: 0 15px 0 15px;
    }
    .project_bg {
        height: 450px;
        max-height: none;
    }
    .project_inner {
        flex-direction: column;
        width: 85%;
        height: 90%px;
    }
    .project_inner .slideshow,.details {
        text-align: left;
        width: 100%;
    }
    .details {
        height: 40%;
    }
    .slideshow {
        height: 60%;
        border-radius: 10px 10px 0 0;
    }
    .details ul{
        display: flex;
        flex-direction: row;
        padding: 0;
        margin: 0;
    }
    .details ul li:first-child {
        margin-top: 7px;
    }
}
/* PRODUCT PAGE STYLING END*/

/* GALLERY STYLING START */
.image_grid {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    width: 100%;
    gap: 10px;
    justify-items: center;
	align-items: center;
	justify-content: center;    
}
.image_grid img {
    width: 100%;
    height: 100%;
}
@media (max-width:730px) {
    /* FONT SIZING MOBILE */
    h1 {
        font-size: 18px;
    }
    h2 {
        font-size: 14px;
    }
    h3 {
        font-size: 12px;
    }
    h4 {
        font-size: 10px;
    }
    p {
        font-size: 8px;
    }
    /* END */
    /* HEADER STYLING MOBILE */
    .nav {
        display: none;
    }
    label {
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 10px;
    }
    .menu_icon {
        display: block;   
        cursor: pointer;
        max-width: 20px;
    }
    .nav {
        position: fixed;
        display: flex;
        flex-direction: column;
        right: -14em;
        align-items: start;
        height: 100%;  
        width: 30%;
        top: 0;
        bottom: 0;
        z-index: 100;
        background-color: #fff;
        padding:0;
        margin: 0;
        transition: all .4s ease;
        box-shadow: 5px 5px 10px 3px #ddd;
    }
    .nav li {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        text-align:  right;
        border-bottom: 2px solid var(--ghsred);
    }
    .nav h4 {
        margin: 0;
        padding: 20px 5px;
    }
    .nav .close_icon {
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;  
          
    }
    .nav .close_icon label {
        text-align: right;
        
    }
    .nav .close_icon_img {
        cursor: pointer;
        display: block;
        text-align: right;
        padding-left: 80%;
        padding-top: 10px;
       
    }
    #nav-checkbox:checked ~ .nav {
        right: 0;
        display: block;
        cursor: pointer;
    }
    /* END */
    /* FOOTER STYLING */
    .footer_info {
        flex-wrap: wrap;
     }
    .socials {
        width: 100%;
        order: -1;
        padding: 0;
        margin: 10px 50px;
    }
    .email_section, .telnumbers {
        width: 40%;
    }
    .telnumbers {
        padding-right: 10px;
    }
    .email_section {
        padding-left: 10px;
    }
    .email_section ul {
        padding: 0;
    }
    /* END */
 }  
 @media (max-width:500px){
    hr {
        margin: 0 15px 0 15px;
    }
    .project_bg {
        height: 450px;
        max-height: none;
    }
    .project_inner {
        flex-direction: column;
        width: 85%;
        height: 90%px;
    }
    .project_inner .slideshow,.details {
        text-align: left;
        width: 100%;
    }
    .details {
        height: 40%;
    }
    .slideshow {
        height: 60%;
        border-radius: 10px 10px 0 0;
    }
    .details ul{
        display: flex;
        flex-direction: row;
        padding: 0;
        margin: 0;
    }
    .details ul li:first-child {
        margin-top: 7px;
    }
}   
