@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/************** All ****************/



* {

    font-family: Plus Jakarta Sans;

    /* font-weight: 600; */

}

li{

    font-weight: 400 !important;

}





.group-section .small-title {

    color:#0260A3;

    font-size: 20px;

    margin-bottom: 16px;

    font-weight: 700;

}





/************** Preloader temporary disable ****************/

/* .preloader {

    display: none;

}



.preloader-logo {

    display: none;

} */









/*================ Main Nav  ==================*/



.contact-btn {

    padding: 10px 20px;

    font-weight: 500;

    font-size: 16px;

    background: linear-gradient(90deg, #0C5996, #37764C, #71AA7A);

    color: white;

    border: none;

    cursor: pointer;

    align-items: center;

    gap: 10px;

    letter-spacing: 1px;

    position: relative;

    overflow: hidden;

    border-radius: 0;

    text-decoration: none;

    display: inline-flex;

    clip-path: polygon(0 0, 92% 0, 100% 30%, 100% 100%, 0 100%);

}

.main-nav .contact-btn {
    padding: 0px 36px 0px 20px;
    font-weight: 700;
    font-size: 18px;
    background: linear-gradient(90deg, #0C5996, #37764C, #71AA7A);
    color: white;
    border: none;
    cursor: pointer;
    align-items: center;
    gap: 10px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    text-decoration: none;
    display: inline-flex;
    clip-path: polygon(0 0, 92% 0, 100% 30%, 100% 100%, 0 100%);
    line-height: 62px;
    height: 62px;
}



.contact-btn:hover {

    background: linear-gradient(90deg, #71AA7A, #37764C, #0C5996);

    transform: scale(1.02) ease-in-out;

    color: white;

}



/*.menu-item{*/

/*    font-weight:600;*/

/*}*/



.main-nav {

    margin: 0px;

}



.logo-img {

    height: 55px;

    width: auto;

    padding-left: 40px;

}



.navbar-nav .nav-link {
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0px 0px 5px 0px;
    margin: 0px 30px;
}





/*================ Top info bar section ==================*/

.info-bar {

    display: none !important;

}



i.social1 {

    padding: 10px 13px;

}



i.social3 {

    padding: 10px;

}











/*================ Banner video section ==================*/

.hero-content p {

    display: none;

}



.hero-content h1 {

    font-size: 80px;

    font-weight: 600;

    margin-top: 10px;

}



.hero-buttons {

    display: none !important;

}



/*.hero-section {*/

/*    position: relative;*/

/*    width: 100%;*/

/*    height: 108.3vh;*/

/*    overflow: hidden;*/

/*    margin-top: -159px;*/

/*    padding-top: 190px;*/

/*    z-index: -1;*/

/*}*/



/*.hero-section video {*/

/*    position: absolute;*/

/*    top: 0;*/

/*    left: 0;*/

/*    width: 100%;*/

/*    height: 100%;*/

/*    object-fit: cover;*/

/*    z-index: 1;*/

/*    clip-path: polygon(30% 0%, 100% 0, 100% 30%, 100% 100%, 70% 100%, 2% 100%, 0 95%, 0 0);*/

/*}*/





/*================ Welcome to A2A trading ==================*/

.card-image img {

    height: 325px;

    width: 100%;

}



.logo-top {

    width: 100%;

    height: 100%;

    position: absolute;

    z-index: 99;

    object-fit: contain;

    bottom: 0px;

    left: 0;

    background-color: #ffffffab;

    opacity: 100%;

    padding: 40px;

    clip-path: polygon(0 0, 90% 0, 100% 9%, 100% 100%, 0% 100%);

}



.logo-top {

    width: 100%;

    height: 100%;

}



/* .trading-logo{

    width: 200px;

    height: 100px;

 } */

/* .over-logo {

    width: 100%;

    height: 100%;

    position: absolute;

    z-index: 99;

    object-fit: contain;

    bottom: 0px;

    left: 0;

    background-color: #ffffffab;

    opacity: 100%;

    padding: 70px;

    clip-path: polygon(0 0, 90% 0, 100% 9%, 100% 100%, 0% 100%);

} */



.company-card:hover {

    overflow: hidden;



    .logo-top {

        opacity: 0;

        animation: fade-bottom 0.6s ease;

        z-index: -99;

        transition: 1s ease;

    }

}



@keyframes fade-bottom {

    0% {

        opacity: 1;

    }

20%{

    bottom: -70%;

}

    100% {

        bottom: -100%;

        left: -100%;

        opacity: 0;

        transition: 1s ease;

    }

}



.know-btn {

    padding: 10px 20px;

    font-weight: 600;

    font-size: 12px;

    background: linear-gradient(90deg, #0a4b92 54%, #48b8d0);

    color: #ffffff;

    border: none;

    cursor: pointer;

    align-items: center;

    gap: 10px;

    letter-spacing: 2px;

    position: relative;

    overflow: hidden;

    display: inline-flex;

    clip-path: polygon(0 0, 92% 0, 100% 30%, 100% 100%, 0 100%);

}



.know-btn:hover {

    background: linear-gradient(90deg, #48b8d0, #0a4b92 54%);

    color: #fff;

    transform: scale(1.02) ease-in-out;

}



.know-btn::before {

    content: '';

    position: absolute;

    top: 0;

    left: -100%;

    width: 100%;

    height: 100%;

    background: rgba(255, 255, 255, 0.4);

    transition: left 0.5s ease;

}



.know-btn:hover::before {

    left: 100%;

}



.know-btn i {

    font-size: 18px;

    transition: transform 0.3s ease;

}



.know-btn:hover i {

    transform: translateX(5px);

}









/*================ Image Grid Section ================*/

.hero-image {

    display: none;

}













/*================ Our Segment Section ================*/

.segment-section {

    display: none;

}











/*================ Who are We Section  ================*/

.left-stack {
    position: relative;
    justify-content: start;
    display: flex;
}



.bottom-img {

    position: relative;

    height: 500px;

    top: 0;

}



.logo-overlap {

    display: none;

    position: absolute;

    width: 75px;

    height: 65px;

    top: 410px;

    left: 105px;

}



/* .btn-gradient {

    padding: 10px 20px;

    font-weight: 500;

    font-size: 16px;

    background: linear-gradient(90deg, #0C5996 15%, #37764C, #71AA7A);

    color: #ffffff;

    border: none;

    cursor: pointer;

    align-items: center;

    gap: 10px;

    position: relative;

    overflow: hidden;

    display: inline-flex;

    clip-path: polygon(0 0, 92% 0, 100% 30%, 100% 100%, 0 100%);

} */

.btn-gradient {

    padding: 15px 30px;

    font-weight: 600;

    font-size: 12px;

   background: linear-gradient(95.46deg, #0C5996 5.51%, #37764C 75.38%, #71AA7A 120.55%);


    color: #ffffff;

    border: none;

    cursor: pointer;

    align-items: center;

    gap: 10px;

    position: relative;

    overflow: hidden;

    display: inline-flex;

    clip-path: polygon(0 0, 94% 0, 100% 20%, 100% 100%, 0 100%);

    letter-spacing: 2px;

}



.btn-gradient:hover {

    background: linear-gradient(90deg, #71AA7A, #37764C, #0C5996);

    color: #fff;

    transform: scale(1.02) ease-in-out;

}



.about li {
    font-size: 20px;
    margin-bottom: 12px;
    color: rgba(16, 37, 33, 1);
}
.about ul li:last-child{
    margin-bottom: 15px;
}



.about p{

    font-size:20px;

    margin-bottom: 20px;

}

.about a.btn-gradient {
    text-transform: uppercase;
    height: 62px;
    gap: 7px;
    font-weight: 700;
    padding: 15px 28px 15px 20px;
}

/*================ Our Story Section ================*/

.our-story {
    padding: 45px 0px 120px;
}



.small-title {

    font-weight: 700;

    letter-spacing: 1.6px;

    font-size:20px;

    color:#0260A3;

}


.years {
    padding-bottom: 25px;
    border-bottom: 1px solid;
    display: flex;
    margin-bottom: 25px;
}




.dot-years {
    font-size: 32px;
    font-weight: 800;
    position: relative;
    margin-right: 185px;
    margin-left: 25px;
    color: #000;
}


.dot-years:after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 30px;
    background-color: #0CB54E;
    position: absolute;
    top: 66px;
    right: 30px;
}



.years-content {

    display: flex;



}




.years-content p {
    width: 236px;
    margin-right: 0;
    margin-left: 22px;
    text-align: left;
    font-weight: 400 !important;
    font-size: 20px;
    color: #000;
    margin-bottom: 0px;
}











/*================ Why Us Section ================*/

.stats-section {

    padding: 50px 0px;

}



.marker {

    display: none;

}



.ship {

    display: none;

}



.route-svg {

    display: none;

}



.world-map {

    /* width: 90%; */

    object-fit: cover;

    /* padding: 30px 0px 20px; */

    width: 100%;

    padding: 0px;

}





/*=============== Contact Us=================*/

/* .contact-us-button {

    padding: 15px 101px;

    font-weight: 500;

    font-size: 16px;

    background-color: #ffffff;

    color: #0c5996;

    border: none;

    letter-spacing: 0.5px;

    cursor: pointer;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    text-transform: uppercase;

    transition: all 0.3s ease;

    position: relative;

    overflow: hidden;

    clip-path: polygon(0 0, 92% 0, 100% 30%, 100% 100%, 0 100%);

} */

.contact-us-button {
    padding: 15px 101px;
    font-weight: 800;
    font-size: 12px;
    background-color: #ffffff;
    color: #0c5996;
    border: none;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 92% 0, 100% 30%, 100% 100%, 0 100%);
    letter-spacing: 2px;
    height: 60px;
}





/*================ Sustainability Section ================*/

.sustainability-section {

    display: none;

}









/*================ Blog Section ================*/

.blog-section {

    display: none;

}











/*================ our clients/company Section ================*/

.company-section {
    padding: 120px 0px 85px;
}



.company-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #1c75bc;
}







.company-description p {

    text-align: center;

    padding: 10px 140px;

}





.company-image {

    width: 100%;

    margin: 10px 0px;

}







/* company marquee */

.main-marq {

    margin-top: 20px;

}



.marq-img {

    margin-right: 25px;

    border: 1px solid #e6ebed;

    border-radius: 10px;

}



.marquee2 {

    margin-top: 15px;

    margin-bottom: 30px;

}



.company-logo-row {

    justify-content: center;

}











/*================== Footer ====================*/

.footer-btn {

    display: none !important;

    padding: 10px 100px;

    font-weight: 500;

    font-size: 16px;

    background-color: #ffffff;

    color: #000000;

    letter-spacing: 0.5px;

    cursor: pointer;

    align-items: center;

    gap: 10px;

    transition: 0.3s ease all;

    /* display: inline-flex; */

    position: relative;

    overflow: hidden;

    clip-path: polygon(0 0, 92% 0, 100% 30%, 100% 100%, 0 100%);

}



.footer-list li {
    margin-bottom: 18px;
    position: relative;
    padding-left: 30px;
    font-weight: 600 !important;
}
.footer-list li:last-child {
    margin-bottom: 0px;
}
.footer-bottom p a {
    font-weight: 500;
}


.footer-svg {
    padding-bottom: 5px;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 600;
}

.footer-svg img {
    margin-right: 20px;
    width: 28px;
    height: 28px;
    margin-top: 3px;
}

p.footer-visible.footer-list.footer-svg a {
    font-size: 24px;
}

.footer-section {

    padding: 75px 0px 20px;

    background-color: #fff7f3;

    position: relative;

}



.developed-link a {

    color: white;

}



i.foot-3 {

    z-index: 8;

    position: relative;

    display: flex;

    font-size: 20px;

    color: #ffffff;

    padding: 8px 10px;

}



.footer-fluid{

    padding:0px 160px;

}



.footer-bottom p {

    font-size:16px;

}


@media (max-width:1919px) {
    .logo-img {
        padding-left: 0;
    }
    .navbar-nav .nav-link {
        font-size: 16px;
        margin: 0px 20px;
    }
    .menu-item-has-children:after {
        top: 0px !important;
        right: 0px !important;
    }
    .main-nav .contact-btn {
        font-size: 16px;
        line-height: 58px;
        height: 58px;
    }
    .footer-svg {
    font-size: 20px;
}
p.footer-visible.footer-list.footer-svg a {
    font-size: 20px;
}
}
@media (max-width:1439px) {
    .hero-content h1 {
        font-size: 65px;
    }
    .about p {
    font-size: 18px;
}
.about li {
    font-size: 18px;
}
.years-content p {
    font-size: 16px;
}
}
@media (max-width:1400px) {
    .navbar-nav .nav-link {
        font-size: 14px;
        margin: 0px 15px;
    }
}
@media (max-width:1279px) {
    .hero-content h1 {
        font-size: 58px;
    }
}
@media (max-width:1199px) {
    .main-nav .contact-btn {
    font-size: 15px;
    line-height: 55px;
    height: 55px;
    padding: 0px 20px 0px 20px;
}
.me-lg-5 {
    margin-left: 20px;
}
.footer-svg {
    font-size: 16px;
}
p.footer-visible.footer-list.footer-svg a {
    font-size: 16px;
}
.footer-svg img {
    margin-right: 15px;
}
i.foot-3 {
    padding: 6px 8px;
}
.hero-content h1 {
    font-size: 50px;
}
.about li {
    font-size: 17px;
}
.about p {
    font-size: 16px;
}
.our-story {
    padding: 45px 0px 80px;
}
.company-section {
    padding: 80px 0px;
}
.years-content p {
    font-size: 15px;
    margin-left: 20px;
}
.dot-years {
    font-size: 28px;
}
.years {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.dot-years:after {
    top: 50px;
}
.menu-item-has-children:after {
    right: -8px !important;
}

}
@media (max-width:991px) {
    .our-story {
    padding: 45px 0px 70px;
}
.company-section {
    padding: 70px 0px;
}
.group-section .small-title {
    font-size: 18px;
    margin-bottom: 5px;
}
.about li {
    font-size: 16px;
    margin-bottom: 10px;
}
.about p {
    font-size: 14px;
}
.about a.btn-gradient {
    height: 50px;
    padding: 10px 28px 10px 20px;
}
.company-title {
    font-size: 18px;
    margin-bottom: 8px;
}
.dot-years {
    font-size: 24px;
}
.years {
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.dot-years:after {
    top: 43px;
    width: 10px;
    height: 10px;
}
.years-content p {
    font-size: 13px;
    margin-left: 10px;
}
.small-title {
    font-size: 18px;
    margin-bottom: 8px;
}
.hero-content h1 {
    font-size: 44px;
}

}
@media (max-width:767px) {
    .our-story {
    padding: 45px 0px 50px;
}
.company-section {
    padding: 50px 0px;
}
.hero-content h1 {
    font-size: 28px;
    text-align: center;
}
.group-section .small-title {
    font-size: 16px;
    margin-bottom: 2px;
}
.about li {
    font-size: 15px;
}
.small-title {
    font-size: 16px;
    margin-bottom: 5px;
}
.about a.btn-gradient {
    margin: 0px auto;
}
.about p {
    text-align: center;
}
}
@media (max-width:374px) {
    .hero-content h1 {
        font-size: 23px;
    }
}