* {
    padding: 0%;
    margin: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: white;
}

i {
    font-size: 18px;
}

i:hover,.iStyle:hover, a:hover {
    color: #40AE49;
}

.iStyle{
    color: black; 
    font-size: 30px;
}


#app {
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

#ModalOne {
    height: 100vh;
    width: 100%;
}

.el-carousel {
    overflow: hidden;
    z-index: 0;
}

#Navbar {
    position: fixed;
    z-index: 99;
    top: 0;
    height: 60px;
    width: 100%;
}

.el-menu--horizontal>.el-menu-item {
    font-size: 18px;
}

.el-menu-item a{
    height: 100%;
    width: 100%;
    display: block;
}
.el-submenu a{
    height: 100%;
    width: 100%;
    display: inline-block;
}
.textMO {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.textMOTitle {
    font-size: 80px;
    font-weight: 600;
}

.textMOContent {
    font-size: 30px;
    margin: 10px 0;
    font-weight: 600;
}

.textMOBtn {
    border: 1px solid white;
    border-radius: 50px;
    padding: 20px 50px;
    color: white;
    outline: none;
    background-color: transparent;
    margin: 30px 0;
    font-size: 25px;
}

.textMOBtn:hover {
    background-color: white;
    color: #40AE49;
    animation: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

/*ModalTwo  */

.imgMT, .footerMT {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footerMTItem {
    height: 100px;
    padding: 20px;
}

.footerMTItem:hover {
    animation: heartBeat;
    animation-duration: 10s;
    animation-iteration-count: infinite
}

.textMTBtn {
    border: 1px solid #40AE49;
    border-radius: 50px;
    padding: 20px 50px;
    color: #40AE49;
    outline: none;
    background-color: transparent;
    margin: 30px 0;
    font-size: 25px;
}

.textMTBtn:hover {
    background-color: #40AE49;
    color: white;
    animation: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

/* ModalThree */
.lineMT {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.leftMT, .rightMT {
    width: 50%;
    overflow: hidden;
    min-height: 300px;
}

.textMT {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
}

.textMTTitle {
    font-size: 50px;
    padding: 0 30px;
}

.textMTContent {
    margin: 30px 0;
    padding: 0 30px;
    font-size: 15px;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /* height: 30px; */
}

/* ModalFour */
.textMF {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.textMFTitle {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}

.textMFContent {
    color:#0000008f ;
    font-size: 20px;
}

.childMF {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.childMFItem {
    width: 25%;
    height: 200px;
}

.isImgMF {
    height: 200px;
    width: 100%;
    background-color: #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.isNotImgMF {
    height: 200px;
    width: 100%;
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.isImgItem:hover {
    animation: tada;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

/* MOdal Six */
.childMSItem {
    width: 350px;
    height: 350px;
    margin: 50px 15px;
    border: solid 1px #F7F7F7;
    box-shadow: #F0F0F0 3px 3px 5px;
    border-radius: 5px;
    overflow: hidden;
}

.childMSItem:hover, .childMTItem:hover {
    color: #40AE49;
    animation: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    box-shadow: #e1e0e0 5px 10px 5px;
}

.childItemImg {
    width: 350px;
    height: 200px;
    object-fit: cover;
}

.childItemTitle {
    font-size: 30px;
    padding: 20px;
    padding-bottom: 0;
}

.childItemContent {
    font-size: 16px;
    color: #AEB3B7;
    font-weight: 100;
    padding: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 20px;
}

/* Modal Seven */
.childMS {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0;
}

.childMSeItem {
    width: 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.ischildItemImgSe:hover, .childItemImgSe:hover {
    animation: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.childItemImgSe {
    height: 400px;
    width: 350px;
}

.ischildItemImgSe {
    margin-top: 100px;
    height: 400px;
    width: 350px;
}

/* Modal EIght */
.ME {
    height: 60vh;
    width: 100%;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.textME {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.textMEBtn {
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: space-between;
}

.videoME {
    height: 400px;
    width: 600px;
    overflow: hidden;
}

/* Modal Nine */
.MN {
    color: black;
    background-color: white;
    margin: 50px 0;
}

.childMN {
    width: 50%;
}

.childMNItem {
    width: 200px;
    height: 200px;
}

.childMNItemContent {
    font-size: 25px;
    color: #BFBFBF;
    font-weight: 200;
    padding: 20px 20px 0px 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.childMNItemContent:hover {
    color: #40AE49;
}

/* MOdal Ten */
.MT {
    text-align: center;
    margin: 100px 50px;
}

.childMTItem {
    width: 40%;
    margin: 30px;
    padding: 30px;
}

/* footer */
.Footer {}

.svgFooter {
    margin: -10px;
    border: 0;
}

.footerCon {
    color: white;
    background-color: black;
    padding: 30px 50px;
}

.line {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.row {
    width: 20%;
    text-align: center;
}

.rowTitle {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 30px;
}

.rowCon, .rowCon i {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #AEB3B7;
    font-weight: 100;
    font-size: 16px;
}

.rowCon i {
    display: block;
}

.rowCon a {
    color: #AEB3B7;
}

.rowCon a:hover, .rowCon i:hover {
    color: #40AE49;
}

/* diaglog */

.el-dialog {
    display: flex;
    float: right;
    margin: 0;
    overflow: hidden;
}

.dialogForm {
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.dialogTitle {
    font-size: 30px;
    padding-bottom: 20px;
}

.dialogCon {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialogIpt {
    border: #40AE49 1px solid;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 10px;
    color: #40AE49;
    caret-color: #40AE49;
    width: 100%;
}

.dialogBtn {
    font-size: 15px;
    padding: 8px 20px;
}

/* COntactUs */
#ContactUs {
    padding: 100px;
    padding-bottom: 0;
}

.otherCU {
    color: #BFBFBF;
    font-weight: 200;
    font-size: 15px;
}

.titleCU {
    font-size: 50px;
    font-weight: 600;
    padding: 30px 0;
}

.contentCU {
    font-size: 30px;
}

.childCU {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.chilidItemCU {
    padding: 10px;
    font-weight: 600;
    font-size: 25px;
}

.chilidItemCU:hover {
    color: #40AE49;
}

.leftChild {
    width: 50%;
}

/* customapparel */
.MOCon{
    display: flex;
    justify-content: center;
    align-content: center;
    margin:0  10% ;
}
.customTitle{
    font-weight: 600;
    font-size: 45px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customContent{
    border-top:  #40AE49 5px solid;
    padding: 35px;
    font-size: 17px;
    line-height: 35px;
    width: 80%;
}

#customCon {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}
.customConTitle{
    width: 80%;
    border-top:  #40AE49 5px solid;
    margin-top: 35px;
    padding: 20px;
    font-weight: 600;
    font-size: 45px;
    z-index: 9;
    position: absolute;
}
.customConImg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-bottom: -80px;
}

/* prodcut */
.parallax {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.productMO {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 5%;
    height: 600px;
    width: 90%;
}

.prodcutBtn {
    color: black;
    border: black 1px solid;
}

.prodcutBtn:hover {
    color: #40AE49;
    background-color: black;
}

.resConut {
    display: flex;
}

/* deatil */
.contentDe {
    padding: 100px 50px;
    width: 100%-100px;
}

.conTop {
    display: flex;
    justify-content: space-between;
}

.conTLeft {
    width: 55%;
}

.conTRight {
    width: 45%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    min-height: 90vh;
}

.conTRTitle {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 10px;

}

.conTRTags {
    color: #BFBFBF;
    font-weight: 200;
    font-size: 20px;
    padding-bottom: 10px;
}

.conTRNum {
    font-weight: 600;
    font-size: 20px;
}

.conTRList {
    padding: 10px 0;
    font-size: 25px;
    display: flex;
}

.conChild {
    color: #40AE49;
    font-size: 25px;
    font-weight: 600;
    padding-right: 20px;
}

.conBTM {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.conBtn {
    color: black;
    font-size: 30px
    padding-top:2vh ;
}

.conTRList:hover, .conBtn:hover {
    color: #40AE49;
}
