html{
    overflow-x: hidden !important;
}

li {
    color: rgba(255, 255, 255, 1) !important;
}



/* == golf course css == */

.golf-desc{
    font-size: 20px !important;
    color: #fff !important;
}

.full-map{
    margin-left: 50px;
    margin-top: 250px;
}

.golf-color{
    background-color: #313C44;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    /* width: 100% !important; */
}

#btn-governine,#btn-tunkunine,#btn-ghafarnine{
    /* transform: scale(0.5); */
    margin-bottom: 100px;
}


.golf-course {
    margin-top: 130px; 
}

.golf-course-content {
    margin-top: auto;
}


.title-golf{
    font-size:67px;
    margin-top: 150px;
}

.col-golftitle{
    padding-right: 80px !important;
    margin-left: 170px !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f6fbff00 !important;
    border-bottom: 2px solid #ff8664;
    border-radius: 0px;
}

.nav-pills .nav-link.active, .nav-link:hover {
    color: #fff;
    background-color: #f6fbff00 !important;
    border-bottom: 3px solid #ff8664;
    transition: .1s;
}

.hole-title{
    letter-spacing: 1.8px;
}

.zoom {
    transition: transform .2s; /* Animation */
    cursor: pointer;
  }
  
  .zoom:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

#gavernornine, #tunkunine, #ghafarnine {
    /* margin-bottom: 110px !important; */
    border-radius: 2em;
}


.golf {
    height: 110px;
    background-color: #313C44;

}


/* == Rates Css == */
.Nunito {
    font-family: 'Nunito Sans', sans-serif !important; 
}

.golf-rate{
    text-align: center;
}

.container  {
    /* width: 100%; */
    align-items: center;
    padding-right: 15px !important;
    padding-left: 15px !important;
    color: #fff !important;
}

.txt-ctr {
    justify-content: center;
}

.table {
    color: #fff;
}

.table-hover tbody tr:hover {
    color: #3fd662 !important;
}
.table-hov tbody tr:hover {
    color: #82d1f1 !important;
}

thead {
    color: #ff866f !important;
}



/* == media golf course == */
@media (max-width:1024px){
    body {
        overflow-x: hidden !important;
   
    }

    .title-golf {
        font-size: 30px;
        position: relative;
        margin: 30px;
        text-align: center !important;
    }
    .golf-desc {
        font-size: 20px;
        margin: 30px;
        text-align: center !important;
    }

    #btn-governine,#btn-tunkunine,#btn-ghafarnine{
        transform: scale(0.5);
    }

    .full-map {
        margin-left: 0px;
        transform: scale(0.6);
        margin-top: 0px !important;
    }
    .golf-course{
        margin-top: 30px !important;
    }
    .col-golftitle{
        padding-right: 0px !important;
        margin-left: 0px !important;
        text-align: center;


    }
    .container  {
        /* width: 100%; */
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: 0px !important;
        margin-left: 30px !important;
    }

    .zoom:hover {
        transform: scale(0.5);
    }
}

@media (max-width:768px){
    body {
        overflow-x: hidden !important;
    }

    .title-golf {
        font-size: 15px;
        position: relative;
        margin: 30px;
    }
    .golf-desc {
        font-size: 10px;
        margin: 30px;

    }

    #btn-governine,#btn-tunkunine,#btn-ghafarnine{
        transform: scale(0.4);
    }

    .full-map {
        margin-left: 0px;
        margin-top: 0px !important;
        transform: scale(0.4);
        top: 0;
        text-align: center !important;
        
       
    }
    .golf-course{
        margin-top: 30px !important;
    }
    .col-golftitle{
        padding-right: 0px !important;
        margin-left: 0px !important;
        text-align: center;
    }
    #gavernornine {
        width: 100%;
    }
    .container  {
        /* width: 100%; */
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: 0px !important;
        margin-left: 30px !important;
    }
      
    .zoom:hover {
        transform: none;
    }
}




/* membership css */

.box {
    height: 120px;
    width: 600px;
}