/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #000;
  background-color:#f8f9fa;
}
:root {
  --jumbotron-padding-y: 3rem;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
.neomorph{
  border-radius: 15px;
  background: #b30909;
  box-shadow:  20px 20px 60px #730202,
               -20px -20px 60px #730202;
}
.imgBg {
  /* The image used */
  /* background-image: url("img_girl.jpg"); */

  /* Full height */
  height: 60%;
  width: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 5%;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.btn-pt{
  position: absolute;
  top:50%
  left:50%
  transform: translate(-50%, -250%);
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  border-color: #070a08;
}
.featurette-divider1 {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  border-color: #73121A;
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.05rem;
}
.featurette-heading-6 {
  font-weight: 600;
  /*line-height: 0.95;*/
  letter-spacing: -.05rem;
}
.featurette-heading-1 {
  
  font-size: 5rem; /* roughly 48px */
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
/*Header stuff*/
*brand color*/
.navbar-brand  {
   color: #32a852;

}
/*heading color*/
.kala{
  color: #dc0606;
}
.kala1{
  color: #070a08;
}
.kala2{
  color: #73121A;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
}
/*Floating the navbar left*/
/*.navbar-nav{
  float: right;
}*/
/*commission art card form background*/
.com-art-form-bg{
  background-color: #dc0606;
  color: #fff;
}
.track-art-form-bg{
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border: 1px solid #ffffff;
    color: #dc0606;
  /*color: #fff;*/
}
@media (min-width: 769px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
  .get-margin{
    margin-top: -10%;
    padding-bottom: 150px;
    
  }
  .order-margin{
    margin-top: -15%;
    padding-bottom: 150px
  }

  /*.navbar-toggler{
    display:none;
  }*/
 /* .collapse ul{
    float: right;
  }
  .collapse li{
    float: right;

  }*/
  .mobile {
    display: none;
  }
  .myImg{
    width: 300px;
    height: 300px;
  }
  .centered {
    position: absolute;
    top: 45%;
    margin-top: 50px;
    left: 50%;
    transform: translate(-50%, -110%);
    color: #ffffff;

  }
  

}
@media (max-width: 768px) {
    .desktop{
      display: none;
    }
    .myBrand{
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: #fff;

    }
    .get-margin{
      margin-top: -30%;
      padding-bottom: 150px
    }
    .order-margin{
      margin-top: -5%;
      padding-bottom: 150px
    }
    .mob-card{
      margin-bottom: 10px;
      width: 100%;
    }

    .myImg{
    width: 100%;
    height: 400px;
  }
  .mImg{
    width: 80%;
    height: 400;
  }
    /*body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff;
  background-color: #070a08;
}*/
.centered {
  position: absolute;
  top: 50%;
  /* margin-top: 50px; */
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;

 }
 .featurette-heading-1 {
    
    font-size: 32px; /* roughly 48px */
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -.05rem;
  }
  
}
@media (max-width: 1200px){
  /*centered text  */
.centered {
  position: absolute;
  top: 70%;
  margin-top: 50px;
  left: 50%;
  transform: translate(-50%, -30%);
  color: #1c48b8;
  }
}
@media (min-width: 1200px){
  /*centered text  */
.centered {
  position: absolute;
  top: 70%;
  margin-top: 50px;
  left: 50%;
  transform: translate(-50%, -30%);
  color: #1c48b8;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}
/*position of up button*/
.fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;

}
/*button theme fixed bottom*/
.btn-outline-theme {
  color: #73121A;
  border-color: #73121A;;
  border-radius: 5px;
}

.btn-outline-theme:hover {
  color: #fff;
  background-color: #73121A;;
  border-color: #73121A;;
}
.btn-outline-theme:focus, .btn-outline-theme.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-theme.disabled, .btn-outline-theme:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-theme:not(:disabled):not(.disabled):active, .btn-outline-theme:not(:disabled):not(.disabled).active,
.show > .btn-outline-theme.dropdown-toggle {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-theme:not(:disabled):not(.disabled):active:focus, .btn-outline-theme:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
/*card border*/

.my-shadow{
   box-shadow: 0 0.125rem 0.25rem rgba(235, 73, 52, 0.075) !important;
    border: 1px solid #dc0606;
    color: #dc0606;
}
/*custom buttons for commission art*/
.btn-outline-commission {
  color: #dc0606;
  border-color: #dc0606;
  border-radius: 25px;
}

.btn-outline-commission:hover {
  color: #000;
  background-color: #dc0606;
  border-color: #dc0606;
}
.btn-outline-commission:focus, .btn-outline-commission.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-commission.disabled, .btn-outline-commission:disabled {
  color: #dc0606;
  background-color: transparent;

}
/* button outline order */
.btn-outline-order {
  background-color: #dc0606;
  border-color: #dc0606;
  border-radius: 5px;
  color: white;
}

.btn-outline-order:hover {
  color: #000;
  background-color: #dc0606;
  border-color: #dc0606;
}
.btn-outline-order:focus, .btn-outline-order.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-order.disabled, .btn-outline-order:disabled {
  color: #dc0606;
  background-color: transparent;

}
/*for portfolio cards*/

/*custom buttons for commission art*/
.btn-outline-port {
  color: #fff;
  border-color: #dc0606;
  background-color: #dc0606;
  border-radius: 2%;
}

.btn-outline-port:hover {
  color: #fff;
  background-color: #070a08;
  border-color: #070a08;
}
.btn-outline-port:focus, .btn-outline-commission.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-port.disabled, .btn-outline-port:disabled {
  color: #dc0606;
  background-color: transparent;
}

/*Input fields color*/
/*search deco*/
.search-style {
  border:none;
  border-bottom:1px solid #dc0606;
  outline:none;
  height:40px;
  /**/
  background:transparent;
  color:#dc0606;
  font-size:16px;
  margin-bottom: 10px;
}
/*Branding colors*/
.myBrand{
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: #eb34db;

}
.myBrand:hover, .myBrand:focus {
  text-decoration: none;
}
.navbar-light .myBrand {
  color: #eb34db;
}

.navbar-light .myBrand:hover, .navbar-light .myBrand:focus {
  color: #eb34db;
}
.navbar-dark .myBrand {
  color: #eb34db;
}

.navbar-dark .myBrand:hover, .navbar-dark .myBrand:focus {
  color: #eb34db;
}
.navbar-custom .myBrand {
  color: #000;
}

.navbar-custom .myBrand:hover, .navbar-custom .myBrand:focus {
  color: #000;
}
.navbar-custom .navbar-nav .nav-link {
  color: #000;
}
/*active link*/
.myActive a{
  color:#007788;
  font-weight:bold;
}

/*button color*/
.btn-color {
  color: #fff;
  background-color: #007788;
  border-color: #007788;
  border-radius: 75%;
}

.btn-color:hover {
  color: #fff;
  background-color: #eb34db;
  border-color: #eb34db;
}

.btn-color:focus, .btn-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-color.disabled, .btn-color:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}


/*Joumbotron*/

.jumbotron1 {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
  color: #ffffff;
}

@media (min-width: 768px) {
  .jumbotron1 {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);

  }

}


.jumbotron1 p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading1 {
  font-weight: 300;
  font-size: 100px;
}

.jumbotron1 .container {
  max-width: 40rem;
}

/*custom background color*/

.bg-custom {
  background-color: #070a08 !important;
}
.bg-red{
  background-color: #dc0606;
}
a.bg-custom:hover, a.bg-custom:focus,
button.bg-custom:hover,
button.bg-custom:focus {
  background-color: #dae0e5 !important;
}

/*reflect your text*/
.reflect{
  -webkit-box-reflect: below -60px linear-gradient(transparent, rgba(0,0,0,0.2));
}

/*setting picture*/
/* .pic{
  /* height: ; *
} */

/*carousel icon details*/
.carousel-control-prev-icon1,
.carousel-control-next-icon1 {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #dc0606;
  background: no-repeat 50% / 100% 100%;
  position: relative;
}

.carousel-control-prev-icon1 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon1 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}



.image-row {
      display: flex;
      justify-content: space-around; /* or space-between / space-around */
      gap: 10px; /* spacing between images */
      flex-wrap: wrap; /* allows wrapping on smaller screens */
      padding: 20px;
}

.image-row img {
      width: 200px; /* adjust as needed */
      height: auto;
      border-radius: 8px; /* optional rounded corners */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* optional shadow */
}

.card-box-shadow {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  border-radius: 5px;
}
.img-logo{
  max-width: 50%;
  height: auto;
}
.img-social{
  max-width: 70%;
  height: auto;
}

.partner-margin{
  padding-top: -30%;
  padding-bottom: 150px
}

/* START PARTNERSHIP STYLES */
.partnership-wrapper {
  position: relative;
  width: 100%;
  height: 100svh;
}

.partnership-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.partnership-background:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.partnership-front {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}

.partnership-title {
  color: white;
  font-weight: 800;
  font-size: max(60px, min(7vw, 150px));
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 1.5rem;
}

.partnership-sub-title {
  display: flex;
  color: white;
  font-weight: 300;
  letter-spacing: 1px;
  justify-content: center;
}

.partnership-sub-title__text {
  position: relative;
  padding-right: 1rem;
  margin-right: 1rem;
}

.partnership-sub-title__text:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: white;
}
.partnership-sub-title__text:last-child:before {
  display: none;
}

@media (max-width: 992px) {
  .partnership-front {
    left: 10%;
    top: 45%;
    transform: none;
    width: 90%;
  }

  .partnership-title {
    margin-bottom: 1.5rem;
    text-align: left;
  }

  .partnership-sub-title {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }

  .partnership-sub-title__text {
    padding-left: 1rem;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .partnership-sub-title__text:before {
    content: "";
    position: absolute;
    right: auto;
    left: 0;
    background-color: white;
  }
  .partnership-sub-title__text:last-child:before {
    display: block;
  }
}



/* START RIBBON STYLES */


.ribbon {
  display: flex;
  align-items: center;
  background-color: #800000; /* Maroon */
  color: white;
  font-family: Arial, sans-serif;
  padding: 10px 20px;
}

.left-box {
  background-color: #5a0000; /* Darker maroon */
  padding: 10px 20px;
  font-weight: bold;
}

.arrow {
  position: relative;
  margin-left: 15px;
  padding-left: 30px;
}

.arrow::before {
  content: '';
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 15px 30px 15px 0;
  border-style: solid;
  border-color: transparent #800000 transparent transparent;
}

/*.flag {
  width: 40px;
  height: 25px;
  margin-left: 10px;
}*/

/* START   CHARTJS STYLES */
.canvas {
      max-width: 600px;
      margin: 40px auto;
}

/* START Flag STYLES */
.flag {
  width: 60px;
  height: 40px;
  position: relative;
  overflow: hidden;
  margin-left: 15px;
}

.flag:before, .flag:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
}

.flag:before {
  height: 13.4px;
  background: white;
  top: 13.3px;
}

.flag:after {
  top: 16px;
  background: #007a4d;
  height: 8px;
}

.f1 {
  border-top: 20px solid #de3831;
  border-bottom: 20px solid #002395;
}

.f1:before, .f1:after, .f2:before {
  position: absolute;
  content: '';
  display: block;
  border-width: 38.2px 57.3px;
  top: -18.2px;
  border-style: solid;
  border-color: transparent;
}

.f1:before {
  border-left-color: #007a4d;
  left: -20.1px;
  z-index: 1;
}

.f1:after {
  border-left-color: #fff;
  left: -15.3px;
}

.f2:before {
  top: -38.2px;
  border-left-color: #000;
  left: -62.1px;
}

.f2 {
  border-style: solid;
  border-color: transparent transparent transparent #ffb612;
  border-width: 38.2px 57.3px;
  top: -18.2px;
  position: absolute;
  left: -34.5px;
  z-index: 1;
}
/* START TOOLTIP STYLES */

.tooltip {
      position: absolute;
      background: #222;
      color: #fff;
      padding: 6px 10px;
      border-radius: 4px;
      font-size: 14px;
      display: none;
      pointer-events: none;
    }









 

