.clickTagLink {
  position: absolute;
}

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

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

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

.banner {
  width: 980px;
  height: 300px;
  background: #021e40;
}

.banner:after {
  content: '';
  width: 60%;
  height: 200%;
  background: linear-gradient(90deg, #203330, #203330, #9bcea4);

  background: #203330;
  background: red;
  background: linear-gradient(to right, #203330 0%, #4c7267 100%);
  position: absolute;
  left: -100px;
  top: -100px;
  transform: rotate(13deg);
  z-index: 0;
}

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

.logo {
  position: absolute;
  left: 30px;
  top: 30px;
  max-width: 250px;
  z-index: 4;
}

.text-container .text {
  position: absolute;
  left: 50px;
  top: 110px;
  z-index: 2;
  max-width: 560px;
}

.date {
  display: flex;
  align-items: center;
  color: #9bcea4;
  gap: 16px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

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

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

.text .title {
  color: #fff;
  font-size: 38px;

  margin-top: 20px;
}

#text2 .content {
  font-size: 20px;
  margin-top: 30px;
  max-width: 400px;
}
.text .content {
  font-size: 28px;
  margin-top: 10px;
  line-height: 1.2;
}

#text1 {
  opacity: 1;
}

#text2,
#text3,
#text4 {
  opacity: 0;
}

#text3 {
  left: 0;
  top: 0;
  width: 980px;
  height: 300px;
  max-width: none;
  z-index: 3;
}

#text3 .screen-bg {
  position: absolute;
  inset: 0;
  background: #3f5f57;
  background: linear-gradient(90deg, #203330, #203330, #9bcea4);
  background: #203330;
  z-index: 1;
}

.speakers-layout {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  padding: 28px 40px 0 40px;
}

.speakers-intro {
  min-width: 220px;
}

.sirkaq-title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.speakers-label {
  margin-top: 80px;
  position: relative;
  left: 10px;
  font-size: 30px;
  font-weight: 400;
}

.speakers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0px;
  row-gap: 14px;
  align-items: start;
}

.speaker {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

.speaker-left {
  position: relative;
  left: -100px;
}

.speaker img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #9bcea4;
  display: block;
  margin: 0 auto 8px;
}

.speaker-name {
  font-weight: 600;
}

.speaker-company {
  opacity: 0.9;
  font-size: 13px;
}

#text3 {
  opacity: 0;
  width: 100%;
}

.cta {
  position: absolute;
  right: 35px;
  bottom: 30px;
  background: #f3997b;
  border: 0px;
  color: #000;
  border-radius: 30px;
  font-size: 20px;
  padding: 0.4em 1.4em;
  letter-spacing: 0.01em;
  cursor: pointer;
  font-weight: 600;
  z-index: 4;
}

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

.bluuue-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 980px;
  height: 300px;
  background: linear-gradient(90deg, #021e40cc, #021e4020);
  opacity: 1;
  z-index: 0;
}

.hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #203330, #203330, #203330);

  opacity: 0;
  z-index: 99;
}

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

.hover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 340px;
  height: auto;
}
