* {
    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-weight: 400;
    font-family: gellix-regular;
}

/* 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 */


/* banner section start */
.banner {
    background-color: rgb(82, 82, 165);

}

.banner .container {
    height: 100vh;

    overflow: hidden;

}

.banner .content {
    margin-top: 100px;


}

.banner .content h2 {

    color: white;


    text-align: start;
    font-size: 3.5vw;
    margin-top: 150px;
    letter-spacing: 0.5vw;
    font-weight: 600;
    font-family: gellix-regular;


}

.banner .content .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: rgb(82, 82, 165);
    background: white;
}


.banner .content button {
    color: white;
    border: 2px solid white;
    background: transparent;
    border-radius: 12px;
    font-family: gellix-semibold;
    font-weight: 400;
    transition: 0.5s ease-in;


}

.banner .content button:hover {
    color: rgb(82, 82, 165);
    background-color: white;

}

.banner .content button .btn1 {

    background-color: white;


}

.banner .container .image {
    height: 80vh;
    width: 50vw;
    position: relative;
    bottom: 0;
    right: 0;
    position: absolute;
}

.banner .container .image img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* banner section end */

.full-body {
    overflow: hidden;
}

/* first section start */


.first .container {
    height: auto;
}

.first .container h1 {
    color: rgb(82, 82, 165);
    text-align: center;
    padding-top: 50px;
    font-family: gellix-regular;
    font-weight: 600;
    letter-spacing: 4px;

}

.first .container .content {
    width: 400px;
    padding-left: 20px;
    margin-top: 200px;

}

.first .container .content p {
    color: rgb(82, 82, 165);
    font-weight: 400;
    font-family: gellix-regular;
    letter-spacing: 1px;
}

.first .container .content button {
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 13px;
    background: white;
    color: rgb(82, 82, 165) !important;
    border: 2px solid rgb(82, 82, 165);

}



.first .container .content button a {
    text-decoration: none;
    color: rgb(82, 82, 165);
    font-family: gellix-semibold;
    letter-spacing: 1px;
}

.first .container .image {
    height: 600px;
    position: relative;
}

.first .container .image img {
    height: 550px;
    position: absolute;
    bottom: 0;
}

/* first section end */

/* second drction start */
.second {
    background: rgb(82, 82, 165);
}

.second .container {
    height: auto;

}

.second .container .content {
    width: 400px;
    padding-left: 20px;
    margin-top: 200px;

}

.second .container h1 {
    font-family: gellix-regular;
    font-weight: 600;
    letter-spacing: 4px;
    color: white;
    text-align: center;
    padding-top: 50px;


}

.second .container .content p {
    color: white;
    font-weight: 400;
    font-family: gellix-regular;
    letter-spacing: 1px;
}

.second .container .image {
    height: 600px;
    width: 100%;
    position: relative;
}

.second .container .image img {
    height: 500px;
    position: absolute;
    bottom: 0;

}

.second .container .content {
    width: 550px;
    padding-right: 20px;
    margin-top: 200px;
}

.second .container .content button {
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 13px;
    border: 2px solid white;
    background-color: transparent;


}



.second .container .content button a {
    text-decoration: none;
    color: white;
    letter-spacing: 1px;
    font-family: gellix-semibold;

}

/* second section end */

/* third section start */


.third .container {
    height: auto;
}

.third .container h1 {
    color: rgb(82, 82, 165);
    text-align: center;
    padding-top: 50px;
    font-family: gellix-regular;
    font-weight: 600;
    letter-spacing: 4px;

}

.third .container .content {
    width: 400px;
    padding-left: 20px;
    margin-top: 200px;

}

.third .container .content p {
    color: rgb(82, 82, 165);
    font-weight: 400;
    font-family: gellix-regular;
    letter-spacing: 1px;
}

.third .container .content button {
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 13px;
    background: white;
    background: white;
    border: 2px solid rgb(82, 82, 165);

}


.third .container .content button a {
    text-decoration: none;
    letter-spacing: 1px;
    color: rgb(82, 82, 165);
    font-family: gellix-semibold;
}

.third .container .image {
    height: 600px;
    position: relative;
}

.third .container .image img {
    height: 55 0px;
    position: absolute;
    bottom: 0;
}

/* third section end */

/* fourth section start */
.fourth {
    background: rgb(82, 82, 165);
}

.fourth .container {
    height: auto;

}

.fourth .container h1 {
    color: white;
    text-align: center;
    padding-top: 50px;
    font-family: gellix-regular;
    font-weight: 600;
    letter-spacing: 4px;

}

.fourth .container .content p {
    color: white;
    font-weight: 400;
    font-family: gellix-regular;
    letter-spacing: 1px;
}

.fourth .container .image {
    height: 600px;
    position: relative;
}


.fourth .container .image img {
    height: 500px;
    position: absolute;
    bottom: 0;

}

.fourth .container .content {
    width: 550px;
    padding-right: 20px;
    margin-top: 200px;
}

.fourth .container .content button {
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 13px;
    border: 2px solid white;
    background-color: transparent;


}



.fourth .container .content button a {
    text-decoration: none;
    color: white;
    font-family: gellix-semibold;
    font-weight: 400;
    letter-spacing: 1px;

}

/* fourth section 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: 600;
    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: 600;
    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: 600;
    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 */