@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

/*-- Common Style --*/
/* #ff5353 - red */
ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

:focus,
:hover {
    transition: all 0.3s;
}

body {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

input,
button,
select {
    outline: none;
}

input {
    color: #1c1c1ca6;
}

.mainButton {
    box-shadow: 0px 4px 0px 0px #0c2704;
    width: max-content;
    text-align: center;
    text-transform: uppercase;
    background: #154706;
    border: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    -webkit-transition: all .4s 
ease;
    -o-transition: all .4s ease;
    transition: all .4s 
ease;
    border-radius: 20px;
    padding: 12px 24px;
        margin: auto;
    display: block;
    margin-top:50px;
}

.mainButton:hover {
    background: #154706;
    color:#fff;
}




/**/

header {
    position: relative;
    top: 0;
    background: #fff;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 999;
    padding: 10px 0;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

header:hover {
    background: #fff;
}

.headerWrap {
    display: flex;
    grid-gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.headerLeft {
    display: flex;
    align-items: center;
}

.headerLeft img {
    width: 100%;
    max-width: 180px;
    height: 100%;
    max-height: 90px;
}

.headerNav {}

.headerNav ul {
    display: flex;
    grid-gap: 20px;
    padding: 0;
    list-style: none;
    margin: 0;
}

.headerNav li {
    display: flex;
    align-items: center;
}

.headerNav li a {
    color: #222;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}

.headerAction svg path {
    fill: #222;
}

/*  */

footer {
    background: #222;
    color: #cbcbcb;
    padding: 60px 0;
    padding-bottom: 30px;
}

footer p {
    font-size: 14px;
}

.footerTop {
    display: grid;
    grid-template-columns: repeat(3, 31.8%);
    grid-gap: 30px;
}

.footerTL {}

.footerTL h4 {
    font-size: 16px;
}

.footerTC {}

.footerTC ul {
    display: grid;
    padding: 0;
    list-style: none;
    grid-gap: 10px 0;
}

.footerTC ul a {
    font-size: 14px;
    color: #cbcbcb;
    transition: 0.3s;
}

.footerTC ul a:hover {
    color: #fff;
}

.footerTR {}

.footerBottom {
    display: grid;
    grid-template-columns: repeat(3, 31.8%);
    grid-gap: 30px;
}

.footerBL {
    display: flex;
    grid-gap: 30px;
    align-items: center;
}

.footerBL a {}

.footerBL svg {}

.footerBC {
    margin-top: 20px;
}

.footerBC p {
    margin: 0;
}

.footerBR {}



/**/


.headerMenuClick {
    display: none;
    width: 70px;
}

.headerMenuClick svg {
    width: 30px;
    height: 30px;
}


/**/

.modalMenu {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
    background: #fff;
    height: 100%;
    z-index: 999;
    transform: translateX(-400px);
    transition: all 0.6s;
}

.modalMenuA {
    visibility: visible;
    transform: translateX(0);
    transition: all 0.6s;
}

.modalMenuMain {
    height: 100%;
}

.modalMClose {
    height: 78px;
    display: flex;
    grid-gap: 20px;
    align-items: center;
    padding: 20px;
    padding-top: 30px;
    justify-content: space-between;
}

.modalMClose svg {
    width: 30px;
    height: 30px;
}

.modalMAccount {
    height: 64px;
    padding: 20px;
    margin-top: auto;
    font-size: 14px;
    color: #222;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

.modalMAccount:before {
    content: "";
    height: 2.5rem;
    width: 100%;
    background: linear-gradient(transparent, #ffffff);
    position: absolute;
    inset-block-end: 100%;
    inset-inline-start: 0;
}

.modalMAccount svg {
    width: 24px;
    height: 24px;
}

.modalMenuBack {
    visibility: hidden;
    transition: all 0.6s;
    background: #222;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.modalMenuBackA {
    visibility: visible;
    opacity: 0.5;
    transition: all 0.6s;
}

.modalMNav {
    padding: 20px;
    height: calc(100% - 142px);
    overflow-y: auto;
}

.modalNGroup {
    padding: 16px 0;
    border-bottom: 1px solid #dee2e6;
}

.modalNGroup:last-child {
    border: 0;
}

.modalNLink {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
}

.modalMNav a:hover {
    color: #222;
}

.modalNGLinks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
}

.modalNGLinks:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m6.4 18.308l-.708-.708l5.6-5.6l-5.6-5.6l.708-.708l5.6 5.6l5.6-5.6l.708.708l-5.6 5.6l5.6 5.6l-.708.708l-5.6-5.6z'/%3E%3C/svg%3E");
    transform: rotate(45deg);
    transition: all 0.3s;
}

.modalNGLinksA:after {
    transform: rotate(90deg);
}

.modalNGSubLinks {
    display: none;
    margin-top: 16px;
    padding-left: 10px;
}

.modalNGSubLinks a {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    display: block;
    padding: 10px 0;
}


/**/


.headerButton {
    background: #154706;
    color: #fff;
    padding: 12px 24px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
}
.headerButton:hover {
    background: #154706;
    color: #fff;
}


.homeBanner{
    
}

.homeBImg{
    width:100%;
}

.homeBH1{
        display: flex
;
    align-items: center;
        grid-gap: 20px;
    width: 100%;
    max-width: 755px;
}
.homeBNumber{
        font-size: 156px;
    font-weight: 800;
}
.homeBContent{
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
}
.homeBContent > h2, .homeBContent > h1{
    display: flex
;
    flex-wrap: wrap;
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
}
.homeBContent h2 > div{
background: #154706;
    color: #fff;
    border-radius: 30px;
    padding: 0px 20px;
    transform: rotate(-1deg);
    margin-left: 10px;
    height: max-content;
    font-size: 40px;
}

.homeBDesc{
    font-size: 24px;
    width: 100%;
    max-width: 755px;
}

.homeBPrices{
    display: flex
;
    align-items: center;
    margin-left: 30px;
    margin-top: 30px;
}
.homeBPOne{
        background: #154706;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    padding: 10px 20px;
    border-radius: 15px 0 0 15px;
    clip-path: polygon(0% 0%, 90% 0, 100% 100%, 0% 100%);
    height: 70px;
    display: grid
;
    align-items: center;
}
.homeBPTwo{
    background: #fff;
    border: 1px solid #222;
    color: #222;
    font-size: 24px;
    line-height: 24px;
    padding: 10px 20px;
    border-radius: 0 15px 15px 0;
    height: 70px;
    display: grid
;
    margin-left: -21px;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    padding-left: 40px;
        grid-gap: 5px;
}
.homeBPTwo span:first-child{
    font-size: 28px;
    font-weight: 600;

}
.homeBPTwo span:last-child{
    font-size: 20px;
    font-weight: 200;
    opacity: 0.25;
}

.sectionH2{
    color: #154706;
    font-weight: 800;
    font-size: 42px;
    text-align: center;
}
.sectionH2 span{
    color:#222;
}

.homeCColumm{
        display: grid
;
    grid-template-columns: repeat(3, 31.8%);
    grid-gap: 30px;
        margin-top: 30px;
}
.homeCCCard{
        border: 1px solid #222;
    border-radius: 10px;
    padding: 12px 24px;
    display: flex
;
    justify-content: space-between;
    position: relative;
    padding-right: 60px;
}
.homeCCCard div{
        font-weight: 600;
    font-size: 24px;
}
.homeCCCard span{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 100%;
    padding-right: 5px;
    justify-content: flex-end;
    display: flex
;
    align-items: end;
    font-size: 20px;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    background: #154706;
    color: #fff;
    border-radius: 0 0 10px 0;
}


.homeCBottom{
        font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    text-align: center;
}
.homeCBottom span{
    font-size: 48px;
    font-weight: 800;
}

.homePLine{
position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
    margin: auto;
}
.homePLine:after{
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background: #222;
    opacity: .2;
}
.homePLine div{
    background: #fff;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}
.homePLine svg{
        opacity: 0.6;
}

/* mystyle */

section {
    padding: 20px 0;
}

.homeC, .homeR{
    padding-top:60px;
}

.homePColumm{
    display: flex
;
    margin-top: 40px;
    justify-content: center;
}
.homePCard{
    display: grid;
        width: 100%;
    max-width: 380px;
}
.homePCard:first-child{
    border-right: 2px solid #a7a7a7;
        padding-right: 60px;
}
.homePCard:last-child{
        padding-left: 60px;
}
.homePCard:last-child svg{
    transform: rotate(180deg);
}
.homePCBlock{
    display: flex
;
    align-items: center;
    grid-gap: 30px;
    border-bottom: 2px solid #a7a7a7;
    padding: 20px;
}
.homePCBlock:last-child{
    border: 0;
}
.homePCBlock svg{
        width: 80px;
    height: 80px;
}
.homePCBlock div{
        font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.homeBNumberMobile1, .homeBImg2, .homeBNumberMobile2{
    display: none;
}

.mySwiper{
        width: 100%;
    max-width: 800px;
    padding: 60px 100px;
}
.mySwiper img{
    width:100%;
}
.swiper-button-next svg, .swiper-button-prev svg{
 color:#154706;   
}
.swiper-pagination-bullet-active{
    background: #154706;
}

/* media */

.homePColumm2{
    display: none;
}

@media (max-width:991px) {
    
    
    
    .homeBImg, .homeBContent > h2{
        display: none;
    }
    .homeBImg2{
display: block;
        max-width: 300px;
        margin: auto;
        margin-bottom: 30px;
    }
    .homeBH1{
        display: grid;
    }
    .homeBNumber {
        line-height: 120px;
        text-align: center;
    }
    .homeBContent > h2, .homeBContent > h1{
        font-size: 30px;
    }
    .homeBNumberMobile{
        display:block;
    }
    .homeBContent > h1{
        width: 100%;
    max-width: 275px;
    text-align: center;
    }
    .homeBContent{
        justify-content: center;
    display: grid
;
        margin-top: 20px;
    }
    
    .homeBNumberMobile1{
        display: block;
        font-size: 30px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 48px;
    }
    .homeBNumberMobile2{
        display: block;
        background: #154706;
        color: #fff;
        border-radius: 30px;
        padding: 0px 20px;
        transform: rotate(0deg);
        margin-left: 10px;
        height: max-content;
        font-size: 30px;
        line-height: 54px;
        width: max-content;
        margin: auto;
        margin-top: -85px;
    }
    .homeBDesc{
        font-size: 18px;
        text-align: center;
    }
    .homeBPrices{
        margin:0;
        justify-content: center;
    }
    .sectionH2{
        font-size: 36px;
    }
    
    .headerMenuClick {
        display: flex;
    }

    .headerNav {
        display: none;
    }

}

@media (max-width:767px) {
    .sectionH2{
        font-size: 30px;
    }
    .homePColumm{
        display: none;
    }
    .homePColumm2{
        display:grid;
        justify-content: space-around!important;
    }
    .homePCBlock{
        border: 0;
        padding: 0;
    }
    .homePCard:first-child{
        border-right: 0;
    }
    .homePCBlock svg{
        width: 30px;
        height: 30px;
    }
    .homePCBlock div {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
    .homePCard{
        border-bottom: 1px solid #a7a7a7;
        padding: 10px 0 !important;
                width: 100%;
        border-right: 0;
        max-width: 100% !important;
    }
    .homePCard:last-child{
        border-bottom: 0;
    }
    .homeCColumm{
                grid-template-columns: repeat(2, 48.1%);
        grid-gap: 20px;
    }
    .homeCCCard div{
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .mySwiper{
        padding: 60px 50px;
    }
}