.navbar-brand
{
    height: 80px;
    width:auto;
}


.navbar .nav-item .nav-link{ 
    color:white;
    }


.navbar .nav-item:hover .nav-link{ 
    color:#f43866;
    font-weight: bold;
    transform: scale(1.1);
    }
	
	
.navbar .nav-item {
    font-size:1.25em; 
}
.navbar-nav > li{
    margin-left:30px;
    margin-right:30px;
    
   
  }
  
  
html,body
  {
      scroll-behavior: smooth;
      background-color:black;
      width:100%;
      overflow-x:hidden;
    
     
      
     
  
  }

  @media only screen and (max-width: 600px) {
   html, body {
     max-width:auto;
      
      
    
      position:absolute;
    }
  }
 
  .card-body
  {
    
    background-color:black;
    padding: 10px;
    border-radius: 5px solid;
    box-shadow: 5px #f43866 ;
    overflow-x: hidden;
  }

  .card-body:hover {
    background-color:black ;
    border: 2px solid #f43866;
    transition-delay:0.2s;
    transition-duration:0.6s;
    }

   

    hr.new
    {
        border: 3px solid #f43866;
        border-radius: 2px;
        width:30%;
    }

  .container
  {
     display: flex;
      height:100%;
      width:100%;
      align-items:center;
      background-color:black;
      overflow:hidden;
  }

 

  .animation-area {
	background: linear-gradient(to left, #1b0011, #f80b7a);
	width:auto;
	height:auto;
}
.box-area {
	position:scroll;
	top: 0;
	left: 0;
	width: 100%;
	height:auto;
	overflow: hidden;
}
.box-area li {
	position: absolute;
	display: block;
	list-style: none;
	width: 25px;
	height: 15px;
	background: rgba(255, 255, 255, 0.2);
	animation: animate 20s linear infinite;
	bottom: -20px;
}
.box-area li:nth-child(1) {
	left: 86%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}
.box-area li:nth-child(2) {
	left: 12%;
	width: 30px;
	height: 30px;
	animation-delay: 1.5s;
	animation-duration: 10s;
}
.box-area li:nth-child(3) {
	left: 70%;
	width: 100px;
	height: 100px;
	animation-delay: 5.5s;
}
.box-area li:nth-child(4) {
	left: 42%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 15s;
}
.box-area li:nth-child(5) {
	left: 65%;
	width: 40px;
	height: 40px;
	animation-delay: 0s;
}
.box-area li:nth-child(6) {
	left: 15%;
	width: 110px;
	height: 110px;
	animation-delay: 3.5s;
}
@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
	}
	100% {
		transform: translateY(-800px) rotate(360deg);
		opacity: 0;
	}
}


.service-11 .font-weight-medium {
	font-weight: 500;
  }
  
  .service-11 .bg-light {
	background-color: black !important;
  }
  :hover.card {
	box-shadow: 2px 2px 5px 5px rgb(247, 5, 106) !important;
  transition-delay:0.2s;
  transition-duration:0.6s;
  }
  
  .service-11 {
	margin-top: 150px;
  }
  
  .service-11 .subtitle {
	color: #8d97ad;
	line-height: 24px;
  }
  
  .service-11 .card.card-shadow {
	
	box-shadow:rgb(184, 5, 139);
  }
  
  .service-11 .wrap-service11-box {
	margin-top: 60px;
  }
  
  .service-11 .wrap-service11-box .icon-space {
	margin: -70px 0 20px;
  }
  
  .im
  {
	  height:50px;
	  
  }
  .ig
  {
	  height:55px;
	  
  }


.img-fluid{
  height:20em;
  width:auto;
  border-radius: 15%;

}


#zoom {

 
  transition: transform .2s;
  width: 250px;
  height: 200px;
  line-height:2px;


}

#zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.25); 
  -webkit-filter: drop-shadow(10px 10px 10px rgb(241, 8, 144)); 
  filter: drop-shadow(5px 5px 5px rgb(243, 1, 94));
  border-radius: 10%;
  transition-duration: 0.3s;
  transition-delay: 0.2s;
}

.pro 
{
  color:rgb(247, 17, 113);
}

hr.divi
{
  border-top:1px solid white;
  width:75%;
}


* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 5px;
}

.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: black;
  color: white;
}

.fa {font-size:50px;}

.navbar-toggler
{
  background-color:#f80b7a;
  border:none;
  width: 47px;
  height: 34px;
}
.navbar-toggler .line{
  width: 100%;
  float: left;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
}



.our-team{
  padding: 30px 0 40px;
  background-color:black;
  text-align: center;
  overflow: hidden;
  position: relative;
  
 
}

.our-team .pic{
  display:inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 50px;
  /* background-color: #eb1768; */
  position: relative;
  z-index: 1;
}
.our-team .pic::before{
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #eb1768;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0; 
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .pic::before{
  height: 100%;
}
.our-team .pic::after{
  content: "";
  width: 100%;
  height: 99%;
  border-radius: 50%;
  background: #ee4268;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.our-team .pic img{
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}
.our-team:hover .pic img{
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}
.our-team .team-content{
  margin-bottom: 30px;
}
.our-team .title{
  font-size: 22px;
  font-weight: 700;
  color: #4e5052;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.our-team .post{
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize; 
}
.our-team .social{
  width: 100%;
  padding: 0;
  margin:0;
  background: #eb1768;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;

}

.our-team:hover .social{
  bottom: 0;
}
.our-team .social li{
display: inline-block;
}
.our-team .social li a{
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;transition: all 0.5s ease 0s;

 }
 .our-team .social li a:hover{
     color: #eb1768;
     background: #f7f5ec;
     text-decoration: none;

 }

 .fa-user
 {
   color:#eb1768;
 }
 .fa-check
 {
   color:#eb1768;
 }

 
 .fa-key
 {
   color:#eb1768;
 }

 
 .fa-smile-o
 {
   color:#eb1768;
 }

 
 .heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}
.white-heading{
  color: #ffffff;
}
.heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}
.white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.white-heading span {
  color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background-color: :#000;
  background-size: 100% ;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background:linear-gradient(190.75deg, #eb1768 21.05%, #000 50.13%); 
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
  color:#eb1768;
}
#testimonial4 .carousel-inner:hover{
cursor: -moz-grab;
cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
left: 0;
margin: 0;
width: 100%;
font-size: 0;
height: 20px;
bottom: 15px;
padding: 0 5px;
cursor: e-resize;
overflow-x: auto;
overflow-y: hidden;
position: absolute;
text-align: center;
white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
padding: 0;
width: 14px;
height: 14px;
border: none;
text-indent: 0;
margin: 2px 3px;
cursor: pointer;
display: inline-block;
background: #ffffff;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
padding: 0;
width: 14px;
height: 14px;
border: none;
margin: 2px 3px;
background-color: #9dd3af;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
background: #eeeeee;
-webkit-border-radius: 0;
border-radius: 0;
}

.testimonial4_control_button .carousel-control{
top: 175px;
opacity: 1;
width: 40px;
bottom: auto;
height: 40px;
font-size: 10px;
cursor: pointer;
font-weight: 700;
overflow: hidden;
line-height: 38px;
text-shadow: none;
text-align: center;
position: absolute;
background: transparent;
border: 2px solid #ffffff;
text-transform: uppercase;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
left: 7%;
top: 50%;
right: auto;
}
.testimonial4_control_button .carousel-control.right{
right: 7%;
top: 50%;
left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
color: #000;
background: #fff;
border: 2px solid #fff;
}

.testimonial4_header{
top: 0;
left: 0;
bottom: 0;
width: 550px;
display: block;
margin: 30px auto;
text-align: center;
position: relative;
}
.testimonial4_header h4{
color: #ffffff;
font-size: 30px;
font-weight: 600;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
}

.testimonial4_slide{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 70%;
margin: auto;
padding: 20px;
position: relative;
text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
color: #ffffff;
font-size: 22px;
}

.testimonial .carousel {
padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}
/* ------testimonial  close-------*/


#title
{
  color:#eb1768;
  font-size: 50px;
  font-weight:900;
}

.resp {
   background-color: #eb1768; 
   background-image: url("./images/waveshape2.svg"); 
   background-size: contain, cover
background-repeat : no-repeat; 
  display: none;
}

.resp-big {
  display: none;
}

@media only screen and (min-width:1000px) {
  .resp-big {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .resp {
     background-color:#000; 
    display: block;
     background: linear-gradient(18.75deg, #eb1768 21.05%, #000 50.13%); 
  }

}

@media only screen and (max-width: 1000px) {
h1 .text-center{
  display: block;
  font-size:30px;


}
}
@media only screen and (max-width: 1000px) {
.img-fluid 
{
	position:relative;
	max-width: 80%;



	
}
}

html,body
  {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
  }
  


  .active{
      color: #eb1768 !important;
  }

 




  footer {
    background-image: 
        linear-gradient(350deg,#eb1768 20%, #000 90% );
    background-size: 120% 100%,cover;
    background-repeat: no-repeat;
    margin: 0;
    height: auto;
  }
  
  footer a {
    color: #fff;
    font-size: 14px;
    transition-duration: 0.2s;
  }
  footer a:hover{
    color:#f43866;
    text-decoration:none;
    text-shadow:#eeeeee
  }
 
  
  .copy {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #FFFFFF;
  }
  
  .footer-middle {
    padding-top: 2em;
    color: white;
  }
  
  
  /*SOCİAL İCONS*/
  .fa-linkedin
  {
    font-size: 2rem;
    
    

  }

  .fa-facebook{
font-size: 2rem;


  }
  .fa-instagram{
    font-size: 2rem;
    
      }
      .fa-whatsapp{
        font-size: 2rem;
      
          }
          .fa-twitter{
            font-size: 2rem;
            
              }

  /* footer social icons */
  
  ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
  }
  
  ul.social-network li {
    display: inline;
    margin: 0 5px;
  }
  
  
  /* footer social icons */
  .co {
    font-size: 12px;
    padding: 10px;
    width:35%;
    border-top: 1px solid #FFFFFF;
  }


  @import url('https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css');

.cookie-alert {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 320px;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
}

.cookie-alert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

