@font-face {
  font-family: "interregular";
  font-style: normal;
  font-weight: normal;
  src: url("./font/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "intermedium";
  font-style: normal;
  font-weight: normal;
  src: url("./font/Inter-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "intersemibold";
  font-style: normal;
  font-weight: normal;
  src: url("./font/Inter-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "interbold";
  font-style: normal;
  font-weight: normal;
  src: url("./font/Inter-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "interextrabold";
  font-style: normal;
  font-weight: normal;
  src: url("./font/Inter-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "interlight";
  font-style: normal;
  font-weight: normal;
  src: url("./font/Inter-Light.ttf") format("truetype");
}
@font-face {
  font-family: "interthin";
  font-style: normal;
  font-weight: 500;
  src: url("./font/Inter-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "interextralight";
  font-style: normal;
  font-weight: 500;
  src: url("./font/Inter-ExtraLight.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
} 
header {
  background-color: #f7f7f7!important;
  position: sticky;
  top: 0;
  z-index: 99;
  width: 100%;
}
.carouselSection {
  /* margin-top: 90px; */
}
.logo{
    background-image:url(imgpsh_fullsize_anim.png); 
    width: 180px;
    height: 50px;
    background-position: center;
    background-size: cover;
    margin-left: 40px;
    margin-top: 10px;
  }
  nav {
    display: flex;
    align-items: center;
    max-width: 1280px;
    margin: 0px auto;
    padding: 12px 20px;
    justify-content: space-between;
  }
  .logoArea {
    width: 150px;
  }
  .logoArea img {
    width: 100%;
  }
  .btnGreen {
    background-color: #00c898;
    border-radius: 100px 100px 100px 100px;
    padding: 10px 28px;
    white-space: nowrap;
    color: #fff;
    text-decoration: auto;
    cursor: pointer;
  }
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  li {
    float: left;
  }
  li a {
    display: block;
    color: #3f3b75;
    text-align: center;
    padding: 14px 8px;
    text-decoration: none;
  }
  li a:hover, .dropdown:hover .dropbtn {
  }
  li.dropdown {
    display: inline-block;
  }
  .dropdown-content {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  
  }
  .dropdown-content a {
    color: white;
    background-color: #3f3b75;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  
  .dropdown-content a:hover {background-color: #00c898;}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
#main nav ul{

}
#main nav ul li{
  list-style-type: none;
  display: inline-block;
  margin: 8px 8px;
  line-height: 50px;

  
}
#main nav ul li a{
  text-decoration: none;
  font-size: 13px;
  padding: 4px 15px;
  font-family: 'intersemibold';
}
#main nav ul li a.active,
#main nav ul li a:hover{
  color: #00C898;
}
.paintDivider {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.paintDivider:before {
  border: 1px dashed #dddbf2;
  display: block;
  content: "";
  border-bottom: 0;
  flex-grow: 1;
  width: 200px;
}
.paintDivider:after {
  border: 1px dashed #dddbf2;
  display: block;
  content: "";
  border-bottom: 0;
  flex-grow: 1;
  width: 200px; 
}
i.fas.fa-paint-roller {
  padding: 10px 20px;
  color: #96dac8;
  font-size: 24px;
}
.quickContact {
  display: flex;
  justify-content: space-evenly;
  height: 100px;
  align-items: center;
  background-color: #3f3b75;
}
.quickContact2 {
  background-color: #3f3b75;
}
.quickContact2 .textMd {
  font-size: 24px;
  font-family: 'intersemibold';
  color: #fff;
}
.quickContact2 .q2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 150px;
  align-items: center;
}
.quickContact img {
  width: 42px;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 50%;
}
.quickContact a {
  color: #fff;
}
.Footer{
    background-color: #645ea7;
    justify-content: center;
    text-align: center;
  }
  .Footer button{
     background-color: #00c898;
   }
   .container-img1{
    max-width: 1200px;
    margin: auto;
    background: #fff;
   margin-right:18px;
   margin-top: 60px;
  
  }
  .aboutSection {
    padding: 100px 0px 100px 0px;
}
.aboutSection .aboutTextLeft {
  text-align: left;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aboutTextLeft h4 {
  color: #3f3b75;
  line-height: 48px;
  font-size: 36px;
  margin-bottom: 15px;
}
.aboutTextLeft p {
  line-height: 32px;
  color: #3f3b75;
}
.aboutTextLeft .paintDivider {
  margin-bottom: 30px;
  margin-top: 20px;
}
.expContent h6 {
  color: #3f3b75;
  font-size: 19px;
}
.expContent p {
  font-size: 14px;
}
.explist {
  display: flex;
  gap: 20px
}
.explist .icns {
  background-color: #F4F0FB;
  color: #645ea7;
  font-size: 24px;
  padding: 14px;
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  height: 52px;
  width: 52px;
}
.rightImg {
  height: 680px;
  object-fit: cover;
  border-radius: 12px 12px 12px 12px;
}
.rightImg img {
  width: 100%;
  height: 680px;
  object-fit: cover;
  border-radius: 12px 12px 12px 12px;
}
.serviceBox {
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.04);

}
.serviceBox {
  .serviceTitle {
    color: #3f3b75;
    font-size: 22px;
    margin-bottom: 14px;
  }
}
.ourServiceSection {
  background-image: url(./images/painted-artistic-background-1.jpeg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0px 100px 0px;
}
.ourServiceSection h4 {
  font-size: 36px;
  text-align: center;
  color: #3f3b75;
}
.ourServiceSection p {
  font-size: 17px;
  text-align: center;
  color: #778396;
  max-width: 600px;
  margin: 0px auto 50px;
}
.servicesSection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.serviceBox {
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.04);
  width: 31%;
  background-color: #fff;
  text-align: center;
  margin-bottom: 32px;
}
.serviceContent {
  padding: 32px 32px 32px 32px;
}
.imageArea {
  /* max-width: 390px; */
}
.imageArea img {
  width: 100%;
  height: 240px;
  border-radius: 8px 8px 0px 0px;
  object-fit: cover;
}
a.serviceBtn {
  background: #645ea7;
  border-radius: 100px 100px 100px 100px;
  padding: 14px 28px 14px 28px;
  color: #ffffff;
  text-decoration: auto;
  display: block;
  width: max-content;
  margin: 0px auto;
}
.aboutBtn {
  background: #645ea7;
  border-radius: 100px 100px 100px 100px;
  padding: 14px 28px 14px 28px;
  color: #ffffff;
  text-decoration: auto;
  display: block;
  text-align: center;
  margin: 0px auto;
  width: 100%;
}
.serviceContent h6 {
  color: #4d596c;
  font-size: 22px;
}
.serviceContent p {
  color: #4d596c;
  font-size: 14px;
  margin-bottom: 24px;
}

/* WHY SECTION CSS STARTS HERE */
.whySection {
  padding: 100px 0px 100px 0px;
  background-image: url(./images/brushbggreen.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.whySectionContent {
  width: 50%;
  margin-left: auto;
}
.whySectionContent h4 {
  font-size: 40px;
  font-family: 'interbold';
  margin-bottom: 50px;
  color: #fff;
}
.whySectionContent ul li {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 30px;
}
.whySectionContent ul li h3 {
  font-size: 20px;
  font-family: 'interbold';
  color: #fff;
}
.whySectionContent ul li p {
  font-size: 16px;
  font-family: 'interbold';
  color: #fdc733;
  margin-bottom: 6px;
}
.ideasBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* background-image: url(./images/dots_orange.png);
  background-repeat: no-repeat;
  background-position: bottom; */
  position: relative;
  z-index: 2;
}
.orangeimg {
  position: absolute;
  bottom: -55px;
  left: -55px;
  z-index: 1;
}
.ideasBox .box1 {
  background-color: #f52a85;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
  padding: 40px 0px 35px 0px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 45%;
  height: 235px;
  margin-top: 12%;
}
.ideasBox .box2 {
  background-color: #1ecbea;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
  padding: 40px 0px 35px 0px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 45%;
  height: 235px;
  margin-bottom: 20px;
}
.ideasBox .box3 {
  background-color: #f5962a;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
  padding: 40px 0px 35px 0px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 45%;
  margin-top: 4%;
  height: 235px;
}
.ideasBox .box4 {
  background-color: #1ec651 ;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
  padding: 40px 0px 35px 0px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 45%;
  height: 235px;
  margin-top: -7%;
}
.ideasBox .box1 img, .ideasBox .box2 img, .ideasBox .box3 img, .ideasBox .box4 img {
  width: 65px;
  height: 65px;
  margin: 0px auto;
  margin: 0px auto 10px;
}

/* ---------------------The Best Paint section css starts here------------------------------ */
.bestPaint {
  padding: 100px 0px 100px 0px;
}
.bestText {
  color: #18256d;
  font-size: 36px;
  font-family: 'interbold';
  line-height: 46px;
}
.bestPaint .bestTextPara {
  margin-bottom: 30px;
}
.countSec {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.countNum {
  font-size: 36px;
  font-family: 'interbold';
  color: #fff;
  float: left;
}
.countNumTex {
  font-size: 36px;
  font-family: 'interbold';
  color: #fff;
}
.countText {
  font-size: 18px;
  font-family: 'intermedium';
  color: #fff;
}


/* ---------------------testimonial Slider css starts here------------------------------ */
.testimonialSection {
  padding: 100px 0px 100px 0px;
  background-image: url(./images/brushbg.jpeg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonialContent {
  width: 60%;
}
.slider {
  height: 300px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #fdc633;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
          outline: 6px solid #1dcbea !important;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 250px;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contents {
  height: 100%;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
          flex-direction: column;
}
.slider__image {
  font-size: 2.7rem;
      color: #2196F3;
}
.slider__caption {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.slider__txt {
  color: #fff;
  margin-bottom: 3rem;
  /* max-width: 300px; */
  font-style: italic;
}
.testimonialTitle {
  font-size: 40px;
  line-height: 1.4em;
  font-family: 'interbold';
  color: #fff;
}
.userDetailsSec {
  display: flex;
  align-items: center;
  gap: 10px;
}
.userDetailsSec .userImage img{
  border-radius: 50%;
  height: 70px;
  width: 70px;
}
.userDetailsSec .userName {
  font-size: 16px;
  font-family: 'intersemibold';
  display: block;

}
.userDetailsSec .userRole {
  font-size: 14px;
  font-family: 'interregular';
  color: #fdc733;
}
@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

/****************************** Roller Area css starts Here *******************************/
.rollerArea {
  background-image: url(./images/roller-bg.png);
  height: 280px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  background-size: 100%;
  margin: 60px 0px 20px;
  background-position: center;
}
.rollerArea .rollText {
  font-family: 'interbold';
  font-size: 22px;
  color: #fff;
  text-align: center;

}
.rollerArea .rollText span {
  font-family: 'interbold';
  font-size: 22px;
  color: #fdc733;
}
.inputArea input{
  background-color: #00000026;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  height: 47px;
  padding: 14px 20px 12px 20px;
  border-radius: 10px 0px 0px 10px;
  color: #fff;
}
.inputArea {
  display: flex;
  align-items: center;
}
.goBtn {
  background-color: #f52a85;
  border-style: none;
  border-radius: 0px 10px 10px 0px;
  box-shadow: 0px 0px 0px 0px rgba(66,133,244,0.3);
  padding: 15px 20px 15px 20px;
  font-family: 'intersemibold';
  font-size: 16px;
  height: 47px;
  font-weight: 500;
  line-height: 18px;
  color: #ffffff;
}


/****************************** FOOTER AREA CSS STARTS HERE *************************************************************/
.footer {
  padding: 50px 20px 60px 20px;
  background-color: #3f3b75;
}
p.logoMoto {
  color: #fff;
  font-family: 'intermedium';
}
.footer .logoFooter {
  width: 180px;
  margin-bottom: 20px;
}
.footerLink li {
  line-height: 38px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-family: 'intermedium';
}
.footerLink li i {
  color: #00c898;
}
.footerLink.icnBlack li i {
  color: #778396;
}
.socialLink {
  float: none;
  display: flex;
  justify-content: end;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.socialLink li {
  text-align: center;
}
.socialLink li i {
  background-color: #f1f0fb;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #655EA7;
  font-size: 22px;
  text-align: center;
}
.copyrightText {
  font-size: 12px;
  font-family: 'interregular';
  text-align: right;
  color: #fff;
}
ul.footerLink {
  display: inline-grid;
  margin-bottom: 30px;
}
.learnBtn {
  background-color: #f52a85;
  border-radius: 10px 10px 10px 10px;
  padding: 16px 30px 14px 30px;
  width: max-content;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 3rem;
}
.carousel-inner {
  height: 600px;
}
.carousel-item {
  height: 600px;
}
.carousel-caption {
  bottom: 35%;
  top: 30%;
}
.contactus {
  background-color: #fff;
  border-radius: 100px 100px 100px 100px;
  padding: 10px 28px;
  white-space: nowrap;
  color: #3f3b75;
  text-decoration: auto;
  cursor: pointer;
  font-family: 'interbold';
}
.carousel-caption h5 {
  font-size: 66px;
  font-family: 'interbold';
  margin-bottom: 20px;
}
.carousel-caption p {
  font-size: 22px;
  font-family: 'interbold';
}
.overlayBg {
  background-color: #070c1d85;
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.footerMore1 {
    font-family: 'interbold';
    font-size: 22px;
    color: #fff;
    text-align: center;
}
.footerDesc1 {
    font-family: 'intermedium';
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 62px;
}
/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .serviceBox {
    width: 100%;
  }
  .carousel-inner {
    height: 300px;
  }
  .carousel-item {
    height: 300px;
  }
  .carousel-caption h5 {
    font-size: 22px;
    font-family: 'interbold';
    margin-bottom: 20px;
  }
  .carousel-caption p {
    font-size: 14px;
    font-family: 'interbold';
  }
  .copyrightText {
    text-align: center;
  }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .serviceBox {
    width: 100%;
  }
  .rollerArea {
    background-size: auto;
  }
  .socialLink {
    justify-content: center;
  }
  .copyrightText {
    text-align: center;
  }
  .logoMoto {
    margin-bottom: 30px;
  }
  .learnBtn {
    margin-bottom: 30px;
    display: block;
  }
  .testimonialContent {
    width: 100%;
  }
  .aboutSection .aboutTextLeft {
    padding: 15px 25px;
  }
  .aboutSection {
    padding: 30px 0px 30px 0px;
  }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .rollerArea {
    background-size: cover;
    flex-direction: column;
    gap: 0px;
    padding-bottom: 25px;
  }
  .whySection {
    background-position: right;
  }
  .whySectionContent {
    width: 100%;
  }
  .imageArea img {
    height: 100%;
  }
  .navbar {
    padding: 20px 20px !important;
  }
  .aboutSection .aboutTextLeft {
    margin-bottom: 2rem;
  }
  .carousel-caption {
    bottom: 15%;
    top: 15%;
  }
  .copyrightText{
    text-align: right;  
  }
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

@media (max-width: 575px) {
}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }



/* This only changes this particular animation duration */
.animate__animated.animate__bounce {
  --animate-duration: 2s;
}

/* This changes all the animations globally */
:root {
  --animate-duration: 1200ms;
  --animate-delay: 1s;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.bg-light {
  background-color: #f7f7f7!important;
}
header {
  background-color: #f7f7f7!important;
}

.slider {
	position: relative;
	overflow: hidden;
	transition: 0.3s;
}

.slider ul {
	position: absolute;
}

.slider li {
	float: left;
	/* line-height: 0; */
	text-align: center;
}

.slider li img {
	width: 100%;
}

.navigator {
	position: absolute;
	bottom: 5px;
	width: 100%;
	text-align: center;
}
.prev {
  display: none;
}
.next {
  display: none;
}
.navigator span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 3px;
	background: #606161;
	margin: 0 4px;
	transition: 0.1s;
	position: relative;
	top: 0;
}

.navigator span.active {
	background: orange;
	width: 10px;
	height: 10px;
}

.slider > span {
	position: absolute;
	top: 50%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
	padding: 6px 10px;
	margin: -10px 0 0;
	color: white;
	cursor: pointer;
	transition: 0.3s;
}

.prev {
	left: 0;
	transform: rotate(90deg);
	transform-origin: 0 0;
}

.next {
	right: -1px;
	transform: rotate(-90deg);
	transform-origin: 100% 0%;
}

.slider:hover span, .slider:hover .autoPlay {
	transform: rotate(0deg);
}

.autoPlay {
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
	transform: translateY(50px);
	transition: .3s;
}

.autoPlay label {
	background: rgba(0, 0, 0, .4);
	padding: 10px;
	display: block;
}

.autoPlay .chkbox {
	display: none;
}

.autoPlay .chkbox:checked + label {
	background: rgba(0, 0, 0, .7);
}
.ourGallery {
  padding: 60px 50px 0px 50px;
}
.ourGallery h4 {
  font-size: 36px;
  text-align: center;
  color: #3f3b75;
}
.ourGallery .paintDivider {
  margin-bottom: 24px;
}