@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Anton&family=Cantarell:wght@400;700&family=Courgette&family=Domine:wght@400;600;700&family=Gwendolyn:wght@700&family=Lobster&family=Megrim&family=Meow+Script&family=Montserrat:wght@300;600&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Oleo+Script+Swash+Caps&family=Open+Sans:wght@300;400;600&family=Poppins:wght@200;300;700&family=Roboto:wght@300;400;500;700;900&family=Unna:ital,wght@0,400;0,700;1,400&display=swap');

body{
    background: #edf7ff;
    font-family: 'Quicksand', sans-serif;
}

html,body{
    width: auto !important;
    overflow-x: hidden !important;
}

/* Page section */
#particles-js{
    position: relative;
    height: 390px;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/abb.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: 3;
    margin-bottom: 4%;
}
#particles-js p{
    z-index: 4;
    font-family: 'Unna', serif;
    top: 35%;
}

.part2{
    position: relative;
}
.row h1{
    font-family: 'Courgette', cursive;
    font-weight: bold;
    font-size: 50px;
    color: #363d41;
}

.row p{
    font-family: 'poppians', 'sans-serif';
    font-size: 19px;
    color: grey;
}

.row .im2{
    height: 600px;
    border-radius: 15px;
    z-index: 2;
    position: relative;
}
.row .im1{
    height: 250px;
    width: 250px;
    z-index: 1;
    position: absolute;
    right: 0%;
    top: -5%;
}
@media (max-width: 1199px){
    .row .im1{
        top: 3%;
        right: -6%;
    }
}
@media (max-width: 992px){
    .row .im1{
        display: none;
    }
}
/* counter part */
.counter .sold h3{
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #1d1c1d;
    font-size: 16px;
}
.counter .count{
    background: #c0bebe95;
    height: 10px;
    border-radius: 5px;
}
.counter .count div{
    height: 10px;
    border-radius: 5px;
    width: 0%;
    transition: all 5s;
}
.counter .count .ta{
    background-image: linear-gradient(to left, #bbd2c5, #536976);;

}
.counter .count .tb{
    background-image: linear-gradient(to right, #fc3b3b, #a02f2f);

}
.counter .count .tc{
    background: #00bcd4;

}
.count div span{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #ebebf0;
    color: #023857ec;
    float: right;
    margin-top: -11px;
    margin-right: -20px;
    padding-left: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
/* end count part */

/* sec2 start */

.partt2{
    height: 480px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.85),rgba(0, 0, 0, 0.85)),url(../img/AdobeStock_192864747-WEB.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-top: 190px;
    padding: 20px;
    position: relative;
    z-index: 2;
}
.partt2 .brief{
    width: 90%;
    height: 60%;
    position: relative;
    top: -30%;
    margin: 0 auto;
    z-index: 5;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}
.brief .vi{
    height: 120%;
    width: 48%;
    background: rgb(238, 237, 237);
    position: relative;
    padding: 1%;
    padding-bottom: 3%;
    box-shadow: 0px 0px 2px 2px lightgrey;
    overflow: hidden;
}
.brief .vi::before{
    content: '';
    position: absolute;
    inset: -1000px -1000px;
    background-image: conic-gradient(transparent, #d40000, transparent, rgba(27, 24, 24, 0.671));
    transition: 0.8s;
    animation: animate 4s linear infinite;
}
.vi:hover::before{
    inset: 30px -25px;
}
@keyframes animate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.brief .vi::after{
    content: '';
    position: absolute;
    inset: 4px;
    background: #fff;
    z-index: 1;
}
.vi .vision{
    position: relative;
    z-index: 3;
    padding: 10px;
    /* background: #8263fc; */
}
.vi .vision i{
    position: absolute;
    left: 4%;
    top: 2%;
    padding-top: 2%;
    font-size: 42px;
    color: #da1929;
}
.vi .vision h2{
    position: absolute;
    font-size: 30px;
    font-weight: 700;
    left: 19%;
    top: 8px;
    color: rgb(15, 14, 15);
    /* font-family: 'Noto Serif', serif; */
}
.vi .vision p{
    position: absolute;
    top: 60px;
    left: 5%;
    color: silver;
    font-size: 15px;
    padding-top: 3%;
}
.vi .vision #text{
    line-height: 18px;
}

.feat{
    height: 40%;
    position: relative;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feat .c1{
    padding: 2% 2%;
    width: 100%;
    position: relative;
}
.feat .c1:not(:last-child){
    border-right: 1px solid rgb(201, 58, 58);
}
.feat .c1 h1{
    color: aliceblue;
    text-align: center;
    font-size: 50px;
    display: block;
}
.feat .c1 .num2{
    display: none;
    color: aliceblue;
    font-size: 43px;
}
.feat .c1 h4{
    color: #ceaaad;
    font-size: 19px;
    margin-top: -5%;
    font-family: 'Noto Serif', serif;

}
.feat .c1 i{
    color: rgb(226, 17, 17);
    font-size: 30px;
}

@media (max-width: 399px) and (min-width: 280px){
    
    .partt2{
        margin-top: 5%;
        height: 100%;
        position: relative;
    }
    .partt2 .brief{
        flex-direction: column;
        gap: 30px;
        width: 100%;
        margin-bottom: 19%;
        
    }
    
    .big .partt2 .brief .vi{
        height: 540px;
        width: 260px;
        padding: 2%;
        padding-bottom: 5%;
        transform: translateY(2%);
    }
    
    .brief .vi .vision .txt{
        font-size: 20px;
        margin: 2% 4%;
    }
    .vi .vision #text{
        font-size: 14px;
        padding: 3% 0%;
    }
    .feat .c1 .num{
        font-size: 33px;
    }
    .feat .c1 h4{
        font-size: 16px;
    }
    
}

@media (max-width: 499px) and (min-width: 400px){
    
    .partt2{
        margin-top: 5%;
        height: 100%;
        position: relative;
    }

    .partt2 .brief{
        flex-direction: column;
        gap: 30px;
        width: 100%;
        margin-bottom: 10%;
        
    }
    
    .big .partt2 .brief .vi{
        height: 450px;
        width: 370px;
        padding: 2%;
        padding-bottom: 5%;
        transform: translateY(2%);
    }
    
    .brief .vi .vision .txt{
        font-size: 30px;
        margin: 0% 2%;
    }
    .vi .vision #text{
        font-size: 16px;
        padding: 3% 0%;
    }
}
@media (max-width: 599px) and (min-width: 500px){
    
    .partt2{
        margin-top: 5%;
        height: 100%;
        position: relative;
    }

    .partt2 .brief{
        flex-direction: column;
        gap: 30px;
        width: 100%;
        margin-bottom: 10%;
        
    }
    
    .big .partt2 .brief .vi{
        height: 410px;
        width: 450px;
        padding: 2%;
        padding-bottom: 5%;
        transform: translateY(2%);
    }
    
    .brief .vi .vision .txt{
        font-size: 33px;
        margin: 0% 0%;
    }
    .vi .vision #text{
        font-size: 16px;
        padding: 3% 0%;
    }
}

@media (max-width: 699px) and (min-width: 600px){
    .partt2{
        margin-top: 5%;
        height: 100%;
        position: relative;
    }

    .partt2 .brief{
        flex-direction: column;
        gap: 30px;
        width: 100%;
        margin-bottom: 10%;
        
    }
    
    .big .partt2 .brief .vi{
        height: 400px;
        width: 540px;
        padding: 2%;
        padding-bottom: 5%;
        transform: translateY(2%);
    }
    
    .brief .vi .vision .txt{
        font-size: 33px;
        margin: 0% -4%;
    }
    .vi .vision #text{
        font-size: 15px;
        padding: 3% 0%;
    }
}
@media (max-width: 799px) and (min-width: 700px){
    .partt2{
        margin-top: 5%;
        height: 100%;
        position: relative;
    }

    .partt2 .brief{
        flex-direction: column;
        gap: 30px;
        width: 100%;
        margin-bottom: 10%;
        
    }
    
    .big .partt2 .brief .vi{
        height: 410px;
        width: 600px;
        padding: 2%;
        padding-bottom: 5%;
        transform: translateY(2%);
    }
    
    .brief .vi .vision .txt{
        font-size: 33px;
        margin: 0% -4%;
    }
    .vi .vision #text{
        font-size: 15px;
        padding: 2% 0%;
    }
}
@media (max-width: 899px) and (min-width: 800px){
    .partt2{
        margin-top: 3%;
        height: 100%;
        position: relative;
    }

    .partt2 .brief{
        flex-direction: column;
        gap: 30px;
        width: 100%;
        margin-bottom: 10%;
        
    }
    
    .big .partt2 .brief .vi{
        height: 400px;
        width: 640px;
        padding: 2%;
        padding-bottom: 5%;
        transform: translateY(2%);
    }
    
    .brief .vi .vision .txt{
        font-size: 33px;
        margin: 0% -4%;
    }
    .vi .vision #text{
        font-size: 15px;
        padding: 2% 0%;
    }
}
@media (max-width: 1360px) and (min-width: 900px){
    .partt2{
        margin-top: 3%;
        height: 100%;
        position: relative;
    }

    .partt2 .brief{
        flex-direction: column;
        gap: 30px;
        width: 100%;
        margin-bottom: 10%;
        
    }
    
    .big .partt2 .brief .vi{
        height: 390px;
        width: 680px;
        padding: 2%;
        padding-bottom: 5%;
        transform: translateY(2%);
    }
    
    .brief .vi .vision .txt{
        font-size: 33px;
        margin: 0% -4%;
    }
    .vi .vision #text{
        font-size: 15px;
        padding-bottom: 5%;
    }
}


/* start sec3 */
#particles-js1{
    font-family: 'Courgette', cursive;
    position: relative;
    height: 700px;
    background-image: linear-gradient(to right, #757f9a, #d7dde8);
    z-index: 4;
    overflow: hidden;
}
@media(max-width:992px){
    #particles-js1{
        height: fit-content;
    }
}
.container h1{
    color: #8f0606;
}
.sol{
    position: relative;
    z-index: 4;
}
.pk{
    width: 340px;
    height: 270px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 1px 1px 4px 3px gray;
    position: relative;
}
.pk img{
    width: 80px;
    height: 80px;
    margin: 4%;
}
.pk h2{
    font-size: 22px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    width: 65%;
    left: 34%;
    top: -40%;
}
.pk p{
    font-size: 17px;
    text-align: center;
    position: absolute;
    top: 36%;
    left: 10%;
    width: 80%;
    height: 50%;
}


@media (max-width: 399px) and (min-width: 280px){
    #particles-js1{
        padding-bottom: 1600px;
    }
    #particles-js1 h1{
        font-size: 40px;
        left: 0%;
        width: 100%;
        top: 3%;
    }
    #particles-js1 .pm{
        font-size: 18px;
        width: 80%;
        left: 10%;
        top: 10%;
    }
    .secc .part3{
        flex-direction: column;
        gap: 70px;
        position: relative;
        width: 100%;
        top: 200%;
        transform: translateY(-25%);
        right: 5%;
    }
    #particles-js1 #p3 .pk{
        width: 250px;
        height: 300px;
        position: relative;
    }
    .secc .pk h2{
        font-size: 19px;
        width: 55%;
        left: 42%;
        top: -25%;
    }
    .secc .pk p{
        font-size: 17px;
        top: 39%;
        left: 10%;
        width: 80%;
        height: 50%;
    }
    .partt2{
        margin-top: 5%;
        height: 100%;
        position: relative;
    }

    .partt2 .brief{
        flex-direction: column;
        gap: 30px;
        width: 100%;
        margin-bottom:20%;
        
    }
    
    .partt2 .brief .vi{
        height: 400px;
        width: 270px;
        padding: 2%;
        padding-bottom: 3%;
        transform: translateY(0%);
    }
    
    .vi .vision .txt{
        font-size: 20px;
        margin: 10% -10%;
    }
    .vi .vision #text{
        font-size: 14px;
    }
    .feat .c1 .num2{
        font-size: 39px;
    }
    .feat .c1 h4{
        font-size: 18px;
    }
    
}

@media (max-width: 499px) and (min-width: 400px){
    .secc{
        padding-bottom: 1600px;
    }
    #particles-js1 h1{
        font-size: 47px;
        left: 15%;
        width: 70%;
    }
    #particles-js1 .pm{
        font-size: 18px;
        width: 80%;
        left: 10%;
        top: 11%;
    }
    .secc .part3{
        flex-direction: column;
        gap: 70px;
        position: relative;
        transform: translateY(-25%);
        width: 100%;
        top: 450px;
        right: 5%;
    }
    #particles-js1 #p3 .pk{
        width: 270px;
        height: 300px;
        position: relative;
    }
    #particles-js1 #p3 .pk:nth-child(3) p{
        top: 42%;
    }
    .secc .pk h2{
        font-size: 20px;
        width: 50%;
        left: 42%;
        top: -28%;
    }
    .secc .pk p{
        font-size: 17px;
        top: 39%;
        left: 10%;
        width: 80%;
        height: 50%;
    }
    
    .partt2{
        margin-top: 5%;
        height: 100%;
        position: relative;
    }

    .partt2 .brief{
        flex-direction: column;
        gap: 30px;
        width: 100%;
        margin-bottom: 20%;
        
    }
    
    .partt2 .brief .vi{
        height: 340px;
        width: 340px;
        padding: 2%;
        padding-bottom: 3%;
        transform: translateY(0%);
    }
    
    .vi .vision .txt{
        font-size: 25px;
        margin: 10% -10%;
    }
    .vi .vision #text{
        font-size: 14.5px;
    }
}
@media (max-width: 599px) and (min-width: 500px){
    .secc{
        padding-bottom: 1500px;
    }
    #particles-js1 h1{
        font-size: 47px;
        left: 20%;
        width: 60%;
    }
    #particles-js1 .pm{
        font-size: 18px;
        width: 80%;
        left: 10%;
        top: 11%;
    }
    .secc .part3{
        flex-direction: column;
        gap: 70px;
        position: relative;
        transform: translateY(-28%);
        width: 100%;
        top: 450px;
        right: 5%;
    }
    #particles-js1 #p3 .pk{
        width: 270px;
        height: 300px;
        position: relative;
    }
    #particles-js1 #p3 .pk:nth-child(3) p{
        top: 42%;
    }
    .secc .pk h2{
        font-size: 20px;
        width: 55%;
        left: 42%;
        top: -29%;
    }
    .secc .pk p{
        font-size: 17px;
        top: 38%;
        left: 10%;
        width: 80%;
        height: 50%;
    }
    .partt2{
        margin-top: 5%;
        height: 100%;
        position: relative;
    }

    .partt2 .brief{
        flex-direction: column;
        gap: 30px;
        width: 100%;
        margin-bottom: 13%;
        
    }
    
    .partt2 .brief .vi{
        height: 300px;
        width: 420px;
        padding: 2%;
        padding-bottom: 3%;
        transform: translateY(0%);
    }
    
    .vi .vision .txt{
        font-size: 28px;
        margin: 8% -10%;
    }
    .vi .vision #text{
        font-size: 15px;
    }
}

@media (max-width: 699px) and (min-width: 600px){
    .secc{
        padding-bottom: 1400px;
    }
    #particles-js1 h1{
        font-size: 50px;
        left: 0%;
        top: 2.5%;
        width: 100%;
    }
    #particles-js1 .pm{
        font-size: 20px;
        width: 80%;
        left: 10%;
        top: 11%;
    }
    .secc .part3{
        flex-direction: column;
        gap: 70px;
        position: relative;
        transform: translateY(-27%);
        width: 100%;
        top: 450px;
        right: 5%;
    }
    #particles-js1 #p3 .pk{
        width: 320px;
        height: 300px;
        position: relative;
    }
    #particles-js1 #p3 .pk:nth-child(3) p{
        top: 42%;
    }
    #particles-js1 #p3 .pk:nth-child(1) h2{
        top: -30%;
    }
    .secc .pk h2{
        font-size: 22px;
        width: 50%;
        left: 38%;
        top: -29%;
    }
    .secc .pk p{
        font-size: 17px;
        top: 43%;
        left: 10%;
        width: 80%;
        height: 50%;
    }
    .partt2{
        margin-top: 5%;
        height: 100%;
        position: relative;
    }

    .partt2 .brief{
        flex-direction: column;
        gap: 30px;
        width: 100%;
        margin-bottom: 13%;
        
    }
    
    .partt2 .brief .vi{
        height: 350px;
        width: 420px;
        padding: 2%;
        padding-bottom: 3%;
        transform: translateY(0%);
    }
    
    .vi .vision .txt{
        font-size: 28px;
        margin: 8% -10%;
    }
    .vi .vision #text{
        font-size: 16px;
    }
}
@media (max-width: 799px) and (min-width: 700px){
    .secc{
        padding-bottom: 1400px;
    }
    #particles-js1 h1{
        font-size: 50px;
        left: 0%;
        top: 2.5%;
        width: 100%;
    }
    #particles-js1 .pm{
        font-size: 20px;
        width: 80%;
        left: 10%;
        top: 11%;
    }
    .secc .part3{
        flex-direction: column;
        gap: 70px;
        position: relative;
        transform: translateY(-33%);
        width: 100%;
        top: 450px;
        right: 5%;
    }
    #particles-js1 #p3 .pk{
        width: 320px;
        height: 300px;
        position: relative;
    }
    #particles-js1 #p3 .pk:nth-child(3) p{
        top: 42%;
    }
    #particles-js1 #p3 .pk:nth-child(3) p{
        top: 42%;
    }
    #particles-js1 #p3 .pk:nth-child(3) {
        margin-bottom: -20%;
    }
    .secc .pk h2{
        font-size: 22px;
        width: 52%;
        left: 38%;
        top: -30%;
    }
    .secc .pk p{
        font-size: 17px;
        top: 40%;
        left: 10%;
        width: 80%;
        height: 50%;
    }
    .partt2{
        margin-top: 5%;
        height: 100%;
        position: relative;
    }

    .partt2 .brief{
        flex-direction: column;
        gap: 30px;
        width: 100%;
        margin-bottom: 13%;
        
    }
    
    .partt2 .brief .vi{
        height: 320px;
        width: 500px;
        padding: 2%;
        padding-bottom: 3%;
        transform: translateY(0%);
    }
    
    .vi .vision .txt{
        font-size: 28px;
        margin: 8% -10%;
    }
    .vi .vision #text{
        font-size: 17px;
    }
}
@media (max-width: 899px) and (min-width: 800px){
    #particles-js1{
        height: fit-content;
    }
    #particles-js1 h1{
        font-size: 50px;
        left: 0%;
        top: 2.5%;
        width: 100%;
    }
    #particles-js1 .pm{
        font-size: 20px;
        width: 80%;
        left: 10%;
        top: 20%;
    }
    .secc .part3{
        flex-direction: row;
        gap: 40px;
        position: relative;
        width: 90%;
        top: 350px;
        right: 0;
        padding: 0 5%;
        margin-bottom: -20%;
    }
    #particles-js1 #p3 .pk{
        width: 360px;
        height: 300px;
        position: relative;
    }
    #particles-js1 #p3 .pk:nth-child(3) p{
        top: 42%;
    }
    #particles-js1 #p3 .pk:nth-child(1) h2{
        top: -25%;
        left: 56%;
    }
    .secc .pk h2{
        font-size: 15px;
        width: 53%;
        left: 51%;
        top: -25%;
    }
    .secc .pk p{
        font-size: 15px;
        top: 30%;
        left: 10%;
        width: 80%;
        height: 50%;
    }
    .partt2{
        margin-top: 3%;
        height: 100%;
        position: relative;
    }

    .partt2 .brief{
        flex-direction: column;
        gap: 30px;
        width: 100%;
        margin-bottom: 10%;
        
    }
    
    .partt2 .brief .vi{
        height: 300px;
        width: 580px;
        padding: 2%;
        padding-bottom: 3%;
        transform: translateY(2%);
    }
    
    .vi .vision .txt{
        font-size: 30px;
        margin: 6% -10%;
    }
    .vi .vision #text{
        font-size: 17px;
    }
}
@media (max-width: 1360px) and (min-width: 900px){
    #particles-js1{
        height: fit-content;
    }
    #particles-js1 h1{
        font-size: 50px;
        left: 0%;
        top: 2.5%;
        width: 100%;
    }
    #particles-js1 .pm{
        font-size: 20px;
        width: 80%;
        left: 10%;
        top: 20%;
    }
    .secc .part3{
        flex-direction: row;
        gap: 40px;
        position: relative;
        width: 90%;
        top: 350px;
        right: 0;
        padding: 0 5%;
        margin-bottom: -28%;
    }
    #particles-js1 #p3 .pk{
        width: 320px;
        height: 300px;
        position: relative;
    }
    #particles-js1 #p3 .pk:nth-child(3) p{
        top: 42%;
    }
    #particles-js1 #p3 .pk:nth-child(1) h2{
        top: -25%;
        left: 50%;
    }
    .secc .pk h2{
        font-size: 16px;
        width: 53%;
        left: 46%;
        top: -26%;
    }
    .secc .pk p{
        font-size: 15px;
        top: 35%;
        left: 10%;
        width: 80%;
        height: 50%;
    }
    .partt2{
        margin-top: 3%;
        height: 100%;
        position: relative;
    }

    .partt2 .brief{
        flex-direction: column;
        gap: 30px;
        width: 100%;
        margin-bottom: 10%;
        
    }
    
    .partt2 .brief .vi{
        height: 250px;
        width: 680px;
        padding: 2%;
        padding-bottom: 5%;
        transform: translateY(2%);
    }
    
    .vi .vision .txt{
        font-size: 33px;
        margin: 4% -10%;
    }
    .vi .vision #text{
        font-size: 17px;
    }
}

/* start sec3 */
#particles-js1{
    position: relative;
    width: 100%;
    height: 700px;
    background-image: linear-gradient(to right, #757f9a, #d7dde8);
    z-index: 4;
}
.secc h1{
    z-index: 5;
    text-align: center;
    font-size: 56px;
    font-family: Courgette,cursive;
    color: #8f0606;
    position: absolute;
    margin-top: -2%;
    left: 29%;
    padding-top: 4%;
}
.secc p{
    z-index: 5;
    text-align: center;
    font-size: 22px;
    font-family: Courgette,cursive;
    width: 60%;
    position: absolute;
    left: 20%;
    top: 18%;
}
.secc .part3{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    position: absolute;
    width: 90%;
    top: 44%;
    left: 5%;
    margin: 0 auto;
}
.part3 .pk:hover{
    transform: translateY(-9%);
    box-shadow: none;
}
.part3 .pk{
    width: 340px;
    height: 270px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 1px 1px 4px 3px gray;
    position: relative;
}
.pk img{
    width: 80px;
    height: 80px;
    margin: 4%;
}
.pk h2{
    font-size: 22px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    width: 60%;
    left: 34%;
    top: -27%;
}
.pk p{
    font-size: 17px;
    top: 34%;
    height: 50%;
}