* {
    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;
    font-family: gellix-regular;
    font-weight: 400;
}


/* 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: 20px;
    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 {
    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 */

/* Our-Creativer */
.Our-Creativer .container{
    padding: 30px 10px;
}
.Our-Creativer .container h2{
        font-family: gellix-regular;
        font-size:30px;
        font-weight: 700;

}
.Our-Creativer .container p{
        font-family: gellix-regular;
        font-size: 16px;

}
/* Our-Creativer */


.heading {
    height: auto;
    background: rgb(82, 82, 165);
    display: flex;
    align-items: center;
    justify-content: center;
}

.heading h2 {
    padding-top: 150px;
    padding-bottom: 100px;
    color: white;
    letter-spacing: 4px;
    font-size: 54px;
    font-weight: 700;
    font-family: gellix-regular;
}

.career {
    height: auto;
}

.carrer .container .card {
    background: #968d8d;

}

.career .container .card h1 {
    font-size: 25px;
    font-family: gellix-semibold;
    line-height: 36px;
    color: rgb(82, 82, 165);
}

.career .container .card ul li {
    color: black;
    line-height: 26px;
    font-weight: 500;
    font-family: gellix-regular;
    font-size: 15px;
    list-style: none;
}

.career .container .card .btn {

    width: 30%;
    padding: 8px 15px;
    background: rgb(82, 82, 165);
}

.career .container .card .btn a {
    color: white;
    text-decoration: none;
    font-family: gellix-semibold;
}

/* career section end */

/* hero-form start */
.category {
    background-image: url('../image/career1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category .container h3 {
    color: white;
    font-family: gellix-regular;
    font-style: normal;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
}

.category .container {
    border: 1px solid black;
    border-radius: 25px;
    width: 500px;
    padding: 20px 50px 50px 50px;
    background: rgb(0, 0, 0, 0.5);
    box-shadow: inset -5px -5px rgb(0, 0, 0, 0.5);

}

.category .container .form-label {
    display: none;
}

.category .container .form-control {
    color: white;
    border: none;
    outline: none;
    border-radius: 20px;
    font-family: gellix-regular;
    background: rgb(0, 0, 0, 0.5);
    box-shadow: inset -3px -3px rgb(0, 0, 0, 0.5) !important;
}

.category .container .form-select {
    color: white;
    border: none;
    outline: none;
    border-radius: 20px;
    font-family: gellix-regular;
    background: rgb(0, 0, 0, 0.5) !important;
    box-shadow: inset -3px -3px rgb(0, 0, 0, 0.5);
}

.category .container .validation {
    justify-content: center;
}

.category .container .btn {
    background: rgb(0, 0, 0, 0.5);
    box-shadow: inset -3px -3px rgb(0, 0, 0, 0.5);
    color: white;
    border: none;
    outline: none;
    border-radius: 20px;
    width: 50%;
    margin-left: 25%;
    margin-top: 10px;

    justify-content: center;
}

.category .container .btn:hover {
    cursor: pointer;
    background: rgb(255, 225, 255, 0.1);
    color: white;
    box-shadow: inset -3px -3px rgb(0, 0, 0, 0.5);
}

.category .container .validation::placeholder {
    color: white;
    opacity: 0.7;
}

/* hero-form 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: gellix-regular;
    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-size: 25px;
    font-family: gellix-regular;
    font-weight: 400;
    letter-spacing: 2px;
}

.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;
    padding-bottom: 20px;
    font-size: 25px;
    font-family: gellix-regular;
    font-weight: 400;
    letter-spacing: 2px;
}

.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 */