/********** Template CSS **********/
:root {
    --primary: #ff2694;
    --secondary: #f9bcc4;
    --light: #FFFFFF;
    --dark: #2B2825;
}

.font-secondary {
    font-family: 'Great Vibes', cursive;
}

body{
    font-family: 'Jost', sans-serif;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: 'Jost', sans-serif;
    color: #000;
    letter-spacing: 2px;
}

.btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.whatsapp_div {
  position: fixed;
  bottom: 20px;
  right: 14px;
  z-index: 999;
}

.what_txt i {
  font-size: 37px;
  color: #f1f1f1;
  background: #5dc348;
  padding: 9px;
  border-radius: 75px;
  z-index: 100;
  width: 50px;
  height: 50px;
  line-height: 34px;
}

.what_txt{
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}


.font-secondary {
    font-family: 'Great Vibes', cursive;
}
.text-primary {
    color: #f0258c !important;
}

.border-inner {
    position: relative;
}

.border-inner * {
    position: relative;
    z-index: 1;
}
.about i.fa{
    color: #ff2694;
}
.work-img{
    margin-bottom: 25px;
}



.border-inner::before {
    position: absolute;
    content: "";
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: none;
    border: 1px solid #d6477e;
    z-index: 0;
}

.btn-square {
    width: 40px;
    height: 40px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 50px;
    height: 50px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 0px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color:  #000;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}
.navbar-toggler-icon{
    border: 1px solid #ff2694;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px 0;
    }
}

.hero-header {
    /*background: url(../img/30.jpeg) top right no-repeat;*/
        background-image: linear-gradient(70deg, #f9bcc45e, #049d9b73), url(../img/30.jpeg);

}

.dropdown-menu{
    box-shadow: 0 0 20px 10px rgb(0 0 0 / 4%);
    background: #FFF;
}
.testimonial , .contact{
    background-color: #f8f8f8 !important;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.navbar{
    background: #8bd5d3;
}

.about{
    background: url(../img/texture.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about h4{
    font-size: 18px;
    line-height: 1.4;
    text-transform: capitalize;
    text-align: center;
}

.bg-right{
    background: url(../img/bg-right.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}

.bg-left{
    background: url(../img/bg-left.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.bg-middle{
    background: #d7d7d7;
}
.bg-right{
    background: url(../img/bg-right.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}

.overlay{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255,255,255,0.5);
}

.service p{
    font-family: 'Jost', sans-serif;
    color: #000;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 10px;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 2px;
    left: 50%;
    bottom: 4px;
    margin-left: -90px;
    background: var(--primary);
}

.service::after,
.contact::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    top: 135px;
    left: 0;
    background: url(../img/bg2.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}

.contact::after {
    background: linear-gradient(rgba(43, 40, 37, .5), rgba(43, 40, 37, .5)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.bg-offer {
    background: linear-gradient(rgba(43, 40, 37, .9), rgba(43, 40, 37, .9)), url(../img/offer.jpg) center center no-repeat;
    background-size: cover;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
   /* filter: blur(5px)*/
}

.team-item .team-overlay {
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    opacity: 1;
}

.testimonial-carousel .owl-dots {
    height: 45px;
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    width: 10px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    height: 45px;
    background: var(--primary);
}

.testimonial-carousel .owl-item .testimonial-item {
    opacity: .1;
    transition: .5s;
    height: 480px;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    opacity: 1;
}

.bg-img {
    background: linear-gradient(rgba(43, 40, 37, .5), rgba(43, 40, 37, .5)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.map iframe{
    width: 100%;
    height: 250px;
}
/*************/
img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.headtext{
    color: #2b2825;
}
.headicon{
    color: #ffffff;
}

.gallery-carousel .owl-dots {
    height: 15px;
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.gallery-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    width: 10px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.gallery-carousel .owl-dot.active {
    height: 15px;
    background: var(--primary);
}

.gallery-carousel .owl-item .gallery-item {
    opacity: 1;
    transition: .5s;
    height: 280px;
}

.gallery-carousel .owl-item.center .gallery-item {
    opacity: 1;
}
.footer{
    border-top: 1px solid #e4a4c4;
    background: url(../img/texture.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.work-img img{
    box-shadow: -5px 2px 9px #afafaf;
}
.work-text{
    margin: -20px auto 0;
    padding: 0;
    width: 80%;
}


.work-text h3 a{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    text-transform: capitalize;
    padding: 10px 20px;
    width: 100%;
    float: left;
    letter-spacing: .5px;
    text-align: center;
    color:#FFF;
    background: #ff6e9b;
}
.work-text h3 a::after{
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-width: 20px;
    border-color: #ff6e9b transparent #ff6e9b #ff6e9b;
    border-style: solid;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.work-text h3 a::before{
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-width: 20px;
    border-color: #ff6e9b #ff6e9b #ff6e9b transparent;
    border-style: solid;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}


.banner-slider1 {
    /*background: url(../img/30.jpeg) top right no-repeat;*/
        /* background-image: linear-gradient(70deg, #f9bcc45e, #049d9b73), url(../img/banner1.jpg); */

}

.banner-slider2 {
    /*background: url(../img/30.jpeg) top right no-repeat;*/
        /* background-image: linear-gradient(70deg, #f9bcc45e, #049d9b73), url(../img/banner2.jpg); */

}
.banner-slider3 {
    /*background: url(../img/30.jpeg) top right no-repeat;*/
        /* background-image: linear-gradient(70deg, #f9bcc45e, #049d9b73), url(../img/banner3.jpg); */

}
.banner-slider4 {
    /*background: url(../img/30.jpeg) top right no-repeat;*/
        /* background-image: linear-gradient(70deg, #f9bcc45e, #049d9b73), url(../img/banner1.jpg); */

}
.gallery-item-name{
    text-align: center;
}
.logobannerhead{
    font-family: 'Jost', sans-serif;
}

.footer p{
    border:1px solid #ff2694;
    padding: 4px 6px;
    border-radius: 14px;
    text-align: center;
}
.footer p span{
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #000;
}
.link-home{
    padding-top: 20px;
    text-align: center;
}
.link-home li{
    list-style: none;
    padding: 5px 0 5px 0;
    display: inline-block;
}
ul.link-home li a:after {
    content: "|";
    font-size: 15px;
    padding-left: 15px;
    color: #999;
    font-weight: 400;
    padding-right: 15px;
}
ul.link-home li:last-child a::after{
  
    display: none;
}
.success {
  background-color: #9fd2a1;
  padding: 5px 10px;
  color: #326b07;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
  margin-top: 10px;
}

/* offer */
.offer{
    background: url(../img/bg4.png);
    
}
.combo-offer h3{
    font-family: 'Great Vibes', cursive;
    font-size: 66px;
    font-weight: 500 !important;
    color: #ff2694;
    text-shadow: 3px 3px 4px #a9a9a9;
    padding-top: 40px;
}

.combo img{
    border: 5px solid #ffffff;
    border-radius: 2px;
    box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, 0.29);
}
.offer-text ul li{
    list-style: circle;
    font-size: 20px;
    color: #2d2127;
}
.offer-grid{
    background-color: #4fe9e5;
    /* background-image: url(../img/Fireworks.png); */
    padding: 25px 10px;
    border-radius: 8px;
    margin-bottom: 20px;
    min-height: 365px;
}
.offer-list{
    background: #f3f3f3;
}
.offer-text h3{
    font-family: 'Great Vibes', cursive;
    font-size: 34px;
    color: #ff2694;
    font-weight: 500 !important;
}
