body {
  background-image: url('https://images.unsplash.com/photo-1523634407038-e9dbd6859678?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1489&q=80');
  background-position: center;
  background-size: cover;
  
}
.container-fluid{
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  color: whitesmoke;
  font-family: Gill Sans; 
  padding: 10px;
}


.zating-hamburger{
  grid-area: 1 / 2 / span 1 / span 3;
}

#zating-hamburger-inner {
  width: 33px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
}



.navbar-brand{
  grid-area: 1 / 3 / span 1 / span 3;
  padding: 7px;
  font-size: 20px;
}

.nav-link{
  font-size: 20px;
}

.nav-item{
  grid-area: 1 / 8 / span 1 / span 2;
  padding: 7px;
  
}

.btn-outline-light{
  
  width: 140px;
  height: 40px;
  background-color: orange;
  color: #fff;
  font-family: Gill Sans;
  font-size: 18px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 3px 5px #252531;
  grid-area: 1 / 9 / span 1 / span 4; 

  
}


#zating-landing{
  display: flex;
  padding: 35px;
  background-color: #20202b;
  color: whitesmoke;
  font-family: Gill Sans;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}


#zating-landing-heading{
  position: relative;
  font-size: 18px;
  width: 50%;
}

.zating-landing-heading2{
  position: relative;
  font-size: 16px;
  display: block;
  text-align: center;
  width: 50%;
}

.heading-image{
  width: 25%;
}

.btn-outline-warning{
  width: 140px;
  height: 40px;
  color: whitesmoke;
  font-family: Gill Sans;
  font-size: 18px;
  border-radius: 8px;
  box-shadow: 0 3px 5px #252531;
  background-color: orange;
  border: none;
  position: relative;
  left: 10px;
  
}

#z-services-text{
  text-align: center;
  font-family: Trebuchet MS;
  font-size: 16px; 
  line-height: 26px; 
  text-indent: 10px; 
  margin: 0;
  padding-bottom: 25px
 
}

#z-services-text > .material-icons{
  color: gold;
  
}

#z-services-text > h1{
  font-family: Trebuchet MS;
  letter-spacing: .3px;
  color: whitesmoke;
 }

#z-services-text > h3{
  color: #d3836d;
  padding-bottom: 1px;
}

#Services-Grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
 
}

#Services-Grid > div{
 border: 1px solid #252531;
  box-shadow: 0px 2px 2px 0px #252531;
  width: 25vw;
  text-align: left;
  line-height: 26px;  
  margin: 0;
  font-size: 15px;
  font-family: Gill Sans;
  padding: 15px;
  position: relative;
  left: 33px;
  color: whitesmoke;
 }

.img-services{
  width: 70px;
  height: 70px;
  position: relative;
  top: -2.5px;
  background-color: #d3836d;
  border-radius: 50%
}


#zodiac-grid{
}




#zodiac-grid{
  display: flex;
  gap: 2rem;
  width:90%;
  margin: 0 auto;
  padding: 80px;
  background-color: #e4def4;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#zodiac-grid a:link { 
  text-decoration: none; 

}


.zodiac-card{
  border: 1px solid #645D46;
  margin: 5% auto;
  border: black solid 1px;
  text-align: center;
  font-family: copperplate;
  display: flex;
  border-radius: 13px 11px;
  filter: drop-shadow(1px .5px 4px #645D46);
  padding: 25px;
  gap: 1rem;
  position: relative;
  width: 100%;
}



.zodiac-card div:nth-child(1){

  font-size:30px;
  height:100%;

}

.zodiac-card div:nth-child(2){font-size:30px;height:100%;display:grid;grid-template-row: repeat(2, 1fr);}

.zodiac-card i{
  font-size:115px;
  color:white;
  padding: 5% auto;
  color:#FDFDFE;
   position: relative;
  top: 18%;
}
.sign-name{
 position: relative;
 top: -25%;
 text-transform: capitalize;
 font-size: 20px;
 font-weight:800;
 text-align:left;
 color: red;
 padding: 9px auto;
}

.date{
  position: relative;
  top: -29%;
  text-align:left;
  font-size: 16px;
  padding: 10px auto;
  color: #5c2b2b;
} 

#sag-card{
 position: relative;
  left: 5px;
}



.zodiac-card-img{
  width: 125px;
  height: 120px; 
}







#zodiac-grid a:link { 
  text-decoration: none; 

}



li{
  text-decoration: none;
  list-style-type: none;
}


a:link { text-decoration: none; }

a:link {
  color: white;
}

a:visited {
  color: white;
}


a:hover {
  color: white;
}


a:active {
  color: white;
}



/******************************************
/* CSS
/*******************************************/

/* Box Model Hack */
*{
  box-sizing: border-box;
}

/******************************************
/* LAYOUT
/*******************************************/


.container {
  position: relative;
  margin: auto;
  height: 500px;
  width: 100%;
  text-align: center;
}

.content {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  font-family: 'Kaushan Script', cursive, sans-serif;
}

h1, h2, .container p {
  color: white;
  text-shadow: 2px 2px 4px #000000;
}

h1 {
  font-size: 48px;
}

.container p {
  color: white;
  text-shadow: 2px 2px 4px #000000;
  font-size: 24px;
}

h2 {
  font-size: 36px;
  animation: fadein ease 3s;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

button {
  background-color: black;
  color: white;
  font-family: 'Kaushan Script', cursive, sans-serif;
  border-radius: 5px;
  padding: 5px;
}

button:hover {
  border: 1px solid white;
  transition: 0.5s;
}

select, select option {
  font-family: 'Kaushan Script', cursive, sans-serif;
}
/******************************************
/* ADDITIONAL STYLES
/*******************************************/
@media screen and (max-width: 500px) {

h1 {
  font-size: 24px;
}

.container h2 {
  font-size: 24px;
}
  
.container p {
  font-size: 14px;
  }

select, button {
  display: inline-block;
  text-align: center;
}
}
#zodiac-grid > a{display: flex;justify-content: space-between;align-items: center;width: 46%;}

div.login-popup
{
  position:fixed;
  top:50%;
  left:50%;
  z-index:999;
  display:none;
  width:90%;
  min-width:250px;
  max-width:700px;
  background: url('images/16520814124194.jpg')no-repeat top center;
  background-size: 100% 100%;
}
div.close-popup
{
    cursor: pointer;
    z-index: 999;
    position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 25px;
    right: 9px;
    top: 3px;
    z-index: 999999;
    -webkit-transition: all .5s ease-in-out;
    background-size: 40% 40%;
    -moz-transition: all .5s ease-in-out;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    box-shadow: 0 0 60px rgba(0,0,0,.4);
    border: 1px solid rgba(255,255,255,.5);
    background-color: rgba(255,255,255,.2);
    content: 'x';
    font-size: 29px;
    color: #cbcbcb;
}
div.close-popup:hover
{
  background-color: rgba(255,255,255,.3);
    box-shadow: 0 0 20px rgba(255,255,255,.8);
}
div#baophu
{
  background:#000;
  opacity:0.8;
  z-index:998;
  left:0px;
  top:0px;
  position:fixed;
  width:100%;
  height:100%;
  display:block;
}
.active{display: block !important;}
.showbando{
    display: block;
    width: 100%;
    min-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}
.showbando .title{
    padding: 20px;
    color: #06ff02;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #f00;
}
.showbando .itemhosse{
    padding: 10px;
    border: 1px solid #ffffff6e;
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    background: #0000006b;
    width: 100%;
}
.showbando .items{
    font-weight: bold;
    text-align: right;
}
.showbando .detail{
    text-align: left;
    text-shadow: -1px 0 black, 0 1px black,      1px 0 black, 0 -1px black;
}
.showbando::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.showbando::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.showbando::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
}

/* Handle on hover */
.showbando::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.img{max-width: 50%}
.donte{}
.donte h3{
    color: #00ff14;
    text-shadow: 1px 1px 1px #f00;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}
.donte p{
    font-size: 20px;
}