@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Myanmar:wght@400;500;600;700&display=swap');

* {
    font-family: 'Noto Sans Myanmar', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --orange: #F15727;
    --yellow: #FFC914;
    --gray: #657285;
    --black: #000000;
    --text: #505050;
    --title: #364154;
    --product: #E8920A;
    --town: #131F2D;
}

/* header  */
header .navbar {
    background-color: #FFFFFF80;
    position: absolute;
    width: 100%;
}

.navbar2 {
    background-color: #fff !important;
    border-bottom: 1px solid #D9D9D9;
}

.img-box-w {
    width: 600px;
}

.brand-logo1 {
    width: 370px;
    transition: width 0.05s ease-in-out;
}

.brand-logo2 {
    width: 300px;
    transition: width 0.05s ease-in-out;
}

.nav-w {
    width: 95%;
}

.navbar .nav-item .nav-link {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    color: var(--gray);
    transition: color 0.4s ease-in-out;
}

.navbar .nav-item .nav-link.active,
.navbar .nav-item .nav-link:hover {
    color: var(--orange);
}

.contact-btn {
    border: none;
    background: var(--orange);
    border-radius: 30px;
    padding: 15px 20px;
    line-height: 15px;
    color: #fff;
}

button.navbar-toggler {
    height: 50px;
    border-radius: 2px;
    padding: 2px 5px;
    border-color: var(--orange);
}

button.navbar-toggler:focus {
    box-shadow: 0 0 3px 1px var(--orange);
}

.navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
    filter: brightness(100%) invert(0.8) opacity(1) drop-shadow(0px 0px 0px red);
}

/* end header  */

/* slider  */
.slider-arrow {
    width: 40px;
}

.slider .carousel-control-next,
.slider .carousel-control-prev {
    opacity: 1;
}

.slider .carousel-indicators {
    margin-bottom: 3rem;
}

.slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    background: #fff;
    border: none;
    border-radius: 50%;
    opacity: 1;
    margin: 0 5px;
    transition: width 0.4s ease-in-out,
        border-radius 0.4s ease-in-out;
}

.slider .carousel-indicators li.active {
    width: 30px;
    border-radius: 10px;
}

/* end slider  */

/* product  */
.all-icon {
    width: 55px;
}

.products .all-icon,
.delivery .all-icon {
    margin-right: 20px;
}

.main-header {
    color: var(--black);
    font-weight: 700;
}

.product-btn {
    border: none;
    background-color: transparent;
    padding: 14px 20px;
    line-height: 15px;
    border-radius: 25px;
    font-size: 15px;
    color: var(--gray);
    transition: background-color 0.4s ease-in-out;
}

.product-btn:hover {
    background-color: #E7E7E7;
}

.right-icon {
    width: 20px;
    margin-left: 5px;
}

.product-title {
    color: var(--black);
    font-weight: 700;
}

.product-sub-title {
    color: var(--text);
    font-weight: normal;
    font-size: 15px;
}

.product-tab .nav-link {
    border: none;
    background: none;
    border-bottom: 0.125rem solid var(--gray);
    margin: 0 20px;
    padding: 10px 5px;
    color: var(--gray);
    font-weight: 500;
    transition: border-bottom 0.3s ease-in-out, color 0.3s ease-in-out;
}

.product-tab .nav-link.active {
    color: var(--black);
    border-bottom: 0.125rem solid var(--orange);
}

.product-img {
    border: 1px solid #D9D9D9;
}

.product-card {
    border: 0.15rem solid #B8C1C9;
    border-radius: 10px;
    padding: 35px 40px;
}

.product-header {
    color: var(--product);
    font-weight: 600;
}

.tab-pane .product-title {
    color: var(--title);
    font-size: 16px;
}

.product-text {
    color: var(--text);
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0;
}



.adventages {
    list-style: none;
    padding-left: 0;
}

.adventages li {
    display: flex;
    align-items: flex-start;
    color: var(--text);
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
}

.adventages li::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    font-size: 25px;
    margin-top: 2px;
    margin-right: 5px;
}

/* end product  */

/* delivery  */
.delivery {
    background-color: var(--yellow);
    position: relative;
}

.delivery::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 637px;
    background-color: #fff;
}

.towns {
    list-style: none;
    padding: 0;
}

.towns li {
    font-size: 15px;
    color: var(--town);
    line-height: 40px;
    font-weight: 500;
}

.towns .location-pin {
    width: 15px;
    margin-right: 5px;
}

.town-btn {
    border: none;
    background-color: #fff;
    padding: 13px 20px;
    line-height: 15px;
    border-radius: 25px;
    font-size: 15px;
    color: var(--gray);
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.town-btn .right-icon {
    filter: none;
    transition: filter 0.4s ease-in-out;
}

.town-btn:hover {
    color: #fff;
    background-color: var(--title);
}

.town-btn:hover .right-icon {
    filter: brightness(100);
}

.town-table table {
    border-radius: 5px;
    overflow: hidden;
    border-spacing: 30px;
}

th,
td {
    border: none;
}

.table-padding {
    padding: 2px 30px !important;
}

.town-table .thead {
    background-color: var(--yellow);
}

.town-table .thead th {
    color: var(--black);
    font-weight: 700;
    white-space: nowrap;
    font-size: 16px;
    padding: 15px 0;
}

.town-table .tbody {
    background-color: #F5F5F5;
}

.town-table .tbody tr {
    border-bottom: 1px dotted var(--title);
}

.town-table .tbody tr td {
    color: var(--title);
    font-size: 15px;
    white-space: nowrap;
    padding: 12px 0;
}

.town-table .tbody tr:last-child {
    border-bottom: none;
}

.town-table .tbody tr:last-child td {
    padding-bottom: 17px;
}


/* end delivery  */

/* gallery  */
.img-box {
    position: relative;
}

.img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    background: #010B1B4D;
    border: 2px solid #fff;
    transition: transform 0.4s ease-in-out;
}

.img-box .overlay .fullscreen-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-box:hover .overlay {
    transform: scale(0.9);
}

/* end gallery  */

/* footer  */
footer {
    border-top: 1px solid #E7E7E7;
}

.footer-logo {
    width: 50%;
}

.address {
    color: #131F2D;
    font-weight: 600;
    font-size: 17px;
}

.social-icon {
    width: 40px;
    margin: 0 15px;
}

.social-box {
    position: relative;
}

.social-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #D9D9D9;
}

.social-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22%;
    height: 100%;
    background-color: #fff;
}

.dev-text {
    color: var(--gray);
    font-size: 17px;
    font-weight: 500;
}

/* end footer  */

/* contact us  */
.contact-header {
    color: var(--black);
    font-weight: 700;
}

.address-icon {
    width: 20px;
    margin-right: 10px;
    vertical-align: top;
}

.contact-text {
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.submit-btn {
    border: none;
    background: var(--orange);
    border-radius: 30px;
    padding: 17px 20px;
    line-height: 15px;
    color: #fff;
}

.reset-btn {
    border: none;
    background: #E7E7E7;
    border-radius: 30px;
    padding: 17px 20px;
    line-height: 17px;
    color: var(--black);
    margin-left: 20px;
}

.contact-us .form-control,
.contact-us .form-control::placeholder {
    color: #6A7075;
    font-size: 15px;
}

.contact-us .form-control {
    padding: 15px 20px;
    border: 1px solid #ADB5BD;
    border-radius: 10px;
}

.contact-us .form-control:focus {
    box-shadow: none;
}

/* end contact us  */

/* keyframe effect  */

@keyframes fade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.fade_effect {
    animation-name: fade;
    animation-duration: 1s;
    animation-fill-mode: both;
}

/* media query responsive  */

@media screen and (max-width:1440px) and (min-width:1440px) {
    .delivery::after {
        width: 407px;
    }
}

@media screen and (max-width:1440px) and (min-width:1440px) {
    .delivery::after {
        width: 407px;
    }
}


@media screen and (max-width:1366px) and (min-width:1366px) {
    .delivery::after {
        width: 413px;
    }
}

@media screen and (max-width:1280px) and (min-width:1280px) {
    .delivery::after {
        width: 370px;
    }
}

@media screen and (max-width:1024px) and (min-width:1024px) {
    .delivery::after {
        width: 285px;
    }

    .brand-logo1 {
        width: 270px;
    }

    .brand-logo2 {
        width: 230px;
    }

    .navbar .nav-item .nav-link {
        font-size: 14px;
    }

    .img-box-w {
        width: 500px;
    }

    .nav-w {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .img-box-w {
        width: 100%;
    }

    .brand-logo1,
    .brand-logo2 {
        width: 250px;
    }

    .navbar .nav-item .nav-link {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .contact-btn {
        padding: 12px 13px;
        line-height: 14px;
        font-size: 13px;
    }

    .slider-arrow {
        width: 25px;
    }

    .slider .carousel-indicators {
        margin-bottom: 2rem;
    }

    .slider .carousel-indicators li {
        width: 7px;
        height: 7px;
        margin: 0 3px;
    }

    .slider .carousel-indicators li.active {
        width: 20px;
        border-radius: 10px;
    }

    .all-icon {
        width: 45px;
    }

    .products .all-icon,
    .delivery .all-icon {
        margin-right: 15px;
    }

    .main-header {
        font-size: 25px;
    }

    .product-btn {
        padding: 11px 17px;
        line-height: 13px;
        font-size: 13px;
    }

    .right-icon {
        width: 17px;
        margin-left: 4px;
    }

    .product-title {
        font-size: 16px;
    }

    .product-sub-title {
        font-size: 13px;
    }

    .delivery::after {
        width: 178px;
    }

    .towns li {
        font-size: 13px;
        line-height: 35px;
    }

    .town-btn {
        padding: 12px 15px;
        line-height: 13px;
        border-radius: 20px;
        font-size: 13px;
    }

    .img-box .overlay .fullscreen-icon {
        width: 30px;
    }

    .footer-logo {
        width: 45%;
    }

    .address,
    .dev-text {
        font-size: 14px;
    }

    .social-icon {
        width: 30px;
        margin: 0px 7px;
    }

    .social-box::after {
        width: 26%;
    }

    .product-tab .nav-link {
        border-bottom: 0.12rem solid var(--gray);
        padding: 9px 4px;
        font-size: 14px;
    }

    .product-tab .nav-link.active {
        border-bottom: 0.12rem solid var(--orange);
    }

    .product-header {
        font-size: 20px;
    }

    .tab-pane .product-title {
        font-size: 15px;
    }

    .product-text {
        font-size: 13px;
        line-height: 27px;
    }

    .adventages li {
        font-size: 13px;
        line-height: 27px;
    }

    .town-table .thead th {
        color: var(--black);
        font-weight: 700;
        white-space: nowrap;
        font-size: 14px;
        padding: 15px 0;
    }

    .town-table .tbody tr td {
        color: var(--title);
        font-size: 13px;
        white-space: nowrap;
        padding: 12px 0;
    }

    .contact-header {
        font-size: 17px;
    }

    .address-icon {
        width: 18px;
    }

    .contact-text {
        color: var(--black);
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }

    .d-flex.mb-lg-4.mb-3 .mt-1 {
        margin-top: 0 !important;
    }


    .contact-us .form-control {
        padding: 11px 15px;
    }

    .contact-us .form-control,
    .contact-us .form-control::placeholder {
        font-size: 13px;
    }

    .submit-btn {
        border-radius: 25px;
        padding: 12px 17px;
        line-height: 14px;
        font-size: 13px;
    }

    .reset-btn {
        border-radius: 25px;
        padding: 13px 17px;
        line-height: 14px;
        margin-left: 10px;
        font-size: 13px;
    }

    .navbar .nav-item .nav-link {
        font-size: 13px;
        margin-bottom: 0px;
    }

    .contact-btn {
        padding: 10px 12px;
        line-height: 13px;
        font-size: 12px;
    }
}

@media screen and (max-width: 992px) and (min-width: 820px) {
    .delivery::after {
        width: 203px;
    }
}


@media screen and (max-width: 767px) {

    .brand-logo1,
    .brand-logo2 {
        width: 200px;
    }

    .slider-arrow {
        display: none;
    }

    button.navbar-toggler {
        height: 40px;
        border-radius: 2px;
        padding: 2px 2px;
        border-color: var(--orange);
    }

    .navbar-toggler-icon {
        width: 1.2em;
    }

    .towns .location-pin {
        width: 14px;
        margin-right: 3px;
    }

    .towns li {
        font-size: 12px;
        line-height: 30px;
        white-space: nowrap;
    }

    .slider .carousel-indicators {
        margin-bottom: 1rem;
    }

    .slider .carousel-indicators li {
        width: 5px;
        height: 5px;
        margin: 0 2px;
    }

    .slider .carousel-indicators li.active {
        width: 15px;
        border-radius: 5px;
    }

    .all-icon {
        width: 33px;
    }

    .products .all-icon,
    .delivery .all-icon {
        margin-right: 5px;
    }

    .main-header {
        font-size: 20px;
    }

    .product-btn {
        padding: 10px 15px;
        line-height: 11px;
        font-size: 11px;
    }

    .right-icon {
        width: 15px;
        margin-left: 3px;
    }

    .product-title {
        font-size: 14px;
    }

    .product-sub-title {
        font-size: 11px;
    }

    .navbar,
    .navbar2 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .town-btn {
        padding: 10px 12px;
        line-height: 12px;
        border-radius: 17px;
        font-size: 11px;
    }

    .delivery::after {
        content: '';
        position: absolute;
        top: inherit;
        bottom: 0;
        right: 0;
        height: 42%;
        width: 51.5%;
        background-color: #fff;
    }

    .footer-logo {
        width: 75%;
    }

    .address,
    .dev-text {
        font-size: 12px;
    }

    .social-icon {
        width: 23px;
        margin: 0px 5px;
    }

    .social-box::after {
        width: 40%;
    }

    .product-card {
        padding: 25px 20px;
    }

    .product-header {
        font-size: 17px;
    }

    .tab-pane .product-title {
        font-size: 14px;
    }

    .product-text {
        font-size: 12px;
        line-height: 25px;
    }

    .adventages li {
        font-size: 12px;
        line-height: 25px;
    }

    .town-table .thead th {
        font-size: 13px;
        padding: 10px 0;
    }

    .town-table .tbody tr td {
        font-size: 12px;
        padding: 10px 0;
    }

    .table-padding {
        padding: 2px 25px !important;
    }

    .contact-header {
        font-size: 15px;
    }

    .contact-text {
        font-size: 12px;
    }

    .address-icon {
        width: 16px;
        margin-right: 7px;
    }

    .contact-us .form-control,
    .contact-us .form-control::placeholder {
        font-size: 12px;
    }

    .contact-us .form-control {
        padding: 10px 14px;
    }

    .submit-btn {
        border-radius: 20px;
        padding: 10px 15px;
        line-height: 13px;
        font-size: 12px;
    }

    .reset-btn {
        border-radius: 20px;
        padding: 11px 15px;
        line-height: 14px;
        font-size: 12px;
    }
}

@media screen and (max-width: 280px) {
    .towns li {
        font-size: 11px;
        line-height: 28px;
    }

    .towns .location-pin {
        width: 12px;
        margin-right: 0px;
    }

    p.product-text.ms-3 {
        margin-left: 0px !important;
    }

    .brand-logo1,
    .brand-logo2 {
        width: 160px;
    }
}