
 .sinle_banner_one{
    background: var(--background-color-one);
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
       padding: 150px 0px 150px;
  }
 
 
  .sinle_banner_one .content_box {
    position: relative;
    padding-right: 40px;
  }
  
  .sinle_banner_one .content_box h6 {
    padding: 12px 15px 12px 30px;
    background: var(--background-color-two);
    text-align: center;
    display: inline-block;
    border-radius: 6px;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
  }
  
  .sinle_banner_one .content_box h6:before {
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    background: var(--background-color-two);
    right: -12px;
    -webkit-transform: skew(-9deg);
    transform: skew(-9deg);
    position: absolute;
    border-radius: 8px;
    z-index: -1;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
  }
  
  .sinle_banner_one .content_box h1 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
  }
  
  .sinle_banner_one .content_box p {
    margin-bottom: 35px;
  }
  
  .sinle_banner_one .content_box .d-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .sinle_banner_one .content_box .d-flex a.normtext {
    margin-left: 45px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
  }
  
  .sinle_banner_one .image_banner {
    position: relative; 
  }
    .sinle_banner_one .image_banner.one_img {
 
    -webkit-animation: myAnim 2s ease 0s infinite normal forwards;
            animation: myAnim 2s ease 0s infinite normal forwards;
  }
  .sinle_banner_one .image_banner img {
    width: 600px;
    height:auto;
    display: block;
    margin-left: auto;
    border: 10px solid rgba(255, 255, 255, 0.02);
  }


  /*------banner---two------*/

  .sinle_banner_two {
    position: relative;
    background: var(--background-color-two);
        padding: 220px 0px 150px;
        border-radius: 0 0 50% 50%;
       margin-bottom: 155px;
  }

 
  
  .sinle_banner_two .content_box {
    position: relative;
    padding-right: 40px;
  }
  
  .sinle_banner_two .content_box h6 {
    padding: 12px 15px 12px 15px;
    background: var(--background-color-one);
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
  }
  
  .sinle_banner_two .content_box .link_box {
    text-align: center;
    margin: 30px 0px 60px;
  }
  
  .sinle_banner_two .content_box .link_box a {
    margin: 0px 20px;
    min-width: 180px;
  }
  
  .sinle_banner_two .content_box h1 {
    font-size: 70px;
    line-height: 82px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
  }
  
  .sinle_banner_two .content_box p {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 28px;
  }
  
  .sinle_banner_two .content_box .d-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .sinle_banner_two .content_box .d-flex a.normtext {
    margin-left: 45px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
  }
  
  .sinle_banner_two .image_banner.sec_img {
    position: relative;
    margin-bottom: -300px;
    -webkit-animation: myAnim 2s ease 0s infinite normal forwards;
            animation: myAnim 2s ease 0s infinite normal forwards;
  }
  
  .sinle_banner_two .image_banner img {
    width: 600px;
    height:auto;
    margin: auto;
    border: 10px solid rgba(255, 255, 255, 0.02);
    display: block;
  }
@media(max-width:768px){
  .sinle_banner_one .content_box h1{
    font-size:30px;
    line-height:38px
}
  .sinle_banner_one  .slide-item{
    padding:80px 0px;
}
  
}


/*------- style three --------*/

.sinle_banner_one.style_three .bg_image{
  position:absolute;
  left:0;
  right:0;
  top:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.sinle_banner_one.style_three .image_banner{
  position:relative; 
}
.sinle_banner_one.style_three .image_banner img{
 border-color:transparent!important; 
}
.sinle_banner_one.style_three .image_banner .d-flex{
  justify-content:space-between; 
}
.sinle_banner_one.style_three .image_banner .place_a_bid_ban{
    padding:20px;
    position:absolute;
     width:100%;
      left:0;
      bottom:20px;
      height:auto;
    background-color: var(--primary-color-one);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(13%,var(--primary-color-two)),color-stop(92%,var(--primary-color-one)));
    background-image: linear-gradient(90deg,var(--primary-color-two) 13%,var(--primary-color-one) 92%);
}

.sinle_banner_one.style_three .image_banner .shape{
  position:absolute;
  width:calc(100% - 10%);
  height:30px;
  border-radius:5px;
  background:rgba(255, 255, 255, 0.02);
  margin:auto;
  left:0;
  right:0;
  bottom:0;
}
 .sinle_banner_one.style_three .image_banner .shape.two{
     width:calc(100% - 15%);
   bottom:-8px;
}
 .sinle_banner_one.style_three .image_banner .shape.three{
     width:calc(100% - 20%);
   bottom:-16px;
}
 .sinle_banner_one.style_three .image_banner .place_a_bid_ban h6{
   font-size:24px;
   line-height:30px;
   font-weight:500;
   margin:0px 0px 5px;
  
}
 .sinle_banner_one.style_three .image_banner .place_a_bid_ban  p{
   font-size:24px;
   line-height:30px;
   font-weight:700;
   color:#fff;
  margin:0px 0px 0px 0px  
}

 .sinle_banner_one.style_three .image_banner .place_a_bid_ban a{
  background:unset;
   padding:10px 18px;
   border:1px solid #fff;
   font-size:15px;
   line-height:26px;
   font-weight:500;
   color:#fff;
}
