/********** Template CSS **********/
:root {
    --primary: #7AB730;
    --secondary: #FFD33C;
    --light: #F3F3F3;
    --dark: #212121;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

body {
    margin: 0;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #3a3a3a;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.btn-outline-light:hover {
    color: #000;
    background: linear-gradient(44deg, #b7b7b7, #ffffff, #d1d1d1);
    border: solid 1px #afafaf;
}

.btn-outline-light {
	letter-spacing: 2px;
}

.text-align-justify {
	text-align: justify !important;
}

.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgb(143 143 143 / 50%);
}

.border-dark {
    border-color: #fff !important;
}

.ratio-9x16 {
    --bs-aspect-ratio: calc(9 / 9 * 100%);
}

p {
	letter-spacing: 1px;
	font-size: 18px;
}

.text-start span {
	color: #242424;
	font-family: "Antonio", sans-serif;
}

.text-start span:hover {
	color: #000;
}

.text-start a:hover {
	color: #000 !important;
}

.background-brown {
	background: #895f2d;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 5px;
}

.ps-5 {
    padding-left: 1rem !important;
}

.bg-dark {
    background-color: #242424 !important;
}

.btn-primary {
    color: #000 !important;
    background: linear-gradient(44deg, #b7b7b7, #ffffff, #d1d1d1);
    border: solid 1px #afafaf;
}

.btn-primary:hover {
    color: #ff6600;
    background-color: #fff;
    border-color: #000;
}

.btn-outline-primary {
    background: linear-gradient(44deg, #b7b7b7, #ffffff, #d1d1d1);
    border: solid 1px #afafaf;
    color: #000;
}

.btn-outline-primary:hover {
    background: linear-gradient(-44deg, #b7b7b7, #ffffff, #d1d1d1);
    border: solid 1px #242424;
    color: #000;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #000;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

a {
    color: #3a3a3a;
    text-decoration: none;
}

.text-start a {
	color: #000;
}

a:hover {
    color: #000;
}

.phone-footer {
	font-size: 20px;
}

.btn-light {
    color: #000;
    background-color: #F3F3F3;
    border-color: #F3F3F3;
}

.btn-light.booking {
    color: #000;
    background: linear-gradient(44deg, #b7b7b7, #ffffff, #d1d1d1);
    border: solid 1px #afafaf;
    font-size: 18px;
    letter-spacing: 2px;
}

.btn-light.booking:hover {
    background: linear-gradient(-44deg, #b7b7b7, #ffffff, #d1d1d1);
    border-color: #cf8b3c;
}

.bg-light {
    box-shadow: 0 0 5px 1px #9b9b9b;
    border: solid 1px #f9f9f9;
}

#about b {
	font-family: "Antonio", sans-serif;
}

.menu-index h5 {
	color: #000;
}

.menu-index a {
	color: #3f3f3f !important;
	font-family: "Antonio", sans-serif;
}

.container-fluid.bg-light.py-5 {
	background: linear-gradient(301deg, #c9c9c9 9.38%, #e7e7e7 23.96%, #cdcdcd 63.73%, #f5f5f5 82.01%, #b7b7b7 100%);
    border-top: solid 1px #b9b9b9;
    box-shadow: 0px 0px;
}

.border-primary {
    border-color: #000 !important;
}

.shadow-sm {
    box-shadow: 0px 1px 5px #888 !important;
}

.display-5.text-uppercase,
.display-5.text-uppercase.text-white.text-owner{
	color: #fff !important;
}

.display-5.text-uppercase.mb-0 {
	color: #000 !important;
	letter-spacing: 1.5px;
}

.text-body {
    color: #3a3a3a !important;
    letter-spacing: .6px;
}

.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    letter-spacing: 1.5px;
}

.phone {
	color: #242424 !important;
	font-size: 18px;
	font-family: "Antonio", sans-serif;
}

.bg-header {
	background: linear-gradient(301deg, #bdbdbd 9.38%, #e7e7e7 23.96%, #c1c1c1 63.73%, #f6f6f6 82.01%, #9b9b9b 100%);
}

.bg-header .text-start {
	font-size: 15px;
}

.bg-owner {
	background: #f7f7f7;
}

.background-owner{
	background: #fdfdfd;
}

.footer p {
	font-family: "Antonio", sans-serif;
}

.nav-contact.text-white.text-owner {
	color: #fff !important;
	padding: 16px 20px 14px 35px !important;
	background: linear-gradient(44deg, #b7b7b7, #ffffff, #d1d1d1);
	border: solid 1px #afafaf;
	color: #000 !important;
}

.nav-contact.text-white.text-owner:hover {
	color: #fff !important;
	padding: 16px 20px 14px 35px !important;
	background: linear-gradient(-44deg, #b7b7b7, #ffffff, #d1d1d1);
	border: solid 1px #888;
	color: #000 !important;
}

.text-owner {
	color: #000 !important;
}

.text-owner.text-dark {
	color: #fff !important;
	font-family: "Antonio", sans-serif;
}

.navbar-light .navbar-toggler {
    color: #000;
    border-color: rgba(0,0,0,0.1);
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 1px;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.img-logo {
	height: 80px;
	width: auto;
}

.bg-light.text-center.p-4 {
	padding: 22px 16px 10px 16px !important;
}

.btn {
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    transition: .5s;
    border-radius: 50px;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.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: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 15px 10px 10px 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    outline: none;
    transition: .5s;
    letter-spacing: 2px;
    border-radius: 50px;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 15px 10px 10px 10px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #000 !important;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        top: 0px;
        left: 50%;
        background: #000;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        /* width: 100%; */
        height: 1px;
        top: -1px;
        left: 0;
    }
    
    .nav-link.none::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    top: 0px;
    left: 50%;
    background: #ffffff00 !important;
    transition: .5s;
}
    
    .p-l {
    	padding-left: 60px;
    }
}

@media (min-width: 1024px) {
	.p-l {
    	padding-left: 20px !important;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
    .bg-owner {
	    background: linear-gradient(44deg, #d9d9d9, #efefef, #d7d7d7);
	}
	.ratio-9x16 {
	    --bs-aspect-ratio: calc(16 / 9 * 100%);
	}
}



.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 #818080;
    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: 20px 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;
}

.service-item a i {
    position: relative;
    padding-left: 20px;
    padding-top: 2px;
    transition: .3s;
}

.service-item a:hover i {
    padding-left: 50px;
}

.service-item a i::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    top: 62%;
    left: 10px;
    margin-top: -1px;
    background: #989898;
    transition: .3s;
}

.service-item a:hover i::after {
    width: 50px;
}

.product-item {
    padding: 30px;
}

.product-item .btn-action {
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .btn-action {
    bottom: -20px;
    opacity: 1;
}

.product-carousel .owl-nav {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.column-left{
	width: 107px;
}

.column-left1{
	width: 94px;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}


.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 30px !important;
}

/* .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
} */

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.team-carousel .owl-nav {
    position: absolute;
    width: 50px;
    height: 160px;
    top: calc(50% - 80px);
    right: 0;
    z-index: 1;
}

.justify-content-center {
	justify-content: center;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: linear-gradient(90deg, #000000a1, #000000a1);;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover {
	 background: linear-gradient(90deg, #000000a1, #cbcbcb);
}
.team-carousel .owl-nav .owl-next:hover {
	background: linear-gradient(90deg, #cbcbcb, #000000a1); 
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.2);
}

.team-item .team-overlay {
    position: absolute;
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(81, 81, 81, 0.7);
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}



.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 46px;
    top: calc(50% - 23px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: linear-gradient(90deg, #000000a1, #000000a1);;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
	 background: linear-gradient(90deg, #000000a1, #cbcbcb);
}
.testimonial-carousel .owl-nav .owl-next:hover {
    background: linear-gradient(90deg, #cbcbcb, #000000a1);
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

@media (min-width: 576px) {
    .blog-item .row {
        height: 300px;
    }
}

.blog-item a i {
    position: relative;
    padding-left: 20px;
    transition: .3s;
}

.blog-item a:hover i {
    padding-left: 50px;
}

.blog-item a i::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    top: 50%;
    left: 10px;
    margin-top: -1px;
    background: var(--primary);
    transition: .3s;
}

.bg-header .border-start {
    border-left: 1px solid #f7f7f7 !important;
}
.bg-header .border-end {
    border-right: 1px solid #f7f7f7 !important;
}

.blog-item a:hover i::after {
    width: 50px;
}

@media (min-width: 375px) {
	.column-left {
	    width: 84px !important;
	}
}

@media (max-width: 768px) {
	.img-logo {
	    height: 65px !important;
	    width: auto;
	}
	.navbar-light .navbar-nav .nav-link {
	    font-family: 'Roboto', sans-serif;
	    position: relative;
	    padding:15px 10px 10px 10px;
	    font-size: 15px;
	    font-weight: 700;
	    text-transform: uppercase;
	    color: #242424 !important;
	    outline: none;
	    transition: .5s;
	}
	.display-1 {
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 1.2;
	}
}

/* @media (min-width: 1024px) {
	.column-left {
	    width: 84px !important;
	}
} */

@media (min-width: 1200px) {
	.display-1 {
	    font-size: 40px;
	}
	.display-5 {
	    font-size: 30px;
	}
	
}

@media (min-width: 1024px) {
	.display-1 {
	    font-size: 40px;
	}
	.display-5 {
	    font-size: 30px;
	}
	.display-1 {
	    font-size: 40px;
	    font-weight: 700;
	    line-height: 1.2;
	}
	
}
