/*event*/

.arrow-circal{
    padding: 0 10px;
    color: rgb(240, 79, 29);

}
.event {
    margin: 80px 0 0 0;
}

.event .left {
    width: 70%;
    margin-bottom: 70px;
   
}

.event .left .col {
    width: calc(50% - 20px);
    margin: 0 10px;
}

.event .left .left {
    width: 20%;
}

.event .left .left h3 {
    text-align: center;
    margin-top: 35px;
    font-size: 20px;
    font-weight: 500;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    background-color: rgb(240, 79, 29);
}

.event .left .left h4 {
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 400;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    background-color: #000;
}

.event .left .right {
    width: 80%;
}

.event .left .right h4 {
    margin-left: 20px;
    padding-top: 30px;
    font-size: 20px;
    font-weight: 700;
}

.event .left .right p {
    margin-left: 20px;
    padding-top: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #999;
}

.event .col .opacity:nth-of-type(1) {
    position: relative;
}

.event .col .opacity:nth-of-type(1)::after {
    transform: translate(-50%, -50%) scaleY(0);
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform-origin: top;
    background: #0000009e;
    transition: all 0.5s ease-in-out;
}

.event .col .opacity:nth-of-type(1):hover::after {
    transform: translate(-50%, -50%) scaleY(1);
}

.event .col .opacity:nth-of-type(1) .btn3 {
    position: absolute;
    top: 40%;
    left: 30%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.event .col .opacity:nth-of-type(1):hover .btn3 {
    visibility: visible;
    opacity: 1;
}

.event-icon {
    color: rgb(240, 79, 29);
    padding-right: 5px;
}

.event .right {
    width: 30%;
}

.event .right h5 {
    padding: 25px 0;
    font-size: 25px;
    font-weight: 600;
}

.event .right form {
    padding-left: 20px;
    background-color: #f5f2f2;
}

#event-form {
    border-style: inset;
    margin: 10px 0 20px 0;
    width: 90%;
    padding: 15px;
    font-size: 17px;
    border: 1px solid #faf8f8;
    text-decoration: none;
}

.right .form-control{
    outline: none;
    border: none;
    padding: 15px 5px 15px 10px;
    margin-bottom: 20px;
    font-size: 15px;
    width: 90%;
}

.button {
    width: 90%;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    border: 2px solid rgb(240, 79, 29);
    background-color: rgb(240, 79, 29);
    color: #fff;
}

.button:hover {
    color: rgb(240, 79, 29);
    background-color: #fff;
    transition: all .5s ease-in-out;
}

.event .right h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 40px 20px;
}

.event .right .box {
    padding: 0 0 20px 0;
    border: 1px solid #faf4f4;
}

.event .right .box h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 10px 10px;
    color: #4e4a4a;
}

.event .right .box p {
    padding: 0 10px 5px 0;
    font-size: 17px;
    font-weight: 400;
    color: #999;
}

.event-icon2 {
    margin-left: 10px;
    padding-right: 5px;
    color: rgb(240, 79, 29);
    font-size: 17px;
}

.event .right .img {
    position: relative;
    width: 400px;
}

.event .right .event-style h6 {
    position: absolute;
    top: 10px;
    left: 80px;
    color: #fff;
}

.event .right .event-style p {
    position: absolute;
    top: 35px;
    left: 80px;
    color: #fff;
}

.event .right .event-style .heart {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
}

.event .right .event-style h2 {
    position: absolute;
    top: 75%;
    left: 15px;
}

.event .right .event-style h2 {
    background-color: #fff;
    color: #333131;
    font-size: 13px;
    font-weight: 400;
    padding: 1px 5px;

}

.event .right .event-style h3 {
    position: absolute;
    top: 47%;
    right: 0px;
}

.event .right .event-style h3 {
    background-color: #fff;
    color: #333131;
    font-size: 13px;
    font-weight: 400;
    padding: 1px 5px;
}

.face-icon {
    padding: 1px 5px;
    font-size: 13px;
}
.event .face{
   background-color: #ffffff;
}
.face p{
    color: #999;
    padding-top: 10px;
    font-size: 15px;
}
.face .col{
    padding: 0px 4px;
}

/*form*/

#validation-email-error{
    color: red;
    display: none;
}
#validation-username-error{
    color: red;
    display: none;
}
#validation-phone-error{
    color: red;
    display: none;
}

/*footer top*/
#footer-top {
    margin-top: -100px;
}


/* media query for tablet screen */
@media screen and (max-width:1024px) {
    .event{
        margin: 40px 0 0 0;
    }
    .event .left{
        width: 100%;
        margin-bottom: 25px;
    }
    .event .right{
        width: 100%;
    }
    .event .left .right h4{
        font-size: 18px;
    }
    .search-btn{
        left: 92%;
    }
    
    .event .right h5{
        padding: 20px 0;
        font-size: 23px;
    }
    .event .col .opacity:nth-of-type(1) .btn3{
        left: 35%;
    }
    #event-form{
        margin: 10px 0;
        width: 97%;
    }
    .event .face{
        margin-bottom: 130px;
    }
    .face p{
        padding-bottom: 5px;
    }
    
}



/* media query for mobile screen */
@media screen and (max-width:767px) {
    .section{
        padding: 10px 0 !important;
    }
    .container{
        padding: 0 10px !important;
    }
    .arrow-circal{
        padding: 0 7px;
    }
    .event{
        margin-top: 30px;
    }
    .event .left{
        width: 100%;
        margin-bottom: 30px;
    }
    .event .left .col{
        width: calc(100% - 20px);
        margin: 0 10px;
    }
    .event .left .left h4{
        font-size: 12px;
    }
    .event .left .right h4{
        font-size: 16px;
        padding-top: 15px;
        font-weight: 500;
        margin-left: 10px;
    }
    .event .left .left h3{
        margin-top: 15px;
    }
    .event .left .right p{
        margin-left: 10px;
        font-size: 13px;
        font-weight: 400;
        color: #000;
    }
    .event .right{
        width: 100%;
    }
    .event .right h5{
        margin-top: 10px;
        padding: 15px 0;
        font-size: 17px;
    }
    #event-form{
        margin: 10px 0 0 0;
    }
    .button{
        padding: 10px 12px;
        font-size: 13px;
        margin-bottom: 20px;
        
    }
    .event .right h3{
        font-size: 18px;
        margin: 20px 10px;
    }
    .event .right .box h2{
        font-size: 17px;
        line-height: 20px;
        color: #000;
    }
    .event .right .box p{
        font-size: 15px;
        color: #000;
    }
    .event-icon2{
        font-size: 15px;
    }
    .event .right .event-style h3{
        top: 60%;
        right: 55px;
    }
    .event .face{
        display: none;
    }
    .event .right .img{
        margin-bottom: 40%;
    }

}
