﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    font-size: 0.9rem;
    background-color: #fff8f8;
    color: #354052;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x:hidden;
}
.compLogo {
    height: 45px;
    padding-top: 3px;
}
@media only screen and (max-width: 992px) {
    .compLogo {
        height: 35px;
    }

}
.round15
{
    border-radius:15px;
}
.TgRow
{
    background-color:#fff;
}
.TgRow:hover
{
    background-color:#bcfdc7;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.fullWidth
{
    width:100%;
}
.LeftPadding
{
    padding-left:220px;
}
.ProcceedArea{
    position:inherit;
    width:auto;
    box-shadow:none;
    padding:0px;
    margin:auto;
}
.txtEventDate {
    font-size: 1.7rem !important;
    text-align: center !important;
    width: 250px !important;
    border: 1px solid #ef4222 !important;
    border-radius: 5px !important;
    cursor: pointer;
    color: green !important;
}
@media only screen and (max-width: 600px) {
    .LeftPadding
    {
        padding-left:0px;
    }
    .ProcceedArea {
        position: fixed;
        width: 100%;
        background-color: #fff;
        left:0px;
        bottom: 0px;
        margin: 0px !important;
        padding: 6px;
        box-shadow: 0 0 4px #000;
    }
}
.validationCaption
{
    /* background-color:rgba(255,0,0,0.7); */
    font-size:0.8rem;
    color:rgba(255,0,0,0.7);
    position:absolute;
    text-align:left;    
    padding-left:5px;
    margin-top:-20px;
    width:calc(100% - 23px);
}

.loader
{
    background-color:rgba(255,255,255,0.85);
    padding:90px;
    position:fixed;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    z-index:99999;
    font-size:3rem;
    font-weight:lighter;
    color:Orange;
    text-align:center;
}


.btn-qty-l {
    font-size: 2.7rem !important;
    margin: 1px;
    border: 2px solid #ef4222;
    border-radius: 50%;
    cursor: pointer;
    color: orangered;
    float: right;
    width: 42px;
    height: 42px;
    overflow: hidden;
    background-color: transparent;
    margin-top: 5px;
    transition: all 1s linear;
}

    .btn-qty-l:hover {
        background-color: #eaeaea;
    }

.btn-qty-r {
    font-size: 2.7rem !important;
    margin: 1px;
    border: 2px solid #ef4222;
    border-radius: 50%;
    cursor: pointer;
    color: orangered;
    float: right;
    overflow: hidden;
    background-color: transparent;
    margin-top: 5px;
    width: 42px;
    height: 42px;
    transition: all 1s linear;
}

    .btn-qty-r:hover {
        background-color: #eaeaea;
    }

.txt-qty {
    border-radius: 0px;
    font-size: 2rem;
    width: 55px;
    text-align: center;
    font-weight: 500;
    color: #060606;
    padding: 2px 20px;
    transition: all 1s linear;
}

.btn-back {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.btn-back:hover {
    background-color: #eaeaea;
    border: 1px solid #ccc;
}
.standBox {
    margin-bottom: 10px;
    padding: 12px;
    padding-bottom: 7px;
    border: 1px solid #dadada;
    border-radius: 4px;
}
    .standBox:hover {
        box-shadow:0 0 5px #9f9f9f;
    }

 /*==================================*/
.bg-tg {
    background-color: #ef4222;
    color: #fff;
}
.tgcontainer {
    width: 100%;
    max-width: 1280px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.tg-navbar {
    padding: 1rem 1rem;
}

.Tg-Top-Logo {
    height: 30px;
}

.mainBodyTopMargin {
    margin-top: 74px;
}

.footerPanel {
    width: 100%;
    max-width: 1280px;
    padding: 0px;
    margin: auto;
    font-size: 11pt;
}

.stickyFooter {
    background-color: #ef4222;
    color: white;
    width: 100%;
    margin-top: 50px;
    padding: 75px 0px;
    line-height: 1.7rem;
}

.navFooter {
    text-decoration: none;
    cursor: pointer;
    color: white;
}

    .navFooter:hover {
        text-decoration: none;
        cursor: pointer;
        color: #ddd7d7;
    }

.hideOnMobile {
    display: block;
}

.mat-elevation-z5 {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 767px) {
    .mainBodyTopMargin {
        margin-top: 57px;
    }

    .hdrCaption {
        font-size: 18pt;
        padding: 10px;
    }

    .clientPanel {
        width: 100%;
        margin: auto;
    }

    .FeaturedEventContainer {
        margin: 0px;
    }

    .HomeBannerContainer {
        padding: 5px 0px;
        background-color: #fff;
    }


    .stickyFooter {
        padding: 25px 0px;
    }

    .footerPanel {
        width: 100%;
    }

    .hideOnMobile {
        display: none !important;
    }

    .m-p-10 {
        padding: 10px;
    }

    .evtCaption {
        font-size: 12pt;
    }

    .tg-navbar {
        padding: 0.48rem 1rem;
    }

    .Tg-Top-Logo {
        height: 30px;
    }
}

.eventContainer {
    width: 100%;
    max-width: 1120px;
    padding: 10px;
    margin: auto;
}

.eventHeader {
    padding-top: 10px;
    background-color: #ef4222;
    text-align: center;
}

    .eventHeader img {
        width: 100%;
        margin: auto;
        border-radius: 15px;
    }

.eventName {
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
    text-align: left;
    padding: 16px 0px;
}

.eventDtls {
    color: #fff;
    font-weight: 400;
    font-size: 1.1rem;
    text-align: left;
}

    .eventDtls i {
        float: left;
        margin-right: 8px;
        font-size: 1.5rem;
    }

.cartQty {
    color: #fff;
    margin-top: -18px;
    font-size: 1.2rem;
    padding-top: -15px;
    font-weight: 600;
    position: absolute;
}

.catCard {
    padding: 25px 5px;
    border-bottom: 1px solid #ccc;
}

.catStandName {
    color: #353B50;
    font-size: 1.3rem;
    font-weight: 600;
}

.catPrice {
    color: #ef4222;
    font-size: 2rem;
    font-weight: 600;
    margin-top: 10px;
}

.catQty {
    width: 60px;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 500;
}

.catAddBtn {
    margin: 5px;
    font-size: 1.4rem;
    color: #ef4222;
    border: 3px solid #ef4222;
    border-radius: 50%;
    padding: 7px 9px;
    cursor: pointer;
}

.btn-tg-buy {
    color: #fff !important;
    background-color: #ef4222;
    border-color: #ef4222;
    border-radius: 25px;
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

    .btn-tg-buy:hover {
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    }

.mar-l-100 {
    margin-left: 100px;
}

.pad-60 {
    padding: 60px;
}

.mar-t-60 {
    margin-top: 60px;
}

.btn-tg-full {
    color: #fff !important;
    background-color: #ef4222;
    border-color: #ef4222;
    border-radius: 25px;
    padding: 15px 25px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-align: center;
}

    .btn-tg-full:hover {
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    }

@media only screen and (max-width: 767px) {
    .mar-l-100 {
        margin-left: 2px;
    }
    .eventHeader img {
        border-radius: 0px;
    }
    .pad-60 {
        padding: 10px;
    }

    .mar-t-60 {
        margin-top: 5px;
    }

    .catQty {
        width: 30px;
        text-align: center;
        font-size: 1.8rem;
        font-weight: 500;
    }

    .catAddBtn {
        font-size: 1rem;
        border: 2px solid #ef4222;
        padding: 4px 6px;
    }

    .btn-tg-buy {
        padding: 5px 20px;
        min-width: 80px;
    }

    .eventContainer {
        padding: 0px;
    }
}

.card {
    border-radius: 10px;
    border: 1px solid #ffa695;
    overflow: hidden;
}

    .card:hover {
        border: 1px solid rgba(0, 0, 0, 0.14);
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    }

.card-img-top {
    transition: all .9s ease-in-out;
}

.card-img-overlay {
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 72%;
    background-color: rgba(0,0,0,.65);
    display: none;
    transition: all .9s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .card-img-overlay {
        height: 75%;
    }
}

.card-img-overlay-button {
    position: inherit;
    padding: 10px;
    min-width: 150px;
    margin: auto;
    margin-top: 18%;
    left: calc(50% - 70px);
    border: 1px solid #ccc;
    border-radius: 20px;
    color: #fff !important;
}

    .card-img-overlay-button:hover {
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    }

.card:hover .card-img-top {
    transform: scale(1.06);
}

.card:hover .card-img-overlay {
    display: block;
}
.EventHtmlHdr {
    margin-top:50px;
    margin-bottom:20px;
}
.EventHtmlHdr span {
    font-weight: 600;
    border-bottom: 2px solid #F44336;
    margin: 1rem 0;
    font-size: 1.5rem;
    padding-bottom: 2px;
}