.black {
  background-color: black !important;
}
.bar {
  color: white !important;
}
.arrow:hover {
  font-weight: bold;
}

.wah {
  justify-content: space-evenly;
}
.background {
  background-color: #0e0e0e !important;
}
.pencile {
  font-size: 100px;
  color: white;
}
.end {
  text-align: end;
}
.beauty-grey {
  background-color: #f5f5f5;
  padding: 1px;
}
.great {
  text-align: center;
}

.SERVICE {
  color: black;
  font-family: cursive;
}
.downto {
  text-align: end;
  color: black;
  color: black;
  font-family: cursive;
}
.navbar-toggler {
  background-color: white;
}
#parallel {
  background-image: url("images/pic13.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 1px;
}
#parallel1 {
  background-image: url("images/pic121.jpg");
  background-attachment: fixed;
  height: 500px;
  background-size: cover;
}

.correction {
  background-color: #fff;
  box-shadow: 0px 0px 20px grey;
}

r .kismat {
  margin-top: 24px;
}
.no-border {
  border: transparent;
}
.center {
  text-align: center;
}

.image {
  position: relative;
}

.image__img {
  display: block;
  width: 100%;
}

.image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
}
.image__overlay--blur {
  backdrop-filter: blur(5px);
}

/* .image__overlay--primary {
    background: green;
} */

.image__overlay > * {
  transform: translateY(20px);
  transition: transform 0.25s;
}

.image__overlay:hover {
  opacity: 1;
}

.image__overlay:hover > * {
  transform: translateY(0);
}

.image__title {
  font-size: 2em;
  font-weight: bold;
}

.image__description {
  font-size: 1.25em;
  margin-top: 0.25em;
}

.image__overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
}

.image__overlay2 > * {
  transform: translateY(20px);
  transition: transform 0.25s;
}

.image__overlay2:hover {
  opacity: 1;
}

.image__overlay2:hover > * {
  transform: translateY(0);
}

.image__title2 {
  font-size: 2em;
  font-weight: bold;
}

.image__description2 {
  font-size: 1.25em;
  margin-top: 0.25em;
}
.d {
  background: black;
  padding-top: 12px;
  padding-bottom: 7px;
}
.setup {
  color: blue;
  text-align: center;
  align-self: center;
  font-size: 40px;
  font-family: cursive;
  display: inline-block;
  padding-bottom: 0.25rem; /* defines the space between text and underline */
  position: relative;
}

.setup::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: rgb(0, 255, 0);
  transition: transform 0.25s ease;
  transform: scale(0, 1);
}
.setup:hover:after {
  width: 100%;
  transform: scale(1, 1);
}
.setup:hover {
  color: rgb(9, 255, 0);
  cursor: pointer;
}
.setup2 {
  color: white;
   text-align: center;
  align-self: center;
  font-family: cursive;
  display: inline-block;
  position: relative;
}

.setup2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: orangered;
  transition: transform 0.25s ease;
  transform: scale(0, 1);
}
.setup2:hover:after {
  width: 100%;
  transform: scale(1, 1);
}
.setup2:hover {
  color: orangered;
  cursor: pointer;
}


.caption-container {
  background-color: black !important;
  font-family: cursive;
  font-size: 20px;
}
.beauty-white{
  background-image: url('images/pic31.jpg');
  background-size: cover;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 16px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
.p, .sahi-hai{
color: white;
padding:7px;
    margin: auto;
}
 li.a, .settle{
  color: #f2f2f2 !important;
}
.RRR{
  color: #f2f2f2;
}
.ballu{
  background-color: black;
}
.margin{
  padding-top: 20px;
}
.drop-shadow-20 {
    -webkit-box-shadow: 0 0 20px 6px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px 6px rgb(0 0 0 / 10%);
}
.whitebck {
    background-color: #fff;
    
}
.rounded-12px {
    border-radius: 12px!important;
    margin-top: 28px;
    margin-bottom: 30px;
}
.vip{
    text-align: center;
        padding-top: 18px;
    padding-bottom: 18px;
}
.backgroundlightgrey{
 background-color: #e1e1e1;
}
.paplu{
    font-family: cursive;
    font-size: 28px
}
.h-100.haji{
    border: none;
    background-color: transparent;
}
.kick{
    width: 90px;
    background-color: blue;
    border-radius: 48px;
    height: 90px;
    text-align: center;
    padding-top: 23px;
    align-self: center;
}
.fa.kick{
    font-size: 36px;

}
.watan{
    text-align: center;
}
.filter{
    display: flex;
    flex-wrap: wrap;
        padding: 13px 0px 20px 0px;
}
.fa.kumar{
    font-size: 40px;
}
.phillps{
    margin-left: 16px;
    padding-top: 5px;
}
.fikar{
    border: 1px solid white;
    background-color: white;
    height: 120px;
    align-items: center;
    border: 1px solid;
    padding: 18px;
}
.backgroundgrey {
    background-color: #ededed;
    padding-bottom: 40px;}
.beta{
    text-align: center;
}
.btn.jaggu{
    text-align: center;
}
.form-check {
   padding-left: 2.25rem !important; 
}
.gujrat{
    text-align: center;
}
.fajar{
    background-color: orange !important;
    border: orange !important;

}
.row.row1 {
    margin-top: 30px;
    margin-bottom: 30px;
}
li.fix {
    background-color: orange;
    padding: 20px;
    padding-bottom: 22px;
}
li.fixed {
    background-color: #3f64e9;
    padding: 20px;
    padding-bottom: 22px;
}
w-100 {
  width: 100%!important;
  height: 900px;
}
.quote{
  text-align: center;
  font-style: oblique;
  font-family: serif;
}
.quote1{
  font-style: oblique;
  font-size: 100px;
  font-family: serif;
}
.quote2{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.photo{
  width: 500px;
}
.photo1{
  width:500px;
}

.card{
  text-align: center;


}
.shoot{
  text-align: center;
  background-color: azure;
  font-family: fantasy;
}

legend {
text-align: center;
background-color: lightcoral;
}


