@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Kalam:wght@300;400;700&family=Pacifico&family=Press+Start+2P&display=swap');

/*-- Inspiration taken from abdo steif -->
/* --> https://codepen.io/abdosteif/pen/bRoyMb?editors=1100*/

/* Navbar section */



/*============= loader =============*/

#pre-loader
{
  /* background-image: url("../Assets/loader.gif")  ; */
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 9999;
  /* top: 40%; */
  /* left: 42%; */
  width: 100%;
  background-color: white;
  height: 100%;
}

.main-lod
{
  height: 100vh;
  text-align: center;
  align-items: center;
  justify-content: center;
}
/*============= loader =============*/



/*============== nav button ======================*/
.menu__link1 {
  color: #fff;
  line-height: 2;
  position: relative;
}

.menu__link1::before {
  content: '';
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  position: absolute;
  bottom: -.25rem;
  right: 0;
  transition: right .4s, width .4s, left .4s;
}

.menu__link1:hover::before {
  width: 100%;
  left: 0;
}

.wat
{
    height: 30px;
}

.wat:hover
{
    transform: scale(115%);
    transition: 0.5s;
}

/*=============== nav button =====================*/


.nav {
    width: 100%;
    height: 65px;
    position: fixed;
    line-height: 65px;
    text-align: center;
    z-index: 1000;
}

.logo {
    float: left;
    width: 140px;
    height: 80px;
    /* padding-left: 3rem; */
}

.nav div.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}


.nav div.main_list {
    height: 65px;
    float: right;
}

.nav div.main_list ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav div.main_list ul li {
    width: auto;
    height: 65px;
    padding: 0;
    padding-right: 3rem;
}

.nav div.main_list ul li a {
    text-decoration: none;
    color:black;
    line-height: 65px;
    font-size: 20px;
}



/* Home section */

.home {
    width: 100%;
    height: 100vh;
    background-image: url();
    background-position: center top;
	background-size:cover;
    z-index: 1000;
}

.navTrigger {
    display: none;
}

.nav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* Media qurey section */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
      margin: 0;
  }
}

@media screen and (max-width:768px) {
  .navTrigger {
      display: block;
  }
  .nav div.logo {
      margin-left: 15px;
  }
  .nav div.main_list {
      width: 100%;
      height: 0;
      overflow: hidden;
  }
  .nav div.show_list {
      height: auto;
      display: none;
  }
  .nav div.main_list ul {
      flex-direction: column;
      width: 50%;
      height: 80vh;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: #000102ac;
      /*same background color of navbar*/
      background-position: center right;
      border-radius: 20px;
  }
  .nav div.main_list ul li {
      width: 100%;
      text-align: center;
      align-items: center;

  }
  .nav div.main_list ul li a {
      text-align: center;
      width: 100%;
      font-size: 20px;
      /* padding: 20px; */
      color: white;
  }
  .nav div.media_button {
      display: block;
  }
}

.navTrigger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
}

.navTrigger i {
  background-color: #000000;
  border-radius: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
}

.navTrigger i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
    padding: 0;
    background-color: #ffffff;
    /* background-image: url("https://img.freepik.com/free-vector/soft-bokeh-background_23-2147493955.jpg?t=st=1722239430~exp=1722243030~hmac=63d0c627b478bdf356d2cf2177c72cc7cad23b2751b9cf03479d870c2037a3c9&w=740"); */
    box-shadow: gray 2px 2px 5px;
    height: 100px;
}

.myH2 {
	text-align:center;
	font-size: 4rem;
}
.myP {
	text-align: justify;
	padding-left:15%;
	padding-right:15%;
	font-size: 20px;
}
@media all and (max-width:700px){
	.myP {
		padding:2%;
	}
}



/*============ retype animation=====================*/

.landing_1, .landing__2{
    height: 100vh;
    text-align: center;
    align-items: center;
    padding-top: 7%;
  }

.creative__text--animation-3 {
    --primary-color: #01fe87;
    --text-color: #ffffff;
    --text-color-transparent: rgba(255, 255, 255, 0.1);
    --gradient-color-1: #970aa6;
    --gradient-color-2: #f40454;
    --gradient-color-3: #ea08aa;
    --gradient-color-4: #cd0cc3;
  
    display: inline;
    font-size: 60px;
    font-weight: 200;
    /* padding: 0 100px; */
    color: var(--text-color);
    font-family:"pacifico";
    
  }
  .creative__text--animation-3 span {
    position: relative;
    color: var(--text-color-transparent);
    animation: displayText-3 12s infinite;
    animation-delay: calc(-3s * var(--i));
  }
  @keyframes displayText-3 {
    0% {
        display: inline-block;
    }
    25%, 100% {
        display: none;
    }
  }
  .creative__text--animation-3 span::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(
        to right,
        var(--gradient-color-1) 20%,
        var(--gradient-color-2) 30%,
        var(--gradient-color-3) 70%,
        var(--gradient-color-4) 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: trannparent;
    background-size: 500% auto;
    border-right: 2px solid var(--gradient-color-1);
    color: transparent;
    animation: animate-3 3s linear infinite, animate-text 4s ease-in-out infinite alternate;
  }
  @keyframes animate-3 {
    0%, 10%, 100% {
        width: 0;
    }
    70%, 90% {
        width: 100%;
    }
  }
  @keyframes animate-text {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    } 
  }
/*============ retype animation=====================*/




/*============ bannerpage =====================*/

.zz
{
    z-index: 1;
}

.banner-img {
    margin: 80px 115px;
    width: 60%;
    z-index: 1;
  }
  
  .banner-img img {
    width: 100%;
    margin-bottom: -80px;
  }
  .banner {
    position: relative;
  }
  
  .banner-title {
    position: absolute;
    left: 50%;
    top: 20%;
  }
  
  .banner-title h1 {
    font-size: 55px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    line-height: 70px;
    padding: 0 10px 0 10px;
    text-transform: uppercase;
  }
  
  /* Fashion trends */
  
  .fashion-trends {
    /* padding: 100px 0; */
    margin-top: 10%;
  }
  
  .fashion-box {
    margin: 80px 0;
  }
  .title-style h1 {
    padding: 40px 0;
  }
  

  .head-title
  {
    font-family: "pacifico";
  }


  .title-style {
    margin: 0 auto 80px;
    height: 120px;
    width: 80%;
    min-width: 700px;
    background: #fff;
    position: relative;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 50, 0.5);
  }
  
  .title-style::after {
    content: "";
    height: 100px;
    width: 200px;
    background-color: #f992a6;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
  }
  .title-style::before {
    content: "";
    height: 100px;
    width: 200px;
    background-color: #f992a6;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: -1;
  }
  
  .trending-img {
    position: relative;
    margin-bottom: 15px;
  }
  
  .trending-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
  }
  
  .btn-buy {
    width: 150px;
    padding: 10px 0;
    outline: none !important;
    border: 0;
    border-radius: 2px;
    position: absolute;
    /* background: #fff; */
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    transition: 0.6s;
    opacity: 0;
    color: black;
    /* text-shadow: white 1px 1px; */
    font-size: 25px;
  }
  
  
  .overlay {
    height: 0;
    width: 100%;
    background: #ee88f2;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: 0.5s;
  }
  
  .trending-img:hover .overlay {
    opacity: 0.6;
    height: 100%;
  }
  
  /* offer */
  

  .img-topp
  {
    object-fit: cover;
  }

  .offer {
    background-image: url(https://i.ibb.co/Z1Wpsgp/offer-bg.jpg);
    background-size: cover;
    background-position: center;
  }
  
  .row {
    margin: initial !important;
  }
  
  .subscribe {
    max-width: 500px;
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 60px;
    background: #ffffff8c;
  }
  
  .subscribe a {
    width: 120px;
    display: block;
    color: #000000 !important;
    text-decoration: none !important;
    padding: 0px;
    text-align: center;
    font-size: 20px;
    font-family: "pacifico";
  }
  

  .subscribe a:hover {
   
    transform: translate(10%);
    transition: 0.5s;

  }

  .offer img {
    width: 300px;
    height: 500px;
    margin-bottom: -100px;
    margin-top: 100px;
  }
  
  /* fashion blog */
  
  .fashion-blog {
    margin: 250px 0 150px 0;
  }
  
  .blog-img img {
    width: 100%;
    height: 100%;
    position: relative;
  }


  
  .fashion-blog h5 {
    margin-top: 20px;
    min-width: bold;
    text-align: center;
  }

/*==================================================*/


  .wg-box-content1 {
    position: relative;
    width: 100%;
    /* max-width: 400px; */
    height: 500px;
    margin: auto;
    overflow: hidden;
  }
  
  .wg-box-content1 .wg-box-content-overlay1 {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .wg-box-content1:hover .wg-box-content-overlay1{
    opacity: 1;
  }
  
  .wg-box-content-image1{
    width: 500px;
    height: 600px;
    object-fit: cover;
  }

  .img-b1
  {
    width: ;
    object-fit: cover;
  }
  
  .wg-box-content-details1 {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .wg-box-content1:hover .wg-box-content-details1{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .wg-box-content-details1 h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .wg-box-content-details1 p{
    color: #fff;
    font-size: 0.8em;
  }
  
  .wg-box-fadeIn-bottom1{
    top: 80%;
  }


/*==================================================*/

.fashion-blo
{
  margin-top: 10%;
}

.fashion-blo1
{
  margin-top: 15%;
}

  .wg-box-content {
    position: relative;
    width: 100%;
    /* max-width: 400px; */
    height: 300px;
    margin: auto;
    overflow: hidden;
  }
  
  .wg-box-content .wg-box-content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .wg-box-content:hover .wg-box-content-overlay{
    opacity: 1;
  }
  
  .wg-box-content-image{
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .img-b
  {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  
  .wg-box-content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .wg-box-content:hover .wg-box-content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .wg-box-content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .wg-box-content-details p{
    color: #fff;
    font-size: 0.8em;
  }
  
  .wg-box-fadeIn-bottom{
    top: 80%;
  }




  
  /* fashion brands */
  
  .fashion-brands {
    margin-bottom: 150px;
    margin-top: 100px;
  }
  
  .brand-logo {
    width: 200px;
    height: 200px;
    background: #ffffff;
    border-radius: 50%;
    margin: 50px auto 30px;
    box-shadow: 0 2px 40px 0 rgba(110, 130, 208, 0.18);
  }
  
  .brand-logo img {
    width: 100px;
    margin: 50px auto;
  }
  
  .fashion-brands p {
    margin-top: 30px;
    font-weight: bold;
  }
  
 
  
  
  /* for small devices */
  
  @media only screen and (max-width: 900px) {
    .banner-img {
      margin: 40px auto;
      width: 80%;
    }
  
    .banner-title {
      top: 150px;
      left: 50%;
      transform: translateX(-50%);
    }
  
    .banner-title h1 {
      font-size: 16px;
      padding: 5px;
      line-height: 20px;
    }
  
    .title-style h1 {
      font-size: 25px;
    }
  
    .fashion-box {
      margin: -20px 0;
    }
  
    .title-style {
      margin: 0 auto 80px;
      height: 120px;
      width: 50%;
      min-width: 250px;
      background: #fff;
      position: relative;
      box-shadow: 0 4px 5px 0 rgba(0, 0, 50, 0.5);
    }
  
    .sm-bt {
      margin-bottom: 40px;
    }
  
    .offer img {
      margin-top: 40px !important;
      margin-bottom: 0 !important;
    }
  
    .fashion-blog {
      margin: 100px 0 150px 0;
    }
    .footer-icons {
      text-align: center;
    }
    .copyright {
      text-align: center;
    }
  }
  



  /*=============================*/

  .top
  {
    font-family: "pacifico";

  }
  .scroll {
    --space: 2rem;
  
    display: grid;
    align-content: center;
    overflow: hidden;
    gap: var(--space);
    width: 100%;
    font-family: "Corben", system-ui, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    height: 100%;
    margin-top: 6%;
  }
  
  .marquee {
    --duration: 60s;
    --gap: var(--space);
  
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    transform: skewY(-3deg);
  }
  
  .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll var(--duration) linear infinite;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .marquee__group {
      animation-play-state: paused;
    }
  }
  
  .marquee__group img {
    max-width: clamp(10rem, 1rem + 28vmin, 20rem);
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1rem;
  }
  
  .marquee__group p {
    background-image: linear-gradient(
      75deg,
      hsl(240deg 70% 49%) 0%,
      hsl(253deg 70% 49%) 11%,
      hsl(267deg 70% 49%) 22%,
      hsl(280deg 71% 48%) 33%,
      hsl(293deg 71% 48%) 44%,
      hsl(307deg 71% 48%) 56%,
      hsl(320deg 71% 48%) 67%,
      hsl(333deg 72% 48%) 78%,
      hsl(347deg 72% 48%) 89%,
      hsl(0deg 73% 47%) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .marquee--borders {
    border-block: 3px solid dodgerblue;
    padding-block: 0.75rem;
  }
  
  .marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: calc(var(--duration) / -2);
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
  
    100% {
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  
/*===============================*/

.bt
{
    align-items: center;
    justify-content: center;
    margin: auto;
}

button {
    --color: #560bad;
    font-family: inherit;
    display: inline-block;
    width: 8em;
    height: 2.6em;
    line-height: 2.5em;
    margin: 20px;
    position: relative;
    overflow: hidden;
    border: 2px solid var(--color);
    transition: color .5s;
    z-index: 1;
    font-size: 17px;
    border-radius: 6px;
    font-weight: 500;
    color: var(--color);
   }
   
   button:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 150px;
    width: 200px;
    border-radius: 50%;
   }
   
   button:hover {
    color: #fff;
   }
   
   button:before {
    top: 100%;
    left: 100%;
    transition: all .7s;
   }
   
   button:hover:before {
    top: -30px;
    left: -30px;
   }
   
   button:active:before {
    background: #3a0ca3;
    transition: background 0s;
   }





/*===============gallery=================*/


/* cards section */

.card-function_1 {
  height:300px;
  /* width:270px; */
  border-radius:0.5rem;
  overflow:hidden;
  position:relative;
  cursor:pointer;
  transition: all 0.4s;
  background-size:cover;
  /* background-image:url('https://idsb.tmgrup.com.tr/ly/uploads/images/2021/06/06/119434.jpeg');
  */
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  background-image:url("https://i.pinimg.com/736x/8f/bc/c3/8fbcc31bd4d26d98f99b939da6f6daab.jpg")

}

.card-function_1:hover .card_content_function, .card-function_1:hover .card_bottom_shadow_function {
  bottom:0
}

.card-function_1:hover {
  transform:scale(1.1)
}

.card_content_function {
  z-index:2;
  color:#fff;
  font-family:Arial;
  padding:0px 20px 25px;
  position:absolute;
  bottom:-150px;
  left:0;
  transition: all 0.25s;
}

.card_title_function {
  font-size:20px;
  font-weight:600;
}

.card_desc_function {
  font-size:14px;
  margin-top:5px;
}

.card_bottom_shadow_function

{
  height:150px;
  width:100%;
  position:absolute;
  bottom:-150px;
  left:0;
  transition: all 0.1s;
  background-image: linear-gradient(
    180deg,
    transparent,
    rgba(37, 37, 37, 0.61),
    #111
  );
}

/* background-image:url('https://idsb.tmgrup.com.tr/ly/uploads/images/2021/06/06/119434.jpeg'); */

.card-function_2 {
  height:300px;
  /* width:270px; */
  border-radius:0.5rem;
  overflow:hidden;
  position:relative;
  cursor:pointer;
  transition: all 0.4s;
  background-size:cover;
  /* background-image:url('https://idsb.tmgrup.com.tr/ly/uploads/images/2021/06/06/119434.jpeg');
  */
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  background-image:url("https://i.pinimg.com/564x/85/13/02/851302e2392e8023167c6a89090a410d.jpg")

}

.card-function_2:hover .card_content_function, .card-function_2:hover .card_bottom_shadow_function {
  bottom:0
}

.card-function_2:hover {
  transform:scale(1.1)
}

.card-function_3 {
  height:300px;
  /* width:270px; */
  border-radius:0.5rem;
  overflow:hidden;
  position:relative;
  cursor:pointer;
  transition: all 0.4s;
  background-size:cover;
  /* background-image:url('https://idsb.tmgrup.com.tr/ly/uploads/images/2021/06/06/119434.jpeg');
  */
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  background-image:url("https://i.pinimg.com/736x/6d/01/c9/6d01c967ffdfc5ec918ce2aada3d4d30.jpg")

}

.card-function_3:hover .card_content_function, .card-function_3:hover .card_bottom_shadow_function {
  bottom:0
}

.card-function_3:hover {
  transform:scale(1.1)
}

.card-function_4 {
  height:300px;
  /* width:270px; */
  border-radius:0.5rem;
  overflow:hidden;
  position:relative;
  cursor:pointer;
  transition: all 0.4s;
  background-size:cover;
  /* background-image:url('https://idsb.tmgrup.com.tr/ly/uploads/images/2021/06/06/119434.jpeg');
  */
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  background-image:url("https://i.pinimg.com/736x/78/80/08/788008a47bdcf2a82ab7026a4dd354bc.jpg")

}

.card-function_4:hover .card_content_function, .card-function_4:hover .card_bottom_shadow_function {
  bottom:0
}

.card-function_4:hover {
  transform:scale(1.1)
}

.card-function_5 {
  height:300px;
  /* width:270px; */
  border-radius:0.5rem;
  overflow:hidden;
  position:relative;
  cursor:pointer;
  transition: all 0.4s;
  background-size:cover;
  /* background-image:url('https://idsb.tmgrup.com.tr/ly/uploads/images/2021/06/06/119434.jpeg');
  */
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  background-image:url("https://i.pinimg.com/736x/ea/07/80/ea0780c2a27506f959dd022004036132.jpg")

}

.card-function_5:hover .card_content_function, .card-function_5:hover .card_bottom_shadow_function {
  bottom:0
}

.card-function_5:hover {
  transform:scale(1.1)
}

.card-function_6 {
  height:300px;
  /* width:270px; */
  border-radius:0.5rem;
  overflow:hidden;
  position:relative;
  cursor:pointer;
  transition: all 0.4s;
  background-size:cover;
  /* background-image:url('https://idsb.tmgrup.com.tr/ly/uploads/images/2021/06/06/119434.jpeg');
  */
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  background-image:url("https://i.pinimg.com/736x/f5/23/d7/f523d716e66680fa61471cadd3861ecc.jpg")

}

.card-function_6:hover .card_content_function, .card-function_6:hover .card_bottom_shadow_function {
  bottom:0
}

.card-function_6:hover {
  transform:scale(1.1)
}

.card-function_7 {
  height:300px;
  /* width:270px; */
  border-radius:0.5rem;
  overflow:hidden;
  position:relative;
  cursor:pointer;
  transition: all 0.4s;
  background-size:cover;
  /* background-image:url('https://idsb.tmgrup.com.tr/ly/uploads/images/2021/06/06/119434.jpeg');
  */
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  background-image:url("https://i.pinimg.com/736x/fe/e9/4a/fee94a1a2f41ca458ccfaaa251b6084e.jpg")

}

.card-function_7:hover .card_content_function, .card-function_7:hover .card_bottom_shadow_function {
  bottom:0
}

.card-function_7:hover {
  transform:scale(1.1)
}

.card-function_8 {
  height:300px;
  /* width:270px; */
  border-radius:0.5rem;
  overflow:hidden;
  position:relative;
  cursor:pointer;
  transition: all 0.4s;
  background-size:cover;
  /* background-image:url('https://idsb.tmgrup.com.tr/ly/uploads/images/2021/06/06/119434.jpeg');
  */
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  background-image:url("https://i.pinimg.com/736x/ad/aa/e1/adaae143200520b0bcb152f73fd349bb.jpg")

}

.card-function_8:hover .card_content_function, .card-function_8:hover .card_bottom_shadow_function {
  bottom:0
}

.card-function_8:hover {
  transform:scale(1.1)
}




/*===============gallery=================*/




/*===============testimonial=================*/

.topp
{
  margin-top: 7%;
}

.testimonial-section1
{
  margin-top: 5%;
  display: flex;
}
.imageee
{
  height: 100%;
}


.testimonial_section {
  display: block;
  overflow: hidden;
}
.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content {
  background-color: #020d26;
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  position: relative;
}
.testimonial_section .about_content .background_layer {
  background-color: #020d26;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
  font-family: "Titillium Web";
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ff5e14;
}
.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
  color: #ff5e14;
}
.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: #ff5e14;
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #ff5e14;
  width: auto;
  margin-right: -200px;
  right: 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 69px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #ff5e14;
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 55px;
  top: 80px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 35%;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 165px;
  right: 42px;
  border-radius: 0;
  background: #ff5e14;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 165px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #ff5e14;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: #020d26;
}

@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }
  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }
  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
    display: none;
  }
}

/*===============testimonial=================*/


/*===============footer=================*/

/*================buttons=====================*/

.buttons {
  display: flex;
  justify-content: space-around;
  top: 20px;
  left: 20px;
}

.buttons button {
  width: 150px;
  height: 50px;

  margin: 20px;
  color: rgb(89, 18, 171);
  position: relative;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  border: solid white 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.buttons button:before,
.buttons button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #44d8a4;
  transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button:before {
  right: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button:after {
  left: 0;
  bottom: 0;
}

.buttons button span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.buttons button span:before,
.buttons button span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #44d8a4;
  transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button span:before {
  right: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button span:after {
  left: 0;
  bottom: 0;
}

.buttons button p {
  padding: 0;
  margin: 0;
  transition: all 0.4s cubic-bezier(0.35, 0.1, 0.25, 1);
  position: absolute;
  width: 100%;
  height: 100%;
}

.buttons button p:before,
.buttons button p:after {
  position: absolute;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.35, 0.1, 0.25, 1);
  z-index: 1;
  left: 0;
}

.buttons button p:before {
  content: attr(data-title);
  top: 50%;
  transform: translateY(-50%);
}

.buttons button p:after {
  content: attr(data-text);
  top: 150%;
  color: #44d8a4;
}

.buttons button:hover:before,
.buttons button:hover:after {
  width: 100%;
}

.buttons button:hover span {
  z-index: 1;
}

.buttons button:hover span:before,
.buttons button:hover span:after {
  height: 100%;
}

.buttons button:hover p:before {
  top: -50%;
  transform: rotate(5deg);
}

.buttons button:hover p:after {
  top: 50%;
  transform: translateY(-50%);
}

.buttons button.start {
  background-color: #44d8a4;
  box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.buttons button.start p:before {
  top: -50%;
  transform: rotate(5deg);
}

.buttons button.start p:after {
  color: white;
  transition: all 0s ease;
  content: attr(data-start);
  top: 50%;
  transform: translateY(-50%);
  animation: start 0.3s ease;
  animation-fill-mode: forwards;
}

@keyframes start {
  from {
    top: -50%;
  }
}

.buttons button.start:hover:before,
.buttons button.start:hover:after {
  display: none;
}

.buttons button.start:hover span {
  display: none;
}

.buttons button:active {
  outline: none;
  border: none;
}

.buttons button:focus {
  outline: 0;
}


.card-img-top {
  width:100%;
 }
 .card:hover
 {
  transform: scale(105%);
  transition: 0.5s;
  box-shadow: gray 2px 2px 5px;
 }