@import url('https://fonts.googleapis.com/css2?family=Freehand&amp;display=swap');
.style-font{
    font-family: 'Freehand', cursive;
    font-weight: 100;
    position: relative;
}
.service-hero{
    background: url(../img/3d-banner.jpg) no-repeat center !important;
    background-size: cover !important;
    min-height: 650px;
    display: flex;
    align-items: center;
    padding: 50px 0px;
}
.bi.service-hero .logo-desig-banner-form {
    margin-top: 0px;
}

.bi.service-hero .row {
    align-items: center;
}
.hero-text{
    padding-right: 30px !important;
}

.hero-text h2{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

.hero-text p{

    color: #fff !important;  
    font-weight: 300 !important; 
    text-align: left;
    font-weight: 400 !important;
    }
.hero-text img{
    margin: 30px 0px;
    width: 60%;
}

.red-color{
    color: #ff0053;
}
.yellow-color{
    color: #fcb10e
}

.bi-button{
    background-color: #ff0053;
    color: #fff;
    padding: 15px 40px;
    transition: .3s;
}

.hero-text .bi-button:last-child{
    background-color: transparent;
    border: none;
}

.bi-button:hover{  
    
    color: #fff;
    background-color: #000;
}

.hero-img{
    width: 100%;
    position: relative;
}

.hero-img img{
    position: absolute;
    top: -100px;
    left: -60px;
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.bi-section{
    padding: 100px 0px;
}

.animate-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5%;
}
.animate-box .box-wrap{
    width: 32%;
    margin-bottom: 20px;

}
.animate-box .box-wrap img{
    width: 100%;
}
.animate-box .box-wrap h3{
    padding-top: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #555;
}

.who-we-img img{
    width: 100%;
}

.who-we-text{
    height: 100%;
    display: flex;
    flex-direction:column;
    justify-content: center !important;
    margin-left: 30px;
}
.who-we-text h2{
    font-size: 48px;
    font-weight: 600;
    color: #555;
    margin-bottom: 20px;
}

.who-we-text button{
    align-self: flex-start;
    text-transform: uppercase;
    font-weight: 600;
}

.process-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2%;
}

.process-wrap .process-box{
    width: 23%;
    background-color: #e6edf5;
    height: 350px;
    padding: 20px 30px;
    margin-top: 50px;
}
.process-wrap .process-box:nth-child(odd){
    margin-top: -80px;
}
.process-box img{
    max-width: 75px;
    height: 80px;
    object-position: left;
    object-fit: contain;
}
.process-box h3{
    color: #555;
    font-size: 18px !important;
    font-weight: 800 !important;
    margin-top: 20px;
}
.process-box p{
    color: #999;
    font-size: 14px !important;
    text-align: justify;
}

.top-text{
    text-align: center;
}

.no-gut{
    --bs-gutter-x: 0px !important
}

.bi-no-padding{
    padding-top: 0 !important;
}

.price-wrap{
    /* border-top: 1px solid #555;
    border-bottom: 1px solid #555; */
    align-items: stretch;
}

.price-table{
    padding: 50px 25px;
    transition: .6s;
    border: 1px solid #555;
    background-color: #fff;
}

.price-table:hover{
    transform: scale(1.05);
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13)
}

.price-table h5{
    color: #333;
    font-size: 24px;
    font-weight: 700;
}

.price-table p{
    font-size: 14px;
    text-align: left;
}

.price-table small{
    font-size: 14px;
    font-weight: 700;
    color: #555;
}

.price-table h2{
    color: #555;
    font-weight: 700;
}

.price-table h2 sub{
    font-size: 14px;
}

.price-table h3{
    background-color: #80ebad;
    padding: 10px;
    color: #000;
    font-size: 14px;
    text-align: center;
}

.price-table button{
    outline: none;
    background-color: transparent;
    text-align: center;
    border: 1px solid #000;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.price-table:hover button{
    border: none;
    background-color: #ff0053;
    color: #fff;
}

.price-table li{
    position: relative;
    color: #555555;
    list-style: none;
    font-size: 1.1rem;
    padding-left: 20px;
    margin: 5px 0px;
}

.price-table li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: url('../img/check-img.png') no-repeat center;
    background-size: contain;
    width: 10px;
    height: 10px;
}


.banner-bg{
    background: url('../img/3d-design/banner-img.png') no-repeat center;
    background-size: cover;
}

.banner-text{
    padding: 0px 0px;
}

.banner-text h1{
    color: #fff;
    font-size: 48px;
    margin-bottom: 25px;
    font-weight: 700;
}

.banner-text h3{
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}

.banner-text h3 span{
    font-size: 22px;
    margin-top: 7px;
}

.banner-text p{
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.banner-text h2{
    color: #fcb10e;
    font-weight: 700;
    font-size: 23px;
    margin-top: 8px;
}

.banner-text button{
    background-color: #ff0053;
    color: #fff;
    padding: 15px 50px;
    border: none;
    border-radius: 5px;
}
.img-wrap img{
    width: 100%;
    /* margin-top: -50px; */
}

button{
    outline: none !important;
}
.banner-text h2 a, .banner-text h2 button {
    font-weight: 600;
    font-size: 18px;
    min-width: 196px;
}

.banner-text h2 a {
    background: #fcb122;
}
.banner-text h1 span {
    font-family: 'Freehand', cursive;
    font-weight: 400;
    color: #ff0053;
}
.rells-slider video {
    width: 100%;
}
.rells-slider  {
    padding: 28px 0px;
    background-image: url(../img/rells.jpg);
    background-size: auto 100%;
    margin-top: 20px;
    padding-top: 35px;
}
.box-wrap {
    margin-bottom: 0px;
    padding: 0px 10px;
}
.box-wrap video {
    background: white;
    border: 1px solid white;
}
.service-hero ul li {
    list-style: none;
    color: white;
    display: inline-block;
    min-width: 49%;
    margin-bottom: 10px;
}

.service-hero ul {
    padding-left: 0px;
    margin-top: 20px;
}

.service-hero ul li::before {
    content: "";
    position: relative;
    width: 15px;
    height: 15px;
    background: url(../img/home-banner/check.png);
    display: inline-block;
    margin-right: 7px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


@media (max-width: 1260px) and (min-width: 992px)
{
    .who-we-text h2{
        font-size: 32px;
    }
    .about-section .top-text h2{
        font-size: 42px;
    }
    .process-wrap .process-box {
        height: 330px;
        padding: 20px 30px;
    }
    .hero-text h2{
        font-size: 35px;
    }
    .process-box img{
        max-width: 60px;
        height: 65px;
    }
    .process-box p{
        text-align: left;
    }

    .bi-button{
        padding: 12px 20px;
    }

    .banner-text h1 {
        font-size: 36px;
    }
    .banner-text h2{
        font-size: 32px;
    }
    .banner-text button{
        padding: 10px 35px;
        font-size: 16px;
    }
    .price-table:nth-child(3) p {
        margin-bottom: 35px !important;
    }
}

@media (max-width: 991px){
.bi.service-hero .logo-desig-banner-form {
    margin: auto;
    margin-top: 40px;
    max-width: 100%;
    margin-bottom: 30px;
}
.rells-slider {
    display: none;
}
}
@media (max-width: 991px) and (min-width: 768px){
    .animate-box .box-wrap h3{
        font-size: 20px;
    }
    .hero-text h2{
        font-size: 30px;
    }
    .bi-button{
        padding: 10px 20px;
    }

    .price-table {
        width: 50%;
    }
    .banner-text h1{
        font-size: 40px;
    }
    .banner-text h2{
        font-size: 28px;
    }
    .hero-text li{
        margin-left: 0;
    }

    .who-we-text h2{
        font-size: 24px;
    }

    .process-wrap .process-box{
        width: 46%;
    }
    .process-box img {
        max-width: 65px;
        height: 65px;
    }
    .banner-text button {
        padding: 10px 40px;
    }
    .text-wrap{
        padding: 25px 0px;
    }
}

@media (max-width: 767px) and (min-width: 576px){

    h2{
        font-size: 28px !important;
    }
    h1{
        font-size: 34px !important;
    }
    .animate-box .box-wrap h3{
        font-size: 16px;
    }
    .who-we-text{
        margin-top: 20px;
        margin-left: 0;
    }
    .process-wrap .process-box{
        width: 46%;
    }
    .process-box img{
        max-width: 50px;
        height: 55px;
    }
    .process-box p{
        text-align: left;
    }
    .price-table:nth-child(3) p {
        margin-bottom: 35px !important;
    }
    .bi-button{
        padding: 10px 20px;
    }
    .hero-text h2{
        font-size: 30px;
    }

    .price-table{
        width: 50%;
        padding: 30px 15px;
    }
    .price-table h3{
        font-size: 12px;
    }
    .banner-text button {
        padding: 10px 25px;
    }
    .hero-text li{
        margin-left: 0;
    }
    .text-wrap {
        padding: 40px 0px;
    }
}

@media (max-width: 575px) and (min-width: 320px){
    h1{
        font-size: 28px !important;
    }
    h2{
        font-size: 26px !important;
    }

    .service-hero{
        padding: 0px;
    }
    .animate-box{
        justify-content: space-between;
    }
    .animate-box .box-wrap{
        width: 49%;
    }
    .animate-box .box-wrap h3{
        font-size: 16px;
    }
    .who-we-text{
        margin-top: 20px;
        margin-left: 0;
    }
    .who-we-text h2 {
        font-size: 20px !important;
    }

    .process-wrap .process-box{
        width: 100%;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .process-wrap .process-box:nth-child(odd){
        margin-top: 0;
    }
    .process-box p{
        text-align: left;
    }
    .bi-section{
        padding: 50px 0px;
    }
    .txt-find-site{
        height: 40px;
        margin-bottom: 10px;
    }
    .hero-text {
        padding: 130px 20px;
        padding-right: 10px !important;
    }
    .bi-button{
        padding: 10px 20px;
        align-self: flex-start;
    }

    .price-table{
        width: 100%;
        padding: 25px 15px;
        margin-bottom: 10px;
    }
    .banner-text{
        padding: 20px 20px;
    }
    .text-wrap {
        padding: 25px 0px;
    }
    .banner-text button{
        padding: 10px 20px;
        font-size: 14px;
    }

    .hero-text li{
        margin-left: 0;
    }


}

