* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  min-height: 100vh;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 70px;
  background: #333;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
  font-family: "Poppins", sans-serif;
}
nav .navbar {
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  padding: 0 50px;
}
.navbar .logo a {
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links {
  line-height: 70px;
  height: 100%;
}
nav .navbar .links {
  display: flex;
  padding: 0px;
}
nav .navbar .links li {
  padding: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
nav .navbar .links li a:hover {
  color: rgb(112, 112, 241);
}
nav .navbar .links li .nav-active{
  color: rgb(112, 112, 241);
}

.links li:hover .bollyact-arrow,
.links li:hover .cb-arrow {
  transform: rotate(180deg);
}

nav .navbar .links li .arrow {
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
  padding: 0px;
  position: absolute;
  top: 75px;
  left: 0;
  line-height: 40px;
  background: #333;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .bollyAct-sub-menu,
nav .navbar .links li:hover .cb-sub-menu {
  display: block;
}
.navbar .links li .sub-menu li {
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .links li .sub-menu a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.navbar .nav-links .sidebar-logo {
  display: none;
}
.navbar .bx-menu {
  display: none;
}

/*        top nav        */
/*        catagory        */
#category {
  list-style: none;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  display: flexbox;
}
#category .cat-item {
  font-style: bold;
  color: black;
  font-size: 18px;
  font-family: "PT Sans", sans-serif;
  display: block;
  background-color: #f5f5f3;
  padding: 10px;
}
#category .cat-item:hover {
  color: blue;
  text-decoration: none;
}
.dropdown-content {
  display: none;
  position: absolute;
  width: 90%;
}

/*mobile*/
@media only screen and (max-width: 768px) {
  .dropdown-content {
    position: absolute;
  }
}

.dropdown-content a {
  text-decoration: none;
  color: white;
  font-size: 15px;
  text-align: center;
  display: block;
  padding: 7px;
  border: 1px gray solid;
}

.bollycat:hover .dropdown-content {
  display: block;
  background-color: #333;
  margin-bottom: 20px;
  opacity: 1;
  width: 94%;
  z-index: 1;
}
.dropdown-content a:hover {
  color: rgb(112, 112, 241);
}

#datapage {
  /*background-color: #fafaf7;*/
  background-color: #f5f5f3;
}
.hading {
  font-family: "Lato", sans-serif;
}
.hading h1 {
  font-size: 2.4vw;
  padding-top: 30px;
  padding-left: 30px;
  text-align: left;
  margin-left: 5%;
}
.data {
  margin-bottom: 40px;
}
#datapage .databox {
  background-color: white;
  margin-top: 30px;
  box-shadow: 3px 3px 10px #00000052;
  margin-left: 5%;
  display: block;
  width: 90%;
}
.databox .dataimg img {
  width: 100%;
}
.databox .datahading h3 {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.databox .datahading h3 a {
  color: black;
}
.databox .datahading h3 a:hover {
  color: #4e4eff;
  text-decoration: none;
}
.datainfo p {
  text-align: left;
  font-family: "PT Sans", sans-serif;
  font-size: 1vw;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidebar {
  margin-right: 30px;
}
#dynamic_select {
  width: 80%;
  height: 30px;
  padding-left: 10px;
  border: 1px solid gray;
  margin: 0px 10px;
}
.sidebar .sb-hading h3 {
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 1.5vw;
  font-family: "Rubik", sans-serif;
  padding-left: 5px;
}
.sidebar .sb-card {
  margin-top: 20px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.sidebar .sb-card-img img {
  width: 80px;
  padding-top: 1%;
  flex: 1;
}
.sidebar .sb-card-data {
  margin: 0px 10px;
  flex: 2;
}
.sidebar .sb-card-data a {
  display: flex;
  font-size: 0.9vw;
  text-align: left;
  color: black;
  font-family: "Roboto", sans-serif;
}
.sidebar .sb-card-data a:hover {
  color: #4e4eff;
  text-decoration: none;
}

/*pagination*/
.pagination-center {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.pagination {
  display: inline-block;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
  margin: 0 5px;
  border-radius: 6px;
}
.pagination a.active {
  background-color: blue;
  color: white;
  border: 1px solid blue;
}
.pagination a:hover {
  border: 1px solid #4caf50;
}
.pagination p {
  float: left;
  text-align: center;
  margin-left: 20px;
  font-size: 20px;
}
.pagination .pg-next {
  margin-left: 20px;
}
/*pagination*/

/*footer*/
.footer {
  background-color: #f5f5f3;
  margin-bottom: 30px;
  margin-top: 30px;
}
.footer .social-link {
  float: left;
  display: block;
  margin: 10px 20px;
  font-family: "Rubik", sans-serif;
}
.footer .social-link a {
  color: black;
}
.footer .social-link a:hover {
  color: #4e4eff;
  text-decoration: none;
}
.footer .social-link a img {
  width: 40px;
  margin: 20px;
}
/*
.footer .social-link .footer-social-text{
  font-size: 1.3vw;
  margin: 0px 5px;
}*/
.footer .footer-menu a {
  float: left;
  margin: 10px 20px;
  font-size: 1.2vw;
  color: black;
}
.footer .footer-menu a:hover {
  color: #4e4eff;
  text-decoration: none;
}
.footer .footer-menu .footer-menu-active {
  color: #4e4eff;
}
.footer .footer-copyright {
  padding-top: 20px;
  font-size: 1.2vw;
  font-family: "PT Sans", sans-serif;
  text-align: center;
}
/*footer*/

/* data */
.data-card {
  margin-top: 30px;
  margin-left: 5rem;
  margin-right: 5rem;
  display: flex;
  background-color: white;

  /*box-shadow: 1px 1px 10px black;*/
}
.data-card .data-card-img img {
  width: 100%;
}
.data-card .data-card-hading {
  padding-top: 15%;
  font-family: "Rubik", sans-serif;
}
.data-card .data-card-hading a {
  text-decoration: none;
  font-size: 1.6vw;
  color: black;
}
.data-card .data-card-hading a:hover {
  color: #4e4eff;
}
.data-card .data-card-info {
  padding-top: 3%;
  font-size: 1.2vw;
  font-family: "Roboto", sans-serif;
}

/* data */

/*  ad-with-us,add-profile,disclaimer  */

.ad-container {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.ad-container .ad-hading h1 {
  font-family: "Ubuntu", sans-serif;
  margin-top: 15px;
  margin-bottom: 15px;
}
.ad-container .ad-info h5{
  margin-top: 17px;
  margin-bottom: 17px;
  font-weight: bold; 
  font-family: 'Barlow', sans-serif;
  font-size: 20px;
}
.ad-container .ad-info p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.1vw;
font-family: 'Lato', sans-serif;
}
/*  ad-with-us,add-profile,disclaimer  */

/*    card-details      */
.card-details{
  margin: 0px 40px;
}
.card-details .hading h4{
  font-size: 2vw;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 0px;
  text-align: left;
  margin-left: 5%;
}
.card-details .details-img img{
  width: 90%;
  margin-left: 5%;
}
.card-details .details-img img:hover{
  opacity: 0.8;
}
.card-details .details-img p{
  margin-left: 30%;
  font-size: 1vw;
  padding: 10px 0px;
}
.card-details .details .details-p p{
  font-family: 'Barlow', sans-serif;
  margin-left: 5%;
  line-height: 30px;
  font-size: 1.1vw;
}

.details-table table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 90%;
  margin-left: 5%;
}

.details-table td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.details-table tr:nth-child(even) {
  background-color: #dddddd;
}
/*    card-details      */

/*    priacy-policy     */
.p-main{
  margin-left: 7%;
  margin-right: 7%;
}
.p-main .p-hader h2{
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  padding: 20px;
}
.p-main .p-info p{
  line-height: 25px;
  text-align: center;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
}
.p-main .p-info-head h6{
  text-align: center;
  font-weight: bold;
  padding: 10px;
}
/*    priacy-policy     */

/*    show hide         */
.showhide{
  margin-left: 45%;
}
.showhide p{
  border: #333 2px solid;
  width: 30%;
  cursor:pointer;
  padding: 8px;
  text-align: center;
}
.showhide p:hover{
  background-color: #333;
  color: white ;
}
.show-data{
  display: none;
  padding-left:40px;
}
.show-data .show-data-hading h5{
  font-size: 1.5vw;
  padding: 2px;
}
.show-data ul li a{
  font-size: 1vw;
  line-height: 30px;
  text-decoration: none;
}
/*    show hide         */
