@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
.avrupamarketing-app {
  font-family: "Roboto", sans-serif;
}

.avrupamarketing-pt-2, .avrupamarketing-py-2{
    
    padding-top: 0 !important;
}

.private-btn {
  text-decoration: none;
}
.private-btn:hover {
  text-decoration: none;
}

/* HEADER BUTTON */
.private-btn {
  text-align: center;
  position: relative;
  box-sizing: border-box;
  display: block;
  z-index: 2;
  overflow: hidden;
  margin-bottom:20px;
  margin-top:15px;
    font-size: 25px;
	color: hsl(220, 80%, 50%);
text-shadow: 0 2px 0px hsl(220, 80%, 30%), 0px 5px 10px #0003;
    box-shadow: 0px 0px 0px 10px hsl(330, 80%, 50%), 0 7px 0px 7px hsl(330, 80%, 40%), 0px 20px 20px 15px #0003;
	cursor: pointer;
	border-radius: 100px 30px 100px 30px;
animation: .8s morph-button ease infinite;
	width: 100%;
}


.private-btn span {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 700;
  align-items: center;
  display: block;
	animation: .8s rot-button ease infinite;
	padding:5px;
}

@keyframes morph-button {
	0% {
		border-radius: 100px 30px 100px 30px;
	} 50% {
		border-radius: 30px 100px 30px 100px;
	} 100% {
		border-radius: 100px 30px 100px 30px;
	}
}

@keyframes rot-button {
	0% {
		transform: rotate(-1deg);
	} 50% {
		transform: rotate(1deg);
	} 100% {
		transform: rotate(-1deg);
	}
}

/* HEADER BUTTON */

.mobile-header-boxes {
  display: none !important;
}

.desktop-header-boxes {
  margin-top: 12px;
  margin-bottom:12px;
}


.desktop-header-boxes .item {
  padding: 3px;
  position: relative;
  border-radius: 6px;
}

.desktop-header-boxes .item::before {
  border-radius: 6px;
}

.desktop-header-boxes .item img {
     width: 100%;
    height: 100%;
    position: relative;
    border-radius: 6px;
    z-index: 99999999;
    object-fit: fill;
}
#item_mobile1:nth-child(2) {
  padding: 10px;
}
  
.ayar3 {
    padding-right:1rem;
    padding-left:1rem;
}
  
/* RESPONSİVE */

@media (min-width: 783px) {
.ayar1{
   display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.ayar2{
flex-basis: calc(50% - 5px);
}
}

@media (max-width: 525px) {
    .top-banner-stiky-gap>img {
    height: 60px !important;
}
}

@media (max-width: 490px) {
    .top-banner-stiky-gap>img {
    height: 55px !important;
}
}

@media (max-width: 1200px) {
  .private-btn span {
   font-size: 20px !important;
    font-weight: 800;
  }
  .desktop-header-boxes {
    display: none !important;
  }
  .mobile-header-boxes {
    display: flex !important;
    margin-top: 4px;
    margin-bottom: 4px;
  } 

  .mobile-header-boxes .item:nth-child(1) {
    padding-left: 0px;
  }

  .mobile-header-boxes .item-2 {
    padding-right: 0px !important;
  }

  .mobile-header-boxes .item {
    position: relative;
    border-radius: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mobile-header-boxes .wrap-item {
    padding: 3px;
    position: relative;
    border-radius: 3px;
    width: 100%;
  }

  .mobile-header-boxes .wrap-item::before {
    border-radius: 6px;
  }

  .mobile-header-boxes .item img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    position: relative;
    z-index: 99999999 !important;
  }

  .register-btn {
    font-size: 14px !important;
    margin-left: 0px !important;
    width: 125px !important;
  }
  .register-btn span {
    font-size: 0.8rem !important;
  } 
}
/* RESPONSİVE */

/* MAİN */

.avrupamarketing-main {
  width: 100%;
  display: flex;
}

.avrupamarketing-main img {
  width: 100%;
  height: 100%;
}
.avrupamarketing-main .box {
  display: block !important;
}
.avrupamarketing-main .box .gif-box {
  position: relative;
  border-radius: 6px;
  border-radius: 3px;
}
.avrupamarketing-main .box .box-wrapper img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 999999;
  border-radius: 5px;
}
.register-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Anton", sans-serif;
  color: #fff;
  width: 230px;
  text-align: center;
  position: relative;
  border-radius: 6px;
  margin-left: 10px;

  box-sizing: border-box;
  color: var(--cp-color-1);
  display: block;
  z-index: 2;
  overflow: hidden;
  padding: 3px;
}
.register-btn span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  align-items: center;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
}

/* MAİN */
