:root{
  --mainColor:#382177;
  --secondColor:#5ABEE3;
  --thirdColor:#F1CA49;
}
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;700&display=swap');

@font-face {
  font-family: 'ArtBrush';
  src: url('../fonts/ArtBrush.woff2') format('woff2'),
      url('../fonts/ArtBrush.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  height: 100vh;
  width: 100%;
  font-family: 'Barlow', sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  background-color: #F5F6F7;
  max-width: 1980px;
  margin: 0 auto;
  overflow-x: hidden;
}
.color3, .color3:hover{
  color: #F1CA49;
}
.latin{
  color: #95c11f;
  font-family: 'ArtBrush';
}
p{
  font-size: 22px;
}
p, h3{
  color: #777777;
}
nav{
  box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}
.navbar-light .navbar-nav .active > .nav-link{
  color: var(var(--mainColor));
  font-weight: bold;
  border-bottom:2px solid var(--mainColor);
}
.navbar-light .navbar-nav .nav-link {
  color:var(--mainColor);
}
.navbar-light .navbar-nav .nav-link {
  color: var(--secondColor);
  opacity: .8;
}

#home {
  display: flex;
  height: 100%;
  align-items: center;
  background-color: var(--mainColor);
  margin-top: 65px;
}
/* button{
  border-radius: 40px ;
  padding: 7px 35px;
} */
.jumbotron {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.jumbotron .container {
  z-index: 2;
  position: relative;
}
#container-p5 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}
#home h1, #home h3 {
  font-weight: normal;
}
#home h1{
  font-size: 60px;
  line-height: 60px;
}
#home h3{
  font-size: 48px;
}
.mainTitle{
  color: var(--mainColor);
  font-weight: normal;
  border-left: 5px solid var(--secondColor);
  padding-left: 20px;
}
.accentMain, a.accentMain:hover {
  color: var(--secondColor);
}
#reels, #clients, #testimonials, #values{
  padding: 6em 0;
}
/* colors */
.mainColor{
  color: var(--mainColor);
}
.secondColor{
  color: var(--secondColor);
}
#services{
  background-color: #261651;
  background-image: url(../images/services-novart.png);
  background-size: cover;
  background-position: 0%;
  padding: 5em 0 12em;
  margin-top: -1px;
}
#clients{
  background-color: var(--mainColor);
  position: relative;
  top: -5px;
}
#testimonials{
  background-color: var(--secondColor);
  margin-top: -200px;
  padding-top: 13em;
}
#values{
  padding: 6em 0 0;
}
#values h5{
  color: var(--mainColor);
  text-transform: uppercase;
}
#values span{
  color: #777777;
  text-transform: none;
}
#contact{
  padding: 20em 0 10em;
  background-image: url(../images/section/section5.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#how-we-do-it{
  padding: 2em 0 6em;
}
.descriptionreel{
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-shadow: 3px 5px 10px black;
}
.hoverReels {
  filter: blur(0);
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}
.hoverReels * {
  -webkit-transition: .3s 0s ease-in-out;
  transition: .2s 0s ease-in-out;
}
.hoverReels figcaption {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  padding: 20px 0;
  bottom: -5%;
}
.hoverReels:hover figcaption,
.hoverReels.hover figcaption {
  opacity: 1;
  width: 100%;
  padding: 20px 0;
  background-color: #FFFFFF;
  bottom: 0;
}
.hoverReels:hover > img,
.hoverReels.hover > img {
  filter: brightness(50%);
}
.hoverReels h4{
  color: var(--mainColor);
}
.testimonialsContainer img{
  max-width: 119px;
  margin-top: -26%;
  box-shadow: 0px 0px 10px rgba(0,0,0,.2);
  border-radius: 50%;
  padding: 0px;
  background-color: #ffffff;
  margin-bottom: 1em;
}
.testimonialsContainer{
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  padding: 10px 20px;
  text-align: center;
  min-height: 510px;
  margin: 90px 10px 10px;
}
.testimonialsContainer h5{
  color: var(--mainColor);
}
.testimonialsContainer h6{
  color: var(--secondColor);
  font-size: 16px;
}
fieldset{
  background-color: rgba(255,255,255,.3);
  padding: 2em;
}
.megaMenu{
  opacity: 0;
  animation: showHide 3s 0s ease-in-out forwards;
}
@keyframes showHide {
  0% {
      opacity: 0;  
  }
  100%{
    opacity: 1;
  } 
 }
/* ends */
.ends1{
  position: relative;
  top: -25px;
  background-image: url(../images/section/main.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  z-index: 0;
  margin: -5px 0;
}
.ends2{
  position: relative;
  top: 0;
  background-image: url(../images/section/secondUp.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 102%;
  height: 300px;
  z-index: 0;
  margin: -5px 0;
}
.ends3{
  position: relative;
  top: -73px;
  background-image: url(../images/section/section3.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 140px;
  z-index: 0;
  margin: -80px 0 -80px 0;
}
.ends4{
  position: relative;
  top: -25px;
  background-image: url(../images/section/main.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  z-index: 0;
  margin: -5px 0;

}
.ends5{
  position: relative;
  top: -20px;
  background-image: url(../images/section/section4.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  z-index: 0;
  margin: -5px 0;
}


/* OUR WORK */
#ourWorkMain, #ourTeam{
  padding: 60px 0 ;
}
#photography, #marketing, #webdesign, #audioProduction{
  padding: 6em 0;
}
#ourWorkMain{
  background: #292f6c;
  background: -moz-linear-gradient(top,  #292f6c 0%, #1d71b8 50%, #234f91 100%);
  background: -webkit-linear-gradient(top,  #292f6c 0%,#1d71b8 50%,#234f91 100%);
  background: linear-gradient(to bottom,  #292f6c 0%,#1d71b8 50%,#234f91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292f6c', endColorstr='#234f91',GradientType=0 );  
}
#ourWorkMain .effect-img{
  width: 100%;
  background-image: url(../images/section/mainOurWork.png);
  background-size: 100%;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  top: 60px;
}
#photography{
  background: #234f91;
  background: -moz-linear-gradient(top,  #234f91 0%, #292f6c 100%);
  background: -webkit-linear-gradient(top,  #234f91 0%,#292f6c 100%);
  background: linear-gradient(to bottom,  #234f91 0%,#292f6c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#234f91', endColorstr='#292f6c',GradientType=0 );
}
#marketing{
  background: #3b2b73;
  background: -moz-linear-gradient(top,  #292f6c 0%, #292f6c 100%);
  background: -webkit-linear-gradient(top,  #292f6c 0%,#292f6c 100%);
  background: linear-gradient(to bottom,  #292f6c 0%,#292f6c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292f6c', endColorstr='#292f6c',GradientType=0 );
}
#webdesign{
  background: #292f6c;
  background: -moz-linear-gradient(top,  #292f6c 0%, #3b2b73 100%);
  background: -webkit-linear-gradient(top,  #292f6c 0%,#3b2b73 100%);
  background: linear-gradient(to bottom,  #292f6c 0%,#3b2b73 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292f6c', endColorstr='#3b2b73',GradientType=0 );
}
#audioProduction{
  background: #3b2b73;
  background: -moz-linear-gradient(top,  #3b2b73 0%, #33144e 100%);
  background: -webkit-linear-gradient(top,  #3b2b73 0%,#33144e 100%);
  background: linear-gradient(to bottom,  #3b2b73 0%,#33144e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b2b73', endColorstr='#33144e',GradientType=0 );
}
#aboutUs{
  height: 50%;
}
#ourWork h1{
  font-size: 70px;
}
#mainSection h1, #aboutUs h1{
  margin:.5em auto 1em auto;
  font-size: 58.5px;
}
#videoProduction, #photography, #mainSection{
  padding: 60px 0;
}
.iconsVideoProduction{
  width: 20%;
  padding: 1em;
}
.iconsVideoProduction img{
  max-width: 120px;
}
.iconsPhoto img{
  max-width: 120px;
  margin: 0 auto;
  display: block;
}
.linksPhoto a{
  opacity: .9;
}
.linksPhoto a{
  opacity: .9;
  transition: .2s 0s ease-in-out;
}
.linksPhoto a:hover{
  opacity: 1;
}
.socialimg-section{
  max-width: 120px;
  display: block;
  margin: 10px auto;
}
.social-buttons{
  position: fixed;
  bottom: 5%;
  left: 4%;
  z-index: 1;
}
footer a, footer a:hover{
  color:var(--mainColor)
}
.btn-social{
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  padding: 5px  !important;
  margin: 5px !important;
  color: var(--mainColor);
  transition: .3s 0s ease-in-out;
  border: 2px solid var(--mainColor);
  background-color: #FFFFFF;
}
.btn-social:hover{
  background-color: var(--mainColor);
  color: #FFFFFF;
  border: 2x solid #FFFFFF;
}
.teamPhotos{
  max-width: 200px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
footer{
  border-top: 10px solid var(--secondColor);
}
.copyright{
  background-color: var(--mainColor);
  color: #FFFFFF;
}
.SocialNetworks{
  background-color: var(--secondColor);
}
#videoAboutUs{
  padding-top: 0;
  position: relative;
}
.video-bg {
  grid-area: var(--fullGrid);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}
.video-bg::-webkit-media-controls {
  display: none !important;
}
.phantomButton, .phantomButton:hover, .phantomButton:active, .phantomButton:focus{
  position: absolute;
  top: 58%;
  left: 0;
  z-index: 4;
  background: transparent;
  width: 100%;
  height: 15em;
  margin: 0 auto;
  display: block;
  border: none;
  color: transparent;
  outline: 0;
}
.btn-cta, .btn-cta:hover{
  background-color:var(--thirdColor);
  color: #FFF;
  border-radius: 20px;
  border:1px solid #FFF;
  min-width:250px;
}
#landing{
  background-color: var(--mainColor);
  height: auto;
  padding: 1em 0;
}
.endsLand{
  background-image: url(../images/section/footLand.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 120px;
  background-position: bottom;
  background-color: var(--mainColor);
  margin: -2px 0;
}
.colorLandingFoot{
  background-color: var(--secondColor);
  padding: 0 0 2em 0;
}
.imageLanding{
  position: relative;
}
.imageLanding img{
  width: 100%;
  position: absolute;
  left: 0;
}
.accentThird{
  color: var(--thirdColor) !important;
}
.sessionPhoto{
  border-radius: 20px;
  border: 1px solid #FFF;
  box-shadow: 5px 5px 20px rgb(0 0 0 / 40%);
}
.pSize{
  font-size: 14px;
}
.navbar-light .navbar-brand {
  max-width: 200px;
}
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    opacity: .2;
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    transform: scale3d(1.0, 1.0, 1);
}
#customers-testimonials .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		  background: #3190E7;
		}
#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #fff;
  display: inline-block;
  height: 10px;
  margin: 20px;
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 10px;
  border-radius: 50%;
}
button:focus {
  outline: none !important;
}
#customers-testimonials.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border-radius: 50%;
  max-width: 150px;
  margin: -90px auto 10px;
}
/* phantoms */
/* .phantom-1-left{
  background-image: url(../images/phantoms/1.svg);
  background-size: 100%;
  width: 320px;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: -1;
  left: -200px;
  top: 0px;
  opacity: .5;
}
.phantom-1-right{
  background-image: url(../images/phantoms/2.svg);
  background-size: 100%;
  width: 320px;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: -1;
  right: -200px;
  top: 0px;
  opacity: .5;
} */
.lightbox img{
  object-fit: cover;
  height: 275px !important;
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 15px rgb(0 0 0 / 50%);
  object-position: center;
}
.orangeContainer{
  border-radius: 50px;
  margin-bottom: 50px;
  width: 100%;
  padding: 40px;
  background: #e2c527;
  background: -moz-linear-gradient(top,  #e2c527 0%, #e8690c 100%);
  background: -webkit-linear-gradient(top,  #e2c527 0%,#e8690c 100%);
  background: linear-gradient(to bottom,  #e2c527 0%,#e8690c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c527', endColorstr='#e8690c',GradientType=0 );
}
.packsImg{
  max-width: 150px;
  padding: 20px;
}
.aboutIcon{
  max-width: 60px;
}