body {
    background: url('https://astrologyvault.com/reading-assets/assets/images/star.png') center/cover no-repeat fixed;
    margin: 0;
    padding: 0;
}
.col{
    padding:0 !important;
}
.horoscope-banner {
    border-radius: 20px;
}

    .horoscope-section{
    padding:20px 50px;
}
.pt-2
{
  padding-top: 20px !important;
}
h6#hellow-name {
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.result-welcome {
    margin-top: 30px;
    padding: 15px;
}
#hellow-name{ text-align:left;}
.text-indent {
    width: 80%;
    text-align: justify;
    padding-left: 100px !important;
}
h6#result-final {
    margin-top: 100px;
    color:white;
    text-transform: capitalize;
}
.horoscope-banner h2 {
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    text-align: center;
    font-weight: 700;

}

p {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #444;
}

.galaxy-video-container{
position: fixed ;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
overflow: hidden;
/* z-index: -1; */
}
 
.section-heading4 {
    color: #424d4e;
    text-align: center;
    padding: 6px 20px 15px;
    font-size: 2em;
    border-radius: 10px;
    text-transform: capitalize;
    position: relative;
    margin: 0;
    text-shadow: 1px 1px 8px rgb(0 0 0 / 20%);
}

button.btn.btn-primary.btn-lg.btn-block {
    border-radius: 2.5rem;
    width: 100%;
    height: 65px;
    line-height: 65px;
    padding: 0;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 20px;
    background: #4F2B7F;
    outline: none !important;
    transition: all 0.3s ease;
	box-shadow: 0px 0px 6px 3px #bba2c7;
	color: white;
}

button.btn.btn-primary.btn-lg.btn-block:hover {
    background-color: #E7BFFC;
    color: black;
    transition-duration:2s;
    cursor: pointer;
}

.result-content {
    max-width: 1120px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    padding:0;
    border: 5px solid #4C4C4C;
    border-radius: 20px;
    box-sizing: border-box;
 
}
.section-title1 {
    margin: 5px 0;
}
body {
    background-blend-mode: overlay;
    background-color: #00000094 !important;
}

video {
  min-height: 100%;
  min-width: 100%;
}

/* Feb 11, 2021*/
img.img-fluid {
    box-shadow: 0px 0px 11px 11px #bba2c7;
    border-radius: 50%;
    width: 200px;
}
/* feb 23, 2021*/
/*img#ds-2-qwe {*/
/*    width: 200px;*/
/*}*/

/*img#ds-qwe {*/
/*    width: 200px;*/
/*}*/

h5.title {
    margin: 30px 0 0;
    font-size: 26px;
    color:white;
    line-height: 3;
}

#result-final {
    margin-top: 30px;
    margin-bottom: 30px;
}

#soul {
    margin-top: 50px;
}

#zodiacImage-style {
    width: 200px;
}
#zodiacImages-style{
    width: 200px;
}

.center-image {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.page-title {
    background-color: #947FFF;
    padding: 20px 40px;
    box-shadow: 0 2px 5px 2px rgb(0 0 0 / 40%);
    border-radius: 20px;
    font-size: 28px;
    margin: 30px 0 0;
}

.section-title {
    color:#5638EF;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 600;

}

.emphasize {
    color: rgb(86, 56, 239);
    font-weight: 900;
}

.col-3 {
    display: flex;
    justify-content: space-between;
}

.col-1-3 {
    width: calc(100%/3);
}

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

.col-1-2 {
    width: calc(100%/2);
}

.col-1 {
    display: flex;
    justify-content: flex-end;
}

.col-1 img {
    border-radius: 50%;
}
.row1
{
    display: flex;
    padding: 0 10px;
    margin: auto;
    list-style: none;
}
.col2
{
    width: 100%;
    max-width: fit-content;
    margin: auto;
}
/*#tab-list
{
    padding-top: 50px;
}
.tabs{
    font-size: 15px;
    padding: 0px;
    list-style: none;
    background: #fff;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
    display: flex;
    border-radius: 50px;
    position: relative;
    max-width: 994px;
    width: 100%;
    margin: 0 auto;
}

.tabs a{
      text-decoration: none;
    color: #777;
    text-transform: uppercase;
    padding: 10px 22px;
    max-width: fit-content;
    position: relative;
    z-index: 1;
    transition-duration: 0.6s;
    text-align: center;
}
.tabs a p:nth-child(1)
{
    font-size: 17px;
}
.tabs a p:nth-child(2)
{
    font-size: 16px;
}
.tabs a p
{
    margin: 0;
}
.tabs a.active{
  color:#fff;
}
.tabs a.active p{
  color:#fff;
}

.tabs a i{
  margin-right:5px;
}

.tabs .selector{
  height:100%;
  display:inline-block;
  position:absolute;
  left:0px;
  top:0px;
  z-index:1;
  border-radius:50px;
  transition-duration:0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  
  background: #05abe0;
  background: -moz-linear-gradient(45deg, #32508e, #736479);
  background: -webkit-linear-gradient(45deg, #32508e, #736479);
  background: linear-gradient(45deg, #32508e, #736479);
}*/
#tab-list
{
    padding-top: 50px;
}
.nav-tabs
{
     text-align: center;
  padding: 0;
  background-color: #180d24;
  box-shadow: 0 0 0 1px #ddd;
  top:15px; 
  transition: top .2s;
  list-style: none;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto ;
  display: flex;
  border-radius: 20px;
}
.nav-tabs li.fancy-tab
{
    max-width: fit-content;
    width: 100%;
    padding: 0 32px;
    /*margin: auto;*/
    text-transform: capitalize;
    position: relative;
    /*border-bottom: 1px solid #180d24;*/
}
.nav-tabs li.fancy-tab:nth-child(1)
{
    border-bottom-left-radius: 20px;
}
.nav-tabs li.fancy-tab:nth-child(5)
{
    border-bottom-right-radius: 20px;
}
.nav-tabs li.fancy-tab p
{
    color: #fff;
}
.nav-tabs li.fancy-tab p:nth-child(2)
{
    margin-bottom: 0;
    font-size: 23px;
    font-family: 'Georama', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.nav-tabs li.fancy-tab p:nth-child(3)
{
    margin-top: 8px;
    font-size: 18px;
    font-family: 'Courgette', cursive;
}
.arrow-down {
  display:none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #180d24;
  position: absolute;
  top: -1px;
  left: calc(50% - 20px);
}

.arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: -23px;
  left: -18px;
}
.nav-tabs li.fancy-tab.active p
{
    color: #180d24;
}
.fancy-tab.active .arrow-down {
  display: block;
}
.fancyTab.active {
    background: #fff;
    box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
    padding-bottom: 30px;
}

.fancy-tab.active {
  background: #fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #180d24, -1px 1px 0 0px #180d24 inset;
  padding-bottom:30px;
  border-bottom: none !important;
  border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.whiteBlock {
  display:none;
}

.fancyTab.active .whiteBlock {
  display:block;
  height:2px;
  bottom:-2px;
  background-color:#fff;
  width:99%;
  position:absolute;
  z-index:1;
}

@media (max-width: 991.98px) {
    .col-3 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .col-1-3 {
        width: 100%;
    }
    .col-2 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .col-1-2 {
        width: 100%;
    }
    .col-1 {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .result-content {
        padding: 20px;
    }
}

@media (max-width: 669.98px) {
    button.btn.btn-primary.btn-lg.btn-block {
        font-size: 16px;
    }
}

@media (max-width: 569.98px) {
    button.btn.btn-primary.btn-lg.btn-block {
        font-size: 14px;
        height: 60px;
        line-height: 60px;
    }
}

@media (max-width: 489.98px) {
    button.btn.btn-primary.btn-lg.btn-block {
        font-size: 13px;
        height: 55px;
        line-height: 55px;
    }
}

@media (max-width: 449.98px) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 26px;
    }
    .page-title {
        padding: 20px;
        font-size: 24px;
    }
    button.btn.btn-primary.btn-lg.btn-block {
        font-size: 12px;
        height: 55px;
        line-height: 55px;
    }
}

@media (max-width: 419.98px) {
    button.btn.btn-primary.btn-lg.btn-block {
        font-size: 11px;
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 389.98px) {
    button.btn.btn-primary.btn-lg.btn-block {
        font-size: 10px;
        height: 45px;
        line-height: 45px;
    }
}

@media (max-width: 359.98px) {
    button.btn.btn-primary.btn-lg.btn-block {
        font-size: 9px;
        height: 45px;
        line-height: 45px;
    }
}

@media only screen and (max-width:425px) and (min-width:321px){
    .text-indent-xs {
 padding-left: 0 !important;

}

}

@media (max-width: 1072px)
{
   /*.nav-tabs li.fancy-tab
   {
        padding: 0 15px;
   }*/
}

@media (max-width: 892px)
{
    /*.nav-tabs li.fancy-tab {
        padding: 0 5px;
    }*/
    .nav-tabs li.fancy-tab p:nth-child(2) {
        font-size: 20px;
    }
    .nav-tabs li.fancy-tab p:nth-child(3) {
        font-size: 15px !important;
    }
}
@media (max-width: 768px)
{
   .nav-tabs {
        flex-wrap: wrap;
        margin: 0;
    }
    .nav-tabs li.fancy-tab
    {
        max-width: 33%;
        padding: 0 20px;
    }
}
@media (max-width: 425px)
{
    .fancy-tab.active {
        box-shadow: 1px 1px 0 1px #fff, 0px 0px 0px 1px #ffffff, -1px 1px 0 0px #2c292f inset;
    }
    .arrow-down
    {
        top: 1px;
    }
    .starimg
    {
        left: 43%;
    }
}
@media (max-width: 375px)
{
    .nav-tabs li.fancy-tab {
        max-width: 100%;
    }
    .nav-tabs {
        margin: auto;
        width: 90%;
    }
    .nav-tabs li.fancy-tab:nth-child(5) {
        border-bottom-left-radius: 20px;
    }
    .starimg {
        left: 42%;
    }
}
@media (max-width: 320px)
{
    .starimg {
        left: 40%;
    }
}