@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');
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #F58020;
    --secondary: #EBDC83;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #161616;
    overflow-x: hidden;
    height: 100%;
    font-family: "futura", sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1410px;
    }
}

/* How to add New font */
@font-face {
    font-family: "futura";
    src: url("../fonts/futura-pt-demi.otf");
}


section {
    position: relative;
}

p {
    color: var(--white);
}

h1,
h2,
h3,
h4 {
    color: var(--white);
    text-transform: uppercase;
    font-family: 'Lora', serif;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

/* loader */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--primary);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--secondary);
}

/* loader */

/* btn css */

.themeBtn {
    background: var(--primary);
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    display: inline-block;
    padding: 0.875rem 2.5em;
    border-radius: 50px;
    line-height: normal;
    font-family: 'Lora', serif;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
}

.themeBtn:after {
    background: var(--secondary);
    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(3deg);
    transition-duration: 0.6s;
    transform-origin: top right;
    width: 0;
}

.themeBtn:hover {
    color: var(--white);
}

.themeBtn:hover:after {
    height: 100%;
    width: 135%;
}

/* btn css */

/* navigation css */

header {
    position: relative;
    z-index: 1;
    background: #000;
}

.calltoUs {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: end;
}

.calltoUs span {
    display: grid;
    font-size: 1.25rem;
    color: #D78F3B;
    font-family: "Poppins", sans-serif;
}

.calltoUs span strong {
    font-size: 1.375rem;
    color: #EBDC83;
    font-weight: 600;
}

nav.navbar.navbar-expand-lg {
    border-top: 2px solid #E0E0E0;
    margin: 0.75rem 0 0;
}

.navbar-nav {
    align-items: center;
    gap: 4rem;
    padding-top: 0.75rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    padding: 0 0;
    display: inline-block;
    font-family: 'Lora', serif;
    overflow: hidden;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--secondary);
}

.navbar-nav li .sub-menu {
    position: relative;
}

.navbar-nav li .sub-menu {
    display: block;
    position: absolute;
    left: 3px;
    top: calc(100% + 20px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
    width: 300px;
}

.navbar-nav li li {
    min-width: 140px;
    position: relative;
    list-style: none;
}

.navbar-nav .menu-item > .sub-menu  li a {
    padding: 10px 20px;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: none;
    color: #151515;
    display: block;
}

.navbar-nav li:hover > .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar-nav li > li a:hover {
    background: #ebdc83 !important;
    color: #000 !important;
}

.navbar-nav li:hover > .sub-menu li a:hover {
    background: #ebdc83;
    color: #151515;
}

.navbar-nav #menu-item-41:before {
    content: "\f0d7";
    position: absolute;
    right: -20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;
}

.menu-main-menu-container {width: 100%;}

#menu {
    justify-content: center;
}

/* navigation css */

/* slider css */

.main-slider {
    height: 950px;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.homeSlider .slide-inner > img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.main-slider h1 {
    font-size: 3.75rem;
    line-height: 1;
}

.main-slider p {
    font-size: 1.375rem;
    color: var(--white);
    line-height: 1.4;
}

/* slider css */

/* Choose Us Sec Css Start */

.chooseusSec {
    padding: 6rem 0;
}

.chooseusContent h3 {
    font-size: 2.625rem;
}

.chooseusContent p {
    font-size: 1.25rem;
    line-height: 1.6;
}

.themeBtn1 {
    background: linear-gradient(178deg, #26A9E1, #34469D);
}

.chooseusSec figure img {
    border-radius: 30px;
}

/* Choose Us Sec Css End */

/* Thank You Sec Css Start */

.thankyouSec {
    background: url(../images/thankyoiuBg.webp) center/cover no-repeat;
    padding: 5rem 0;
}

.secHeading {
    font-size: 3.4375rem;
}

.thankyouContent p {
    font-size: 1.4375rem;
    margin-bottom: 1.5rem;
}

/* Thank You Sec Css End */

/* Blog Sec Css Start */

.blogSec {
    background-color: #161616;
    padding: 6rem 0 2rem 0;
}

.mainHead {
    font-size: 3.125rem;
}

.blogWrap figure img {
    border-radius: 20px 20px 0 0;
    height: 400px;
    width: 100%;
}

.blogContent {
    text-align: center;
    border-radius: 0 0 20px 20px;
    height: 124px;
    background-color: var(--black);
}

.blogContent p {
    font-size: 1.3125rem;
    padding: 2.5rem 0 10px 0;
}

.blogContent .themeBtn {
    font-size: 0.75rem;
    padding: 0.75rem 2.5rem;
    margin-bottom: -1rem;
}

.blogSlider {
    padding-bottom: 5rem;
}

.blogSlider .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
}

.blogSlider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--primary);
    opacity: 1;
}

.blogSlider .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    position: relative;
}

.blogSlider .swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    border: 1px solid var(--primary);
    width: 22px;
    height: 22px;
    border-radius: 50px;
    left: -5px;
    top: -5px;
}

.swiper-slide.swiper-slide-active .blogContent .themeBtn {
    background: var(--primary);
}

/* Blog Sec Css End */

/* What We Offer Sec Css Start */

.whatweoffrSec {
    background: url(../images/offerBg.webp) center/cover no-repeat;
    padding: 8rem 0 5rem 0;
    background-color: #000;
}

.whatweoffrContent p {
    font-size: 1.25rem;
    line-height: 1.7;
}

/* What We Offer Sec Css End */

/* Testimonial Sec Css Start */

.testimonialSec {
    background: url(../images/testimonialBg.webp) center/cover no-repeat;
    padding: 6rem 0;
}

.testimonialWraps p {
    font-size: 1.375rem;
    line-height: 1.8;
    margin: 0;
}

.testimonialWraps h3 {
    font-size: 1.375rem;
    margin-top: 1.5rem;
}

.testimonialWraps i {
    color: var(--secondary);
    font-size: 3rem;
    margin-bottom: 0.75rem;
}

.testimonialSec .swiper-button-next, .testimonialSec .swiper-button-prev {
    border: 1px solid var(--secondary);
    width: 65px;
    height: 65px;
    border-radius: 50px;
    position: absolute;
    top: 35%;
}

.testimonialSec .swiper-button-next:hover, .testimonialSec .swiper-button-prev:hover {
    background-color: var(--secondary);
}

.testimonialSec .swiper-button-next:after, .testimonialSec .swiper-button-prev:after {
    font-size: 1.5rem;
    color: var(--secondary);
}

.testimonialSec .swiper-button-next:hover:after, .testimonialSec .swiper-button-prev:hover:after {
    color: var(--black);
}

.testimonialSec .swiper-button-prev {
    left: -10rem;
}

.testimonialSec .swiper-button-next {
    right: -10rem;
}

/* Testimonial Sec Css End */

/* Footer Css Start */

footer {
    padding-top: 5rem;
    background: #000;
}

footer h3 {
    font-size: 1.5625rem;
    margin-bottom: 1.2rem;
}

footer ul li a {
    color: var(--white);
}

footer ul li a:hover {
    color: var(--secondary);
}

.links li a {
    text-transform: uppercase;
}

.links li + li {
    padding-top: 10px;
}

.contactLinks li a {
    font-size: 1.125rem;
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
}

.contactLinks li:nth-child(1) a {
    font-size: 1.375rem;
}

.contactLinks li + li {
    padding-top: 1.5rem;
}

.footForm input {
    height: 55px;
    border-radius: 50px;
    border: 2px solid #D2D2D2;
    background: transparent;
    width: 100%;
    padding-left: 1.5rem;
}

.footForm input::placeholder {
    color: #DBDBDB;
}

.footForm {
    display: flex;
    align-items: center;
    position: relative;
}

.footForm a {
    position: absolute;
    right: 1.5rem;
    font-size: 1.25rem;
    color: var(--primary);
}

.socialLinks {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 1.2rem;
}

.socialLinks li a {
    border: 1px solid var(--white);
    width: 53px;
    height: 53px;
    display: grid;
    place-items: center;
    border-radius: 50px;
}

.socialLinks li a:hover {
    border: 1px solid var(--secondary);
}

.copyRight {
    border-top: 1px solid #D8D8D8;
    margin-top: 3rem;
    padding: 1.2rem 0;
}

.footPara {
    font-size: 15px;
}

.copyRight p {
    margin: 0;
}

/* Footer Css End */

.row {
    gap: 3.5rem 0;
}

/*innerpages css*/

.innerSlider {
    height: 600px;
}

.popularSec {
    padding: 6rem 0;
}

.popularSec .counter p {
    text-align: center;
    font-size: 1.75rem;
    margin: 0;
}

.popularSec .counter p span {
    color: var(--secondary);
}

.popularSec .counter .counterCont {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 1rem;
    margin: 2rem 0;
}

.popularSec .counter .counterCont .counterBox {
    background: linear-gradient(to bottom, #B1B6BA, #F5F5F5, #B1B6BA);
    border-radius: 45px;
    min-width: 250px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.popularSec .counter .counterCont .counterBox h4 {
    font-size: 9.375rem;
    margin: 0;
    color: #393939;
}

.popularSec .counter .counterCont .counterBox h6 {
    font-family: "futura", sans-serif;
    font-size: 2.625rem;
    margin: 0;
    font-weight: 200;
}

.dogBox {
    display: block;
    text-align: center;
}

.dogBox figure img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    background: rgba(0, 0, 0, 0.5);
}

.dogBox:hover figure img {
    transform: scale(1.1);
}

.dogBox figure {
    overflow: hidden;
    border-radius: 20px;
}

figure.comingSoon {
    height: 600px;
    width: 100%;
    border-radius: 20px;
    position: relative;
}

.dogBox .content {
    margin-top: 1.5rem;
}

.dogBox .content h3 {
    margin: 0;
    font-family: 'Lora';
    font-size: 2.25rem;
}

.dogSlider figure img {
    height: 700px;
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.5);
}

.dogSlider img:hover {
    transform: scale(1.1);
}

.dogSlider figure {
    border-radius: 20px;
    overflow: hidden;
}

.dogSlider .swiper-pagination-bullet {
    background: transparent;
    border: 2px solid #fff;
    backdrop-filter: blur(5px);
    width: 10px;
    height: 10px;
}

.dogSlider .swiper-pagination-bullet-active {
    background: #fff;
}

.chooseusContent a {
    color: var(--secondary);
    display: block;
    margin: 0.5rem 0;
}

.reviewSec {
    padding: 10rem 0;
}

.reviewBox {
    border: 1px solid #C6C8C9;
    border-radius: 25px;
    padding: 45px 60px;
    position: relative;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.reviewBox:hover {
    box-shadow: 0 3px 15px #535353;
}

.reviewBox > img {
    position: absolute;
    top: -30px;
}

.reviewBox p {
    font-size: 1.25rem;
    margin: 0;
}

.reviewBox .profile {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.reviewBox .profile img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}

.reviewBox .profile h5 {
    font-size: 2.5rem;
    margin: 0;
    color: #fff;
}

.reviewBox .profile p {
    font-size: 1rem;
    margin: 0;
}

.gallerySec {
    padding: 8rem 0;
}

.gallerySec img {
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.gallerySec img:hover {
    transform: scale(1.1);
}

.gallerySec figure {
    overflow: hidden;
    border-radius: 30px;
    height: 100%;
}

.availSec {
    padding: 8rem 0;
}

.availSec img, .availSec video {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    object-fit: cover;
}

.availSec img:hover {
    transform: scale(1.1);
}

.availSec figure {
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    max-height: 600px;
}

.availSec .nav-tabs {
    border: 0;
    justify-content: center;
    gap: 3rem;
}

.availSec .nav-tabs .nav-link {
    background: none;
    color: #fff;
    border: none;
    text-transform: capitalize;
    font-family: 'Lora';
    font-size: 2rem;
    position: relative;
    padding: 0;
    outline: none;
}

.availSec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--secondary);
}

.availSec .nav-tabs .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    transition: all 0.2s ease-in-out;
    height: 2px;
    background: var(--secondary);
}

.availSec .nav-tabs .nav-item.show .nav-link::before,
.availSec .nav-tabs .nav-link.active::before {
    width: 100%;
}

.chooseusContent li {
    margin: 0 auto;
    color: #fff;
}

.chooseusContent .coloured {
    color: var(--secondary);
}

.questForm .secHeading {
    text-align: center;
    margin-bottom: 5rem;
}

.questForm {
    padding-top: 10rem;
    border-top: 1px solid var(--secondary);
    margin-top: 3rem;
}

.form-group {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.form-group label {
    font-size: 1.125rem;
    color: #fff;
}

.form-group input,
.form-group textarea {
    border: 1px solid #C6C8C9;
    background: none !important;
    border-radius: 10px;
    padding: 1.5rem 1rem;
    color: #C0C0C0 !important;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #C0C0C0;
}

.questForm .row {
    gap: 2.5rem 0;
}

.form-group .radio-group {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.form-group .radio-group input {
    accent-color: var(--primary);
}

.questForm .btnCont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.questForm .btnCont button {
    width: 100%;
}

.contactSec {
    padding: 8rem 0;
}

.contactSec .contactIcons {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.contactSec .contactIcons .contactIconBox figure {
    border: 1px solid #EBDC83;
    box-shadow: 0 10px 25px rgb(241 90 41 / 50%);
    border-radius: 100%;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.contactSec .contactIcons .contactIconBox {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: #fff;
}

.contactSec .contactIcons .contactIconBox h5, .contactSec .contactIcons .contactIconBox p {
    font-size: 1.375rem;
    margin: 0;
}

.contactSec .contactImg img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
}

.contactSec .row {
    gap: 5rem 0;
}

.contactSec form .row {
    gap: 2rem 0;
}

.form-group label.error {
    color: red;
}

.partnerSec {
    padding: 4rem 0;
    background: var(--white);
}

.partnerSec h2 {
    color: var(--black);
}

.partnerWraps {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partnerLogo img {
    filter: grayscale(1);
    width: 300px;
    height: 100px;
    object-fit: contain;
}

.partnerLogo:hover img {
    filter: grayscale(0);
}

figure.comingSoon::before {
    content: 'Pictures Coming Soon';
    position: absolute;
    inset: 0;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
}

.blogWrap figure.comingSoon {
    height: 400px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.blogWrap {
    border: 2px solid rgb(255 255 255 / 41%);
    border-radius: 20px;
}

.testimonialWraps img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: top;
    border-radius: 100%;
}

.popularSec img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.popularSec .secHeading {
    font-size: 1.5rem;
}

.popularBox {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-content.notfoundPg {
    text-align: center;
}

h1.notfoundHad {
    font-size: 200px;
    color: #fde843;
}

input.search-field {
    border: 2px solid #fde843;
    height: 50px;
    width: 299px;
}

input.search-submit {
    height: 51px;
    background: #fde843;
    border: 2px solid #fde843;
    width: 133px;
}

.page-content.notfoundPg {
    margin-bottom: 70px;
}

.notfoundPg .search-form .search-submit:hover, .notfoundPg .search-form .search-submit:focus {
    background: #212529 !important;
    color: #fde843;
}