* {
    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;
}



h1,
h2 {
    font-weight: 700;
    font-family: gellix-regular !important;

}

h3,
h4 {
    font-weight: 600;
    font-family: gellix-regular !important;

}

h5,
h6 {
    font-weight: 500;
    font-family: gellix-regular !important;

}

/* 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 */

/* carousel section start */
.carousel {
    margin-top: 80px;
}

.carousel .carousel-inner img {

}











/* offcanvas */
.offcanvas .offcanvas-header .res-image {
    height: 100px;
    width: 100px;
}

.offcanvas .offcanvas-header .res-image img {
    height: 90%;
    width: 90%;
}

/* carousel section start */

/* tab section start */
.tab {
    height: auto;
    background: whitesmoke;
    overflow: hidden;


}

.tab .container {
    height: auto;
    position: relative;

}

.tab .container .image {
    position: relative;
    height: 400px;
}

.tab .container .image img {
    width: auto;
    position: absolute;
    height: 350px;
    bottom: 0;
    filter: drop-shadow(2px 2px 10px rgb(199, 185, 185));


}

.tab .container .contant {
    position: absolute;
    height: 400px;
    top: 50px;
    right: 0;
    text-align: right;
    justify-content: flex-end;
    width: 500px;
    visibility: visible;
    

}

.tab .container  h2 {
    color: rgb(82, 82, 165);
    font-family: marli-medium;
    font-weight: 400;
    padding-top: 20px;
    text-align: center;

}

.tab .container .contant .nav{
    display: flex;
    justify-content: flex-end;
}

.tab .container .nav-pills .nav-link {
    color: rgb(82, 82, 165);
    font-size: 18px;
    font-family: gellix-semibold;
    letter-spacing: 1px;
    font-weight: 500;
}

.tab .container .contant .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: rgb(82, 82, 165);
    background-color: transparent;
    border-radius: 0px;
    border-bottom: 2px solid rgb(82, 82, 165);
}

.tab .container .contant .tab-content .tab-pane p {
    color: rgb(82, 82, 165);
    font-family: gellix-regular;
    font-weight: 400;
    font-size: 16px !important;
    text-align: right;
}

.tab .container .contant .tab-content .tab-pane .btn {
    padding: 8px 15px;
    background: white;
    border-radius: 7px;
    text-decoration: none;
    transition: all .5s linear;
}

.tab .container .contant .tab-content .tab-pane .btn:hover {
    filter: drop-shadow(2px 2px 10px white);
}

.tab .container .contant .tab-content .tab-pane .btn a {
    text-decoration: none;
    color: rgb(25, 25, 163);
    font-family: gellix-regular;
    font-weight: 400;


}


/* tab section end */


/* second section start */
.second {
    background-image: url('/image/home/bridal_img_bg.jpg');
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.second .container .content {
    padding-left: 50px;
    padding-top: 100px;

}

.second .container .content h2 {
    color: rgb(82, 82, 165);
    font-size: 35px;
    font-family: marli-medium;
    font-weight: 600;

    font-family: 'Times New Roman', Times, serif;
}

.second .container .content p {
    display: flex;
    justify-content: center;
    color: rgb(82, 82, 165);
    font-family: gellix-regular;
    font-weight: 400;

}

.second .container .content .btn {
    padding: 8px 15px;
    border-radius: 9px;
    background: rgb(82, 82, 165);
    transition: all .5s linear;
    font-family: gellix-regular;
    font-weight: 400;
}

.second .container .content .btn:hover {
    filter: drop-shadow(2px 2px 10px rgb(82, 82, 165));

}

.second .container .content .btn a {
    text-decoration: none;
    color: white;
}

.second .container .image {
    height: 380px;
    position: relative;
}

.second .container .image img {
    height: 90%;
    position: absolute;
    bottom: 0;
    right: 40px;
    filter: drop-shadow(2px 2px 10px rgb(248, 246, 246));
}

/* second section end */

/* third section start */
.third {
    height: auto;
    background: rgb(82, 82, 165);
    padding-bottom: 1px;
    height: auto;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;

}

.third h1 {
    padding-left: 150px;
    padding-top: 20px;
    color: white;
    font-size: 35px;
    font-family: marli-medium;
    font-weight: 700;
    overflow: hidden;


}

.third .container {
    height: 200px;
    margin-bottom: 100px;
    margin-top: 50px;
    background: white;
    padding-top: 30px;
    border-radius: 20px;
    width: 80%;
    margin-left: 98px;
    padding-left: 100px;
    color: rgb(25, 25, 163);
}



.third .container  p {
    font-family: gellix-regular;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px !important ;
}


.third .container .carousel .carousel-indicators {
    visibility: hidden;
}

.third .container p {
    width: 60%;
}

.third img {
    height: 400px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 40px;
    filter: drop-shadow(2px 2px 10px gray);
}

.third .container .btn {
    padding: 8px 15px;
    background: white;
    margin-left: 200px;
    margin-top: px;
    border-radius: 10px;
    position: absolute;
    bottom: 20px;
    transition: ease-in-out .5s;
}

.third .container .btn:hover {
    filter: drop-shadow(2px 2px 10px rgb(223, 222, 222));

}

.third .container .btn a {
    text-decoration: none;
    color: rgb(82, 82, 165);
    font-family: gellix-semibold;
    font-weight: 400;
}

/* third section end */

/* fourth section start */
.fourth .container{
    position: relative;
    height: auto;
}
.fourth .container .image img{
    position: absolute;
    height: 300px;
    bottom: 0;
}
.fourth .container .content h1{
    color: rgb(82, 82, 165);
    font-size: 35px;
    font-weight: 700;
    font-family: marli-regular;
}
.fourth .container .content h2{
    color: rgb(82, 82, 165);
    font-size: 25px;
    font-weight: 600;
    font-family: marli-regular;
}
.fourth .container .content p{
    color: rgb(82, 82, 165);
    font-size: 17px;
    font-weight: 500;
    font-family: gellix-regular;
}
.fourth .container .content .btn{
padding: 8px 20px;
background: rgb(82, 82, 165);
border: 2px solid rgb(82, 82, 165);
transition: all .5s linear;
border-radius: 8px;
}
.fourth .container .content .btn a{
    text-decoration: none;
    font-style: 16px;
    font-weight: 600;
    color: white;
}
.fourth .container .content .btn:hover{
        filter: drop-shadow(2px 2px 10px rgb(82,82,165));

}
/* fourth section end */

/* customer section start */
.customer {
    height: auto;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(82, 82, 165);
}

.customer .vertical {
    border-radius: 5px;
    height: 150vh;
    width: 5px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.customer .vertical .horizontal1 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
}
.customer .vertical .horizontal1 p{
    font-size: 16px;
    color: black;
    font-family: gellix-regular;
  text-align: left;
  
}
.customer .vertical .horizontal1 .content {
    width: 300px;
    height: auto;
    margin-left: 50px;
    gap: 10px;
}



.customer .vertical .horizontal1 .content img {
   height: 100px;
   width: 100px;
   border-radius: 50%;
   margin-top: -50px;
}
.customer .vertical .horizontal2 p{
    font-size: 16px;
    color: black;
    font-family: gellix-regular;
  text-align: right;
}
/* horizontal 2 */

.customer .vertical .horizontal2 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
}

.customer .vertical .horizontal2 .content {
    width: 300px;
    height: auto;
    margin-left: -330px;
    gap: 10px;
    margin-top: -40px;
}


.customer .vertical .horizontal2 .content img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
   margin-left: 200px;
}


/* customer 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 */