@font-face {
  font-family: borona-bold;
  src: url("./fonts/bauerbodni_bt/bauer\ bodoni\ bold\ bt.ttf");
}

@font-face {
  font-family: borona-normal;
  src: url("./fonts/bauerbodni_bt/bauer\ bodoni\ bt.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 
a, a:hover{
	text-decoration:none;
	Color:#000;
  cursor: url("../images/icons/red.png"), auto!Important; 
}
body {
  background: #f4f3ef;
  cursor: url("../images/icons/red.png"), auto!Important;
}

.relative{
	position:relative;
}
/*  .cursor{
	 cursor:pointer;
 } */
.MenuIcon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.menubar {
    position: fixed;
    right: 0px;
    height: 100%;
    width: 270px;
    top: 0;
    box-sizing: border-box;
    padding: 15px 15px;
    background:#f4f3ef;
    z-index: 2;
	display:none;
	transition: 15s;
    box-shadow: -5px 1px 12px 0px #adb5bd8f;
}
.menubar li {
    width: 100%;
    text-align: left;
    display: block;
}
.menubar ul li a {
    max-width: 100%;
    color: #000;
    display: block;
	padding: 15px;
	text-align: center;
}
.menubar ul li a:hover {
    text-decoration: none;
    background: #dcdcdc;
}
.close {
    position: absolute;
    top: 13px;
    right: 28px;
    font-size: 43px;
    font-weight: normal;
}
.mainSitly {
    position: fixed;
    height: 100%;
}
.mainSitly:before {
    content: '';
    background: #00000094;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    opacity: 1;
    position: absolute;
}
.bgWhite{
	background:#fff!important;
}
.video_mc {
  position: relative;
  width: 100%; 
  height: 100%;
}
.sound_icon {
  background: #000;
  border-radius: 50%;
  height: auto;
  position: absolute;
    top: 82%;
	  bottom:unset;
  right: 16px;
  z-index: 10;
  display: none;
  	width: 35px;
	height: 35px;
}

.mute_icon {
	  background: #000;
	  border-radius: 50%;
	  height: auto;
	  z-index: 10;
	  position: absolute;
    top: 90%;
    bottom: unset;
    right: 16px;
    width: 35px;
    margin-top: -7px;
	height: 35px;
}

a.navbar-brand {
  width: 7%;
  margin-top: 5px;
  margin-left: 45px;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  margin-right: 30px;
}

.remark {
  font-family: borona-bold;
  font-size: 20px;
  font-size: 52px;
}

.video-fluid {
  width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    max-width: 100%; 
    min-width: 100%;
}

.view { 

  margin-top: -8%;
  height: 101vh;
}

section.center-text {
  margin-bottom: 5rem;
}

.remark-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px 20%;
}

img.img-fluid.brand-img {
  height: 450px;
}

.zoom-eff {
  transition: transform 1s, filter 2s ease-in-out;
  filter: blur(0px);
  transform: scale(1);
}
.zoom-eff:hover {
  transform: scale(0.8);
  transition: all 1s ease;
}
.text-uppercase {
  font-family: borona-bold;
}

.col-md-5.pac-iden {
  margin-right: 10rem;
}

.row.text-center.grow-visu {
  margin-top: 2rem;
}

.brands-name {
  font-size: 22px;
}

.text-uppercase.see-all.text-center,
.text-uppercase.see-all-clients.text-center {
  margin-top: 3%;
  margin-bottom: 4%;
}
.see-all a, .see-all-clients a {
    color: #000;
    font-size: 18px;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 5px 5px;
}
.see-all a:hover, .see-all-clients a:hover { 
	text-decoration:none;
}

.text-uppercase.clients.text-center {
  font-size: 30px;
  margin-bottom: 4%;
}

.logo-img {
  box-shadow: 0px 0px 1px 0px;
  width: 20%;
}

.text-uppercase.new-tom.text-center,
.new-call {
  font-size: 26px;
}

.own-color {
  background: #f4f3ef;
  height: 8vh;
}

section.contact-form {
  padding: 0% 32%;
}

button.btn.btn-sm.mt-2 {
  border: 1px solid #d9d9d8;
}

.foot-img {
  width: 20px !important;
  margin-right: 15px;
}

footer.text-center {
  /* width: 15px; */
  display: flex !important;
  justify-content: stretch;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.row.email-number {
  padding: 0px 15px;
}

.email,
.number {
  padding: 0px;
}

button.navbar-toggler {
  border: none !important;
}

div#navbarSupportedContent {
  text-align: center;
}

.fb-img {
  width: 10px !important;
  margin-bottom: 3px;
}

.link-img {
  margin-bottom: 3px;
}
p.mt-2 {
  margin-top: 20px !important;
}

.text-uppercase.new-call.text-center {
  margin-bottom: 6%;
}
.fnt22{
	font-size:22px;
}

.stUdyCol:hover {
     box-shadow: 0 0 10px 0 rgb(0 0 0 / 8%); 
    transition: transform 1s, filter 2s ease-in-out;
    filter: blur(0px);
    /* transform: scale(0.8); */
    transform: scale3d(0.92,0.92,0.92);
}

@media (max-width:1600px) and (min-width:1401px){
    .mute_icon,  .sound_icon{ 
        bottom: 15px; 
    }
    .video_mc { 
        height: 97vh;
    }
}
/*@media (max-width:1440px) and (min-width:1361px){
    .mute_icon,  .sound_icon{ 
        bottom: 75px; 
    }
}
@media (max-width: 1360px) and (min-width: 1281px){
    .mute_icon,  .sound_icon{ 
        bottom: 50px; 
    }
}*/
@media (max-width: 1600px) and (min-width: 1025px){
    .mute_icon,  .sound_icon{ 
         bottom: 33px;
         top: unset;
    }
}
@media (max-width: 1024px) and (min-width: 769px){
  .col-md-5.pac-iden {
    margin-right: 7rem;
  }

  section.contact-form {
    padding: 0% 23%;
  }

  .view {
    margin-top: 0%;
    height: 0%;
  }
  	.logo img {
		width: 88%!important;
	}
		.MenuIcon img {
		width: 70%;
	}
	.mute_icon , .sound_icon{ 
	    width: 25px;
		height: 25px;
		bottom: 16px;
		top: unset;
		right: 22px;
	}
	section.center-text {
		margin-bottom: 2rem;
	}
	.mainInnerTitle h2 {
		font-size: 1.5rem;
	}
	.mainInnerTitle p {
		font-size: 17px;
	}
	.video-fluid {
        width: 100%;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
	.col-md-5.pac-iden {
		margin-right: 0;
	}

	section.logo-brands img {
		width: 50%;
		margin: 0px auto;
	}
	section.logo-brands img:last-child{
		margin: 0px;
		width:100%;
	}

	form#contact {
		width: 160%;
		margin-left: -31%;
	}
	.pr_2 {
		padding-right: 15px!important;
	}
	.pl_0 {
		padding-left: 15px!important;
	}
	.prl_1{
		padding-left:15px!important;
		padding-right:15px!important;
	}
	.pl_1{
		padding-left:15px!important;
	}
	.pr_1{
		padding-right:15px!important;
	}
	a.navbar-brand {
		width: 25%;
	}
	.mute_icon , .sound_icon {
		width: 23px;
		right: 16px;
		height: 23px;
	} 
	.MenuIcon img {
		width: 70%;
	}
	.view {  
	  height: auto;
	}
	section.center-text {
		margin-bottom: 0.1rem;
	}
	.new-tom{
		font-size: 16px!Important;
		margin-top: 40px;
	}
	.new-call{
		font-size: 16px!Important;
	}
	.catstudyCOl span {
		font-size: 19px;
	}
	.MenuIcon { 
		right: 8px; 
	}
	.see-all{
		margin-top: 4%!important; 
	}
	.see-all-clients{
		margin-top: 10%!important; 
	}
	.clients{ 
		margin-bottom: 10%;
		margin-top: 10%;
	}
	.mainInnerTitle h2 {
		font-size: 1.5rem;
	}
	.mainInnerTitle p {
		font-size: 17px;
	}
	.contact-form {
		padding: 0% 18%!important;
	}
	.catstudyCOl .fnt25 div {
		font-size: 15px;
	}
	.catstudyCOl ul li { 
		width: 25px!important;
		height: 25px!important; 
	}
	/*.logo img {*/
	/*	width: 15%!Important;*/
	/*}*/
	.slick-slide:after{
	    display:none!important;
	}
	.slick-slide:nth-child(odd):after {
        content: '';
        background: #f4f3ef;
        position: absolute;
        width: 10px;
        height: 332px;
        display: block;
        z-index: 6;
        top: 0;
        left: 100%;
        display:block!important;
    }
    .video-fluid {
        width: 100%;
        position: relative;
    }
    .circleCor {
      position: relative!important;
      bottom: -32px!important;
  }  
  footer {
    display: block!important; 
    margin-bottom: 20px;
    text-align: center;
  } 
  
}

@media screen and (max-width: 500px) {
  section.contact-form {
    padding: 0% 17%;
  }
  .logo img {
		width: 30%!important;
		max-width:100%;
	}
  .text-uppercase.new-tom.text-center {
    padding: 0% 3% !important;
  }

  img.img-fluid.brand-img {
    height: 215px;
    width: 100%;
  }

  .remark-sec {
    margin-top: -40%;
  }

  a.navbar-brand {
    width: 50%;
  }

  footer.mt-4 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
	.catstudyCOl span {
		font-size: 17px;
	}
	.see-all{
		margin-top: 2%!important;
	}	  
	.see-all-clients {
		margin-top: 12%!important;
	}
	.slick-slide:after { 
	    display:none;
    }
  .video-fluid {
      width: 100%;
      position: relative;
  }
  footer {
    display: block!important; 
    margin-bottom: 20px;
    text-align: center;
  } 
}
.Footsocial {
    bottom: 10px;
    position: absolute;
    width: 100%;
    font-size: 14px;
    text-align: center;
    right: 0;
}
.fnt23{
	font-size:23px;
}
.fnt18{
	font-size:18px;
}
.fw500{
	font-weight:500;
}
.stUdyCol {
    margin-bottom: 55px;
    transition: transform 1s, filter 3s ease;
    filter: blur(0px);
    transform: scale3d(0,0.55,0.45,0);
    overflow: hidden;
    padding-bottom: 28px;
}
.brands-sec .stUdyCol{
        padding-bottom: 35px;
}

/*.stUdyCol:hover {
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 8%);
}*/
.stUdyCol:hover img {
  transform: scale(1.5);
  transition: all 0.8s ease-out;
}
.stUdyCol img {
  box-shadow: 0 0 13px 0 rgb(0 0 0 / 23%);
  width: 100%;
  transition: all 0.8s ease-out;
  transform: scale(1);
  transform: scale3d(1, 1, 1);
}
.clients {
  margin-bottom: 0;
  box-shadow: none;
}
.clients img {
  box-shadow: none;
}
.zoomMagic {
   overflow: hidden; 
  transform: scale3d(1.15, 1.15, 1.15);
  border: none;
}
.logo img {
    width: 40%;
    max-width:100%;
}
 
.fnt25{
	font-size:25px;
} 
.fnt12{
	font-size:12px;
} 
.fnt13{
	font-size:13px;
}
.fnt14{
	font-size:14px;
}
.fw500{
	font-weight:500;
} 
.red{
	color:#f00;
}
.brown{
  color:#7f0c11;
}
.catstudyCOl ul li {
	list-style: none;
	width: 65px;
	height: 65px; 
	margin-bottom: 9px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 8px;
	max-width: 100%;
	max-height: 100%
}
.catstudyCOl ul li:nth-child(1) {
	background: #750606;
}
.catstudyCOl ul li:nth-child(2) {
	background: #8cafae;
}
.catstudyCOl ul li:nth-child(3) {
	background: #173545;
}
.catstudyCOl ul li:nth-child(4) {
	background: #825844;
}
.catstudyCOl ul li:nth-child(5) {
	background: #f3e1bb;
}
.circleCor {
  position: absolute;
  bottom: 15px;
}
.pr_2{
	padding-right:3px;
}
.pl_0{
	padding-left:0;
}
.h100{
	height:100%;
}
.w100{
	width:100%;
}
.word_brak{
	word-break: break-all;
}
.prl_1{
	padding-left:2px;
	padding-right:2px;
}
.pl_1{
	padding-left:6px;
}
.pr_1{
	padding-right:6px;
}

.headerSticky{
	position: fixed!important;
    z-index: 9;
    background: #f4f3ef;
    box-shadow: 2px 2px 6px 6px #00000026;
	top: 0;
    width: 100%;
}
.slick-slide{
    position:relative;
}
.slick-list.draggable {
    margin-left: -7px;
}
.slick-slide:nth-child(1):after{
    content: '';
    background: #f4f3ef;
    position: absolute;
    width: 10px;
    height: 332px;
    display: block;
    z-index: 6;
    top: 0;
    left: -4px;
}
.slick-slide:nth-child(n+2):after {
content: '';
    background: #f4f3ef;
    position: absolute;
    width: 10px;
    height: 332px;
    display: block;
    z-index: 6;
    top: 0;
    left: -2px;
}
.social-icons_div i{
    color:#6c6c6c;
}
.ImgTitle {
  position: relative;
  background: #f4f3ef;
}
.center-justified {
  text-align: justify;
  text-align-last: center;
}
.stUdyCol:hover .ImgTitle{
  padding: 10px;
}
.stUdyCol:hover:after {
    position: absolute;
    content: '';
    background: #f4f3ef;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
}
.videos{
  display: none;
}
