@import url('../css2');
@import url('../css2-1');

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/circle2.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

img {
    max-width: 100%;
}

body {
    font-family: "Lato", sans-serif;
}

.hdd {
    font-family: "Oleo Script Swash Caps", system-ui;
}

.header {
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}

.banner3 {
    float: left;
    width: 100%;
}

.tophead-section {
    float: left;
    width: 100%;
    background: #640d00;
}

.tophead-left1 {
    padding: 0px 20px;
}

.tophead-left2 {
    background: #ffffff;
    text-transform: capitalize;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 5% 100%);
    text-align: center;
}

.tophead-left2 p {
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000000;
    padding: 7px 15px 8px 50px;
}

.tophead-left2 p span {
    color: #ffb70f;
    text-transform: uppercase;
}

.tophead-right1 {
    padding: 0;
    text-align: center;
}

.tophead-right2 p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 10px;
}

.tophead-right2 p span {
    color: #000;
    padding: 5px 8px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 0 9px;
    animation: blikani 1s infinite;
    background: #fff;
}

@keyframes blikani {
    0% {
        color: #ffffff;
    }

    50% {
        color: #640d00;
    }

    100% {
        color: #ffffff;
    }
}

.headlist-section {
    background: #640d00;
    float: left;
    width: 100%;
}

.headlist-section1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headlist-section1 ul li {
    padding: 0px 17px 0px;
    font-size: 18px;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}

.headlist-section1 a {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
}

.headlist-section1 a i {
    color: #ffb70f;
}

.banner {
    float: left;
    width: 100%;
}

.banner p {
    background: radial-gradient(#640d00 60%, #ffb70f 90%);
    padding: 12px 0;
    text-align: center;
    font-size: 62px;
    color: #fff;
    font-weight: 600;
    animation: boun 1.5s infinite;
}

@keyframes boun {
    0% {
        color: #af000000;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #af000000;
    }
}

.about {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-title {
    background: #fff;
    border-radius: 60px;
    border: 1px solid #640d00;
    text-align: center;
    padding: 0 15px;
}

.about-title strong {
    font-size: 50px;
    font-weight: 600;
    color: #640d00;
    text-transform: capitalize;
    display: inline-block;
    background: #fff;
    padding: 0 15px;
    margin: -63px 0 0;
}

.about-title span {
    font-size: 20px;
    font-weight: 500;
    padding: 2px 0 8px;
    color: #2b2b2b;
    text-transform: capitalize;
    display: block;
    margin: -10px 0 0;
}

.about-us-content {
    padding: 70px 30px 30px 30px;
    border: 1px solid #640d00;
    border-top: 0;
    width: 100%;
    margin: 0 auto;
    border-radius: 0px 0 20px 20px;
    margin-top: -43px;
}

.about-us-content p {
    padding: 5px 0;
    text-align: justify;
    line-height: 32px;
    color: #424242;
    font-size: 17px;
    font-weight: 400;
}

.about-us-content p strong {
    color: #640d00;
    font-weight: 500;
}

.about-us-content ul {
    padding: 16px 20px 29px;
    background: linear-gradient(45deg, #ffb70f, #640d00);
    margin: 6px 0 16px 0;
}

.about-us-content ul li {
    position: relative;
    padding: 6px 15px 7px;
    line-height: 31px;
    color: #424242;
    font-size: 17px;
    font-weight: 400;
    background: #fff;
    margin: 16px 0px 0px 0;
    border-radius: 40px;
    list-style: none;
}

.about-us-content ul li i {
    display: inline-block;
    text-align: left;
    color: #640d00;
    padding: 0 7px 0 0;
    font-weight: 600;
    font-size: 18px;
}

.famousastrologer-section {
    padding: 50px 0px;
    float: left;
    width: 100%;
}

.text-center {
    text-align: center !important;
}

.famous-astrologer strong {
    font-size: 38px;
    font-weight: 600;
}

.famous-astrologer strong b {
    font-weight: 700;
    color: #640d00;
}

.famous-astrologer p {
    background: radial-gradient(#640d00 60%, #ffb70f 90%);
    padding: 12px 0 25px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    animation: boun 1.5s infinite;
}

.famous-astrologer1 span {
    background: #fff;
    font-size: 32px;
    padding: 10px 10px 4px;
    font-weight: 700;
    display: block;
    width: 30%;
    margin: -17px auto 30px;
    color: #212529;
    border-radius: 30px;
    text-transform: uppercase;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.famous-astrologer1 ul li {
    display: inline-block;
    padding: 9px 15px;
    font-size: 20px;
    font-weight: 500;
    margin: 0 7px;
    background: #fff;
    box-shadow: 0 0 6px #c5c5c5;
    border-radius: 6px;
}

.best-services {
    background: linear-gradient(45deg, darkred, #640d00);
    position: relative;
    z-index: 9;
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.best-services1 {
    padding: 15px 15px;
    text-align: center;
}

.best-services2 {
    padding: 15px 15px 20px;
    background: white;
    
    border: 1px solid #640d00;
}

.best-services3 {
    padding: 0;
    
    overflow: hidden;
    transition: 0.9s ease-in-out;
    margin: 0 0 -15px;
}

.best-services3 img {
    width: 100%;
    border: 10px solid #ffb70f;
}

.best-services4 strong {
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    color: #000000;
    font-family: "Oleo Script Swash Caps", system-ui;
}

.best-services4 span {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    color: #640d00;
}

.best-services4 p {
    padding: 5px 0 15px;
    line-height: 30px;
    color: #424242;
    font-size: 17px;
    font-weight: 400;
}

.best-services5 a {
    color: #ffffff;
    padding: 4px 15px 6px;
    background: #228d00;
    text-transform: capitalize;
    font-size: 17px;
    display: inline-block;
    font-weight: 400;
    float: right;
    border-radius: 40px;
}

.list-design0 {
    padding: 0 20px;
}

.list-design ul li {
    margin: 16px 0 0;
    font-weight: 500;
    font-size: 17px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    display: block;
    background: #ffffff;
    padding: 12px 0px 12px 0px;
    border-radius: 50px;
    border: 1px solid #ffb70f;
}

.list-design ul li:nth-child(odd):after {
    height: 20px;
    width: 20px;
    background: radial-gradient(#640d00 60%, #fff600 90%);
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 14px;
    right: auto;
    left: 8px;
}

.list-design ul li:nth-child(even):before {
    height: 20px;
    width: 20px;
    background: radial-gradient(#640d00 60%, #fff600 90%);
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 14px;
    right: 8px;
    left: auto;
}

.otherservices {
    float: left;
    width: 100%;
    padding: 50px 0px;
    margin-top: 30px;
}

.services1 {
    padding: 31px 20px 40px;
    overflow: hidden;
}

.services3 {
    z-index: 9;
    position: relative;
    padding: 75px 0 0;
}

.services3:before {
    content: "";
    margin: 0 auto;
    background: #640d00;
    position: absolute;
    height: 100%;
    width: 6px;
    left: 0;
    right: 0;
    top: -31px;
    z-index: -1;
}

.services3 img {
    border: 11px solid #640d00;
    margin: 0 auto;
    padding: 15px;
}

.services4 {
    position: relative;
}

.services4 strong {
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    color: #000000;
    padding: 12px 0 0;
}

.services4 span {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    color: #640d00;
}

.services4 p {
    padding: 5px 0 15px;
    line-height: 30px;
    color: #424242;
    font-size: 17px;
    font-weight: 400;
}

.services4 a {
    margin: 0 auto;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    border: 2px solid #ffffff;
    text-transform: capitalize;
    color: #ffffff;
    background: #228d00;
    padding: 4px 15px 5px;
    border-radius: 50px;
}

.testi {
    float: left;
    width: 100%;
    padding: 50px 0px;
    margin-top: 30px;
}

.client-testi {
    padding: 40px 0 0;
    float: left;
    width: 100%;
}

.testimonails-1 {
    padding: 15px;
}

.testimonails-2 {
    padding: 25px 0;
    border-radius: 30px;
    position: relative;
    z-index: 9;
    overflow: hidden;
    background: linear-gradient(45deg, #640d00, #ffb70f);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonails-2 p {
    color: #ffffff;
    font-size: 17px;
    text-align: left;
    padding: 0px 20px 10px;
    line-height: 30px;
    font-weight: 300;
}

.testimonails-2 span {
    text-align: center;
    display: block;
    font-size: 22px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 700;
    padding: 5px 10px 6px;
    margin: 0px 20px 10px auto;
    width: 50%;
    background: #ffffff;
    border-radius: 30px;
    position: relative;
}

.testimonails-2 span:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    border-radius: 0 30px 30px 0;
    background: #ffffff;
    left: -190px;
    z-index: -9;
    top: 16px;
}

.testimonails-2 strong {
    display: block;
    padding: 15px 0 0 0;
}

.testimonails-2 strong i {
    color: #ffb70f;
    font-weight: 600;
    font-size: 20px;
    padding: 0 13px;
}

.info {
    padding: 0 0 25px;
}

.info-1 {
    padding: 25px 10px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #640d00;
    background: #fff;
    color: #000;
}

.info-1 i {
    font-size: 45px;
    color: #ffb70f;
}

.info-1 a {
    color: #000;
    font-weight: 600;
    font-size: 22px;
    padding: 15px 0 10px;
    display: block;
    text-decoration: 0;
}

.info-1 p {
    color: #5b5b5b;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    text-transform: uppercase;
}

.copyright {
    text-align: center;
    background: #640d00;
    padding: 20px 0 20px;
    float: left;
    width: 100%;
}

.disclimer p {
    color: #ffffff;
    padding: 0 0 12px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
}

.copyryt {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color: #ffb70f;
    text-align: center;
    display: block;
    padding: 5px 0 0;
}

@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
    .best-services .col-md-6{width: 50%;}
    .otherservices .col-md-6{width: 50%;}
}
@media(min-width:640px) and (max-width:767px){
}
@media(min-width:480px) and (max-width:639px)
{ .headlist-section1 ul li {
    display: none;
  }
  .headlist-section1 a {
    font-size: 28px;
  }
  .banner p {
    font-size: 30px;
  }
  .about-title strong {
    font-size: 33px;
  }
  .famous-astrologer strong {
    font-size: 25px;
  }
 .famous-astrologer1{
    display: none;
  }
.header .col-sm-4 {
  padding: 0;
}
}
@media(min-width:320px) and (max-width:479px)
{
    .headlist-section1 ul li {
        display: none;
      }
      .headlist-section1 a {
        font-size: 22px;
      }
      .banner p {
        font-size: 22px;
      }
      .about-title strong {
        font-size: 33px;
      }
      .famous-astrologer strong {
        font-size: 25px;
      }
     .famous-astrologer1{
        display: none;
      }
.header .col-sm-4 {
  padding: 0;
}
}