@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.about-header{
    padding: 0 !important;
    display: flex;
    justify-content: space-between;

    height: 450px;
}
.about-heading{
    background: #415A7D;
    padding-right: 15px;
    padding-left:  clamp(20px, 2vw, 115px) ;
    padding-top: clamp(65px, 2vw, 115px);
    padding-bottom: clamp(65px, 2vw, 115px);



    color: white;
    flex: 2 1 clamp(14.5rem, 3vw, 14.5rem) !important;
    clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.about-heading-box, .about-heading-subheading-box{
    flex-basis: unset !important;
    flex-grow: unset !important;
}


.about-heading-wrapper{
    display: flex;
    justify-content: center;
    align-items: center !important;
    gap: clamp(10px, 2vw,20px);

    position: relative;
}
.about-heading-wrapper::after{
    content: '';
    position: absolute;
    height: 1px;
    width: 99%;
    background: #697D99;
    bottom:-5px;
    left: 0;
    right: 0;
}
.about-heading h1{
    white-space: nowrap;
    color: white;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 4px;

    font-size: clamp(45px, 5vw, 85px);
    flex: 2;
    text-align: left;
}
.about-heading p{
    flex: 1;
    font-size:clamp(25px, 3vw, 35px);
    font-weight: bold;
    white-space: nowrap;

}
.about-separator{
    height: clamp(80px, 3vw, 100px) !important;
    background:  #D20003;

}
.about-header-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    flex: 3 !important;
}
.about-header-info h2{
    text-transform: uppercase;
    font-size: clamp(28px, 3vw, 32px);
    color: #122F57 !important;
    letter-spacing: 1px;
}
.about-header-info p{
    width: clamp(100%, 5vw, 60%);
    color: #000;
}   
.about-header-right-shape{

    flex: 1 1 clamp(100px, 20vw, 180px);

    background: #D20003;

    clip-path: polygon(100% 0,100% 0, 0 50%, 100% 100%, 100% 100%);
  }

/* About main */

.about-main{
    margin: 0 auto !important;
    padding: 120px 10px !important;
}
.about-main-content{

    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    gap:35px;

}
.about-main-container{

}
.about-main-items{
    margin: 120px 0 0 0 !important;
    gap: clamp(30px, 3vw, 50px) !important;
}
.about-main h5{
    margin-bottom: 30px;
    color: #000;
}
.about-main-item{
    padding: 60px 30px 30px 20px;
    border: 1px solid #E8E8E8;
    position: relative;
    margin-top: 100px;
    color: #000;
    width: clamp(200px, 30vw, 380px);

}
.about-main-item img{
    width: 55px;
}
.about-main-item-image-box{
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translate(-50%);

    padding: 20px;
    background: #273E55;
    border-radius: 50%;
}
.about-main-item p{

}

/*Banner*/
.about-banner{
    padding: 50px;
    background: #415A7D;
    /*background: #273E55;*/
    height: 450px;
    justify-content: center !important;
    align-items: center !important;
    gap: 50px;
}
.about-banner img{
    width: clamp(420px, 10vw, 350px);
}
.about-banner-content{

}
.about-banner-item{
    flex-basis: unset !important;
    flex-grow: unset !important;
    width: clamp(28vw, 34vw, 40vw);

    display: flex;
    justify-content: center;
    align-items: center;
}
.about-banner-info{
    justify-content: center;
    color: #fff;
}
.about-banner-info h5{
    font-size: clamp(35px, 4vw, 45px);

    color: #fff !important;

}
.about-banner-info p {
    padding: 0 20px 0 0;
}
.about-banner-image-box{

}


/*responsive design*/

@media (max-width: 781px) {
    .about-heading {

    }

    .about-heading h1 {
        font-size: clamp(35px, 6vw, 60px);
        text-align: center;
    }
    .about-header-right-shape{
        width: 100px;
        height: 100px;
        align-self: flex-end;
        flex-basis: unset !important;
        clip-path:polygon(
                100% 0%,      /* top right */
                0% 100%,        /* top left */
                0% 0,      /* arrow tip pointing up at 45% */
                0% 100%,      /* bottom left */
                100% 100%     /* bottom right */
        );

    }
    .about-heading p {
        font-size: clamp(20px, 4vw, 28px);
        text-align: center;
        white-space: normal;
    }

    .about-header {
        flex-direction: column;
        height: auto;
        gap: 10px;
    }

    .about-header-info h2{
    font-size: clamp(22px, 3vw, 28px);
    }
    .about-header-info {
        flex: unset !important;
        padding: 30px 15px 0px 15px;
        text-align: center;
    }

    .about-heading-wrapper {

        flex-wrap: nowrap !important;
        justify-content: flex-start;
        gap: clamp(5px, 2vw, 10px);
    }
    .about-separator{
        width: clamp(5px, 1vw, 10px);
        height: clamp(60px, 2vw, 80px) !important;
    }
    .about-separator-box, .about-heading-box, .about-heading-subheading-box{
        flex-basis: unset !important;
        margin-bottom: 0 !important;

    }
    .about-separator-box{

        width: 10px;
        flex-grow: unset !important;

    }
    .about-main{
        padding: 55px 10px !important;
    }
    .about-main-items {
        flex-direction: column !important;
        gap: 75px !important;
        margin-top: 60px !important;
        align-items: center !important;
    }
    .about-main-item-image-box{
        padding: 15px;
    }

    .about-main-item > div{
        width: 100% !important;
    }
    .about-main-item {
        width: 95% !important;
        margin-top: 60px;
        padding-right: 20px;
    }
    .about-main-items-subheading{
        text-align: center;
    }



    .about-banner {

        height: auto;
        padding: 30px 15px !important;
        gap: 30px;
    }


    .about-banner-item {
        width: 40vw;
    }


    .about-banner-info h5 {
        font-size: clamp(24px, 6vw, 40px);
    }

    .about-banner-info p {
        width: 100%;
        padding: 10px 0;
    }
}

@media(max-width:500px){
    .about-banner {
    flex-direction:column;
    }

    /*.about-banner img {*/
    /*    width: 40vw;*/
    /*}*/

    .about-banner-item:first-child{
        order:2;
        align-self: flex-end;
        width: 250px;

    }
    .about-banner-item:last-child{
        align-self: center;
        width: 100%;
        text-align: center;
    }
    .about-banner-item {
    margin-bottom: 0 !important;
    }

    /*.about-banner-info {*/
    /*    align-items: center !important;*/
    /*}*/
    .about-banner-info h5 {

    }

    .about-banner-info p {

    }
}
