.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }

      .bd-mode-toggle {
        z-index: 1500;
      }

      .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }

      /* @media (max-width: 768px) {
        .col-md-7 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
        }
      } */
      .carousel-control-prev{
        width: 15vw;
        opacity: 0.9 !important;
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0.36) 55%, rgba(255,255,255,0) 100%);
      }

      .carousel-control-next{
        width: 15vw;
        opacity: 0.9 !important;
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0, 0, 0, 0.36) 45%, rgba(0,0,0,0.76) 100%);
        
      }

      .carousel-control-next-icon{
        position: relative;
        left: 3vw;
        width: 40px;
        height: 40px;
      }

      .carousel-control-prev-icon{
        position: relative;
        right: 3vw;
        width: 40px;
        height: 40px;
      }

      .carousel-item{
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        background-position: 1px 28%;
        height: 40rem;
      }


      .carousel-caption {
        bottom: 3rem;
        z-index: 10;
        background-color: rgba(10,10,10,0.5);
        padding: 3px 34px;
      }

      main{
        margin-top: 42px;
      }

      .navbar{
        background-color: rgb(255, 255, 255) !important;
        /* border-bottom: 1px solid; */
        padding: 0px;
        /* background: rgb(75,27,150); */
        background: rgb(114,34,242);
        /* background: -moz-linear-gradient(129deg, rgba(114,34,242,1) 0%, rgba(196,49,180,1) 19%, rgba(255,223,0,1) 45%);
        background: -webkit-linear-gradient(129deg, rgba(114,34,242,1) 0%, rgba(196,49,180,1) 19%, rgba(255,223,0,1) 45%);
        background: linear-gradient(129deg, rgba(114,34,242,1) 0%, rgba(196,49,180,1) 19%, rgba(255,223,0,1) 45%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7222f2",endColorstr="#ffdf00",GradientType=1); */
      }

      .nav-logo{
        max-height: 84px;
        margin: 3px;
      }

      .navbar-nav{
        margin-left: auto;
        margin-right: 16px !important;
      }

      .mypersonality img{
height: 240px;
        width: 240px;
        border-radius: 120px;
      }

      .mypersonality{
        display: flex;
        align-items: center;
        flex-direction: column;
        float: right;
        margin-left: 40px;
      }

      .personality_description{
        margin: 0px 0px;
        padding-bottom: 40px;
        font-family: cursive;
        min-height: 325px;
      }

      .personality_text{
        font-size: 26px;
        font-family: 'Playfair Display', cursive;
        line-height: 1.2;
        word-spacing: 0px;
        font-style: italic;
        margin-bottom: 0px;
        margin-top: 10px;
        padding-top: 10px;
        color: black;
      }

      .c-h{
        height: 50vh;
      }

      
      body{
        font-family: sans-serif;
        padding-top: 50px;
      }



      @media (min-width: 992px){
        .pers-card{
          height: fit-content;
          border: 1px solid #aeaeae;
          border-radius: 10px;
          padding: 10px 10px;
          width: 32.1%;
          margin-left: 0.6%;
          margin-right: 0.6%;
        } 
        .personality_text{
            padding-top:40px;
        }
      }

      @media (min-width: 1366px){
        .c_i{
            top: 67% !important;
            height: 59rem !important;
        }
      }

      @media (max-width: 1400px) {
        .pers-image {
          max-width: 100%;
        }
        .carousel-item {
        height: 32rem;
        }
      }

        .pers-image {
          max-width: 100%;
        }

      @media (max-width: 992px) {
        .pers-image {
          max-width: 100%;
        }
        .mypersonality {
          margin-left: 22px;
        }
        .slideshow-containerr {
            height: 270px !important;
        }
         .personality_text{
            font-size: 22px;
        }
        .carousel-item {
        height: 30rem;
        }
      }

      @media (max-width: 768px) {
        .nav-logo {
          max-height: 55px;
        }
        .mypersonality {
          margin-left: 18px;
        }
        body{
          padding-top: 20px;
        }
        .navbar-nav{
          flex-direction: row;
          justify-content: space-around;
        }
        .personality_description{
            display: flex;
            margin: 0px 0px;
            padding-bottom: 40px;
            font-family: cursive;
            flex-direction: column;
        }
        .navbar-collapse {
            border-bottom: 1px solid black;
        }
        .slideshow-containerr {
            height: 330px !important;
        }
        .carousel-item {
            height: 26rem;
        }

        .lead{
            font-size: 18px !important;
        }
        .pers-image{
            width: 100%;
        }
      }

      @media (max-width: 550px) {
        .carousel-item {
           height: 20rem;
        }
      }

      .fa {
        padding: 20px;
        font-size: 30px;
        width: 50px;
        text-align: center;
        text-decoration: none;
      }

      /* Add a hover effect if you want */
      .fa:hover {
        opacity: 0.7;
      }

      /* Set a specific color for each brand */

      /* Facebook */
      .fa-instagram {
        color: white;
        background:  linear-gradient(160deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%); 
        border-radius: 15px;
        padding: 2px 4px;
        font-size: 39px !important;
      }

      .instagram{
          height: 44px;
          width: auto;
      }

      .fa-facebook{
        color: rgb(0, 102, 255);
      }

      .fa-phone{
        color: #189829;
      }

      .navbar-toggler{
        color: black;
        box-shadow: 2px 2px 8px #a8a8a8 !important;
        border: 1px solid gray;
      }

      .float-end{
        padding: 6px 10px 28px 10px;
        height: 42px;
        border: 1px solid;
        border-radius: 10px;
      }
      .fw-normal{
        margin-top: 10px;
        margin-bottom: 15px;
        color: #323232;
      }
      .btn-secondary{
        background-color: #252421;
      }

      .fab{
        font-size: 45px;
      }
      .fas{
        font-size:35px;
        padding-top: 3px;
      }
      .nav-link{
        margin-left: 10px;
      }
      .carousel{
        margin-top: 50px;
      }
      .pers-card{
        height: fit-content;
        border: 1px solid #aeaeae;
        border-radius: 10px;
        padding: 0px;
        box-shadow: 3px 5px 6px #d0d0d0;
        overflow: auto;
      }
      .fa-chevron-right{
        font-size: 25px;
      }
      .pers-card-link{
        text-decoration: none;
      }
      .fa-chevron-up{
        padding-top: 12px;
      }
      .nextt .fa-chevron-down{
        padding-left: 9px;
      }
      .prevvb .fa-chevron-up{
        padding-left: 9px;
      }
      .copyright{
        font-size: 18px;
        padding-top: 10px;
      }
      .fa-hashtag{
        font-size: 21px;
        padding-bottom: 4px;
      }
      .featurette-divider {
          margin: 30px 5vw !important;
      }
      .pers-title{
          text-align: center;
        margin-bottom: 20px;
      }

      .section-title{
          font-family: "Merriweather", cursive; 
          text-align: center;
          margin-bottom: 38px;
          color: #4095c8;
          text-shadow: 1px 1px 1px #c4c4c4;
          font-size: 36px;
          font-weight: 800;
      }

        .mySlidesStyle {
            display: flex;
            position: absolute;
            transition: 0.5s ease;
            height: 100%;
            width: 100%;
            background-color: white;
        }
        .imggg {
            position: relative;
            left: 50%;
            transform: translateX(-50%); 
        }

        /* Slideshow container */
        .slideshow-containerr {
            max-width: 1000px;
            position: relative;
            margin: auto;
            height: 450px;
            background-color: white;
            overflow:hidden;
            
        }

        /* Next & previous buttons */
        .prevvb, .nextt {
        cursor: pointer;
        position: absolute;
        width: 76px;
        margin-left: 16px;
        left: calc(50% - 50px);
        padding: 5px 15px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 3px 3px 3px 3px;
        user-select: none;
        /* transform: rotate(90deg); */
        }

        /* Position the "next button" to the right */
        .nextt {
        top: calc(100% - 28px);
        /*border-radius: 3px 0 0 3px;*/
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0,0,0,0) 88%);
        }

        .prevvb{
            top: 13px;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.48) 0%, rgba(0,0,0,0) 88%);
        }
        

        .featurette-heading-mine{
            margin-top: 5px;
        }

        .spaces-on-sides{
            padding-right: calc(var(--bs-gutter-x) * .5 + 10px);
            padding-left: calc(var(--bs-gutter-x) * .5 + 10px);  
        }

        .float-end .fas{
            font-size: 25px !important;
        }

        .text-body-secondary{
            font-family: "Merriweather", cursive; 
        }

        .lead{
            font-family: "Merriweather", cursive; 
            margin-top: 18px;
            font-size: 21px;
        }


        .c_i{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

        .to-page-top{
            padding-top:2px;
        }
        
        .menu_btn{
                font-size: 26px;
            color: #2f2f2f;
        }
        
        .hot_links{
            max-height: 188px;
        }
        
        .hot_links_col{
            display: flex;
            justify-content: center;
        }
        
        .footer_col{
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        
        .center_vertical{
            display: flex;
            align-items: center;
        }
        
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1033; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 29px;
  border: 1px solid #888;
  max-width: 90vw;
  width: fit-content;
}

/* The Close Button */
.closeModal {
  color: #aaaaaa;
  float: right;
  font-size: 36px;
  font-weight: bold;
  padding:0px 0px 9px 9px;
}

.closeModal:hover,
.closeModal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.res_btn_div {
    display: flex;
    justify-content: end;
    padding: 0px 10px 10px 10px;
}

.res_btn_div_left {
    display: flex;
    justify-content: start;
    padding: 0px 10px 10px 10px;
}

.div_res {
    display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.res_btn {
    font-size: 20px;
    padding: 6px 18px;color: white;
    background-color:
    #089108ad;
    font-weight: 600;
    margin: 12px;
    border: 0px;
    box-shadow: 2px 2px 1px #6c6c6c;
}

.modal_input{
    margin: 7px;
    font-size: 22px;
}