body{
font-family:Arial,Helvetica,sans-serif;
}

.custom-navbar{

background:#fff;

box-shadow:0 5px 20px rgba(0,0,0,.08);

padding:10px 0;

}

.navbar-brand{

display:flex;

align-items:center;

gap:10px;

font-size:24px;

color:#0d3b66;

}

.navbar-brand span{

font-weight:700;

}

.nav-link{

font-size:16px;

font-weight:600;

margin:0 8px;

color:#333 !important;

transition:.3s;

}

.nav-link:hover{

color:#ff6b00 !important;

}

.quote-btn{

background:#ff6b00;

color:#fff;

padding:12px 24px;

border-radius:50px;

font-weight:700;

text-decoration:none;

transition:.3s;

display:inline-block;

}

.quote-btn:hover{

background:#0d3b66;

color:#fff;

}

.mega-menu{

width:760px;

border:none;

border-radius:15px;

box-shadow:0 10px 35px rgba(0,0,0,.15);

}

.mega-menu h6{

font-weight:700;

color:#ff6b00;

margin-bottom:15px;

}

.mega-menu a{

display:block;

padding:8px 0;

text-decoration:none;

color:#555;

transition:.3s;

}

.mega-menu a:hover{

padding-left:10px;

color:#ff6b00;

}

@media(min-width:992px){

.mega-dropdown:hover .dropdown-menu{

display:block;

margin-top:0;

}

}

@media(max-width:991px){

.mega-menu{

width:100%;

padding:10px;

box-shadow:none;

border-radius:10px;

}

.mega-menu .col-lg-4{

margin-bottom:15px;

}

.navbar-nav{

padding-top:15px;

}

.quote-btn{

width:100%;

margin-top:10px;

text-align:center;

}

.nav-link{

padding:12px 0;

}

}

.dropdown-toggle::after{

margin-left:8px;

}.mega-menu{
    width:750px;
    border:none;
    border-radius:12px;
    box-shadow:0 10px 35px rgba(0,0,0,.15);
}

.mega-menu .dropdown-item{
    padding:8px 0;
    background:none;
}

.mega-menu .dropdown-item:hover{
    color:#ff6600;
    background:none;
}

@media(min-width:992px){

.mega-dropdown:hover>.dropdown-menu{
    display:block;
}

}

@media(max-width:991px){

.mega-menu{
    width:100%;
    box-shadow:none;
    border:1px solid #ddd;
}

.mega-menu .row{
    display:block;
}

.mega-menu .col-lg-4{
    width:100%;
    margin-bottom:20px;
}

}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: -70px;
    }
}


.bg{
	background: url(..//img/banner-1.png) rgba(36, 36, 36, .4);
	background-blend-mode: multiply;
	background-size: cover;
	background-position: center;
	color: #fff;
}.hero-section{
    padding:120px 0;
    position:relative;
}

.hero-content{
    max-width:600px;
}

.hero-tag{
    display:inline-block;
    padding:8px 18px;
    background:#ff00ae;
    color:#fff;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.hero-content h1{
    font-size:40px;
    font-weight:800;
    line-height:1.2;
    color:#fff;
    margin-bottom:25px;
}

.hero-content h1 span{
    color:#ff00a5;
}

.hero-content p{
    font-size:18px;
    line-height:1.9;
    color:#fff;
    margin-bottom:35px;
}

.hero-btns{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.btn-primary{
    background:#ff27c5;
    color:#fff;
    padding:16px 35px;
    border-radius:8px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.btn-primary:hover{
    background:#0f172a;
    color:#fff;
}

.btn-outline{
    border:2px solid #0f172a;
    color:#0f172a;
    padding:14px 32px;
    border-radius:8px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.btn-outline:hover{
    background:#0f172a;
    color:#fff;
}

.hero-counter{
    display:flex;
    gap:20px;
    margin-top:50px;
    flex-wrap:wrap;
}

.counter-box{
    background:#fff;
    padding:20px 28px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    min-width:150px;
}

.counter-box h3{
    font-size:32px;
    color:#ff5e14;
    margin-bottom:6px;
}

.counter-box span{
    color:#666;
    font-size:15px;
}

@media(max-width:991px){

.hero-section{
    padding:80px 0;
    text-align:center;
}

.hero-content{
    max-width:100%;
}

.hero-content h1{
    font-size:42px;
}

.hero-content p{
    font-size:17px;
}

.hero-btns{
    justify-content:center;
}

.hero-counter{
    justify-content:center;
}

}

@media(max-width:576px){

.hero-content h1{
    font-size:32px;
}

.hero-content p{
    font-size:16px;
}

.counter-box{
    width:100%;
}

.btn-primary,
.btn-outline{
    width:100%;
    text-align:center;
}

}.transport-box{
    background:#fff;
    border:2px solid #f3f3f3;
    border-radius:12px;
    padding:30px 25px;
    text-align:center;
    transition:.3s;
    height:100%;
}

.transport-box:hover{
    border-color:#ff00ae;
    transform:translateY(-8px);
    box-shadow:0 10px 30px rgba(255,0,174,.18);
}

.transport-icon{
    width:70px;
    height:70px;
    background:#ff00ae;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin:0 auto 20px;
}

.transport-box h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:12px;
    color:#222;
}

.transport-box p{
    font-size:15px;
    color:#666;
    line-height:1.8;
    margin:0;
}

.boxa{
	  border-color:#ff00ae;
    transform:translateY(-8px);
    box-shadow:0 10px 30px rgba(255,0,174,.18);
}



#abou{
	 box-shadow:0 10px 30px rgba(255,0,174,.18);
	 padding: 1em;
}.counter-section{
    margin-top:40px;
}

.counter-box{
    background:#fff;
    padding:35px 20px;
    text-align:center;
    border-radius:15px;
    border:1px solid #eee;
    transition:.4s;
    height:100%;
    position:relative;
    overflow:hidden;
}

.counter-box::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#ff00ae;
    transform:scaleX(0);
    transition:.4s;
}

.counter-box:hover::before{
    transform:scaleX(1);
}

.counter-box:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(255,0,174,.2);
}

.counter-icon{
    width:59px;
    height:58px;
    margin:0 auto 20px;
    background:#ff00ae;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.counter-icon i{
    color:#fff;
    font-size:26px;
}

.counter-box h2{
    font-size: 30px;
    font-weight:700;
    color:#ff00ae;
    margin-bottom:10px;
}

.counter-box h4{
    font-size:14px;
    font-weight:600;
    color:#222;
    line-height:1.6;
    margin:0;
}

@media(max-width:991px){
    .counter-box{
        margin-bottom:20px;
    }

    .counter-box h2{
        font-size:36px;
    }

    .counter-box h4{
        font-size:18px;
    }
}

@media(max-width:576px){
    .counter-box{
        padding:30px 15px;
    }

    .counter-icon{
        width:70px;
        height:70px;
    }

    .counter-icon i{
        font-size:28px;
    }

    .counter-box h2{
        font-size:32px;
    }

    .counter-box h4{
        font-size:17px;
    }
}.service-tabs{
    background:#f8f9fc;
}

.service-tabs h2{
    font-weight:700;
}

.nav-pills .nav-link{
    padding:14px 28px;
    border-radius:50px;
    background:#fff;
    color:#222;
    margin:5px;
    border:2px solid #eee;
    font-weight:600;
    transition:.3s;
}

.nav-pills .nav-link.active{
    background:#ff00ae;
    color:#fff;
    border-color:#ff00ae;
}

.tab-content{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.tab-content img{
    border-radius:15px;
}

.tab-content h3{
    font-weight:700;
    margin-bottom:15px;
}

.tab-content ul{
    list-style:none;
    padding:0;
}

.tab-content ul li{
    margin-bottom:10px;
    font-size:16px;
}

.btn-pink{
    background:#ff00ae;
    color:#fff;
    padding:12px 30px;
    border-radius:50px;
    text-decoration:none;
}

.btn-pink:hover{
    background:#d80092;
    color:#fff;
}

@media(max-width:768px){
    .tab-content{
        padding:25px;
    }

    .nav-pills{
        flex-direction:column;
    }

    .nav-pills .nav-link{
        width:100%;
    }
}.why-choose{
    background:#f8f9fc;
}

.sub-title{
    display:inline-block;
    padding:8px 18px;
    background:#ff00ae;
    color:#fff;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.why-choose h2{
    font-size:42px;
    font-weight:700;
    color:#111;
    margin-bottom:10px;
}

.why-choose p{
    color:#666;
}

.choose-box{
    background:#fff;
    padding:35px 25px;
    border-radius:15px;
    text-align:center;
    height:100%;
    transition:.4s;
    border:1px solid #eee;
}

.choose-box:hover{
    transform:translateY(-8px);
    border-color:#ff00ae;
    box-shadow:0 15px 35px rgba(255,0,174,.18);
}

.choose-icon{
    width:80px;
    height:80px;
    background:#ff00ae;
    color:#fff;
    margin:0 auto 20px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:32px;
}

.choose-box h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.choose-box p{
    margin:0;
    line-height:1.8;
}

@media(max-width:768px){

.why-choose h2{
    font-size:30px;
}

.choose-box{
    padding:30px 20px;
}

.choose-icon{
    width:70px;
    height:70px;
    font-size:28px;
}

}.mission-vision{
    padding:80px 0;
    background:#fff;
}

.mv-box{
    background:#fff;
    border:1px solid #eee;
    border-left:5px solid #ff00ae;
    border-radius:10px;
    padding:35px;
    height:100%;
    transition:.3s;
}

.mv-box:hover{
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transform:translateY(-5px);
}

.mv-icon{
    width:70px;
    height:70px;
    background:#ff00ae;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    margin-bottom:20px;
}

.mv-box h3{
    font-size:28px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.mv-box p{
    color:#666;
    line-height:1.8;
    margin:0;
}

@media(max-width:768px){

.mv-box{
    padding:25px;
}

.mv-box h3{
    font-size:24px;
}

.mv-icon{
    width:60px;
    height:60px;
    font-size:26px;
}

}.branches{
    background:#f8f9fc;
}

.section-title span{
    display:inline-block;
    background:#ff00ae;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.section-title h2{
    font-size:40px;
    font-weight:700;
    margin-bottom:15px;
}

.section-title p{
    color:#666;
}

.branch-box{
    background:#fff;
    border:1px solid #eee;
    border-radius:12px;
    padding:25px 15px;
    text-align:center;
    transition:.3s;
    height:100%;
}

.branch-box:hover{
    background:#ff00ae;
    color:#fff;
    transform:translateY(-8px);
    box-shadow:0 15px 30px rgba(255,0,174,.2);
}

.branch-box i{
    font-size:32px;
    color:#ff00ae;
    margin-bottom:15px;
    transition:.3s;
}

.branch-box:hover i{
    color:#fff;
}

.branch-box h5{
    font-size:20px;
    font-weight:600;
    margin:0;
}

@media(max-width:768px){

.section-title h2{
    font-size:30px;
}

.branch-box{
    padding:20px;
}

}.footer{
    background:#111;
    color:#fff;
    padding:70px 0 20px;
}

.footer-row{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:35px;
}

.footer h3{
    color:#ff00ae;
    margin-bottom:20px;
    font-size:24px;
    position:relative;
}

.footer h3:after{
    content:'';
    width:60px;
    height:3px;
    background:#ff00ae;
    display:block;
    margin-top:8px;
}

.footer p{
    color:#ddd;
    line-height:28px;
}

.footer ul{
    padding:0;
    margin:0;
    list-style:none;
}

.footer ul li{
    margin:12px 0;
}

.footer ul li a{
    color:#ddd;
    text-decoration:none;
    transition:.3s;
}

.footer ul li a:hover{
    color:#ff00ae;
    padding-left:8px;
}

.footer p a{
    color:#ddd;
    text-decoration:none;
}

.footer p a:hover{
    color:#ff00ae;
}

.social{
    margin-top:20px;
}

.social a{
    width:45px;
    height:45px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#222;
    color:#fff;
    margin-right:10px;
    border-radius:50%;
    text-decoration:none;
    transition:.4s;
}

.social a:hover{
    background:#ff00ae;
    transform:translateY(-5px);
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.15);
    margin-top:45px;
    padding-top:20px;
    text-align:center;
    color:#ccc;
    font-size:15px;
}

@media(max-width:768px){
    .footer{
        text-align:center;
    }

    .footer h3:after{
        margin:10px auto 0;
    }

    .social a{
        margin:5px;
    }
}/* About Breadcrumb */
.about-breadcrumb{
    background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url(..//img/banner-1.png) center center/cover no-repeat;
    padding:120px 0;
    position:relative;
}

.breadcrumb-content{
    text-align:center;
    color:#fff;
}

.breadcrumb-content h1{
    font-size:52px;
    font-weight:700;
    margin-bottom:15px;
    color:#fff;
}

.breadcrumb{
    display:flex;
    justify-content:center;
    align-items:center;
    list-style:none;
    padding:0;
    margin:0;
    gap:10px;
}

.breadcrumb li{
    color:#fff;
    font-size:17px;
}

.breadcrumb li+li::before{
    content:"/";
    color:#ff00ae;
    margin-right:10px;
}

.breadcrumb li a{
    color:#ff00ae;
    text-decoration:none;
    transition:.3s;
}

.breadcrumb li a:hover{
    color:#fff;
}

.breadcrumb .active{
    color:#fff;
    font-weight:600;
}

@media(max-width:768px){
    .about-breadcrumb{
        padding:90px 0;
    }

    .breadcrumb-content h1{
        font-size:36px;
    }

    .breadcrumb li{
        font-size:15px;
    }
}.about-section{
    padding:80px 0;
    background:#fff;
}

.about-img img{
    width:100%;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.about-subtitle{
    display:inline-block;
    color:#ff00ae;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:10px;
    letter-spacing:1px;
}

.about-section h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
    line-height:1.3;
}

.about-section p{
    color:#666;
    line-height:30px;
    margin-bottom:18px;
}

.about-counter{
    margin:35px 0;
}

.counter-box{
    text-align:center;
    background:#fff;
    padding:20px;
    border-radius:12px;
    border:1px solid #eee;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    transition:.3s;
}

.counter-box:hover{
    transform:translateY(-6px);
    border-color:#ff00ae;
}

.counter-box h3{
    color:#ff00ae;
    font-size:32px;
    font-weight:700;
    margin-bottom:5px;
}

.counter-box p{
    margin:0;
    color:#555;
    font-weight:600;
}

.about-btn{
    display:inline-block;
    padding:14px 35px;
    background:#ff00ae;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.about-btn:hover{
    background:#111;
    color:#fff;
}

@media(max-width:991px){
    .about-section h2{
        font-size:32px;
    }

    .about-img{
        margin-bottom:30px;
    }
}

@media(max-width:576px){
    .about-section{
        padding:60px 0;
    }

    .about-section h2{
        font-size:28px;
    }

    .counter-box{
        margin-bottom:15px;
    }
}.car-transport-section{
    padding:80px 0;
    background:#f8f9fc;
}

.service-content{
    background:#fff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.sub-title{
    color:#fff;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.service-content h2{
    font-size:38px;
    margin:12px 0 20px;
    font-weight:700;
    color:#222;
}

.service-content img{
    border-radius:12px;
}

.service-content p{
    color:#666;
    line-height:30px;
    margin-bottom:18px;
}

.quote-btn{
    display:inline-block;
    padding:14px 35px;
    background:#ff00ae;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.quote-btn:hover{
    background:#111;
    color:#fff;
}

.service-sidebar{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    position:sticky;
    top:100px;
}

.service-sidebar h3{
    font-size:26px;
    margin-bottom:20px;
    color:#222;
    border-left:5px solid #ff00ae;
    padding-left:12px;
}

.service-sidebar a{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    color:#333;
    background:#f5f5f5;
    padding:15px 18px;
    border-radius:10px;
    margin-bottom:12px;
    transition:.3s;
    font-weight:600;
}

.service-sidebar a i{
    color:#ff00ae;
    width:22px;
}

.service-sidebar a:hover,
.service-sidebar a.active{
    background:#ff00ae;
    color:#fff;
}

.service-sidebar a:hover i,
.service-sidebar a.active i{
    color:#fff;
}

@media(max-width:991px){

.service-sidebar{
    margin-top:30px;
    position:static;
}

.service-content h2{
    font-size:30px;
}

}.contact-section{
    background:#f8f9fc;
    padding:80px 0;
}

.section-title span{
    color:#ff00ae;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    margin:15px 0;
    color:#222;
}

.section-title p{
    color:#666;
    max-width:700px;
    margin:auto;
}

.contact-info{
    background:#111;
    padding:40px;
    border-radius:15px;
    height:100%;
}

.contact-box{
    display:flex;
    gap:20px;
    margin-bottom:30px;
}

.contact-box:last-child{
    margin-bottom:0;
}

.contact-box i{
    width:60px;
    height:60px;
    background:#ff00ae;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    flex-shrink:0;
}

.contact-box h4{
    color:#fff;
    margin-bottom:8px;
}

.contact-box p{
    color:#ddd;
    margin:0;
    line-height:26px;
}

.contact-form{
    background:#fff;
    padding:40px;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.contact-form .form-control{
    height:55px;
    border-radius:10px;
    border:1px solid #ddd;
    box-shadow:none;
}

.contact-form textarea.form-control{
    height:auto;
    resize:none;
}

.contact-form .form-control:focus{
    border-color:#ff00ae;
    box-shadow:none;
}

.contact-btn{
    background:#ff00ae;
    color:#fff;
    border:none;
    padding:15px 40px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.contact-btn:hover{
    background:#111;
}

@media(max-width:991px){

.contact-info{
    margin-bottom:30px;
}

.section-title h2{
    font-size:32px;
}

}

@media(max-width:576px){

.contact-section{
    padding:60px 0;
}

.section-title h2{
    font-size:28px;
}

.contact-info,
.contact-form{
    padding:25px;
}

.contact-box{
    gap:15px;
}

.contact-box i{
    width:50px;
    height:50px;
    font-size:20px;
}

}.faq-section{
    padding:80px 0;
    background:#f8f9fc;
}

.section-title span{
    color:#ff00ae;
    font-weight:700;
    text-transform:uppercase;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    margin:12px 0;
}

.section-title p{
    color:#666;
    max-width:700px;
    margin:auto auto 50px;
}

.faq-left{
    background:#111;
    color:#fff;
    padding:40px;
    border-radius:20px;
    text-align:center;
}

.faq-left img{
    width:100%;
    border-radius:15px;
    margin-bottom:25px;
}

.faq-left h3{
    margin-bottom:15px;
}

.faq-left p{
    color:#ddd;
    line-height:28px;
}

.faq-btn{
    display:inline-block;
    margin-top:20px;
    background:#ff00ae;
    color:#fff;
    text-decoration:none;
    padding:14px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.faq-btn:hover{
    background:#fff;
    color:#111;
}

.accordion-item{
    border:none;
    margin-bottom:18px;
    border-radius:15px!important;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.accordion-button{
    background:#fff;
    font-weight:600;
    font-size:18px;
    padding:20px;
    box-shadow:none!important;
}

.accordion-button:not(.collapsed){
    background:#ff00ae;
    color:#fff;
}

.accordion-button::after{
    filter:brightness(0);
}

.accordion-button:not(.collapsed)::after{
    filter:brightness(0) invert(1);
}

.accordion-body{
    padding:20px;
    color:#666;
    line-height:28px;
}

@media(max-width:991px){

.faq-left{
    margin-bottom:30px;
}

.section-title h2{
    font-size:32px;
}

}/*==============================
 Top Bar
==============================*/

.top-bar{
    background:#111;
    color:#fff;
    font-size:14px;
    padding:10px 0;
}

.topbar-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.topbar-left,
.topbar-right{
    display:flex;
    align-items:center;
    gap:20px;
}

.topbar-left a,
.topbar-right span{
    color:#fff;
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:8px;
    transition:.3s;
}

.topbar-left a:hover{
    color:#ff00ae;
}

.topbar-left i,
.topbar-right i{
    color:#ff00ae;
}

.social-icons{
    display:flex;
    gap:10px;
}

.social-icons a{
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    transition:.3s;
}

.social-icons a:hover{
    background:#ff00ae;
    transform:translateY(-3px);
}

.social-icons a:hover i{
    color:#fff;
}

@media(max-width:991px){

.topbar-wrapper{
    flex-direction:column;
    gap:12px;
}

.topbar-left,
.topbar-right{
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
}

}

@media(max-width:576px){

.top-bar{
    display:none;
}

}/*=========================
    Notice Marquee
=========================*/

.notice-bar{
    display:flex;
    align-items:center;
    overflow:hidden;
    background:#fff;
    border-top:3px solid #ff00ae;
    border-bottom:3px solid #ff00ae;
    box-shadow:0 5px 20px rgba(0,0,0,.10);
}

.notice-title{
    background:#ff00ae;
    color:#fff;
    padding:14px 30px;
    font-size:18px;
    font-weight:700;
    white-space:nowrap;
    display:flex;
    align-items:center;
    gap:10px;
    position:relative;
}

.notice-title::after{
    content:"";
    position:absolute;
    right:-25px;
    top:0;
    border-top:28px solid transparent;
    border-bottom:28px solid transparent;
    border-left:25px solid #ff00ae;
}

.notice-bar marquee{
    color:#000;
    font-size:16px;
    font-weight:500;
    padding:0 20px;
}

.notice-bar strong{
    color:#ff00ae;
}

@media(max-width:768px){

.notice-title{
    padding:12px 18px;
    font-size:15px;
}

.notice-title::after{
    display:none;
}

.notice-bar marquee{
    font-size:14px;
}

}