/* Design And Development :- Raja Ali in Designtoonz */
@import url('https://fonts.googleapis.com/css2?family=Halant:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Meddon&display=swap');

/* font-family: 'Meddon', cursive; */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

strong {
    font-weight: bold;
}
.wrapper{
    position: relative;
}
.wrapper .container{
    padding: 0;
}
.mt-10{
    margin-top: 5em;
}
h1{
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #737373;
    font-family: 'Cinzel Decorative', cursive;
    text-transform: uppercase;
}
h3{
    font-size: 20px;
    font-family: 'Cinzel Decorative', cursive;
    text-transform: uppercase;
}
p{
    font-size: 16px;
    font-family: 'Halant', sans-serif;
    color: #a4a4a4;
    line-height: 33px;
}
.mt-10{
    margin-top: 5em;
}
.topbar{
    background: #CD747C;

}
.topbar ul{
    padding: 0;
    margin: 0;
}
.topbar ul li{
    display: inline-block;
    line-height: 40px;
    margin: 0px 6px;
}
.topbar .top-contact{
    text-align: left;
}
.topbar .top-contact li a{
    text-transform: lowercase;
}
.topbar .top-social{
    text-align: center;
}
.topbar .top-user{
    text-align: right;
}
.topbar ul li a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.topbar .top-icon{
    font-size: 19px;
    vertical-align: text-top;
}
.navbar{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #00abed;
    z-index: 9999;
    padding: 10px 0px;
    transition: all 0.3s  ease-in-out;
    -webkit-transition:  all 0.3s  ease-in-out;
}
.navbar .logo h1{
    font-size: 30px!important;
    font-weight: 600;
    background: -webkit-linear-gradient(#CD747C, #501818);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.navbar .logo a{
    text-decoration: none;
}

.navbar .nav-item{
    margin: 0px;
}

.navbar .nav-item .nav-link{
    color: #737373;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    line-height: 55px;
    padding: 0px;
    margin-left: 42px;
    text-transform: uppercase;
}
.navbar .nav-item .nav-link:hover{
    color: #737373;
    cursor: pointer;
}
/* .navbar .nav-item .dropdown-menu{
    display: initial;
    visibility: hidden;
    opacity: 0;
    margin-top: 8px;
    transition: all 0.5s ease;
    border-top-left-radius: 0px;
}
.navbar .nav-item .dropdown-menu::before{
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-left: 1px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -8px;
    left: 5%;
    z-index: 2;
    display: block;
    margin-left: -8px;
    content: "";
}
.navbar .nav-item:hover .dropdown-menu{
 
    visibility: visible;
  opacity: 1;
} */

.owl-carousel .owl-prev{
    position: absolute;
    top: 50%;
    left: 1%;
    font-size: 4em!important;
    color: #fff!important;
    z-index: 111;
}
.owl-carousel .owl-next{
    position: absolute;
    top: 50%;
    right: 1%;
    font-size: 4em!important;
    color: #fff!important;
    z-index: 111;
}


@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1);
    }

    100% {
      transform: scale(1.1 );
    }
  }
.heading{
    position: relative;
    margin-bottom: 30px;
}
.heading .devider{
    position: absolute;
    background: linear-gradient(
        86deg, #CD747C 0%, rgb(173 205 195) 50%, #CD747C 96%);
        width: 30%;
        left: 36%;
        height: 3px;
        top: 62px;
    border-radius: 5px;
}
.heading .devider::before{
    content: '';
    background: url('../images/service/divider-icon.png');
    width: 102px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999;
    padding: 5px;
    position: absolute;
    top: -33px;
    left: 35%;
}

  .service .ser-image{
      position: relative;
      width: 100%;
      overflow: hidden;
  }
  .service .ser-image img{
      width: 100%;
  }
  .service .ser-image .title{
    position: absolute;
    right: 0;
    border: -28%;
    bottom: 5%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: rgb(173, 205 ,195,0.8);
    padding: 15px 20px;
    margin-right: 0px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #252323;
    text-shadow: 1px 1px #fdf7f7;
}
.services .service-item{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.service-item-title{
    margin: 15px;
}

.services .service-item .service-item-icon{
    max-width: 75px;
    margin: auto;
}
.services .service-item .service-item-icon img{
    width: 100%;
}
 

.service-banner{
    width: 100%;
    background: url('../images/slider/banner6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.button{
    background: #CD747C;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Cinzel';
}
.button:hover{
    color:#fff;
}
.service-box {
    text-align: center;
    padding-top: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 40px !important;
    background-color: #ffffff !important;
}
.service-box h3{
    color: #a7a6a6;
    text-align: center;
    font-size: 18px;
    margin: 15px 0px;
    font-weight: normal;
    font-family: 'Cinzel';
}
.service-box img{
    max-width: 25px;
    margin-bottom: 15px;
}
.service-box p{
    color: #a4a4a4;
    margin-bottom: 50px;
    line-height: 33px;
}
.serviceImg{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.serviceImg img{
    width: 100%;
    height: 376px;
    transition: all 2s ease-in-out;
}
.serviceImg img:hover{
    cursor: pointer;
    transform: rotate(5deg) scale(1.2);
    transition: all 2s ease-in-out;
}
.serviceImg:hover .serviceImgtag{
    visibility: visible;
    opacity: 1;
    transition: all 1s ease-in-out;
}
.serviceImgtag{
    position: absolute;
    width: 100%;
    top: 45%;
    left: 0%;
    text-align: center;
    visibility: hidden; 
    opacity: 0;
    transition: all 1s ease-in-out;
}
.serviceImgtag h3{
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    text-shadow: 0px 2px #000;
    font-weight: 600;
}

.gallery{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.gallery img{
    width: 100%;
    height: 376px;
    transition: all 2s ease-in-out;
}
.gallery-box{
    position: absolute;
    background: #fff;
    top: 10%;
    width: 81%;
    padding: 30px 20px;
    left: 9%;
    text-align: center;
}
.gallery-box h3, .contact-us{
    font-family: 'Cinzel', serif;
    color: #a4a4a4;
}
.gallery-box h5, .contact-us{
    font-family: 'Cinzel', serif;
    color: #a4a4a4;
    font-size: 15px;
    margin-top: 25px;
}
.gallery-box img, .contact-us img{
    max-width: 25px;
    height: auto;
    margin-bottom: 15px;
}
.stay .col-lg-4.col-md-4 {
    margin-bottom: 30px;
}

.details h3{
    font-size: 19px;
    font-family: 'Cinzel';
    font-weight: 600;
    color: #737373;
    text-shadow: 1px 1px 2px #CD747C;
    margin: 30px 0px 10px 0px;
}
.details p{
    text-transform: capitalize;
    text-align: justify;
    font-family: 'Roboto Slab', sans-serif;
}

.details ul li{line-height: 35px;}
.details ul li a, .details ul li a:hover{
    color: #a4a4a4;
    text-transform: capitalize;
}
.details img{
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 3px;}
.contact-us{
    background: url('../images/service/parallax-flo-8.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    text-align: center;
    background-position: bottom;
}
.contact-box h3{
    color: #737373;
    font-family: 'Cinzel', sans-serif;
    font-size: 30px;
    line-height: 30px;
}

.contact-box{
    text-align: center;
    padding-top: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 40px !important;
    background-color: #ffffff !important;
}
.contact-us .form-control{
    background-color: #f7f7f7;
    border: 1px solid #ebeef1;
    line-height: 1.8;
    margin-bottom: 30px;
    font-family: auto;
}
textarea{
    resize: none;
}
textarea, input{
    outline: none!important;
    box-shadow: none!important;
}

textarea:focus, input:focus{
    outline: none!important;
    box-shadow: none!important;
}
.contact-box button{
    border: none;
}
.footer{
    background: #737373;
    padding: 50px 0px;
    color: #fff;
    border-top: 1px solid;
}
.footer h3{
    font-family: 'Cinzel';
}

.footer p{
    color: #fff;
    margin: 0;
}
.footer p a{
    color: #fff;
    text-decoration: none;
}
.footer .social{
    margin: 0px;
    padding: 0px;
}
.footer .social li{
    list-style: none;
    line-height: 43px;
}
.footer .social li a{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.footer .social li a:hover{
    padding-left: 5px;
    transition: all 0.5s ease-in-out;
}
.main-footer{
    background: #CD747C;
}
.main-footer p{
    margin: 0;
    padding: 10px 0px;
    color: #fff;
}
.main-footer p a{
    color: #fff;
}
.main-footer p:nth-child(1){
    text-align: left;
}


/* gallery css */
.banner{
background: url(../images/img_0468-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 300px;}

    .bannertitle{
        padding-top: 9%;
        color:white;
        font-size: 50px;
        font-weight: bold;



    }
    .example-image{
        border: 5px solid #adcdc3;
    border-style: double;
    
    }

/* Design And Development :- Raja Ali in Designtoonz */