body {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    scroll-behavior: smooth;
    /* line-height: 35px !important; */
}

/* .header {
    
} */
.headerBg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: zoomAnimation 10s linear;
    animation-iteration-count: infinite;
}

@keyframes zoomAnimation {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.breadCrumb .brdCrumbAddress {
    font-size: 16px;
}

.breadCrumb .pageName {
    font-size: 43px;
}

/* second carousal  */
.icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon img{
    width: 51% !important;
}

.text span {
    font-size: 20px;
    font-weight: bold;
}

.text p {
    font-size: 16px;
}

/* 2nd carousal ends */

.header .yellowTab {
    width: 60%;
    height: 90px;
    object-fit: cover;
}

.CallBackBtn {
    width: 290px;
    height: 59px;
    background: linear-gradient(45deg, #E6D39C, #C3AD74);
}

.description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.btnContainer {
    margin-top: 20px;
    width: 341px;
    PADDING: 20px;
    box-shadow: antiquewhite;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: inline-flex;
}

.firstCarousel {
    background-image: url(../img/CarouselBg.svg);
    background-size: cover;
    background-position: bottom;
}

.firstCarousel .owl-item {
    width: 4% !important;
    height: 429px !important;
}

.firstCarousel .item {
    width: 100%;
    height: 100%;
}

.firstCarousel .owl-dots {
    display: none;
}

.firstCarousel .owl-nav {
    width: 200px;
    position: absolute;
    height: 20px;
    bottom: -110px;
    left: 72%;
}

.firstCarousel .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    margin: 15px;
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.firstCarousel .owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;
}


.innerCarousel {
    margin-top: 30px;
    max-width: 1400px;
}

.popUp {
    border: none;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #E6D39C, #C3AD74);
    position: fixed;
    z-index: 10;
    bottom: 10%;
    right: 5%;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Accordion */
.accordion{
    padding-top: 30px;
}
.accordionTitle{
    width: 90%;
    padding-top: 30px;
    font-size: 42px;
    font-weight: bold;
}
.accordion-collapse button {
    border: none !important;
}
.accordion button{
    color: #777777;
    background: #ffffff !important;
    border: none !important;
}
.accordion button:focus{
    color: black;
    font-weight: bold;
    outline: none !important;
    border: none !important;
    --tw-ring-opacity: 0;
}


/* Flag Country code */


.registratioN {
    max-width: 800px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}


.iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/10.0.2/img/flags.png");
}

body .intl-tel-input .flag-container {
    position: static;

}

body .intl-tel-input .selected-flag {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

body .intl-tel-input .country-list {
    width: 50%;
    top: 100%;
}

.intl-tel-input {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* .RequestAcallBack Button in the form */
.form {
    min-width: 340px;
    background: white;
}

form .CallBackBtn {
    min-width: 290px;
}

/* enquiry form */

.enquiry_form{
    max-width: 800px;
    width: 45%;
    min-height: 635px;
    height: 70%;
}
.open{
    display: flex !important;
}
.enquiry_overlay{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 31;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000082;
    display: none;
    align-items: center;
    justify-content: center;
}

.iti-mobile .intl-tel-input .country-list {
    top: 58%;
    left: 35%;
    width: auto !important;
}

/* Responsive */
@media only screen and (min-width: 2000px){
    .accordion a{
        font-size: 20px !important;
    }
    .accordion p{
        font-size: 18px !important;
    }
    .desc{
        font-size: 18px;
    }
}

@media only screen and (max-width: 2000px) {
    .title {
        font-size: 30px !important;
    }

    .breadCrumb .brdCrumbAddress {
        font-size: 14px;
    }

    .breadCrumb .pageName {
        font-size: 35px;
    }
}


@media only screen and (max-width: 1250px) {
    .header .yellowTab {
        width: 500px;
        height: auto;
        object-fit: cover;
    }
    .desc{
        padding-bottom: 30px;
    }

    .breadCrumb .brdCrumbAddress {
        font-size: 11px;
    }

    .breadCrumb .pageName {
        font-size: 28px;
    }

    .title {
        font-size: 20px !important;
    }

    .desc {
        height: auto;
    }

    .CallBackBtn {
        width: 220px;
    }

    .descImg {
        height: 30% !important;
    }

    .brdCrumbAddress {
        font-size: 10px;
    }

    .pageName {
        font-size: 16px;
    }

    .inner-container {
        margin: 40px 0 40px 0;
        height: auto !important;
        flex-direction: column;
    }

    .hero {
        height: auto !important;
    }

    .inner-container {
        height: 100%;
        gap: 30px;
    }

    .description {
        width: 100%;
        gap: 30px;
    }

    .descTitle {
        gap: 30px;
        flex-direction: column;
    }

    .CallBackBtn {
        width: 211px;
        height: 47px;
    }

    .title {
        width: 100%;
        text-align: center;
    }

    .directions {
        align-items: center !important;
        width: 100%;
    }

    .firstCarousel {
        height: 862px !important;
        background-position: center;
        background-image: url(../img/golfgreens/mobileBg.png);
    }

    .innerFrame {
        height: 90% !important;
        flex-direction: column;
        align-items: center;
    }

    .Fcarousel {
        width: 100% !important;
        height: 60% !important;

    }

    .Ftext {
        width: 100% !important;
        height: auto !important;
        align-items: center !important;
    }

    .fcarousal .owl-nav {
        bottom: -60px;
        left: 30%;
    }

    .accordionTitle{
        font-size: 35px;
    }
    .AccordionContainer {
        height: auto !important;
    }

    .accrdionInnerContainer {
        margin: 40px 0 40px 0;
        align-items: center !important;
        gap: 30px;
        flex-direction: column;
    }

    .accordion {
        width: 100% !important;
    }

    .titl {
        text-align: center;
        font-size: 25px !important;
    }

    .smtInner {
        flex-direction: column;
        justify-content: space-evenly !important;
    }
}

@media only screen and (max-width: 500px) {
    .text span {
        font-size: 25px;
        font-weight: bold;
    }
    .text p {
        font-size: 18px;
    }
    .fcarousal .owl-item {
        width: 400px !important;
        height: 430px !important;
    }

    .second-Carousel .item{
        transform: scale(0.6);
    }

    .tCinnerContainer{
        width: 90% !important;
        height: 75% !important;
        padding: 17px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .trdCarouselHeading{
        font-size: 20px !important;
    }
    .owl-dots{
        display: none !important;
    }
    .fcarousal .owl-nav {
        bottom: -25px;
        left: 18%;
    }

    .breadCrumb .brdCrumbAddress {
        display: none;
        font-size: 10px;
    }

    .breadCrumb .pageName {
        font-size: 23px;
    }

    .test-Carousel .center .item {
        width: 290px !important;
        height: 130px;
    }

    .header .yellowTab {
        left: -20%;
    }
    .accrdionInnerContainer{
        padding: 0 10px !important;
    }
    .accordionTitle{
        font-size: 25px;
    }
    .accordion a{
        font-size: 14px !important;
    }
    .accordion p{
        font-size: 12px !important;
    }
    .form{
        width: 35% !important;
        height: 100% !important;
    }
    .enquiry_form{
        width: auto;
        height: 80%;
    }
    .registratioN{
        width: 100%;
        gap:0;
        justify-content: center;
        height: 600px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .registerTitle{
        align-items: start !important;
    }
    .descImg img {
        height: 40%;
    }
}

/* accordion */
  
  .accordion {
    margin: 0 auto 100px;
    /* border-top: 1px solid #d9e5e8; */
  }
  .accordion li {
    border-bottom: 1px solid #d9e5e8;
    position: relative;
  }
  .accordion li p {
    display: none;
    padding: 10px 25px 30px;
    color: #252525;
  }
  .accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    line-height: 3;
    font-size: 18px;
    text-indent: 15px;
    user-select: none;
  }
  .accordion a:after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    right: 10px;
    content: " ";
    top: 17px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .accordion p {
    font-size: 18px;
    line-height: 2;
    padding: 10px;
  }
  
  a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  /* input */
