.clickTagLink {
  position: absolute;
}

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

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

p {
  margin: 0 !important;
  font-weight: normal;
}
.logo-sirk{
  max-width:160px;
}

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

.sirk-symbol{
    position: absolute;
    left: 380px;
    top: 20px;
    width:260px;
    z-index: 15;
    /* /* opacity: 0.35; */
}

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

.image-container img {
  position: absolute;
  width: 580px;
  height: 300px;
  object-fit: cover;
  right: 0;
  z-index: 0;
}

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

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    left: 36%;
    transform: rotate(10deg);
    height: 138%;
    top: -100px;
    background: linear-gradient(to right, #203330 0%, #203330 36%, rgba(32, 51, 48, 0.88) 48%, rgba(32, 51, 48, 0.15) 66%, transparent 80%);
    z-index: 1;
    background: #203330;
}

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

.header {
  position: absolute;
  left: 28px;
  top: 22px;
  z-index: 3;
}

.logo-text {
  display: flex;
  align-items: center;
  position:relative;
  left:-12px;
  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: 26px;
  font-weight: 400;
  margin-top: 8px;
  line-height: 1.1;
}

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

.text-container .text {
  position: absolute;
  left: 28px;
  top: 118px;
  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 {
  font-size: 52px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

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

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