.new-destinations {
  margin-left: auto;
  margin-right: auto;
  height: 1000px;
  position: relative;
  margin-bottom: 150px;
}

.new-destinations-header {}

.new-destinations-title {
  color: #000;
  font-family: Addington CF;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 2.1px;
}

.new-destinations-text {
  color: #9B9B9B;
  font-family: Addington CF;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 49px;
}

.new-destinations {
  width: 525px;
}


#left-slide-btn {
  left: 120px;
  top: calc(45% - 15px)
}

#right-slide-btn {
  right: 120px;
  top: calc(45% - 15px)
}

.popup-container {
  width: 90%;
  height: auto;
  flex-shrink: 0;
  background: #F0EDEB;
  position: absolute;
  top: calc(50% - 350px);
  z-index: 20;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

#popup {
  display: none;
}

.popup-container-content {
  margin: 0;
  padding: 50px 50px;
  display: flex;
  flex-direction: column;
}

.popup-container-button {
  position: relative;
  width: 100%;
  height: 100px;
  background: #F0EDEB;
}

.popup-text-content {
  width: 100%;
}

.popup-image-content{
  width: 100%;
}

.popup-image {
  width: 459px;
  height: 317px;
  margin: auto;
  margin-top: 20px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.popup-button {
  display: flex;
  width: 307px;
  height: 47px;
  padding: 9px 26px 20px 19px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #7E804E;
  position: absolute;
  right: calc(50% - 153px);
}

.popup-button-text {
  color: #FFF;
  font-family: Euclid Circular B;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
  letter-spacing: 0.6px;
  align-items: center;
}

.popup-text {
  color: #000;
  font-family: Euclid Circular B;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 133.333% */
}

.popup-subtitle {
  color: #7E804E;
  font-family: Addington CF;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  /* 109.375% */
}

.popup-title {
  color: #7E804E;
  font-family: Euclid Circular B;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  /* 123.81% */
  letter-spacing: 2.1px;
}

.close-pop-up {
  color: #7E804E;;
  font-size: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (min-width: 1200px) {
  .new-destinations {
    margin-bottom: 150px;
    width: 1085px;
  }

  .popup-container {
    width: 1029px;
    padding-bottom: 71px;
    padding-left: 47px;
    padding-right: 47px;
    padding-top: 192;
  }

  .popup-container-content {
    margin: 0;
    padding: 0;
    padding-top: 192px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .popup-text-content {
    width: 50%;
  }

  .popup-image-content{
    width: 50%;
  }

  .popup-image {
    width: 459px;
    height: 317px;
    margin: 0;
    margin-left: auto;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .popup-button {
    display: flex;
    width: 307px;
    height: 47px;
    padding: 9px 26px 20px 19px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #7E804E;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  #left-slide-btn {
    left: 160px;
    top: calc(60% - 15px)
  }
  
  #right-slide-btn {
    right: 160px;
    top: calc(60% - 15px)
  }
}