@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

body {
    margin: 0px;
    padding: 0px;
    color: #333;
    font-family: "Montserrat", sans-serif !important;
    font-size: 1.1rem;
    color: #222;
}

.top-nav a {
    color: #333 !important;
    text-decoration: none !important;
    display: inline-block;
    padding: 4px;
    font-size: 0.8rem;
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10000 !important;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
    background: #e54f5a !important;
    font-weight: 300 !important;
}

.icon-bar a:hover {
    opacity: 0.9 !important;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

.top-nav {
    background: #fff;
}

.bg-dark {
    background: #808080 !important;
}

.custom-nav .btn {
    border-radius: 25px !important;
    padding: 7px 28px !important;
    position: relative;
    top: -2px;
}

.custom-nav .btn:hover {
    opacity: 0.9 !important;
}

.custom-nav a {
    display: inline-block;
    padding: 4px 20px !important;
    color: #fff;
}

.custom-nav .dropdown-menu a {
    color: #222 !important;
}

div.polaroid-contact {
    inline-size: 800px;
    max-width: 90%;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    border-radius: 8px;
    background: linear-gradient(
        to right,
        #ffffff 0%,
        #ffffff 50%,
        #f4f4f4 50%,
        #f4f4f4 100%
    );
}

div.card {
    background-color: gray;
}

.sub-head {
    font-size: 29px !important;
    font-weight: 500 !important;
    line-height: 1;
    /*letter-spacing: 2px;*/
}

.head1 {
    font-size: 55px;
    line-height: 1;
}

.head2 {
    font-size: 35px;
    line-height: 0.7;
}

.head3 {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.slide-details {
    padding: 20px 25px;
    box-shadow: 0px 0px 15px 6px #54545438;
    background: white;
    border-radius: 5px;
    position: relative;
    z-index: 10;
}

.slide-details a {
    font-weight: 500 !important;
}

.slide-details p {
    margin-top: 10px;
}

.slide-box {
    width: 33%;
    float: left;
    /* margin-left: -10px; */
}

.slide1 {
    z-index: 1;
}

.slide2 {
    margin-top: 40px;
    margin-left: -10px;
    /* z-index: 1000; */
}

.slide-details:after {
    background: #8080800f;
    width: 50%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    z-index: -1;
}

#simple-modal .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

#simple-modal .modal-body {
    position: relative;
    padding: 0px;
    min-height: 400px;
}

#simple-modal .btn-close {
    position: absolute;
    right: -60px;
    top: -24px;
    font-size: 1rem;
    font-weight: normal;
    opacity: 1;
}

#image {
    width: 100%;
}

footer {
    background: #eeeeee !important;
    padding: 30px 0px;
}

footer p {
    word-spacing: 2px;
    font-size: 14px;
}

.contact-us {
    font-size: 16px;
}

.contact-us a {
    color: #333 !important;
    text-decoration: none !important;
}

/**/
@media (min-width: 992px) {
    .slide-details {
        height: 500px !important;
    }
}

@media (max-width: 767px) {
    .slide-details {
        height: 500px !important;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.98)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
}

@media (max-width: 767px) {
    .icon-bar a {
        display: block;
        text-align: center;
        padding: 5px;
        transition: all 0.3s ease;
        color: white;
        font-size: 16px;
        background: #e54f5a !important;
        font-weight: 300 !important;
    }

    .slide-box {
        width: 100%;
        float: left;
        margin-top: 35px !important;
    }

    .contact-us {
        font-size: 16px;
    }

    .slide2 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .slide3 {
        margin-left: 0px;
    }
}
