html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}

#header, header.main-nav {
    position: relative;
    background-color: transparent !important;
    padding-top: 20px;
}

#js_header_spacer {
  margin-top: 0 !important;
}

.navbar-brand img {
  width: 130px;
}

.btn-main { 
  transition: all .3s;
  color: #fff;
  background-color: #e489a0;
  border-color: #e489a0;
}

.btn-main:hover {
  color: #fff;
  background-color: #1baacb;
  border-color: #1aaccc;
}

.service-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.w--100p {
  width: 100%;
}

.heading-secondary {
  text-transform: uppercase;
  background-image: -webkit-gradient( linear, left top, right top, from rgb(96, 3, 139) 13.57%, to rgba(26, 172, 204) 98.38%);
  background-image: linear-gradient(327deg, rgb(56 98 175) 13.57%, rgb(26, 172, 204) 98.38%);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  display: inline-block;
}

.btn-secondary-del, .btn-secondary-del  {
  color: #fff;
  background-color: #365598;
  border-color: #365598;
}

.btn-secondary-del:hover {
  color: #fff;
  background-color: #e489a0;
  border-color: #e489a0;
  transition: all .3s;
}

.min-height-100vh {
  min-height: 100vh;
}

.color-main {
  color: rgb(26, 172, 204);
}

.color-main-second {
  color: rgb(86 29 149);
}

.header-bg {
  background-image: linear-gradient(209.21deg, rgb(96, 3, 139) 13.57%, rgb(26, 172, 204) 98.38%) !important;
  padding-top: 0 !important;
  box-shadow: 0 10px 20px rgb(0 0 0 / 9%);
}

.header-bg .navbar-brand img {
    width: 90px;
}

.pointer {
  cursor: pointer;
}

.payments .paymentCard img{
    height: 40px;
  }

.intro-section {
  height: 100vh;
  background-image: linear-gradient(260deg, #60038b00, rgb(74 113 215) 98.38%), url('../images/illume_orig.jpg');
  clip-path: polygon(0 0, 100% 0, 100% 85vh, 0 100%); position: relative; z-index: 5;
  background-position: center;
  background-size: cover;
}

.intro-img {
  z-index: 999;
  transform: translateY(25%);
  bottom: 0;
  right: 0;
}

section#services {
  clip-path: polygon(0 0, 100% 0, 100% 85vh, 0 100%);  
  margin-top: -100px; 
  position: relative; z-index: 4; height: 100vh; background-color: #fcfcfc
}

.w-300-text {
  width: 300px;
  font-size: 20px;
}

.right-services {
  width: 60%; 
  margin: 10% 25%
}

.left-services{
  width: 60%; 
  margin: 10% 15%
}

.form-selector input:checked+span {
    color: #fff;
    background-color: #6a1392 !important;
}

@media (max-width: 768px) {
  .intro-section {
    height: auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); position: relative; z-index: 5;
    padding-bottom: 40px;
  }

  .intro-img {
    display: none;
  }

  section#services {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) ; 
    position: relative; z-index: 4; height: auto; background-color: #fcfcfc;
    margin-top: -5vh ;
  }

  .left-services, .right-services {
    width: 85%; 
    margin: 0% 10%;
    padding-bottom: 50px;
  }

  .right-services  {
    padding-bottom: 100px;
  }

  .pick-title {
    font-size: 19px !important;
    width: 100%;
    padding-top: 20px
  }

  .pick-form {
    padding: 0 20px;
  }

  .service-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .w-300-text {
    width: auto;
    font-size: 20px !important;
  }

  .payments {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
  }

  .paymentCard{
    padding-right: 10px;
  }

  .p-mobile-20 {
    padding: 10px;
  }

  .payments .paymentCard img{
    height: 40px;
  }
}

table.dataTable tbody td.selected a, table.dataTable tbody th.selected a, table.dataTable tbody tr.selected a {
  color: #4c5961 !important;
}

.popup {
  min-height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /* background-color: rgba(0, 0, 0, 0.8); */
  /* background-color: #51299a9e; */
  backdrop-filter: blur(10px);
  background-color: #51299a6b;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all .3s; }
  .popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    background-color: #fff;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    display: table;
    overflow: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.25);
    transition: all .5s .2s; }
  .popup__left {
    width: 33.333333%;
    display: table-cell; }
  .popup__right {
    width: 66.6666667%;
    display: table-cell;
    vertical-align: middle;
    padding: 3rem 5rem; }
  .popup__img {
    /* display: block;
    width: 100%;  */
    display: block;
    width: 100%;
    height: 550px;
    object-fit: cover;
  }
  .popup__text {
    font-size: 1.4rem;
    margin-bottom: 30px;
    /* -moz-column-count: 2;
    -moz-column-gap: 4rem;
    -moz-column-rule: 1px solid #eee;
    column-count: 2;
    column-gap: 4rem;
    column-rule: 1px solid #eee; */
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  .popup:target {
    opacity: 1;
    visibility: visible; }
  .popup:target .popup__content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }
  .popup__close:link, .popup__close:visited {
    color: #777;
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    font-size: 3rem;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
    line-height: 1; }
  .popup__close:hover {
    color: #551d95; }
a.lead {
  color: #555;
  text-decoration: none;
  transition: all .3s;
}

a.lead:hover {
  padding-left: 10px;
}


@media(max-width:768px) {
  .popup__content {
    display: flex;
    flex-direction: column;
    transform: translate(0%, 0%) scale(1);
    top: 0;
    left: 0;
    width: 100%;
  }

  .popup__right {
    width: 100%;
    display: block;
    padding: 3rem 1rem;
  }

  .popup__left{
    width: 100%;
    display: block;
    overflow: hidden;
  }


  .popup__img {
    display: block;
    width: 100%; 
    height: 250px; 
    object-fit: cover;
  }

  .popup:target .popup__content {
    opacity: 1;
    transform: translate(0%, 0%) scale(1);
  }

  .popup__close:link, .popup__close:visited {
    color: #777;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
    line-height: 1;
    width: 30px;
    height: 30px;
    /* padding: .5rem; */
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .popup__right {
    width: 100%;
    display: block;
    padding: 2rem;
    height: 350px;
    overflow: scroll;
  }

  .heading-secondary.popup__title.fs--25 {
    font-size: 20px !important;
  }

  #header .navbar-collapse.show>.navbar-nav, header.main-nav .navbar-collapse.show>.navbar-nav {
    background-image: linear-gradient(209.21deg, rgb(96, 3, 139) 13.57%, rgb(26, 172, 204) 98.38%) !important;
    padding-top: 0 !important;
    box-shadow: 0 10px 20px rgb(0 0 0 / 9%);
  }

  #header .navbar-collapse.show, header.main-nav .navbar-collapse.show {
    backdrop-filter: blur(10px);
    background-color: #51299a6b;
}
}

.feedback-section {
  min-height: 100vh;
  background-image: linear-gradient(209.21deg, rgb(96, 3, 139) 13.57%, rgb(26, 172, 204) 98.38%);
}

.btn-green {
  color: #fff;
  background-color: #60038b;
  border-color: #60038b;
  transition: all .5s;
}

.btn-green:hover {
  color: #fff;
}

.terms-and-condition p, .terms-and-condition h1, .terms-and-condition h2, .terms-and-condition h3, .terms-and-condition h4, .terms-and-condition h5, .terms-and-condition h6, .terms-and-condition a {
  color: #fffdfde0 !important;
}

.bg-color-1 {
  background-color: #6b1493;
}

.body {
  font-size: 15px;
}

.testimonials {
  background-image: linear-gradient( 327deg, rgb(56 98 175) 13.57%, rgb(26, 172, 204) 98.38%);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  display: inline-block
}

.pt--130 {
  padding-top: 120px !important;
}

#footer a {
  color: #ffffff;
}

.terms-and-condition p {
  font-weight: 300;
}

.terms-and-condition a {
  font-weight: 300;
}

.terms-and-condition span, 
.terms-and-condition i {
  color: #fffdfde0 !important;
}

hr.transparent {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #fdf7f71a;
}

.composition {
    position: relative;
}

 composition:hover composition__photo:not(:hover) {
  transform: scale(.95);
 }

.composition__photo {
  width: 50%;
  box-shadow: 0 1.5rem 4rem rgba(0,0,0, .4);
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  transition: all .2s;
  outline-offset: 2rem;
}

.composition__photo {
      border-radius: 10px;
  }

 .composition__photo--p1 {
      left: 0;
      top: -2rem;
  }

 .composition__photo--p2 {
      right: 2rem;
      top: 2rem;
  }

  .composition__photo--p3 {
      left: 15%;
      top: 7rem;
  }

  .composition__photo:hover {
    outline: 10px solid #e489a0;
    transform: scale(1.05) translateY(-.5rem);
    box-shadow: 0 2.5rem 4rem rgba(0,0,0, .5);
    z-index: 20;
    border-radius: 0;
  }

.mt--140 {
  margin-top: 140px;
}

.services-lists {
  display: grid;
  grid-template-columns: repeat(4, 22.51%);
  grid-column-gap: 3%;
  grid-row-gap: 5%;
}

section.serv {
  background-color: #f7f7f7;
  margin-top: -100px;
  padding-bottom: 100px;
  /* clip-path: polygon(0 0, 100% 0, 100% 85vh, 0 100%);
  position: relative; */
  /* z-index: 5; */
}

.service--list {
  min-height: 200px;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 10%);
  border-radius: 3px;
  overflow: hidden;
  transition: all .3s;
}

.service--list:hover {
  box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 20%);
  transform: scale(1.012);
}

.service--list:hover img{
  transform: scale(1.01);
}

.service--list img {
  width: 100%;
  transition: all .3s;
  height: 70%;
}

.testimonials {
  font-size: 20px;
}

@media(max-width: 536px) {
  .services-lists {
    display: grid;
    font-size: 18px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3%;
    
  }
  /* .services-lists img{
    height:90% !important
  } */

  .testimonials {
    font-size: 18px;
  }

  .pt--130 {
    padding-top: 50px !important;
  }
}

.position-relative {
  position: relative;
}

.photo-bg {
  position: absolute;
  top: 28%; 
  left: 50%; 
  height: 120px; 
  transform: translate(-50%, -50%);
  opacity: 0.05
}

#form-send-pick_and_drop .form-control{
  background-color: rgba(255, 255, 255, 0.19);
}
.service-icon {
  /* border: 1px solid #fff; */
  border-radius: 30px;
  /* color: #fff; */
  background-color: #fff;
  border-color: #fff;
  text-align: center;
}

.service-icon span {
  padding-left: 10px;
  display: block;
  transition: all .3s;
}

/* .service-icon:hover {
  color: #fff;
  background-color: #e489a0;
  border-color: #e489a0;
} */


@media (max-width: 764px) {
  .service-icon {
    margin-bottom: 5px;
  }
}

.w-100p {
  width: 100%;
}

.imageHolder {
  position: relative;
  margin-bottom: 1.5rem;
}

.profile--picture label {
  top: 40%;
  left: 40%;
  cursor: pointer;
  pointer-events: visible;
}

.profile--picture label:hover {
  /* top: 40%;
    left: 40%;
    cursor: pointer; */
  color: red;
}

.profile--picture span {
  width: 100px;
  height: 100px;
  display: inline-block;
}

.profile--picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.img-hover-scale {
  transition: .3s
}

.img-hover-scale:hover {
  scale: 1.3;
} 

.team-profile {
  width: 100%;
  border-radius: 10px;
}

.bg-image-holder {
  width: 100%;
  background-color: #3f51b5;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 20px 30px rgb(0 0 0 / 20%);
}


