:root {
    --theme1: #000000;
    --theme2: #643689;
    --theme3: #E7376B;
}

/* start override theme class */
/* #hero .btn-get-started:hover {
    background: var(--theme2);
    border: 2px solid var(--theme2);
} */


/* end override theme class */

#hero {
    padding: 0;
}

.navbar>ul>li>a:before {
    background-color: var(--theme3);
}

#hero .hero-container {
    justify-content: end;
}
#hero .btn-get-started {
    margin-top: 0px;
    margin-bottom: 100px;
}

.our-values .card-body {
   position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 30%;
    background: #fff;
    
}

.our-values .card {
    padding: 160px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.our-values .card .card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.our-values .card:hover .card-body {
    height: 100%;
}

.our-values .card:hover .card-text {
    white-space: normal;
}

.film-card .film-video {
    display: none;
}

.film-card:hover .film-video {
    display: block;
}

.film-card:hover .film-image {
    display: none;
}

section.about {
    background: linear-gradient(0deg, rgba(100, 54, 137, 0.3), rgba(100, 54, 137, 0.3)), url('../img/exhibitions-min.png');
    /* background-size: 100% 100%; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}


/* client page */
.client img {
    mix-blend-mode: multiply;
}

/* start Innovation swiper */
.swiper.cubeSwiper {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    /* top: 50%; */
    top: 5%;
    margin-left: -150px;
    /* margin-top: -150px; */
  }

  .cubeSwiper .swiper-slide {
    background-position: center;
    background-size: cover;
  }

  .cubeSwiper .swiper-slide img {
    display: block;
    width: 100%;
  }

  .cubeSwiper .swiper-button-prev,.cubeSwiper .swiper-rtl .swiper-button-next {
    left: -100px;
    right: auto
  }
  .cubeSwiper .swiper-button-next,.cubeSwiper .swiper-rtl .swiper-button-prev {
    right: -100px;
    left: auto
  }


.animation-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

/* end Innovation swiper */


/*start Event Video Production*/
.services .title, .services .description {
    margin-left: 0;
    text-align: justify;
}
@keyframes counterRotateInfinitely {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
}
span.icon-box-icon-dash {
    background: #8115ff;
    background: -webkit-gradient(linear,left top,left bottom,from(#000),to(#000)) padding-box,-webkit-gradient(linear,left top,right top,from(rgba(129,21,255,1)),color-stop(50%,rgba(255,42,208,1)),to(rgba(255,143,42,1))) border-box;
    background: -o-linear-gradient(#000,#000) padding-box,-o-linear-gradient(left,rgba(129,21,255,1) 0%,rgba(255,42,208,1) 50%,rgba(255,143,42,1) 100%) border-box;
    background: linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,rgba(129,21,255,1) 0%,rgba(255,42,208,1) 50%,rgba(255,143,42,1) 100%) border-box;
}
span.icon-box-icon-dash {
    opacity: 0;
    position: absolute;
    width: 90%;
    height: 90%;
    top: 0;
    left: 0;
    border-radius: 100%;
    border: 2px dotted #000;
    z-index: -1;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-animation: counterRotateInfinitely 30s linear 0s infinite;
    animation: counterRotateInfinitely 30s linear 0s infinite;
}

a.icon-box-icon-link {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
}


.services .icon-box:hover span.icon-box-icon-dash {
    opacity: 1;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -4%;
}

/*End Event Video Production*/

#header .logo img {
    max-height: 30px;
}

#footer .footer-top .social-links {
    margin-top: 0;
}

#footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#about p {
    opacity: 0;
    -webkit-transform: scale(0);
        -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
                    transform: scale(0);
    -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
                    transition: all 1s ease-in-out;
}
#about p.visible {
    opacity: 1;
    -webkit-transform: none;
        -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
                    transform: none;
}

.our-values .col-12 {
    opacity: 0;
		-webkit-transform: translateX(-40px);
			 -moz-transform: translateX(-40px);
				-ms-transform: translateX(-40px);
				 -o-transform: translateX(-40px);
						transform: translateX(-40px);
		-webkit-transition: all 0.6s ease-out;
			 -moz-transition: all 0.6s ease-out;
				-ms-transition: all 0.6s ease-out;
				 -o-transition: all 0.6s ease-out;
						transition: all 0.6s ease-out;
}

.our-values .col-12.visible {
    opacity: 1;
    -webkit-transform: none;
         -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                    transform: none;
}

@media screen and (max-width: 500px) {
    #hero {
        height: auto;
    }
    .our-values .card {
        padding: 160px 20px 20px 20px;
        overflow: auto;
    }

    .our-values .card-body {
        position: relative;
        width: auto;
        height: auto;
    }

    .our-values .card .card-text {
        white-space: normal;
    }

    .swiper.cubeSwiper {
        width: 300px;
        height: 400px;
    }

      #innovation .card:nth-child(n+2) .col-md-7 {
        order: 2;
      }

      .film-card .film-video {
        display: block;
      }

      .film-card .film-image {
        display: none;
      }

      #footer .footer-bottom {
        display: block;
      }

      #footer .footer-top .social-links {
        margin: 30px 0;
      }
}