@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Poppins", serif;
    background: linear-gradient(#ffffffc9, #ffffffde), url(../images/body.png);
}

::selection{
    background-color: #53200d;
    color: #fff;
}

::-webkit-scrollbar {
    width: 12px;
    height: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(255, 255, 255); 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #53200d; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #af770e; 
  }


:root {
    --white: #fff;
    --color: #d09629;
}

a {
    text-decoration: none;
}

.logo {
    width: 140px;
}

p {
    text-align: justify;
    font-family: "Poppins", serif;
    font-size: 15px;
}

h5 {
    font-family: "Cinzel", serif;
    color: #d09629;
}

h2 {
    font-family: "Cinzel", serif;
    color: #1B8EAF;
    font-weight: bold;
}

h1 {
    font-family: "Cinzel", serif;
}

h4 {
    font-family: "Cinzel", serif;
}

h3 {
    font-family: "Cinzel", serif;
}
li {
    text-align: justify;
}
.topbar {
    background: linear-gradient(80deg, #d09629, #c1a05a, #53200d);
    padding-top: 5px;
    padding-bottom: 5px;
}

.topbar p {
    margin-bottom: 0;
}

.topbar a {
    color: #fff;
}

.topbar i {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-weight: 500;
    font-size: 17px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff;
    background-color: #53200d;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #000;
}

.offer h4 {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.offer .card {
    padding: 10px;
    margin: 10px;
    border: none;
    background: linear-gradient(72deg, #d09629, #c1a05ab8, #53200dde), url(../images/bg-about.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
}

.offer .card p {
    color: #fff;
    font-size: 15px;
}

.serviceBox {
    color: #777;
    background: var(--color);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 50px 20px;
    margin: 115px auto 0;
    border-radius: 15px 0;
    position: relative;
    box-shadow: -6px 6px 3px rgba(0, 0, 0, 0.3);
    z-index: 1;
    margin-bottom: 30px;
}

.serviceBox:before {
    content: "";
    background: var(--white);
    width: calc(100% - 25px);
    height: calc(100% - 45px);
    border-radius: 15px 15px;
    transform: translateX(-50%) translateY(0%);
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: -1;
}

.serviceBox:after {
    content: "";
    background: var(--white);
    width: 35px;
    height: 35px;
    transform: translateX(-50%) rotate(-45deg);
    position: absolute;
    bottom: 12px;
    left: 50%;
    z-index: -2;
}

.serviceBox .service-icon {
    color: var(--color);
    background: var(--color);
    font-size: 40px;
    line-height: 100px;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 50px 50px;
    box-shadow: -6px 6px 3px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%);
    position: absolute;
    top: -115px;
    left: 50%;
}

.serviceBox .service-icon:before {
    content: "";
    background: var(--white);
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    border-radius: 50px 50px;
    box-shadow: 6px 6px 2px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.serviceBox .service-icon i {
    line-height: inherit;
}

.serviceBox .title {
    color: #1B8EAF;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.serviceBox .description {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 23px;
    margin: 0;
    text-align: justify;
}

.serviceBox.purple {
    --color: #af770e;
}

.serviceBox.pink {
    --color: #c1a05a;
}

.serviceBox.orange {
    --color: #53200d;
}



.testimonials-wrap {
    background: linear-gradient(80deg, #d096296e, #c1a05a9e, #53200dbd), url(../images/testimonial.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px;
}

.testimonials-wrap h5 {
    color: #fff;
}

.testimonials-wrap h2 {
    color: #fff7f3;
}

.heading-section {
    text-align: center;
}

.sub-heading {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heading-section h2 {
    font-size: 28px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 15px;
}

.testimonial-box {
    display: block;
    position: relative;
    padding: 30px 20px;
    background: linear-gradient(#fffffff2, #ffffffd6), url(../images/testimonials-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

.carousel-testimonial .item {
    padding: 30px 10px;
}

.quote {
    position: absolute;
    top: -23px;
    color: #53200d;
    font-size: 27px;
}

.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 18px;
    font-weight: 600;
    color: #53200d;
}

.position {
    color: #adadad;
    font-size: 14px;
}

.carousel-testimonial .owl-nav {
    text-align: center;
}

.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}

.carousel-testimonial .owl-nav button {
    outline: none;
    padding: 0;
}

.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}

.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
}

.accordion-body {
    text-align: justify;
}


.contact a {
    color: #000;
}

.contact a:hover {
    color: #c1a05a;
}

footer {
    background: linear-gradient(80deg, #53200d, #53200d, #53200d);
    padding-top: 100px;

}

footer .logo {
    background-color: #fff;
    text-align: center;
    padding: 5px;
    width: 150px;
}

footer p {
    color: #fff;
}

footer a {
    color: #fff;
}

footer h4 {
    color: #ffcc66;
}



.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 1rem;
    bottom: 8rem;
    background: #ec8b00;
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 1.2rem;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

.float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 40px;
    left: 18px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}


#button {
    display: inline-block;
    background-color: #FF9800;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


.Services .btn {
    background-color: #53200d;
    color: #fff;
    font-size: 13px;
}

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin: 115px 5px 60px;
    }
}

@media only screen and (max-width: 767px) {
    .serviceBox {
        margin: 130px 5px 60px;
    }
}

@media only screen and (max-width: 480px) {
    .serviceBox {
        margin: 130px 5px 60px;
    }

    .topbar p {
        margin-bottom: 10px;
        font-size: 10px;
    }
    .logo {
    width: 115px;
}
}