* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Poppins;
}

li {
    list-style-type: none;

}

body {
    font-family: 'Inter', serif;
    font-weight: 400;
}


.row {
    display: flex;
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}








/* HEADER SECTION */


.logimg img {
    width: 200px;
}

.headercontain {
    padding-top: 25px;
    padding-bottom: 20px;
    position: fixed;
    z-index: 222222222;
    top: 0;
    left: 0;
    right: 0;
    transition: background-color 0.3s ease;
}

.core-icon img {
    width: 40px;
}


.headercontain.scrolled {
    background-color: #00202B;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


/* .menu {
    padding-right: 184px;
} */


.menu ul {
    display: flex;
    gap: 20px;
    justify-content: end;
    margin-bottom: 0;
}

.menu ul li a {
    text-decoration: none;
    color: #ffff;
    font-size: 16px;
    transition: all 0.1s ease;
    display: block;
    font-weight: 300;
}

.menu ul li a:hover {
    color: #009ad1;
    font-weight: 500;
    text-decoration: underline;
}


.headbtn a {
    background-color: #044C67;
    padding: 10px 20px;
    text-decoration: none;
    color: #ffff;
    border-radius: 30px;
    display: block;
}

.headbtn a:hover {
    background-color: #ffff;
    color: #044C67;
    font-weight: 500;
}

.hdr i {
    display: none;
}

.headmen {
    display: flex;
    justify-content: end;
    gap: 20px;
    align-items: center;
}



/* HERO SECTION */

.herosection {
    position: relative;
    height: 768px;
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}

.back-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.herosection-content {
    position: absolute;
    z-index: 2222;
    color: #fff;
    bottom: 20%;
    transform: translateY(-40%);
}












/* .herosection {
    background-image: url(../assest/hero-image.png);
    height: 700px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 50px;

}

.herosection {
    padding-bottom: 50px;
} */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000ab;
    top: 0;
    left: 0;
    z-index: 2;
}

.hero {
    position: relative;
    z-index: 22;
    padding-top: 100px;
}

.herosection-content h1 {
    font-size: 55px;
    color: #ffff;
    margin-bottom: 20px;
    line-height: 56px;

}

.herosection-content p {
    color: #ffff;
    margin-bottom: 40px;
}



.herotext {
    padding-bottom: 40px;
}

.hr-btn a {
    color: #ffffff;
    background-color: #044C67;
    text-decoration: none;
    transition: all 0.1s ease;
    border-radius: 30px;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: space-around;
    height: 48px;
    width: 154px;
    transition: all 0.3s;
    padding-left: 5px;
}

.hr-btn a span {
    background-color: #ffff;
    border-radius: 50px;
    height: 41px;
    width: 41px;
    font-size: 20px;
    color: #044C67;
    display: flex;
    align-items: center;
    justify-content: center;
    rotate: inherit;
    transition: all 0.3s;
}

.hr-btn a:hover {
    border: 2px solid#044C67;
    background-color: #ffffff;
    color: #044C67;
}

.hr-btn a:hover span {
    color: #ffff;
    background-color: #044C67;
    transform: rotate(-35deg)
}





/* ABOUT SECTION */

.ab-img img {
    width: 100%;
    border-radius: 15px 0 15px 15px
}

.ab-btn a {
    color: #ffffff;
    background-color: #044C67;
    text-decoration: none;
    transition: all 0.1s ease;
    border-radius: 30px;
    display: flex;
    font-size: 16px;
    gap: 21px;
    align-items: center;
    justify-content: space-around;
    height: 46px;
    width: 156px;
    transition: all 0.3s;
    padding-left: 7px;
}

.ab-btn a span {
    background-color: #ffff;
    border-radius: 50px;
    height: 41px;
    width: 41px;
    font-size: 20px;
    color: #044C67;
    display: flex;
    align-items: center;
    justify-content: center;
    rotate: inherit;
    transition: all 0.3s;
}

.ab-btn a:hover {
    border: none;
    border: 2px solid #044C67;
    color: #044C67;
    background-color: transparent;
}

.ab-btn a:hover span {
    color: #ffff;
    background-color: #044C67;
    transform: rotate(-35deg)
}

.ab-images {
    position: relative;
}


.ab-button {
    margin-bottom: 30px;
}

.ab-text h2 {
    font-size: 40px;
    line-height: 40px;
}

.ab-img {
    width: 93%;
}

.abou-image::after {
    content: "";
    position: absolute;
    top: -25px;
    right: 0px;
    z-index: -1;
    background-color: #044C67;
    width: 110px;
    height: 400px;
    border-radius: 10px 0 10px;
}

/* .about-texts {
    padding: 20px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    border-radius: 0 15px 15px;
} */

.about-texts h2 {
    font-size: 40px;
    padding-bottom: 20px;
}

.about-texts p {
    padding-bottom: 20px;
}

.abou-image {
    position: relative;
}





/* BANNER SECTION */

.bannnnnr {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-right: 3px solid #ffff;
    height: 90px;
}

.bannersection {
    background-image: url(../assest/banner-image.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 50px;
    margin-bottom: 50px;

}

.s01 {
    background-color: #ffff;
    display: flex;
    width: 3px;
    height: 90px;
}

.ban-text p {
    margin-bottom: 0;
    color: #ffff;
}

.ban-number p {
    color: #ffff;
    margin-bottom: 0;
}

.ban-number {
    text-align: center;
}

.ban-number h3 {
    color: #ffff;
    font-size: 35px;
    font-weight: 700;

}

.bannnnnro {
    display: flex;
    align-items: center;
    justify-content: space-around;

}

.ban-number h3 {
    font-size: 2rem;
    font-weight: bold;
}




/* OUR SERVICES */


.or-servi img {
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s
}

.our {
    padding: 15px;
    border-radius: 15px;
    background-color: #ebebf782;
    height: 100%;
    transition: all 0.3s;
}

.our:hover {
    box-shadow: 1px 2px 2px rgb(0 0 0 / 25%);
}

.our:hover img {
    transform: scale(1.02);
}

/* 
.or-btn a {
    padding: 4px 30px 6px;
    color: #ff0000;
    text-decoration: none;
    border: 2px solid #ff0000;
    transition: all 0.1s ease;
    display: block;
    text-align: center;
    border-radius: 30px;
    width: fit-content;

} */
.or-btn a {
    color: #ffffff;
    background-color: #044C67;
    text-decoration: none;
    transition: all 0.1s ease;
    border-radius: 30px;
    display: flex;
    font-size: 16px;
    gap: 18px;
    align-items: center;
    justify-content: space-around;
    height: 46px;
    width: 156px;
    transition: all 0.3s;
    padding-left: 7px;
}

.or-btn a span {
    background-color: #ffff;
    border-radius: 50px;
    height: 41px;
    width: 41px;
    font-size: 20px;
    color: #044C67;
    display: flex;
    align-items: center;
    justify-content: center;
    rotate: inherit;
    transition: all 0.3s;
}

.or-btn a:hover {
    border: 2px solid #044C67 !important;
    color: #044C67 !important;
    background-color: transparent !important;
}

.or-btn a:hover span {
    color: #ffff;
    background-color: #044C67;
    transform: rotate(-35deg)
}

.servi-head h2 {
    font-size: 40px;
    text-align: center;
    padding-bottom: 35px;
}

.or-texts p {
    margin-bottom: 30px;
}

.or-texts h3 {
    font-size: 24px;
    padding-bottom: 10px;
}

.or-textss p {
    margin-bottom: 59px;
}

.or-textts p {
    margin-bottom: 92px;
}

.or-teexts p {
    margin-bottom: 77px;
}

.or-texxts p {
    margin-bottom: 105px;
}

.or-btn a:hover {
    background-color: #044C67;
    border: none;
    color: #ffff;
}

.or-servi {
    padding-bottom: 25px;
}





/* WHY CHOOSES */

.why-text h2 {
    font-size: 40px;
    text-align: center;
    padding-bottom: 35px;

}

.whs {
    background-color: #EBEBF7;
    padding: 15px;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    border-radius: 0 30px 30px;
    /* min-height: 449px; */

}

.whs:hover {
    border-left: 5px solid #0b536e;
}

.whsss {
    background-color: #EBEBF7;
    padding: 15px;
    margin-bottom: 25px;
    min-height: 449px;
    transition: all 0.5s;
    border-radius: 0 30px 30px;
}

.whsss:hover {
    border-left: 5px solid #0b536e;
}

/* .sers{
    display: flex;
} */

.icn {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px dashed #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.whss {
    background-color: #EBEBF7;
    padding: 15px;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    border-radius: 0 30px 30px;
}

.whss:hover {
    border-left: 5px solid #0b536e;
}

.whss p {
    margin-bottom: 32px;
}




/* CTA SECTION */


.cta {
    margin-bottom: 60px;
}

.ftext {
    position: relative;
    margin-bottom: 15px;
}

.ftextt {
    margin-bottom: 15px;
}

.ftext input[type="email"] {
    background-color: #f1f1f1;
    padding: 12px;
    font-size: 16px;
    color: #0d263c;
    border: none;
    width: 100%;
    border-radius: 15px;
}

.fsecondtext {
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 2;
}

.fsecondtext input[type="button"] {
    background-color: #044C67;
    padding: 13px;
    font-size: 16px;
    border: none;
    color: #ffffff;
    border-radius: 15px;
}

.fsecondtext input[type="button"]:hover {
    background-color: #075977;
    color: #ffff;
}

.cta-text h3 {
    color: #ffff;
    font-size: 25px;
}

.cta-text p {
    color: #ffff;
    margin-bottom: 0;

}



/* FOOTER SECTION */

.footersection {
    background-color: #00202B;
    background-image: url(../assest/world-map.png);
    margin-top: 50px;
    border-radius: 70px 70px 0 0;
    padding-bottom: 0 !important;
    background-position: top right;
    background-size: 650px;
    background-repeat: no-repeat;
    padding-top: 60px !important;

}

.footer {
    background-color: #0B536E40;
    padding: 44px;
    border-radius: 30px 30px 0 0;
}

.foot-tex {
    padding-top: 30px;
}

.adress {
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
}

.ad-texs p {
    color: #ffff;
    margin-bottom: 0;
    font-weight: 300;

}

.add-icn i {
    color: #ffff;

}

.ad-tex p {
    color: #ffff;
    margin-bottom: 0;
    font-weight: 300;
}

.naviga ul {
    padding-left: 0;
}

.naviga ul li {
    padding-bottom: 10px;
}

.naviga ul li a {
    text-decoration: none;
    color: #ffff;
    font-weight: 300;
    transition: all 0.1s ease;
}

.naviga ul li a:hover {
    color: #009ad1;
    text-decoration: underline;
}

.ad-tex a {
    text-decoration: none;
    color: #ffff;
    transition: all 0.1s ease;
    font-weight: 300;
}

.foot-tex h4 {
    color: #ffff;
}

.ftr-im img {
    width: 100%;
}

.ftr-im {
    width: 230px;
}

.sp {
    background-color: #ffff;
    width: 100%;
    height: 1px;
    margin-top: 35px;
    margin-bottom: 10px;
}

.copyright p {
    color: #ffff;
    margin-bottom: 0;
}

.social-media ul {
    display: flex;
    padding-left: 0;
    gap: 20px;
}

.social-media {
    padding-top: 20px;
}

.social-media ul li a {
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffff;
    padding: 2px;
    border-radius: 7px;
    transition: all 0.5s ease;
}

.social-media ul li a:hover {
    background-color: #ffff;
    color: #000000;
}

.ad-tex a:hover {
    color: #009ad1;
    text-decoration: underline;
}






/* ABOUT PAGE STYLE */


.about-herosection {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    position: relative;

    /* height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 50px; */
}

.ab-pic {
    background-image: url(../assest/abotpage-hero.png);
}


.overlay-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000090;
    top: 0;
    left: 0;
    z-index: 2;
}

.texts {
    position: absolute;
    z-index: 2222;
    color: #fff;
    bottom: -190px;
    left: 0;
    transform: translateY(-40%);
}

.texspn {
    display: block;
}

.texts h1 {
    margin-bottom: 0;
    font-weight: 100;
    font-size: 50px;
    font-style: italic;
}

.texts h5 {
    font-size: 25px;
    font-weight: 100;
    font-style: italic;
}

.text {
    position: absolute;
    z-index: 2222;
    color: #fff;
    top: 180px;
    right: 0;
    transform: translateY(-40%);
}

.text p {
    margin-bottom: 100px;
    font-size: 16px;
    font-style: italic;
    font-weight: 100;
}

.ab-hero {
    position: relative;
}

.text p span {
    padding-left: 12px;
}

.sapn-0 {
    background-color: #006083;
    width: 100%;
    height: 2px;
    display: flex;
    margin-bottom: 2px;
}

.our-im img {
    width: 90%;
    border-radius: 30px 0 30px 30px;
}

.our-posi img {
    width: 90%;
    border: 7px solid #ffff;
    border-radius: 0 30px 30px 30px;
}

.our-posi {
    position: absolute;
    right: -50px;
    z-index: 3;
    bottom: -65px;
}

.ourimages {
    position: relative;
}

.spn {
    background-color: #01202a;
    color: #ffff;
    width: 120px;
    height: 40px;
    display: flex;
    border-radius: 0 30px 30px 30px;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}

.our-texs h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.our-te {
    padding-bottom: 30px;
}

.our-cont p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
}

.ourstorysecton {
    padding-bottom: 110px !important;
}

.pan {
    background-color: #01202a;
    display: flex;
    height: 8px;
    width: 8px;
    border-radius: 50px;
}

.misso img {
    width: 100%;
    border-radius: 0 30px 30px 30px;
}

.mspn {
    background-color: #01202a;
    color: #ffff;
    width: 120px;
    height: 40px;
    display: flex;
    border-radius: 0 30px 30px 30px;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 22;
}

.missionimage {
    position: relative;
    padding-bottom: 40px;

}

.mission {
    padding: 40px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-radius: 0 30px 30px 30px;
    transition: all 0.3s ease;
}

.mission:hover img {
    transform: scale(1.02);
}

.crspn {
    background-color: #01202a;
    color: #ffff;
    width: 150px;
    height: 40px;
    display: flex;
    border-radius: 0 30px 30px 30px;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}

.core {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.core-text {
    background-color: #fee9ff;
    padding: 17px;
    border-radius: 0 30px 30px 0;
}

.core-icon {
    background-color: #0a2933;
    width: 250px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 0 30px;
}

.core-text p {
    margin-bottom: 0;
}

.core-text h3 {
    font-size: 22px;
}



/*SERVICES*/

.serv-pic {
    background-image: url(../assest/service_hero.jpg);
}

.ser img {
    width: 100%;
    border-radius: 30px 0 0;
}

.serr img {
    width: 100%;
    border-radius: 0 30px 0 0;
}

.pic-icons {
    width: 67px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffff;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 25px 0 25px 25px;
}

.pic-icon i {
    font-size: 25px;
}

.serv {
    position: relative;
    padding-bottom: 25px;
}


.pic-icon {
    width: 67px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffff;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 0 25px 25px 25px;
}

.pic-icons i {
    font-size: 25px;
}

.serv-text {
    padding: 24px;
    background-color: #EBEBF7;
    border-radius: 0 0 30px 30px;
}

.serv-textt {
    padding: 24px;
    background-color: #EBEBF7;
    border-radius: 0 0 30px 30px;
}

.serv-text h2 {
    font-size: 65px;
    color: #676767;
    font-weight: 700;
}

.serv-textt h2 {
    font-size: 65px;
    color: #676767;
    font-weight: 700;
}







/* AIR SERVICE */

.air-pic {
    background-image: url(../assest/ocean_services_hero.jpg);
    background-color: #00000014;
}

.srmenu menu ul {
    padding-left: 0;
}

.srmenu menu ul li {
    padding-bottom: 10px;

}

.srmenu menu ul li a {
    text-decoration: none;
    color: #000000;
    padding-right: 40px;
}

.srmenu menu ul li a:hover {
    text-decoration: underline;
    color: #006083;
}

.bord {
    border-right: 1px solid#9d9d9d;
}

.brtex {
    padding: 10px;
    background-color: #3D565F;
    border-radius: 0 30px 0 0;
    color: #ffff;
}

.brtex h5 {
    font-size: 16px;
    margin-bottom: 5px;

}

.brtex h3 {
    font-size: 30px;
}

.broucher p {
    padding: 5px 10px;
    background-color: #ffff00;

    border-radius: 0 0 15px 15px;
}

.broucher p a {
    text-decoration: none;
    color: #000;
}

.points p {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 40px;
}

.image img {
    width: 100%;
    border-radius: 0 30px 30px 30px;
}

.image {
    padding-bottom: 30px;
    padding-top: 30px;
}

.servs {
    position: sticky;
    top: 120px;
}







.accordion-item {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-weight: bold;
}

.accordion-content {
    display: none;
    margin-top: 5px;
    color: #333;
}

.accordion-item.active .accordion-content {
    display: block;
}

.arrow {
    transition: transform 0.3s;
}

.accordion-item.active .arrow {
    transform: rotate(180deg);
}





/* ROAD SERVISE */

.road-pic {
    background-image: url(../assest/road_service_hero.jpg);
    background-color: #00000014;
}




.ocean-pic {
    background-image: url(../assest/ocean_serv_hero.jpg);
}

.rail-pic {
    background-image: url(../assest/rail_serv_hero.jpg);
}

.ware-pic {
    background-image: url(../assest/warehouse_services_hero.jpg);
}

.suply-pic {
    background-image: url(../assest/supply_serv_hero.jpg);
}


.serv-text h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.serv-textt h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.serv-cta {
    padding: 15px;
    background-color: #044c67;
    color: #ffff;
    min-height: 190px;
    border-radius: 0 30px 30px;
}

.serv-cta h5 {
    font-size: 16px;
    margin-bottom: 49px;
}


.ctbn a {
    background-color: #ffffff;
    padding: 5px 15px;
    text-decoration: none;
    color: #044c67;
    border-radius: 0 30px 30px;
    width: fit-content;
    display: block;
}





/* BLOG PAGE */

.blog-pic {
    background-image: url(../assest/blog_hero.jpg);
}

.news h2 {
    font-size: 40px;

}

.blg img {
    width: 100%;
    border-radius: 0 30px 30px;
}

.bloging h3 a {
    text-decoration: none;
    color: #000;
    font-size: 25px;
}

.bloging p a {
    text-decoration: none;
    color: #000;
}

.blog-persn {
    display: flex;
    gap: 60px;
    margin-bottom: 15px;

}

.newses p a {
    text-decoration: none;
    color: #01202a;
}

.newses p a:hover {
    text-decoration: underline;
}


.bln {
    padding-right: 10px;
}

.rltd {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: start;
    margin-bottom: 15px;
}

.rlimg img {
    width: 100%;
}

.rltdtex p {
    margin-bottom: 0;
}

.rltdtex p a {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 0;
    text-decoration: none;
}

.rltdtex h5 a {
    text-decoration: none;
}

.catespn a {
    display: block;
    background-color: #ececec;
    margin-bottom: 10px;
    width: 100%;
    height: 35px;
    border-radius: 0 20px 20px;
    text-decoration: none;
    padding-left: 15px;
    color: #4a4a4a;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.category {
    padding-bottom: 30px;
}

.catespn a:hover {
    background-color: #c8c8c8;
    color: #171717;
}

.category h5 {
    font-size: 22px;
    margin-bottom: 15px;
}

.searchbars {
    position: sticky;
    top: 115px;
}

.news p {
    margin-bottom: 40px;
}

.blg {
    margin-bottom: 10px;
}

.bloging p {
    margin-bottom: 10px;
}

.ftext input[type="text"] {
    background-color: #ececec;
    padding: 20px;
    font-size: 16px;
    color: #0d263c;
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 30px;
}

button {
    background-color: #0d263c;
    padding: 20px;
    font-size: 16px;
    color: #ffff;
    border: none;
    width: 100%;
    height: 49px;
    border-radius: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search {
    margin-bottom: 18px;
}




/*CONTACT PAGE*/

.contact-pic {
    background-image: url(../assest/contact_hero.jpg);
}



.ftexts input[type="text"] {
    background-color: #ececec;
    padding: 20px;
    font-size: 16px;
    color: #0d263c;
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 30px;
}

.ftext input[type="number"] {
    background-color: #ececec;
    padding: 20px;
    font-size: 16px;
    color: #0d263c;
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 30px;
}

.ftexts input[type="text"] {
    background-color: #ececec;
    padding: 20px;
    font-size: 16px;
    color: #0d263c;
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 30px;
}

.ftexts textarea {
    background-color: #ececec;
    padding: 20px;
    font-size: 16px;
    color: #0d263c;
    border: none;
    border-radius: 30px;
    width: 100%;
    min-height: 160px;
    resize: none;
    font-family: 'Poppins-Regular', sans-serif;
}

.ftextt input[type="email"] {
    background-color: #ececec;
    padding: 20px;
    font-size: 16px;
    color: #0d263c;
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 30px;
}

.ftextst {
    margin-top: 10px;
}

.ftextst input[type="button"] {
    background-color: #3074a9;
    padding: 20px;
    font-size: 16px;
    color: #ffffff;
    border: none;
    padding: 10px 50px;
    border-radius: 30px;
}

.contacts {
    background-color: #ffff;
    box-shadow: 0 8px 24px rgb(0 0 0 / 19%);
    padding: 30px;
    border-radius: 30px;
}

.bordd {
    border-left: 1px solid #006083;
}

.email {
    display: flex;
    gap: 10px;
}

.ctn h2 {
    font-size: 40px;
    font-weight: 700;
    color: #006083;
}

.email p {
    margin-bottom: 10px;
}

.email p a {
    text-decoration: none;
    color: #000;
}

.email p a:hover {
    text-decoration: underline;
    color: #006083;
}


.herosection {
    position: relative;
}

.stars {
    position: absolute;
    bottom: 173px;
    right: 168px;
    z-index: 22;
    transition: all 0.3s;
}

.starone {
    position: absolute;
    bottom: 173px;
    right: 168px;
    z-index: 22;
    width: 100px;
    height: 100px;
    background-color: #ffffff72;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    transition: transform 0.3s, filter 0.3s, box-shadow 0.3s;
}


.starone:hover {
    transform: scale(1.10);
    filter: brightness(1.8);
    filter: outside 0 0 20px rgb(255, 255, 255);
    background-color: #ffff;
}



















.ab-img {
    position: relative;
}


.ab-img::after {
    content: "mh";
    position: absolute;
    bottom: 21px;
    left: 18px;
    z-index: 222;
    height: 118px;
    width: 187px;
    color: #ffff;
    border: 1px solid #ffffff12;
    background-color: #ffffff17;
    backdrop-filter: blur(3px);
    border-radius: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 40px;
    font-weight: bolder;
}