@import url("https://fonts.googleapis.com/css2?family=Roboto");
@font-face {
    font-family: 'BRADDON-Regular';
    src: local('BRADDON-Regular'),url('../fonts/BRADDON-Regular.ttf') format('truetype');
}

/* Make the main content area fill the remaining space */
main {
    flex: 1;
}

.layoutTitle {
    padding-left: 5%;
    padding-right: 5%;/* Use percentages for padding */
    padding-bottom: 10px;
    font-family: BRADDON-Regular;
    color: #612E8B;
    font-size: 2.5em;
    margin: 8px;
}
.layoutPic {
    padding-left: 10%;
    padding-right: 5%; /* Use percentages for padding */
    padding-bottom: 10px;
    font-family: BRADDON-Regular;
    color: #612E8B;
    font-size: 2.5em;
    margin: 8px;
}
@media (max-width: 768px) {
    .layoutTitle {
        font-size: 1.5em; /* Adjust the font size as needed for smaller screens */
    }
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #EDECEA;
    padding: 3px 0;
    font-family: 'Roboto', serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
    margin: 0; /* Remove margin to avoid extra space */
}
footer {
    font-size: 15px;
    color: #FFfF;
    padding: 6px;
    margin-top: auto; /* Adjust the margin-top to push the footer to the bottom */
    width: 100%;
    text-align-last: start;
}

/* Remove the table styles */
table.logo {
    width: 100%;
    border: none;
    padding: 0;
}

/* Adjust image styles for responsiveness */
.logoPic,
.topPic {
    max-width: 100%;
    height: auto; /* Maintain aspect ratio */
}

th {
    padding-left: 5%; /* Use percentages for padding */
    padding-bottom: 10px;
    font-family: BRADDON-Regular;
    color: #612E8B;
    font-size: 2.5em; /* Adjust font size as needed */
    margin: 8px;
    max-width: 100%; /* Ensure it doesn't overflow the screen */
}

.container-fluid.icon-bar {
    background-color: #EDECEA;
    margin: 0px;
    font-size: 35px;
    text-decoration: none;
    width: 100%;
}

.fa-x-twitter {
    text-decoration: none;
}
/*.fa fa-facebook,.fa fa-instagram, .fa fa-twitter, .fa fa-whatsup {
    padding: 10px;*/ /* Adjusted padding */
/*font-size: 500px;
    text-decoration: none;
    text-align: center;
    display: inline-block;*/ /* Changed from inline */
/*}*/
/*footer {
    padding: 6px;
    margin-inline: 0px;
    width: 100%;
    text-align-last: start;
}*/

.footerCopyright {
    font-size: 15px;
    color: #FFFF;
    background-color: #612E8B;
    padding: 6px;
    margin: 0;
    width: 100%;
    text-align: start;
}
/*.icon-bar {
    display: flex;
    align-items: center;
}*/
.icon-bar a {
    margin-right: 10px;
}

    .icon-bar.left {
        justify-content: flex-start;
    }
.navbar.navbar-expand-lg.forNav {
    background-color: #612E8B;
    padding: 3px;
    font-size: 17px;
    font-family: 'Roboto', serif;
    
    height: 50px;
}
#navbarSupportedContent a {
    color: #ffffff;
    padding: 15px;
    font-size: 17px;
    font-family: 'Roboto', serif;
    text-decoration: none;
    display: flex;
    align-items: center;
}
    /*.logout-buton {
    color: #ffffff;
    padding: 15px;
    font-size: 17px;
    font-family: Roboto;
    text-decoration: none;
    display: flex;
    align-items: center;
    
}
.logout-button:hover {
    color: #ffffff !important;
}*/
    ul.dropdown-menu.show {
        padding: 0px;
        font-size: 17px;
        font-family: 'Roboto', serif;
        text-decoration: none;
        background-color: #612E8B;
        align-items: center;
        width: auto; /*Set the width to auto */
        white-space: nowrap; /* Prevent text from wrapping */
        transition: background-color 0.2s;
    }
    ul.dropdown-menu.show a:hover {
        background-color: #8B5FCc; /* Change background color on hover */
    }

.slideshow-container {
    width: 75%;
    max-height: 700px;
    position: relative;
    margin: auto;
    padding: 0px;
}

/* The dots/bullets/indicators */
.dot {
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 5s ease;
}

/*.active {
    background-color: #ffff;
}*/

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

.well {
    text-align: center;
    color: #612E8b;
    font-family: BRADDON-Regular;
    font-size: 3em;
    font-display: swap;
    background-color: #EDECEA;
    padding: 5px;
    margin: 0;
    margin-top: 0;
    margin-bottom: 7px;
    width: 100%;
}

/* Media query for screens smaller than 768px */
@media (max-width: 767px) {
    .well {
        font-size: 2em;
    }
}

/* Media query for screens smaller than 480px */
@media (max-width: 479px) {
    .well {
        font-size: 1.5em;
    }
}

/* style for About Us page*/

/*.row.aboutUs{
    width: 80%;
    align-content: center;
    padding-left: 70px;
}*/

/*.column {
    float: left;
    width: 50%;
    padding: 15px;
}*/

.column1 {
    float: left;
    width: 100%;
    padding: 15px;
}

/* Clear floats after the columns */
/*.row::after {
    content: "";
    display: table;
    clear: both;
    width: 80%;
    height: auto;
}*/
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
/*@media screen and (max-width:600px) {
    .column {
        width: 70%;
    }



    video {
        margin: auto;
    }
}*/
    /* style for Contact Us page*/
.contactUs
{
    margin-top:2em;
}
.contactUs_Name, .contactUs_subject, .contactUs_textarea {
    display: grid;
    width: 100%;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 3px;
    margin-bottom: 10px;
    resize: vertical;
    font-size: 13px;
}

.form-control.contactUs_email {
    margin-bottom: 10px;
}

.btn.submit {
    background-color: #612E8B;
    border-color: #612E8B;
    color: white;
    /*padding: 3px 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 3px;
    margin-bottom: 10px;*/
}

    .btn.submit:hover {
        background-color: darkslateblue;
    }

    .row.contactUs {
        width: 100%;
        border-radius: 4px;
        background-color: #f2f2f2;
        padding: 20px;
        padding-left: 80px;
    }

    h4 {
        font-size: 20px;
        color: #612E8B;
        font-family: 'Roboto',serif;
        padding-left: 0px;
    }

    .split {
        display: inline;
        width: 50%;
        position: fixed;
        padding-top: 20px;
        padding-right: 3em;
    }

    .left {
        left: 40px;
    }

    .right {
        right: 0;
    }
    /*style for icons in contact us*/
    .fa-map-marker, .fa-phone, .fa-envelope-o {
        padding: 10px;
        font-size: 15px;
        text-decoration: none;
        text-align: center;
    }
    .fa{
        text-decoration:none;
    }

/*CSS for share buttons*/
/* Style for the container wrapping share buttons and like button */
.share-and-like {
    display: flex;
    align-items: center;

}

/* Style for the share buttons */
.share-buttons {
    display: flex;
    align-items: center;
    margin-right: 10px; /* Adjust the spacing between share buttons and like button */
}

    /* Style for individual share button */
    .share-buttons a {
        display: inline-block;
        margin-right: 10px; /* Adjust the spacing between share buttons */
        text-decoration: none;
        color: #0074cc; /* Twitter blue color, change as needed */
        font-size: 16px; /* Adjust the font size as needed */
    }

/* Style for the like button */
#like-section {
    display: flex;
    align-items: center;
}

    /* Style for the like button when it's disabled */
    #likeButton:disabled {
        background-color: #ccc; /* Gray out the button */
        cursor: not-allowed; /* Change cursor to indicate it's disabled */
        color: #888; /* Adjust text color for a disabled look */
        /* You can also adjust other styles as needed */
    }
#like-count {
    margin-left: 5px;
    font-size: 18px; /* Adjust the font size as needed */
}
.like__btn {
    
    width: 150px;
    height: 40px;
    margin-right:10px;
    border-radius:12px;
    background: #0080ff;
    font-size: 18px;
    color: #e8efff;
    outline: none;
    border: none;
    cursor: pointer;
    transition: transform .3s ease-in;
    

}
.share {
    --button-width: 150px;
    --button-height: 40px;
    --button-radius: 12px;
    width: var(--button-width);
    height: var(--button-height);
    background-color: #0080ff;
    border-radius: var(--button-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: transform .3s ease-in;
    overflow: hidden;
}

    .share:hover {
        transform: scale(1);
    }

.share__cover {
    position: absolute;
    z-index: 2;
    background: var(--background-inverse);
    height: 100%;
    width: 100%;
    color: #e8efff;
    text-align: center;
    font-size: 18px;
    line-height: var(--button-height);
    border-radius: var(--button-radius);
    transition: .4s linear;
}

.share:hover .share__cover {
    transform: translateX(-100%);
}

.share a {
    flex: 1;
    text-align: center;
    color: #e8efff;
    font-size: 16px;
    height: var(--button-height);
    line-height: var(--button-height);
    transform: translate(-100%);
    opacity: 0;
    transition: .3s linear;
}

.share:hover a {
    transform: translateX(0);
    opacity: 1;
}

.share a:hover {
    color: #e8efff;
    transform: scale(1.4);
}

.share__icon--facebook:hover {
    background: var(--facebook);
}

.share__icon--twitter:hover {
    background: var(--twitter);
}

.share__icon--linkedin:hover {
    background: var(--linkedin);
}

.center-align {
    display: flex;
    align-items: center;
    /*margin-left:auto;*/
}
/*-----css form login page----*/
.login {
    text-align: center;
    font-size: 40px;
}
.custom-form-group-login {
    /* Add your form-group styles here */
    margin-bottom: 20px; /* Example: Add spacing between form-groups */
    /* Add other styles as needed */
}
/* CSS to restrict the maximum size of the card */
.card-container {
    max-width: 400px; /* Adjust the maximum width as needed */
    padding-top:20px;
}

    /* CSS to restrict the maximum size of the card image */
    .card-container .card-img-top {
        max-width: 100%; /* Allow the image to shrink to fit the card width */
        max-height: 200px; /* Adjust the maximum height as needed */
        object-fit: cover; /* Maintain aspect ratio and crop as needed */
    }
 
.main-content {
    margin-left: 160px;
}

section {
    background-color: #f2f2f2;
    height: 90vh;
    margin: 0;
    padding: 2.5rem 4rem;
}

    section:nth-of-type(2n) {
        background-color: #ccc;
    }

    section:last-of-type {
        height: 100vh;
    }

h1 {
    color: #444;
    font-weight: 600;
}

.active {
    color: lime;
    font-weight: 600;
}

.socialPicture {
    max-width: 50%;
    height: auto;
}
.sectionPhoto {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn.btn-outline-light{
    margin-right:30px;
}
.row.products p {
/*    font-size: 25px;*/
    font-family: 'Roboto', serif;
}

.row.products h2, h3 {
    font-family: 'Roboto', serif;
    color: #612E8B;
}
.photoMini {
    max-width: 80%;
    height: auto;
    margin-top: 3em;
}
.photoSmall {
    max-width: 80%;
    height: auto;
    margin-top: 3em;
}
.photoFluffy1 {
    max-width: 80%;
    height: auto;
}
.photoFluffy2 {
    max-width: 80%;
    height: auto;
}
.WindowsSmaller {
    max-width: 80%;
    height: auto;
}
.Windows2 {
    max-width: 80%;
    height: auto;
    margin-top: 3em;
}
.indented-paragraph {
    text-indent: 50px;
}
/*.buyNow {
    background-color: #612EbB;
    border-color: #612E8B;
    color: white;
    width: 60%;
    font-size: 20px;
}*/
.buyNow {
    background-color: #612EbB;
    border-color: #612E8B;
    color: white;
    font-size: 1vw; /* Use vw (viewport width) units for font size */
    text-align: center; /* Center the text horizontally */
    margin-bottom: 10px;
}
.buyNow:hover {
    background-color: #612E8B;
}
/*.buyNowSquare {
    background-color: #612EbB;
    border-color: #612E8B;
    color: white;
    width: 70%;
    height: 100%;
    text-align: center;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size:2em;
}
.buyNowSquare2 {
    background-color: #612EbB;
    border-color: #612E8B;
    color: white;
    width: 70%;
    height: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    display: flex;
}*/

.buyNowSquare, .buyNowSquare2 {
    background-color: #612EbB;
    border-color: #612E8B;
    color: white;
    width: 100%;
    height: auto; /* Set the height to auto to allow it to scale with content */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2em;
}

/* Add responsive styling for smaller screens */
@media (max-width: 768px) {
    .buyNowSquare, .buyNowSquare2 {
        width: 100%; /* Make the button width 100% on smaller screens */
    }
}
    .buyNowSquare:hover {
        background-color: #612E8B;
    }
.WindowBlue {
    max-width: 70%;
    height: auto;

}
.WindowPurple {
    max-width: 70%;
    height: auto;

}
.WindowGreen {
    max-width: 70%;
    height: auto;

}
.HighsAndLows1 {
    max-width: 100%;
    height: auto;
}
.HighsAndLows2 {
    max-width: 100%;
    height: auto;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px; /* Adjust the gap as needed */
}

.grid-item {
    text-align: center; /* Center text within each column */
    display: flex;
    justify-content: center;
    align-items: center;
}



    .buyNowSquare:hover {
        background-color: #612E8B;
    }
.PostCard {
    max-width: 50%;
    height: auto;
}
.PostCard1 {
    max-width: 50%;
    height: auto;
}
.Post1 {
    max-width: 75%;
    height: auto;
}

.Post2 {
    max-width: 75%;
    height: auto;
}
.Post3 {
    max-width: 75%;
    height: auto;
}
.Photo {
    max-width: 75%;
    height: auto;
}
.Photo1 {
    max-width: 75%;
    height: auto;
}
.Photo2 {
    max-width: 75%;
    height: auto;
}
.grid-container2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px; /* Adjust the gap as needed */
}
.grid-container3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; /* Adjust the gap as needed */
}
.grid-item2 {
    text-align: left; /* Center text within each column */
    display: flex;
    justify-content: left;
    align-items: center;
}
.buyNowSquare3 {
    background-color: #612EbB;
    border-color: #612E8B;
    color: white;
/*    width: 70%;
    height: 100%;*/
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 25px;
/*    display: flex;*/
}

.buyNowSquare3:hover {
    background-color: #612E8B;
}
.grid-container4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px; /* Adjust the gap as needed */
}
.grid-itemButton {
    text-align: left; /* Center text within each column */
    display: flex;
    justify-content: left;
    align-items: center;
}
