@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

.rounded-circle {
    width: 120px;
    height: 120px;
    box-shadow: rgba(120, 127, 22, 0.30) 0px 10px 20px, rgba(120, 127, 22, 0.23) 0px 6px 6px;
}

.header-text {
    font-size: 24px;
    font-weight: 700;
}

.subheader-text {
    font-size: 18px;
}

.footer-text {
    font-size: 14px;
}

::selection {
    background: rgba(120, 127, 22, 0.3);
}

::-moz-selection {
    background: rgba(120, 127, 22, 0.3);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(0, 0, 0, 0.2);
    border-right: 5px solid rgba(0, 0, 0, 0.2);
    border-bottom: 5px solid rgba(0, 0, 0, 0.2);
    border-left: 5px solid #000;
    transform: translateZ(0);
    animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

@-webkit-keyframes load8 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes load8 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.bg-video {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
    .bg-video { width: 100%; height: auto; }
}

@media (max-aspect-ratio: 16/9) {
    .bg-video { width: auto; height: 100%; }
}

.custom-nav {
    color: chocolate;
    background-color: transparent;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.custom-nav .navbar-nav li a {
    color: #787f16 !important;
    font-size: 14px;
    background-color: transparent !important;
    margin-top: 8px;
    letter-spacing: 0.05em;
    line-height: 24px;
    transition: all 0.5s;
    font-weight: 700;
}

.btn-round {
    border-radius: 30px;
}

.btn-custom {
    padding: 18px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s;
    letter-spacing: 0.6px;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    font-weight: 500;
}

.about-social li a {
    align-items: center;
    display: inline-block;
    height: 42px;
    width: 42px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 40px;
    transition: all 0.5s;
    text-align: center;
}

.about-social {
    text-align: center;
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
}

.back_top i {
    line-height: 35px;
    font-size: 22px;
    display: block;
}

.form-treelink .form-control {
    box-shadow: none !important;
    height: 50px;
    margin-bottom: 14px;
    border: 2px solid #e0e0e0;
}

.form-treelink textarea.form-control {
    height: auto;
}

.contact_detail-title {
    font-size: 18px;
}

.error {
    margin: 8px 0px;
    display: none;
    color: #ec5f79;
}

.error_msg {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #ec5f79;
    font-weight: 700;
}

.gig_loader {
    display: none;
}

#success_msg {
    color: #606060;
    text-align: center;
    margin-bottom: 20px;
}

#success_msg h3 {
    color: #64d674;
    font-size: 22px;
}

.form-check {
    font-size: 26px;
    display: block;
    min-height: 1.5rem;
    margin-top: 4px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
}

.modal-content {
    padding: 16px;
}
