.clickTagLink {
  position: absolute;
}

html,
body {
  overflow: hidden;
  margin: 0;
}

body {
  width: 320px;
  height: 250px;
  background: #fff;
  color: #fff;
  font-size: 16px;
  font-family: 'proxima-nova', arial, sans-serif;
  line-height: 1;
}

p {
  margin: 0 !important;
  font-weight: normal;
}

.banner {
  width: 320px;
  height: 250px;
  /* background: #203330; */
   background: linear-gradient(90deg, #203330, #203330, #9bcea4);
  position: relative;
}

.sirk-symbol{
    position: absolute;
    right:0;
    bottom:0;
    width:130px;
    z-index: 15;
    /* /* opacity: 0.35; */
}



.date-info{
  position: absolute;
  bottom:15px;
 left: 15px;
}

.logo-sirk{
  max-width:100px;
}

.image-container img {
    position: absolute;
    /* width: 334px; */
    object-fit: cover;
    right: 0;
    z-index: 0;
    height: 250px;
    left: 0;
}

.overlay {
    position: absolute;

    left: 0;
    width:100%;
    height:70px;
    bottom:0;
    background:#000;
    opacity:0.5;
}

.recycle-icon {
  position: absolute;
  left: 295px;
  top: 20px;
  width: 240px;
  height: 260px;
  z-index: 2;
  opacity: 0.35;
}

.header {
  position: absolute;
  left: 0px;
 padding-left:20px;
 width:100%;
  z-index: 3;
   background: linear-gradient(90deg, #203330, #203330, #9bcea4);
  padding-top:10px;
  padding-bottom:10px;
}

.logo-text {
  display: flex;
  align-items: center;
  position:relative;
  left:-8px;
  gap: 10px;
}

.logo-main {
  font-size: 22px;
  letter-spacing: 0.04em;
}

.logo-sirk {
  font-weight: 400;
}

.logo-aq {
  font-weight: 800;
}

.logo-konferanse {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  opacity: 0.85;
}

.conference-title {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0px;
  line-height: 1.1;
}

.conference-title strong {
  font-weight: 800;
}

.text-container .text {
  position: absolute;
  left: 28px;
  top: 80px;
  z-index: 3;
  max-width: 370px;
}

.save-the-date {
  font-size: 30px;
  font-weight: 600;
  color: #f3997b;
  letter-spacing: 0.02em;
  line-height: 1;
}

.body-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.38;
  color: #fff;
  max-width: 300px;
  /* position:absolute;
  top:100px;
  left:28px; */
}

.date-info {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 16px;
  color: #9bcea4;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.date-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.icon {
  width: 18px;
  height: 18px;
  fill: #9bcea4;
  flex: 0 0 auto;
}

#text1 {
  opacity: 1;
}

#text2 {
  opacity: 0;
}

.hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #203330;
  opacity: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner:hover .hover {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.hover-logo  img {
 max-width:200px;
}

.hover-logo .logo-aq {
  font-weight: 800;
}

.crop {
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
