﻿body {
}

.Event-detail-sec {
    padding-top: 40px;
}

.event-outer-wrap h2 {
    margin-top: 100px;
    font-size: 25px;
}

h2 a {
    font-size: 24px;
}

div#at4-share, div#at4-thankyou, div#at4-whatsnext {
    padding: 0;
    margin: 0;
    display: none;
}

.buttons {
    display: flex;
}

.ca-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 30px;
    height: 30px;
    /* width: 100%; */
    position: absolute;
    right: 137px;
}

label.error {
    padding-left: 16px;
    margin-left: .3em;
    position: absolute;
    bottom: -12px;
    left: 12px;
    font-size: 11px;
}

label.valid {
    background-image: url(../Images/checkedGreen.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 19px;
}

.bread-crumb a {
    color: #989898;
}

    .bread-crumb a:hover {
        color: #989898;
    }

.event-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

.Event-details-img img {
    width: 100%;
    height: 42vh;
}

.el-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
}

.datetime {
    padding-left: 65px;
}

.lblMsg {
    color: green;
    text-align: center;
    display: flex;
    justify-content: center;
}

.Dropdowncls {
    border: solid 1px transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: gray;
    height: 29px;
    width: 100%;
    /* -webkit-appearance: none; */
}

.ddlCity {
    /*-webkit-box-shadow: 0 0 16px -4px rgba(0,0,0,0.6);*/
    border-radius: 0px;
    background-color: white;
    /*display: flex;*/
    margin-right: 10px;
    padding: 2px;
    width: 100%;
    border: 1px solid lightgray;
}

.custom-col {
    display: flex;
    align-items: center;
}

.Enquiry-form {
    background-color: #fff6f6;
    border-radius: 5px;
}

.custom-flex-col {
    display: flex;
}

.input-wrap {
    /*position: relative;
    display: inline-block;
    width: 100%;*/
    padding: 10px 0;
}

.txt-box {
    border: 1px solid lightgray;
    -webkit-text-fill-color: #000;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    height: 35px;
    padding-left: 15px;
}

.bg-text {
    height: 88px;
}

.redline {
    position: absolute;
    display: inline-block;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: red;
}



.Submit-btn {
    font-size: 15px;
    color: white;
    width: 100%;
    background: linear-gradient(to left, #ff9853 50%, #ff6c09 100%);
    border-radius: 7px;
    padding: 10px 0;
    border: 1px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin-top: 15px;
}

.no-of-people {
    padding-right: 0px;
}

.form-heading {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    margin-top: 10px;
    margin-bottom: 0px;
}

.event-desc-p {
    font-size: 35px;
    font-weight: 900;
    font-family: 'Playfair Display', serif;
    line-height: 1.1;
}


.details {
    padding-top: 15px;
}


.datetime p {
    font-size: 25px;
    margin: 0;
}

.datetime span {
    font-size: 25px;
    color: lightgray;
}

.datetime h3 {
    font-size: 25px;
}

.More-details-p {
    font-size: 25px;
}

.More-details {
    margin-top: 20px;
}


.Event-details-more {
    margin-top: 50px;
}

.reco-heading {
    font-size: 25px;
    font-weight: 900;
    font-family: 'Playfair Display', serif;
    margin-bottom: 50px;
}

.recommended-event {
    margin-top: 25px;
}

.bread-crumb p {
    color: #989898;
    font-size: 14px;
    font-family: 'Poppins';
    margin-bottom: 20px;
}

.event-details-sec {
    padding-top: 50px;
}

.event-details {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 10px 0px rgba(0,0,0,0.6);
    background-color: white;
    border-radius: 4px;
}

.Event-detials-img img {
    width: 100%;
    height: 100%;
}

.Event-detials-img {
    padding: 10px;
}


.event-text {
    padding: 10px;
    line-height: 1;
    padding-bottom: 20px;
}

.event-text-para {
    font-family: poppins;
    font-size: 20px;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 10px;
    text-shadow: 0px 0px;
}


.ev-span {
    font-family: poppins;
    font-size: 14px;
    color: gray;
    line-height: 20px;
    /* min-height: 100%; */
    max-height: 20px;
    min-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.buttons {
    padding-top: 0px;
}

.Share-icons {
    display: flex;
    float: right
}

.facebok {
    padding: 0 3px;
}

.google {
    padding: 0 3px;
}

.Pinters {
    padding: 0 3px;
}

.tweeter {
    padding: 0 3px;
}

.facebok img {
    height: 30px;
    width: 30px;
}

.google img {
    height: 30px;
    width: 30px;
}

.tweeter img {
    height: 30px;
    width: 30px;
}

.Pinters img {
    height: 30px;
    width: 30px;
}


.share-text p {
    font-size: 35px;
    /* font-weight: 700; */
}

.share-text {
    margin-right: 25px;
}

.details-p {
    font-size: 30px;
    font-weight: 700;
}



/*=====Media Queries=====*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {
    .event-img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 222px;
    }

    .Event-detail-sec {
        padding-top: 12px;
    }

    .Event-detail-sec {
        padding-top: 20px;
    }

    .form-heading {
        margin-top: 25px;
    }

    .event-desc-p {
        font-size: 20px;
    }

    .datetime p {
        font-size: 15px;
    }

    .datetime span {
        font-size: 15px;
    }

    .datetime h3 {
        font-size: 15px;
    }


    .More-details-p {
        font-size: 15px;
    }

    .share-text {
        margin-right: 11px;
    }

        .share-text p {
            font-size: 20px;
        }

    .facebok img {
        height: 35px;
        width: 35px;
    }

    .google img {
        height: 35px;
        width: 35px;
    }

    .tweeter img {
        height: 35px;
        width: 35px;
    }

    .Pinters img {
        height: 35px;
        width: 35px;
    }

    .reco-heading {
        font-size: 25px;
        margin-bottom: 20px;
        margin-left: 15px;
    }

    .details-p {
        font-size: 20px;
    }
}


/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 481px) and (max-width: 510px) {
    .event-img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 222px;
    }

    .Event-detail-sec {
        padding-top: 12px;
    }

    .Event-detail-sec {
        padding-top: 20px;
    }

    .form-heading {
        margin-top: 25px;
    }

    .event-desc-p {
        font-size: 20px;
    }

    .datetime p {
        font-size: 15px;
    }

    .datetime span {
        font-size: 15px;
    }

    .datetime h3 {
        font-size: 15px;
    }


    .More-details-p {
        font-size: 15px;
    }

    .share-text {
        margin-right: 11px;
    }

        .share-text p {
            font-size: 20px;
        }

    .facebok img {
        height: 35px;
        width: 35px;
    }

    .google img {
        height: 35px;
        width: 35px;
    }

    .tweeter img {
        height: 35px;
        width: 35px;
    }

    .Pinters img {
        height: 35px;
        width: 35px;
    }

    .reco-heading {
        font-size: 25px;
        margin-bottom: 20px;
        margin-left: 15px;
    }

    .details-p {
        font-size: 20px;
    }
}



/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {
    .Event-details-img img {
        width: 100%;
        height: 49vh;
    }

    .Event-details-more {
        margin-top: 20px;
    }

    .Share-icons {
        margin-top: 20px;
    }
}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
    .Event-details-img img {
        width: 100%;
        height: 38vh;
    }
}

@media (min-width: 1152px) and (max-width: 1365px) {
    .custom-container {
        max-width: 1200px;
    }

    .Event-details-img img {
        width: 100%;
        height: 61vh;
    }

    /*.custom-container {
        max-width: 1280px;
    }*/

    .share-text p {
        font-size: 21px;
    }

    .share-text {
        margin-right: 10px;
    }

    .event-desc-p {
        font-size: 25px;
    }

    .datetime h3 {
        font-size: 14px;
    }

    .More-details-p {
        font-size: 20px;
    }

    .datetime p {
        font-size: 14px;
    }

    .datetime span {
        font-size: 14px;
    }

    .input-wrap {
        padding: 10px 0;
    }

    .facebok img {
        height: 38px;
        width: 38px;
    }

    .google img {
        height: 38px;
        width: 38px;
    }

    .tweeter img {
        height: 38px;
        width: 38px;
    }

    .Pinters img {
        height: 38px;
        width: 38px;
    }

    .details-p {
        font-size: 18px;
    }
}

/*1152×648, 1280×720, 1366×768,*/
@media (min-width: 1366px) and (max-width: 1599px) {
    .Event-details-img img {
        width: 100%;
        height: 61vh;
    }

    .custom-container {
        max-width: 1250px;
    }

    .share-text p {
        font-size: 21px;
    }

    .share-text {
        margin-right: 10px;
    }

    .event-desc-p {
        font-size: 25px;
    }

    .datetime h3 {
        font-size: 14px;
    }

    .More-details-p {
        font-size: 14px;
        font-family: poppins;
    }

    .datetime p {
        font-size: 14px;
    }

    .datetime span {
        font-size: 14px;
    }

    .input-wrap {
        padding: 10px 0;
    }

    .facebok img {
        height: 38px;
        width: 38px;
    }

    .google img {
        height: 38px;
        width: 38px;
    }

    .tweeter img {
        height: 38px;
        width: 38px;
    }

    .Pinters img {
        height: 38px;
        width: 38px;
    }

    .details-p {
        font-size: 18px;
    }
}

/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {
    .custom-container {
        max-width: 1450px;
    }

    .Event-details-img img {
        width: 100%;
        height: 67vh;
    }

    .input-wrap {
        padding: 7px 0;
    }

    .share-text p {
        font-size: 18px;
    }

    .share-text {
        margin-right: 15px;
    }

    .event-desc-p {
        font-size: 26px;
    }

    .datetime h3 {
        font-size: 22px;
    }

    .More-details-p {
        font-size: 20px;
    }

    .datetime p {
        font-size: 14px;
    }

    .datetime span {
        font-size: 14px;
    }

    .details-p {
        font-size: 18px;
    }
}

@media (min-width: 1920px) {
    .input-wrap {
        padding: 16px 0;
    }

    .Event-details-img img {
        width: 100%;
        height: 51vh;
    }

    .custom-container {
        max-width: 1750px;
    }

    .event-img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 570px;
    }
}
