@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital@1&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Atkinson Hyperlegible', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow: hidden;
}

.loader {
    height: 100vh;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

@keyframes ldio-x5bo2aho19i-r {

    0%,
    100% {
        animation-timing-function: cubic-bezier(0.2 0 0.8 0.8)
    }

    50% {
        animation-timing-function: cubic-bezier(0.2 0.2 0.8 1)
    }

    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes ldio-x5bo2aho19i-s {

    0%,
    100% {
        animation-timing-function: cubic-bezier(0.2 0 0.8 0.8)
    }

    50% {
        animation-timing-function: cubic-bezier(0.2 0.2 0.8 1)
    }

    0% {
        transform: translate(-30px, -30px) scale(0)
    }

    50% {
        transform: translate(-30px, -30px) scale(1)
    }

    100% {
        transform: translate(-30px, -30px) scale(0)
    }
}

.ldio-x5bo2aho19i>div {
    transform: translate(0px, -15px)
}

.ldio-x5bo2aho19i>div>div {
    animation: ldio-x5bo2aho19i-r 1.1764705882352942s linear infinite;
    transform-origin: 100px 100px;
}

.ldio-x5bo2aho19i>div>div>div {
    position: absolute;
    transform: translate(100px, 82px);
}

.ldio-x5bo2aho19i>div>div>div>div {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fc0032;
    animation: ldio-x5bo2aho19i-s 1.1764705882352942s linear infinite;
}

.ldio-x5bo2aho19i>div>div:last-child {
    animation-delay: -0.5882352941176471s;
}

.ldio-x5bo2aho19i>div>div:last-child>div>div {
    animation-delay: -0.5882352941176471s;
    background: #ff8942;
}

.loadingio-spinner-interwind-3gkqup0w6mj {
    width: 200px;
    height: 200px;
    overflow: hidden;
    background: #ffffff;
}

.ldio-x5bo2aho19i {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-x5bo2aho19i div {
    box-sizing: content-box;
}

#navbar {
    position: sticky;
    display: flex;
    justify-content: space-around;
    background-color: rgb(20, 20, 20);
    top: 0px;
    opacity: 0.89;
    z-index: 2;
}

#logo {
    height: 75px;
    border-radius: 49% 51% 49% 51% / 48% 47% 53% 52%;
    margin: 2px;
    opacity: 1 !important;
}

#nav-list {
    display: flex;
    align-items: center;
}

.list-item {
    list-style: none;
}

.list-item a {
    padding: 7px 22px;
    text-decoration: none;
    color: white;
    font-weight: bolder;
    border-radius: 23px;
    margin: 6px;
}

.list-item a:hover {
    background-color: white;
    color: black !important;
    transition: all 0.6s;
}

/* Banner image */

#banner {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#banner::before {
    content: "";
    position: absolute;
    background: url(../images/featured1.jpg) no-repeat center center/cover;
    clip-path: polygon(0 0, 100% 0, 100% 66%, 0 82%);
    top: 0;
    left: 0;
    height: 740px;
    width: 100%;
    z-index: -1;
}

#banner h1 {
    color: white;
    font-weight: bolder;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 1);
    padding: 0 40px;
    font-size: 3rem;
    text-align: center;
}

#banner h1 span.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}

#banner h1 span.cursor.typing {
    animation: none;
}

@keyframes blink {
    0% {
        background-color: #ccc;
    }

    49% {
        background-color: #ccc;
    }

    50% {
        background-color: transparent;
    }

    99% {
        background-color: transparent;
    }

    100% {
        background-color: #ccc;
    }
}

/* Our speciality */

.center {
    text-align: center;
    text-transform: uppercase;
    font-size: 3rem;
    text-shadow: 2px 10px 10px rgb(107, 106, 106);
    color: #342929;
}

/* Cards */
.features {
    display: flex;
    justify-content: center;
    margin: 34px;
    position: relative;
}

.box-front {
    border: 2px solid #8c8686;
    margin: 3px 6px;
    border-radius: 30px;
    text-align: center;
    padding: 12px;
    display: block;
}

.box-front img {
    border-radius: 23px;
    display: block;
    height: 237px;
    width: 92%;
    padding: 10px;
    margin: auto;
    object-fit: cover;
    object-position: center;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.box-front h1 {
    padding: 10px;
    color: #323131;
}

.box-front p {
    color: #323131;
}

.box-front:hover {
    transition: all 0.3s ease-out;
    box-shadow: 7px 5px 24px 3px rgba(0, 0, 0, 0.75);
}

/* Contact Us */

.formwebsite {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 34px;
    position: relative;
}

.formwebsite::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/contact.jpg) no-repeat center center/cover;
}

input, textarea {
    width: 100%;
    padding: 12px;
    margin: 9px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 1.1rem;
    outline: none;
}

form {
    width: 40%;
    margin-top: 20px;
}

label {
    font-size: 1.3rem;
    color: white;
    text-shadow: 0 6px 6px black;
}

.container-btn {
    display: flex;
    justify-content: center;
}

.submit-btn {
    text-transform: uppercase;
    background-color: rgb(255, 137, 66);
    padding: 15px 26px;
    color: white;
    border-radius: 30px;
    font-size: 1.3rem;
    position: relative;
    border: none;
}

.submit-btn::before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgb(255, 137, 66);
    border-radius: 30px;
    z-index: -1;
    transition: all 0.5s;
}

.submit-btn:hover::before {
    transform: scaleX(1.2) scaleY(1.6);
    opacity: 0;
}

.submit-btn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transform: translateY(-5px);
}

.submit-btn:active {
    transform: translateX(-3px);
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.6);
}

/* footer */

footer {
    text-align: center;
    background-color: #191919;
    color: white;
    padding: 10px;
}

/* Ham Burger */
.burger {
    display: none;
    position: absolute;
    left: 5%;
    top: 15px;
    cursor: pointer;
}

.line {
    width: 33px;
    background-color: white;
    height: 5.5px;
    margin: 4px 3px;
}

/* Social Media */
.social-media-icons {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgb(255 255 255 / 44%);
    border-radius: 5px;
}

.social-media-icons a {
    display: block;
    padding: 5px;
}


.social-media-icons a img {
    height: 30px;
    border-radius: 9px;
}

#content_text {
    padding-top: 6px !important;
    padding: 15%;
    padding-bottom: 1rem !important;
    text-align: justify;
}

.alert {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    z-index: 1;
    border-radius: 0.50rem !important;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: black;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}