
.single_slider {
  width:100%;
  height:100vh;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 235px
}

@media only screen and (min-width:1400px) {
  .single_slider {
    height: 950px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .single_slider {
    border-bottom-right-radius: 105px;
    height: 800px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .single_slider {
    height: 700px;
    width:100%;
    border-bottom-right-radius: 300px;
  }
}

@media (max-width:767px) {
  .single_slider {
    width:100%;
    height:400px;
    border-bottom-right-radius: 100px
  }
}

.single_slider::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.slider_content {
  padding-top: 80px
}

.slider_content .slider_title {
  font-size: 80px;
  color: #fff;
  margin-top: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .slider_content .slider_title {
    font-size: 44px
  }
  .text-light {
    font-size: 80px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .slider_content .slider_title {
    font-size: 40px
  }
  .text-light {
    font-size: 60px;
  }
}

@media (max-width:767px) {
  .slider_content .slider_title {
    font-size: 30px
  }
  .text-light {
    font-size: 40px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .slider_content .slider_title {
    font-size: 40px
  }
  .text-light{
    font-size: 40px;
  }
}

.slider_content .slider_title span {
  display: contents;
  color: #eec41e
}

.slider_content p {
  font-size: 18px;
  color: #fff;
  margin-top: 30px
}

@media (max-width:767px) {
  .slider_content p {
    font-size: 16px
  }
}

.slider_content .main-btn {
  margin-top: 45px
}
