/*-- Body Reset --*/
body {
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Purple Purse';font-size: 22px;
  color: #232323;
}


.responsive {
  width: auto;
  height: 500px;
  position: middle;
}
main{
margin-left: 30px;
margin-right: 30px;
}
.text-justify { /*-- Class Dropped in Bootstrap 5 --*/
  text-align: justify;
}

img {
    float: left;}
.img-container {
      float: left;
      width: auto;
      padding: 1px;}    
    
h1{
  text-align: center;}
p {
  font-size: larger;}

/*-- Main Wrapping Container --*/
.wrapper {
	 max-width: 1000px;
   width: 100%;
   margin: 0 auto;
   padding: 0;
	 background: #ffffff;
   overflow: hidden;
}
.button {
  background-color: #ff4bc2;
  border: none;
  color: white;
  padding: 1.8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  border-top-right-radius: 20px;
  cursor: pointer;
}
.button2 {
  background-color: #ff4bc2;
  border: none;
  color: white;
  padding: 3.8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  border-radius: 20px;
  cursor: pointer;
}
/*============= CAROUSEL =============*/

/*-- Change Carousel Transition Speed --*/
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
  transition: -webkit-transform 1.2s ease;
  transition: transform 1.2s ease;
  transition: transform 1.2s ease,-webkit-transform 1.2s ease;
}

/*-- Carousel Previous & Nest Buttons --*/
.carousel-control-prev,
.carousel-control-next {
  width: 8%;
  cursor: pointer!important;
}
.carousel-control-next {
   padding-right: 3.2rem!important;
}
.carousel-control-prev .svg-inline--fa,
.carousel-control-next .svg-inline--fa {
  position: absolute;
  background: #fefefe;
  border-radius: 0;
  padding: .7rem 1rem!important;
  font-size: 1.8rem!important;
  color: #313131;
  opacity: .7;
  transition: all .5s ease;
}

/*-- Make Carousel Prev/Next Visible on hover --*/
.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
   visibility: visible !important;
   opacity: 1;
   transition: visibility 0s linear 0s, opacity 1000ms;}
/*============= 1-END CAROUSEL =============*/
/*============= 2 =============*/
.flex-container {
  display: flex;
  height: 58px;
  align-items: center;
  background-color: rgb(0, 0, 0);}
.flex-container > div {
  background-color: #000000;
  width: auto;
  text-align: center;
  line-height: 35px;
  margin: 5px;
  padding: 3px;}
.flex-container a{
  color: #ffffff;
  text-decoration: none;
  padding: 12px;
  display: block;
  overflow: hidden;
  font-size: 1.50rem;
  font-weight: 300;
  letter-spacing: .01rem;
  text-align: center;}
.flex-container a:hover {
  background-color: #ff4bc2!important;
  color: #ffffff;}
.flex-container b{
  color: #ffffff;
  text-decoration: none;
  padding: 12px;
  display: block;
  overflow: hidden;
  font-size: 1.50rem;
  font-weight: 300;
  letter-spacing: .01rem;
  text-align: center; 
  background-color: #ff4bc2!important;}
/*============= 2-END =============*/
/*============= 3 =============*/
.btn-lg {
  font-size: 1.7rem;}
.btn-primary {
  background-color: #ff4bc2;
  border-color:#ff4bc2;
  border-radius: 15px;}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #848484!important;}

/*-- Emoji Navbar --*/
.emoji {
  background-image: linear-gradient(to right, #4981b3, #ac2615);
  min-height: 0!important;
  padding: .4rem 0!important;}
.emoji .svg-inline--fa {
  margin: 0 auto;
  color: white;
  font-size: 2rem;}

a {
  color: #616971;
  text-decoration: none;}
a:hover {
  color: #616971;
}
b {
  color: #b02334;
  text-decoration: none;
}
b:hover {
  color: #616971;
}
.btn-close { /*-- Resize "X" space in success/failure form message --*/
  width: .5em!important;
  height: .7em!important;
  padding: .5em .9em!important;
}
/*============= service 4 picture =============*/
.box {
  background-color: #ffffff!important;
  font-size: 2.0rem;
  font-weight: 600;
  padding: 12px;}
  
.box1 {
    background-color: #ff4bc2;
    border: 1px solid rgb(255, 75, 194);}  
    
/*============= 3 FOOTER =============*/
footer {
  background-color: #585858;}
  
.column {
  float: auto;
  width: 33.3%;
  padding: 10px 5px;}
  
.card {
  padding: 6px;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  background-color: #585858;}

/*============= 4 =============*/
.socket {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color:#ffffff;
  background-color: #585858;}

/*============= MEDIA QUERIES =============*/
/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;}
/*============= UNIVERSAL PARALLAX PLUGIN CSS =============*/
.parallax-container {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 15px;
  position: relative;
  width: 100%}
.parallax-container .parallax-content {
  margin: 0 auto;
  width: 100%;}
.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100}
.parallax__container .parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%}

/*--------@media----1100------*/
/*-- Main Wrapping Container --*/
/*--------@media----768------*/
@media (max-width: 775px){
.wrapper {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  overflow: hidden;
  font-size: 1.0rem;
  font-weight:500;
}
.box {
  background-color: #ffffff!important;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 5px;
}

.flex-container {
  display: flex;
  height: 37px;
  align-items: center;
  background-color: rgb(0, 0, 0);
}

.flex-container > div {
  background-color: #000000;
  width: auto;
  text-align: center;
  line-height: 35px;
  margin: 6px;
  padding: 3px;
}
.flex-container a{
  color: #ffffff;
  text-decoration: none;
  padding: 3px;
  display: block;
  overflow: hidden;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: .01rem;
  text-align: center;
}
.flex-container a:hover {
  background-color: #ff4bc2!important;
  color: #ffffff;
}
.flex-container b{
  color: #ffffff;
  text-decoration: none;
  padding: 3px;
  display: block;
  overflow: hidden;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: .01rem;
  text-align: center; 
  background-color: #ff4bc2!important;
}


/*============= CAROUSEL =============*/

/*-- Change Carousel Transition Speed --*/
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
  transition: -webkit-transform 1.2s ease;
  transition: transform 1.2s ease;
  transition: transform 1.2s ease,-webkit-transform 1.2s ease;
}

/*-- Carousel Previous & Nest Buttons --*/
.carousel-control-prev,
.carousel-control-next {
  width: 8%;
  cursor: pointer!important;
}
.carousel-control-next {
   padding-right: 3.2rem!important;
}
.carousel-control-prev .svg-inline--fa,
.carousel-control-next .svg-inline--fa {
  position: absolute;
  background: #878E63;
  border-radius: 0;
  padding: .7rem 1rem!important;
  font-size: 2.8rem!important;
  color: #FEFBE8;
  opacity: .7;
  transition: all .5s ease;
}
.carousel-control-prev .svg-inline--fa:hover,
.carousel-control-next .svg-inline--fa:hover {
  background: #FEFBE8;
  color: #878E63;
  opacity: 1;
  transition: all .5s ease;
  cursor: pointer;
}

/*-- Make Carousel Prev/Next Visible on hover --*/
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
   visibility: hidden;
   opacity: 0;
   transition: visibility 0s linear 1000s, opacity 1000ms;
}
.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
   visibility: visible !important;
   opacity: 1;
   transition: visibility 0s linear 0s, opacity 1000ms;
}

/*-- Carousel Caption --*/
.carousel-caption {
   left: 12%;
   right: 12%;
   position: absolute;
   transform: translateY(-50%);
   top: 45%;
}
.carousel-caption.text-left,
.carousel-caption.text-right {
   top: 41%;
}

/*-- Make Carousel Prev/Next Visible on hover --*/
.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
   visibility: visible !important;
   opacity: 1;
   transition: visibility 0s linear 0s, opacity 1000ms;
}

.button {
  background-color: #ff4bc2;
  border: none;
  color: white;
  padding: 1.8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  border-top-right-radius:  10px;
  cursor: pointer;
}
.button2 {
  background-color: #ff4bc2;
  border: none;
  color: white;
  padding: 1.8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  border-radius: 10px;
  cursor: pointer;
}
.btn-lg {
  font-size: 1.0rem;
}
.btn-primary {
  background-color: #ff4bc2;
  border-color:#ff4bc2;
  border-radius: 10px;
}
 

/*============= 7 =============*/
    footer {

      background-color: #585858;}
    .column {
      font-size: 1.0rem;
      font-weight: 500;
      float: auto;
      width: 33%;
      }
    .card {
    padding: 0.1px;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    background-color: #585858;}
    

/*============= 8 =============*/

    .socket {
      background-color: #585858;
      font-size: 1.0rem;
      font-weight: 500;
      line-height: 35px;
      height: 35px;
      color:#fefefe;
      align-items: center;}
    


}