* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: marli-regular;
    src: url('/font/MarlideDisplay_Regular.ttf');
}

@font-face {
    font-family: marli-medium;
    src: url('/font/MarlideDisplay_Medium.ttf');
}

@font-face {
    font-family: gellix-regular;
    src: url('/font/Gellix-Regular.ttf');
}

@font-face {
    font-family: gellix-semibold;
    src: url('/font/Gellix-SemiBold.ttf');
}

body p {
    text-align: justify;
    font-size: 16px;
    letter-spacing: 1px;
}


/* navbar start */
.navbar {
    background: rgba(255, 255, 255, 0.9);
    height: 80px;
  /* box-shadow: 0px 5px 10px rgba(194, 194, 194, 0.8);} */

}
.navbar .navbar-brand img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.navbar .collapse .navbar-nav .nav-item .nav-link {
    color: black;
    font-size: 18px;
    position: relative;
    font-family: gellix-regular;
    font-weight: 400;
    letter-spacing: 1px;
}

.navbar .collapse .navbar-nav .nav-item .nav-link:hover {
    filter: drop-shadow(1px 1px 10px rgb(133, 129, 129));

}

@media (min-width:1024px) {
    .navbar .nav-link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        width: 0;
        height: 2px;
        background: #D4A553;
        visibility: hidden;

        transition: 0.3s ease-in-out;

    }

    .navbar .collapse .navbar-nav .nav-item .nav-link:hover::before {
        width: 90%;
        visibility: visible;

    }

    .nav-item .nav-link:hover::before,
    .navbar .collapse .nav-item .nav-link.active::before {
        width: 90%;
        visibility: visible;
    }
}



.nav-item .nav-link:hover,
.nav-link.active {
    color: black;
}

.navbar .collapse .navbar-nav .dropdown .dropdown-menu {
    padding: 0;
}

.navbar .collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    color: black;
    background: white;
    font-size: 16px;
    transition: all .5s linear;
    font-family: gellix-regular;
    font-weight: 400;
    letter-spacing: 1px;
}

.navbar .collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    color: #D4A553;
}

.bg-light {
    background-color: transparent !important;

}

.dropdown-menu {
    display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* navbar section end */

/* .offcanvas start */
.offcanvas .offcanvas-header .res-image img {
    height: 80px;
}

.offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
    line-height: 20px;
    font-size: 15px;
    color: black;
    font-family: gellix-regular;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all .5s linear;

}

.offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link:hover {
    color:#D4A553 ;
}

.offcanvas .offcanvas-body .navbar-nav .dropdown .dropdown-menu {
    padding: 0;
    border: none;
}

.offcanvas .offcanvas-body .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    line-height: 20px;
    font-size: 15px;
    color: black;
    font-family: gellix-regular;
    font-weight: 400;
    letter-spacing: 1px;
    background: none;
    transition: .3s ease-in-out linear;

}

.offcanvas .offcanvas-body .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    color: #D4A553;
}

.offcanvas .offcanvas-body .navbar-nav {
    text-align: center;
}

.offcanvas .offcanvas-body .navbar-nav .dropdown .dropdown-menu {
    text-align: center;
}
/* offcanvas end */
/* right icon start */
.right {
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 5;


}

.right .phone {
    font-size: 25px;
    text-align: center;
    padding: 5px;
    background: blue;
    margin-bottom: -1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.right .phone a {
    color: white;

}

.right .whatsaap {
    margin-top: 10px;
    font-size: 25px;
    padding: 5px;
    text-align: center;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;

    background: green;
}

.right .whatsaap a {
    color: white;

}

/* right icon end */
/* banner section start */
.banner {
    background-image: url('/image/contact.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    object-fit: cover;
    width: 100%;
    flex-direction: column;
}

.banner::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    height: 50vh;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner .mid {

    position: absolute;
    text-align: center;

}

.banner .mid h1 {
    font-size: 54px;
    font-family: marli-regular;
    font-weight: 500;
    letter-spacing: 3px;
    margin-top: 20px;
}

.banner .mid p {
    text-align: center;
    width: 60vw;
    font-size: 18px;
    font-family: gellix-semibold;
    font-weight: 500;
    letter-spacing: 2px;
}

/* banner section end */

/* enquiry section start */
.enquiry {

    background: rgb(82, 82, 165) !important;
    padding: 30px;
}

.enquiry .container .needs-validation {
    padding: 50px;
    list-style: 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.enquiry .container .needs-validation h2 {
    font-size: 25px;
    font-family: marli-semibold;
    font-weight: 500;
    letter-spacing: 2px;
    color: white;
}

.enquiry .container .needs-validation p {
    margin-top: -5px;
    padding: 0px;
    font-size: 15px;
    font-family: gellix-regular;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
    color: white;
}

.enquiry .container .needs-validation .form-label,
.form-select,
.form-check-label {
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: gellix-regular;
    font-weight: 400;
}

.enquiry .container .needs-validation .invalid-feedback {
    font-size: 12px;
    font-family: gellix-regular;
    font-weight: 400;
}

.enquiry .container .needs-validation .form-label,
.btn,
.form-check-label,
.form-select .form-select {
    letter-spacing: 1px;
    font-weight: 500;
}

.enquiry .container .needs-validation .form-check-label {
    font-style: 19px;
}

.enquiry .container form .btn {
    background: rgb(82, 82, 165);
    color: white;
    font-family: gellix-semibold;
    border: 2px solid white;

}

/* enquiry section end */

/* first-box start */
.enquiry .container .first-box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
    border-radius: 15px;
}

.enquiry .container .first-box .hori {
    background: white;
    width: 100%;
    height: 2px;
}

.enquiry .container .first-box h2 {
    color: white;
    font-style: 25px;
    font-family: marli-regular;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}

.enquiry .container .first-box p {
    text-align: left;
}

.enquiry .container .first-box p i {
    font-size: 20px;
    margin-right: 10px;
}

.enquiry .container .first-box p a {
    color: white;
    text-decoration: none;
    font-style: gellix-regular;
    font-size: 15px;
}

.enquiry .container .first-box .social {
    margin-left: 30px;
}

.enquiry .container .first-box .social p i {
    background: gray;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-sizing: border-box;
    transition: .4s ease-in-out;
}

.enquiry .container .first-box .social p i:hover {
    background: white;
    color: gray;
}

/* first-box end */
/* footer section start */
.footer-container {
    background: rgb(82, 82, 165);
}

.footer-container .container {
    padding-top: 50px;
    height: auto;
}

.footer-container .container .link h5 {
    color: white;
    padding-bottom: 20px;
    font-size: 25px;
    font-family: marli-medium;
    font-weight: 400;
    letter-spacing: 2px;

}

.footer-container .container .link p {
    color: white;
    font-size: 16px;
    line-height: 10px;
    font-family: gellix-regular;
    font-weight: 400;
}

.footer-container .container .link p a {
    text-decoration: none;
    color: white;
}

.footer-container .container .service h5 {
    color: white;
    padding-bottom: 20px;
    font-family: marli-medium;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 25px;
}
.footer-container .container .service p {
    color: white;
    font-size: 16px;
    line-height: 10px;
    font-family: gellix-regular;
    font-weight: 400;
}
.footer-container .container .service p a{
color: white;
text-decoration: none;
}
.footer-container .container .contact p {
    line-height: 10px;
    color: white;
    font-family: gellix-regular;


}

.footer-container .container .contact h5 {
    color: white;
    font-family: marli-medium;
    font-weight: 400;
    padding-bottom: 20px;
    letter-spacing: 2px;
    font-size: 25;
}

.footer-container .container .contact p a {
    text-decoration: none;
    color: white;

}

.footer-container .container .contact p i{
    margin-right: 10px;
    font-size: 18px;
}


.footer-container .container .foo-footer p {
    color: white;
}

.footer-container .container .foo-footer p a {
    text-decoration: none;
    color: white;
    font-family: gellix-regular;

}

footer .container hr {
    color: white;
}

/* foo-footer start */
footer .container .foo-footer p {
    padding-bottom: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    font-family: gellix-regular;
}


/* footer section end */