/*  */

html {
    scroll-padding-top: 4.5rem;
}

body {
    /* width:102%; */
    position: static;
    overflow-x: hidden;
    background-color: #f8da78;
}

p {
    line-height: 1.75;
}


/* carousal */

.carousel-item {
    height: 100vh;
    min-height: 300px;
}

.carousel-caption {
    bottom: 140px;
}

.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
    color: #cda83f;
}

.carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}

.carousel-caption a {
    text-transform: uppercase;
    text-decoration: none;
    background: #412f2d;
    padding: 10px 30px;
    display: inline-block;
    color: #ffffff;
    margin-top: 15px;
    border-radius: 30px;
}

.navbar-nav a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-light .navbar-brand {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.w-100 {
    height: 100vh;
}

.navbar-toggler {
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .carousel-caption {
        bottom: 165px;
    }
    .carousel-caption h5 {
        font-size: 17px;
    }
    .carousel-caption a {
        padding: 10px 15px;
        font-size: 15px;
    }
}


/* carousal */

.page-section {
    padding: 3rem 3rem 3rem 3rem;
    border-bottom: 2px solid #412f2d;
}

.page-section h2.section-heading,
.page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #412f2d;
    padding-bottom: 2rem;
}

.page-section h2:hover {
    /* font-size: 3.5rem; */
    color: #5f3d07;
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 0rem;
}

.single-item {
    transition: 500ms;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    height: 100vh;
}

.neon {
    animation: neonAnim 2s alternate-reverse infinite;
    color: #007BFF;
    font-family: Cursive;
    font-size: 72px;
}

@keyframes neonAnim {
    from {
        text-shadow: 0 0 10px rgba(0, 123, 255, .7), 0 0 40px rgba(0, 123, 255, .7), 0 0 100px rgba(0, 123, 255, .7);
    }
    to {
        text-shadow: 0 0 5px rgba(0, 123, 255, .7), 0 0 20px rgba(0, 123, 255, .7), 0 0 60px rgba(0, 123, 255, .7);
    }
}

@media (min-width: 768px) {
    section {
        padding: 1rem 0;
    }
}

.btn-xl {
    padding: 1.25rem 2.5rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.125rem;
    font-weight: 700;
}

.btn-social {
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
    background: #412f2d;
    color: white;
    border: none;
}

#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    /* background-color: #e0c67c4a; */
}

#mainNav .navbar-toggler {
    color: white;
    padding: 10px;
    background: #da8939;
    /* padding: 0.75rem; */
    font-size: 0.75rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-transform: uppercase;
    font-weight: 700;
}

#mainNav .navbar-brand {
    color: #ffc800;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
}

#mainNav .navbar-brand img {
    height: 4rem;
    width: 3rem;
    border-radius: 30px;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.95rem;
    color: #fff;
    letter-spacing: 0.0625em;
    font-family: serif;
    /* text-shadow: 1px 1px 9px rgb(255 255 255 / 82%); */
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #f4983e;
}

@media (min-width: 900px) {
    #mainNav {
        padding-top: 1rem;
        padding-bottom: 1rem;
        /* background-color: #000000ab; */
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    }
    #mainNav .navbar-brand {
        font-size: 1.5em;
        transition: font-size 0.3s ease-in-out;
    }
    #mainNav .navbar-brand img {
        width: 40px;
        height: 51px;
        transition: height 0.3s ease-in-out;
    }
    #mainNav.navbar-shrink {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #412f2d;
    }
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
    }
    #mainNav.navbar-shrink .navbar-brand svg,
    #mainNav.navbar-shrink .navbar-brand img {
        height: 3rem;
        width: 2.5rem;
    }
    #mainNav .navbar-nav .nav-item {
        margin-right: 1rem;
        font-weight: 800;
    }
    #mainNav .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }
    .navbar-nav {
        /* text-align: center;
        /* background: rgb(75 58 56); */
        width: fit-content;
        padding: 20px;
        border-radius: 12px;
    }
}

#products .products-item {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 13px;
    background-color: white;
    padding: 30px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
}

#products .products-item .products-link {
    position: relative;
    display: block;
    margin: 0 auto;
}

#products .products-item .products-link .products-hover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 200, 0, 0.9);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity ease-in-out 0.25s;
}

#products .products-item .products-link .products-hover .products-hover-content {
    font-size: 1.25rem;
    color: white;
}

#products .products-item .products-link:hover .products-hover {
    opacity: 1;
}

#products .products-item .products-caption {
    padding: 1.5rem;
    text-align: center;
    background-color: #f6f6f6;
    font-size: 15px;
    border-radius: 10px;
}

#products .products-item .products-caption .products-caption-heading {
    font-size: 18px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    margin-bottom: 0;
}

#products .products-item .products-caption .products-caption-subheading {
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.products-modal .modal-dialog {
    margin: 1rem;
    max-width: 100vw;
    /* background-color: #ffc800; */
}

.products-modal .modal-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    /* background:#ffffffa8; */
}

.products-modal .modal-content h2,
.products-modal .modal-content .h2 {
    font-size: 2rem;
    line-height: 2rem;
}

.products-modal .modal-content p.item-intro {
    font-style: italic;
    margin-bottom: 2rem;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.products-modal .modal-content p {
    margin-bottom: 2rem;
}

.products-modal .modal-content ul.list-inline {
    margin-bottom: 2rem;
}

.products-modal .modal-content img {
    margin-bottom: 2rem;
    border-radius: 10px;
    padding: 8px;
    background: #0000000a;
}

.products-modal .close-modal {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
    color: black;
    cursor: pointer;
}

.products-modal .close-modal:hover {
    opacity: 0.3;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: "";
    background-color: #e9ecef;
}

.timeline>li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
}

.timeline>li:after,
.timeline>li:before {
    display: table;
    content: " ";
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid #dc8536;
    border-radius: 100%;
    background-color: #ffc800;
}

.timeline>li .timeline-image h4,
.timeline>li .timeline-image .h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4,
.timeline .timeline-heading .h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading,
.timeline .timeline-heading .subheading.h4 {
    text-transform: none;
    color: chocolate;
}

.timeline .timeline-body>ul,
.timeline .timeline-body>p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }
    .timeline>li {
        min-height: 100px;
        margin-bottom: 100px;
    }
    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }
    .timeline>li .timeline-image h4,
    .timeline>li .timeline-image .h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media (min-width: 950px) {
    .timeline>li {
        min-height: 150px;
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    .timeline>li .timeline-image h4,
    .timeline>li .timeline-image .h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (min-width: 1200px) {
    .timeline>li {
        min-height: 170px;
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }
    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
    .timeline>li .timeline-image h4,
    .timeline>li .timeline-image .h4 {
        margin-top: 40px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 3rem;
    text-align: center;
    /* border: 2px solid #6365ec82; */
}

.team-member img {
    width: 14rem;
    height: 14rem;
    border: 0.5rem solid #977f50;
}

.team-member h4,
.team-member .h4 {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.container .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container .content .left-side {
    width: 25%;
    height: 100%;
    display: flex;
    color: #412f2d;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
}

.content .left-side::before {
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #afafb6;
}

.content .left-side .details {
    margin: 14px;
    text-align: center;
}

.content .left-side .details i {
    font-size: 30px;
    color: #3e2093;
    margin-bottom: 10px;
}

.content .left-side .details .topic {
    font-size: 18px;
    font-weight: 500;
}

.content .left-side .details .text-one,
.content .left-side .details .text-two {
    font-size: 14px;
    color: #412f2d;
}

.container .content .right-side {
    width: 75%;
    margin-left: 75px;
}

.content .right-side .topic-text {
    font-size: 23px;
    font-weight: 600;
    color: #412f2d;
}

.right-side .input-box {
    height: 50px;
    width: 100%;
    margin: 12px 0;
}

.right-side .input-box input,
.right-side .input-box textarea {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    background: #f2f2f6;
    border-radius: 6px;
    padding: 0 15px;
    resize: none;
}

.right-side .message-box {
    min-height: 110px;
}

.right-side .input-box textarea {
    padding-top: 6px;
}

.right-side .button {
    display: inline-block;
    margin-top: 12px;
}

.right-side .button input[type="button"] {
    color: #fff;
    font-size: 18px;
    outline: none;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    background: #3e2093;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button input[type="button"]:hover {
    background: #5029bc;
}

.map-container-3 {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container-3 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.how-section1 {
    padding: 4% 8% 8% 8%;
}

.how-section1 h4 {
    color: #db8a39;
    font-weight: bold;
    display: flex;
    font-size: 30px;
    justify-content: center;
}

.how-section1 .subheading {
    color: #6365ec;
    font-size: 20px;
}

.how-section1 .row {
    margin-top: 10%;
}

.how-img {
    text-align: center;
}

.how-img img {
    width: 75%;
    border: #977f50;
    /* transform: perspective(100px); */
    box-shadow: #ae976940 0px 0px 0px 3px;
}

.p-5 .text-center .bg-image {
    background-image: url(http://127.0.0.1:8000/assets/images/header2.jpg);
    height: 180px;
    margin-top: 95px;
}


/* product page */

.post-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 293px));
    justify-content: center;
    grid-gap: 28px;
}

.post {
    cursor: pointer;
    position: relative;
    display: block;
}

.post-image {
    margin: 0;
}

.post-image img {
    width: 100%;
    vertical-align: top;
}

.post-overlay {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.post:hover .post-overlay {
    display: flex;
}

.post-like,
.post-comments {
    width: 80px;
    margin: 5px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

@media screen and (max-width: 950px) {
    #mainNav {
        height: 11vh;
        padding-top: 0vh;
        padding-bottom: 0vh;
    }
    #mainNav .navbar-brand img {
        height: 4rem;
        position: relative;
        width: 3rem;
        left: 20px;
    }
    #mainNav .navbar-toggler {
        color: white;
        padding: 10px;
        background: #da8939;
    }
    #mainNav.navbar-shrink {
        background-color: #412f2d;
    }
    .navbar-nav {
        width: fit-content;
        padding: 20px;
        border-radius: 12px;
        background-color: #412f2d;
    }
    .carousel-inner {
        width: 100vw;
        height: 30vh;
    }
    .page-section h2.section-heading,
    .page-section .section-heading.h2 {
        font-size: 1.5rem;
        color: #4c3b39;
        font-weight: 800;
    }
    #products .products-item {
        max-width: 10rem;
        padding: 4px;
    }
    #products .products-item .products-caption .products-caption-heading {
        font-size: 1rem;
    }
    #products .products-item .products-caption .products-caption-subheading {
        font-size: 15px;
    }
    .page-section {
        padding: 4rem 1rem 0rem 1rem;
    }
    .header .bg-image {
        background-image: url("data:image/jpeg;base64,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");
        height: 140px;
        margin-top: 92px;
    }
    .w-100 {
        height: 30vh;
    }
    .post-list {
        grid-gap: 3px;
    }
    .products-modal .modal-content h2,
    .products-modal .modal-content .h2 {
        font-size: 1rem;
        line-height: 1rem;
    }
    .container .content .right-side {
        width: 67%;
        margin-left: 32px;
    }
    .map-container-3 {
        margin-bottom: 40px;
    }
}