.first-section{
    padding: 9rem 0 3rem;
}

.section-second .right-copy {
    position: relative;
    padding: 40px;
    background-image: url(../images/index/golden.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    box-sizing: border-box; 
}


.section-second .right-copy p {
    position: relative;
    z-index: 2;
    text-align: start;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.4;
    font-family: "Gilroy Medium";
}

.section-second .right-copy a {
    position: relative;
    z-index: 2;
    text-align: start;
    display: block;
    margin-top: 20px;
    font-family: "Gilroy Medium";
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    z-index: 100;
    color: white;
    transition: all 
ease 0.3s;
    transition: transform 
ease 0.4s;
}
.section-second {
    background-color: black;
    padding-top: 80px;
}
.section-second .right-copy a .right-arrow {
    padding: 10px 12px;
    border: 1px solid white;
    border-radius: 50%;
}

.section-second .text-bottom-heavy {
    position: absolute;
    right: 0;
    position: absolute;
    top: 0%;
    left: 0px;
    z-index: 20;
}

.section-second .bell-wrapper .blue-background {
    position: absolute;
}  
.section-second .girls-center {
   position: absolute;
    z-index: 50;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.swiper-pagination-bullet, .swiper-pagination-bullet-active
{
    background: #ffffff !important;
}
.customheading{
    position: relative;
    background: transparent !important;
    -webkit-text-fill-color: #ffffff !important;
    line-height: 1.1;
}
.img-center{
    margin: 0 auto;
}
.leftmodelimg{
    background-image: url(../images/index/BPFT-Bell-1.gif);
    background-size: 83%;
    background-position:center top 5px;
    background-repeat: no-repeat;
}


.section-second .left-bell {
    text-align: center;
    position: relative;
}
.knowmorebtn a{
    color: #F8E07C !important;
}
.right-arrow{
    border: 1px solid;
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 100px;
    padding: 5px;
}
.singleSwiper .swiper-slide-active{
    opacity: 1 !important;
}
.singleSwiper .swiper-slide{
    opacity: 0.4;
}

.singleSwiper .slide-img {
  transform: scale(0.90);
  transition: transform 0.3s ease;

}

.singleSwiper .swiper-slide-active .slide-img {
  transform: scale(1);

}

@media(max-width:767px){
    .section-second .right-copy {
        margin-right: 0rem;
        height: 100%;
        padding: 10px;
    }
    .left-spacing{
        padding: 15px;
    }
    .customheading {
        font-size: 30px !important;
    }
 
}
@media(min-width:768px){
   
}

@media(min-width:992px){
    .left-spacing{
         padding-left: 5rem;
    }
    .customheading {
        font-size: 2.3rem !important;
    }
}

@media(min-width:1300px){
    .left-spacing{
         padding-left: 5rem;
    }
    .customheading {
        font-size: 2.8rem !important;  
    }
}
@media(min-width:1600px){
    .left-spacing{
         padding-left: 5rem;
    }
    .customheading {
        font-size: 3.75rem !important;  
    }
}