/
home
/
vivaseatsuk
/
public_html
/
backupo
/
css
/
File Upload :
llllll
Current File: /home/vivaseatsuk/public_html/backupo/css/style.css
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap'); /* |-------------------------------------------------------------------------- | Typography |-------------------------------------------------------------------------- */ h1,h2,h3,h4,h5,h6{ font-family: hero-new,sans-serif; font-weight: 800; font-style: normal; } h1,h2,h3{ padding-bottom:5px; } h1{ font-size:40px; line-height:1.25em; } h2{ font-size:38px; line-height:1.25em; } h3{ font-size:30px; line-height:1.25em; } h4{ font-size:22px; line-height:1.25em; } h5{ font-size:20px; line-height:1.25em; } h6{ font-size:18px; line-height:1.3em; } body,p { font-family: 'DM Sans', sans-serif; font-size: 18px; line-height: 1.6em; font-weight:400; color: #333 ; } body{ overflow-x: hidden; position: relative; } img{ width: auto; max-width: 100%; } /* |-------------------------------------------------------------------------- | Links |-------------------------------------------------------------------------- */ a{ color:#353740; text-decoration:underline; } a:hover{ color:#333; text-decoration:none; } .dark-link a{ color:#fff; font-weight:500; text-decoration:none !important; } .dark-link a:hover{ color:#fcd21d; text-decoration:none !important; } .light-link a{ color:#353740; font-weight:500; text-decoration:underline !important; } .light-link a:hover{ color:#000 !important; text-decoration:none !important; } /* |-------------------------------------------------------------------------- | Section & Row Spacing |-------------------------------------------------------------------------- */ .container{ max-width:1380px; margin:auto; } .vertical-center{ display: flex; flex-direction: column; justify-content: center; } section { position: relative; } .row { width:100%; margin: 0 auto; } .section_padding { padding:80px 0; } .vertical-center{ display: flex; flex-direction: column; justify-content: center; padding:0; } /* |-------------------------------------------------------------------------- | Buttons |-------------------------------------------------------------------------- */ .btn-primary.focus, .btn-primary:focus{ box-shadow: none; } .btn{ font-family: 'DM Sans', sans-serif; } .btn:hover { } .btn-dark-bg { background-color: transparent; color:#fff; border:2px solid #fff; border-radius: 20px; padding:4px 15px; text-transform: uppercase; font-weight: 700; height: auto; font-size: 16px; line-height: 20px; } .btn-dark-bg:hover{ background-color:#fff; color:#080B19; border: 2px solid #fff; } .btn-notify-me{ background-color: #fff; color: #080B19; border: 0px solid #fff; border-radius: 40px; padding: 15px 15px; text-transform: uppercase; font-weight: 700; height: auto; font-size: 16px; line-height: 20px; transition: 0.5s all ease; } .btn-notify-me:hover{ /*background-color:#28C8FF;*/ color: #fff; border: 0px solid #28C8FF; /*background-image:linear-gradient(45deg,#28C8FF, #28C8FF 4%, #28C8FF 85%, #28C8FF);*/ background: linear-gradient(45deg,#fb4bc8, #fb4bc8 4%, #00dffe 85%, #27fe5b); } .form-control:focus{ box-shadow:none; } /* |-------------------------------------------------------------------------- | Show/ Hide COntent in Mobile and Desktop |-------------------------------------------------------------------------- */ .reveal{ position: relative; transform: translateY(200px); opacity: 0; transition: 1s all ease; } .reveal.active{ transform: translateY(0); opacity: 1; } .reveal_image{ position: relative; transform: translateY(100px); opacity: 0; transition: 1s all ease; } .reveal_image.active{ transform: translateY(0); opacity: 1; } .show-mobile{ display:none; } @media all and (max-width: 991px){ .show-mobile{ display:block !Important; } .show-desktop{ display:none; } } /* |-------------------------------------------------------------------------- | Header |-------------------------------------------------------------------------- */ .logo-clmn.vertical-center img { position: absolute; top: 23px; left: 0; } .fixed { position: fixed !important; top:0; left:0; width: 100%; background-color: transparent; z-index: 99999 !important; } /*.header-container{ position: fixed; left: 0; right: 0; }*/ .header-main.fixed .logo-defualt{ /*display:none;*/ opacity: 0; visibility: hidden; } .header-main .logo-sticky{ /*display:none;*/ opacity: 0; visibility: hidden; } .header-main.fixed .logo-sticky{ /*display:block !important;*/ opacity: 1; visibility: visible; } .logo-clmn img {max-width:223px;} .header-main.fixed { padding: 30px 0px 0px; } header.header-main { padding:30px 0px 0px; z-index:9999; position: relative; /*transition: 1s all;*/ /*transition: all 0.5s ease;*/ } .hide-sticky-header{z-index:9999;} .header-form label{ color: #fff; text-transform: uppercase; font-size:16px; line-height: 20px; font-weight: 700; margin-bottom: 0px; } .header-form .form-control{ border: 1px solid #fff; border-width: 0px 0px 1px 0px; height: 40px; background-color: transparent; color: #fff; padding: 0px; max-width: 450px; margin-left: 10px; margin-right: 10px; margin-top: 4px; } .email-col{ margin-bottom:0px; display: flex; justify-content: flex-end; } .header-btn-div,.header-form-label{ padding-top: 25px; } /*.full-screen-sec{ height: 100vh; width: 100vw; margin: 0; }*/ .banner-content-row .banner-form{ max-width:560px; } /* |-------------------------------------------------------------------------- | new Banner |-------------------------------------------------------------------------- */ .row.banner-content-row.two-side-data-container { padding-top: 0; } .two-side-data-container .banner-clmn { height: 100%; } .win-ticket-form { height: 100%; } .two-side-data-container .banner-clmn .banner-content { padding-left: 80px; } .two-side-data-container .banner-clmn:before { background-image: url(../images/patter-banner-right.svg);background-repeat: no-repeat; background-position:top left;content: ""; width: 100%;height: 100%;display: block;position: absolute;top: 0%;left: 0; z-index: 0; } .banner-details p.banner-first-p { font-size: 20px; font-weight: 400; font-family: 'DM Sans', sans-serif; } .banner-details p.terms-and-condition a,.banner-details p.terms-and-condition { color: #fff; font-size: 13px; font-weight: 400; font-family: 'DM Sans', sans-serif; } .banner-details p.terms-and-condition {margin-top:25px;} .two-side-data-container { align-items: center; } .ticket_form { background: rgba(0,0,0,0.5); max-width: 560px; width: 100%; border-radius: 30px; float: right; margin-top: 50px; } .formwrapper { padding: 30px; } .first_name { width: 48%; margin-right: 2%; } .name_field { display: flex; align-items: center; margin-bottom: 20px; } .last_name { width: 48%; margin-left: 2%; } .location select { width: 100%; } .location,.category { margin-bottom: 20px; } .location option,.category option { background: #000;border:none; } .location select, .category select { width: 100%;outline: none; } .tell-us-here label { color: #fff; } .tell-us-here input { width: 100%; } .accept_term { display: flex; background: rgb(255 255 255 / 10%); padding: 15px; margin-bottom: 20px; border-radius: 5px; } .tell-us-here { margin-bottom: 20px; } .accept_term label a{ color: #fff;} .accept_term label { padding-left: 15px; color: #fff; width: calc( 100% - 30px); } .accept_term input[type="checkbox"] { /* Add if not using autoprefixer */ -webkit-appearance: none; appearance: none; /* For iOS < 15 to remove gradient background */ background-color: transparent; /* Not removed via appearance */ margin: 0; width: 20px; height: 20px; border-radius: 2px; border: 1px solid #fff; margin-top: 5px; position: relative; } .submit_button { margin-bottom: 0px; } .submit_button input.submitformbtn:hover { background: linear-gradient(45deg,#fb4bc8, #fb4bc8 4%, #00dffe 85%, #27fe5b); border: transparent; color:#fff; } .submit_button input.submitformbtn { width: 100%; border-radius: 40px; text-transform: uppercase; color: #000; background: #fff; font-size: 22px; font-weight: 700; transition:0.25s all; } .accept_term input[type="checkbox"]:focus{border-color:#fff;} .accept_term input[type="checkbox"]:checked::before {content:"";width: 7px;height: 2px;background: #fff;display: block;position: absolute;top: 10px;transform: rotate(60deg);left: 3px;} .accept_term input[type="checkbox"]:checked::after {content:"";width: 12px;height: 2px;background: #fff;position: absolute;top: 8px;transform: rotate(135deg);left: 6px;} .ticket_form input,.ticket_form select{ background:transparent; color:#fff; border:1px solid #fff; height: 50px; border-radius: .5rem; padding: 5px 10px; } .ticket_form input:focus,.ticket_form select:focus{background:transparent;} .ticket_form label{ font-weight: 400; font-size: 13px; color: #fff; line-height: 20px; margin-bottom:0; } .ticket_form .tell-us-here label{ font-weight: 400; font-size: 18px; color: #fff; line-height: 17px; margin-bottom: 10px; } .ticket_form input:focus{ color:#fff; border-color: #13d6fa; } .ticket_form input,.ticket_form select{ font-family: 'DM Sans', sans-serif; font-weight:400; font-size:18px; color:#fff; } .ticket_form input:placeholder{ font-family: 'DM Sans', sans-serif; font-weight:400; font-size:18px; color:#fff; } .ticket_form input::placeholder { font-family: 'DM Sans', sans-serif; font-weight:400; font-size:18px; color:#fff; } .ticket_form :-ms-input-placeholder { font-family: 'DM Sans', sans-serif; font-weight:400; font-size:18px; color:#fff; } .ticket_form ::-ms-input-placeholder { font-family: 'DM Sans', sans-serif; font-weight:400; font-size:18px; color:#fff; } section.terms-and-condition h1 { font-family: 'DM Sans', sans-serif; clear: both; margin-top: 30px; margin-bottom: 10px; font-size: 30px; line-height: 40px; font-weight: 700; color:#000; } section.terms-and-condition .container { max-width: 1000px; width: 100%; margin: auto; } section.terms-and-condition ul { list-style: none; padding: 0; margin: 0; } section.terms-and-condition h4 { font-family: 'DM Sans', sans-serif; font-weight: bold; font-weight: 700; font-size: 20px; margin-top: 20px; color:#000; margin-bottom: 5px; clear:both; } section.terms-and-condition ul li span { /* margin-left: -20px; */ position: absolute; left: 0; font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 400; line-height: 25px; color:#000; } section.terms-and-condition ul li { padding-left: 25px; position: relative; font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 400; line-height: 25px; color:#000; } section.terms-and-condition p { font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 400; line-height: 25px; color:#000; margin-bottom: 5px; width: 100%; } p.thankyou {color: #fff;margin: 0;border: 1px solid green;padding: 10px;border-radius: 30px;text-align: center;color: green;} .two-side-data-container { margin-top: calc(100% - 90%); } .staticpage .header-form label{ color: #000;} .staticpage .header-form .form-control{border-bottom: 1px solid #000; color: #000;} .staticpage .btn-dark-bg{ color: #000; border: 2px solid #000;} header.header-main.staticpage { padding-top:30px; padding-bottom: 50px; } @media all and (max-width:1920px) { .two-side-data-container { margin-top: calc(100% - 90%); } } @media all and (max-width:1650px) { .ticket_form input, .ticket_form select{ height:40px; } .name_field,.location, .category,.tell-us-here,.accept_term{margin-bottom: 10px;} .ticket_form label { font-size: 12px; line-height: 14px;} } @media all and (max-width:1440px) { .two-side-data-container { margin-top: calc(100% - 97%); } .ticket_form{margin-top:20px;} .two-side-data-container .banner-clmn .banner-content { padding-left: 0; } } @media all and (max-width:1280px) { .two-side-data-container { margin-top: calc(100% - 90%); } .two-side-data-container .banner-clmn .banner-content { padding-left: 0; } .ticket_form input, .ticket_form select{ height:40px; } .two-side-data-container .banner-clmn:before {background-size: 70%;top: -7%;left: -2%;} } @media all and (max-width:991px) { .container-fix,.two-side-data-container .banner-clmn,.win-ticket-form,.banner-sec{height:auto !important;flex-wrap:wrap;} .two-side-data-container .banner-clmn { height: 100%; padding-top: 90px; padding-bottom: 100px; } .two-side-data-container .banner-clmn:before{ background-size: 50%; top: 50px; left:-33%; background-position: top center; } .logo-clmn img { max-width: 100%; } .logo-clmn.vertical-center img { left: 0; right: 0; margin: auto;} .ticket_form{float:none;margin:auto;} } @media all and (max-width:480px) { .ticket_form .tell-us-here label { font-size: 15px; } .two-side-data-container { margin-top: calc(100% - 85%); } .two-side-data-container .banner-clmn:before { background-size: 85%; } .two-side-data-container .banner-clmn:before { top: 10%; } .two-side-data-container .banner-clmn { padding-top: 70px; padding-bottom: 50px; } } /* |-------------------------------------------------------------------------- | Banner |-------------------------------------------------------------------------- */ .banner-sec{ background-image:url(../images/banner-img.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; overflow: hidden; /*padding:130px 0px 250px;*/ padding:130px 0px 40px; position:relative; margin-top:-87px; z-index: 999; /* background-attachment: fixed; */ height: 100vh; } .container-fix{ /* position: fixed; top:180px; */ /* position: fixed; */ /* left: 590px; */ /*height: 100vh;*/ height: 100%; /* height: calc(100% - -110px); */ width: 100%; display: flex; justify-content: center; align-items: center; /* max-width: 100%;*/ } .banner-header-row{ padding-bottom:0px; } .banner-content-row{ padding-top:60px; display: flex; justify-content: center; width: 100%; /* position: fixed; */ /* top: 117px; */ /* left: 37px; */ height: 100%; } .banner-content{padding-top:100px;z-index: 1;position: relative;} .banner-content h1{ text-transform: uppercase; color: transparent; -webkit-text-stroke: 1px #fff; font-size: 70px; line-height: 80px; padding-bottom: 0px; margin-bottom: 0px; font-weight:800; } .banner-content h2{ text-transform: uppercase; color: #fff; font-size: 70px; line-height: 80px; padding-bottom: 0px; margin-bottom: 0px; font-weight:800; } .banner-content p{ color:#fff; font-size:20px; } .banner-details{ margin-top: 30px; margin-bottom:40px; } .banner-email-col{ margin-bottom: 0px; display: flex; border: 1px solid #fff; border-radius: 33px; padding-right: 7px; } .banner-form .form-control{ width: 100%; margin-right: 5px; border-top-left-radius: 33px !important; border-bottom-left-radius: 33px !important; background-color: transparent; border: none; padding: 31px 25px; color:#fff; } .banner-btn-div{ max-width: 160px; width: 100%; display: flex; flex-direction: column; justify-content: center; } .banner-email-col input:placeholder{ color:#fff !important; opacity:1 !important; } .banner-email-col ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color:#fff; opacity: 1; /* Firefox */ } .banner-email-col :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff; } .banner-email-col ::-ms-input-placeholder { /* Microsoft Edge */ color: #fff; } /* .banner-clmn-right{padding-left:50px;} */ /* |-------------------------------------------------------------------------- | Event Category |-------------------------------------------------------------------------- */ .events-cat-sec{ background-image: url(../images/event-cat-bg.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; /*padding:100px 0px 50px;*/ padding:0; z-index:99; } .event-height-div{/* overflow-x: hidden; */} .events-cat-ul{ padding: 0px; list-style-type: none; text-align:center; position: absolute; top: 50%; transform: translateY(-50%); margin: auto; left: 0; right: 0; z-index:99; } ul.events-cat-ul li{ /*margin-bottom:15px;*/ margin-bottom:0px; } ul.events-cat-ul li a { color: #fff !important; font-size: 70px; /*line-height: 70px;*/ line-height: 77px; font-family: hero-new,sans-serif; text-transform: uppercase; -webkit-text-stroke: 1px transparent; text-decoration:none !important; font-weight:800; } ul.events-cat-ul li a.active{ color: transparent !important; -webkit-text-stroke: 1px #fff; } .events-cat-row{ padding-top:0px; padding-bottom:0px; min-height:600px; } .events-cat-ul li img.img-hover{ display:none; } .events-cat-ul li a:hover img.img-hover, .events-cat-ul li a.active img.img-hover{ display:block; margin: auto; } .events-cat-ul li a:hover img.img-defualt, .events-cat-ul li a.active img.img-defualt{ display:none; } .concerts-li a:hover #home-events-cat{ display:none; } .events-cat-common {transition: .5s ease-in-out;/*height: 100vh;*/} .event-main-sec{z-index:1000;} .event-main-sec:before{ content: ''; background-image: url(../images/tringle-1.svg); background-size: cover; background-repeat: no-repeat; background-position: center; width: 350px; height: 322px; position: absolute; top:-70px; z-index:99; left: 145px; display:none; } .event-main-sec:after{ content: ''; background-image: url(../images/tringle-2.svg); background-size: cover; background-repeat: no-repeat; background-position: center; width: 350px; height: 322px; display: none; position: absolute; bottom: -100px; z-index:99; right: 50px; } .event-main-sec:after { content: ''; background-image: url(../images/tringle-2.svg); background-size: cover; background-repeat: no-repeat; background-position: center; width: 350px; height: 322px; display: none; position: absolute; bottom: -100px; z-index: 99; right: 50px; } /* |-------------------------------------------------------------------------- | Event Category Concerts |-------------------------------------------------------------------------- */ .events-cat-concerts{ /*background-image: url(../images/event-cat-concerts.jpg);*/ background-image:url(../images/event-cat-bg); background-size: cover; background-repeat: no-repeat; background-position: center; padding:100px 0px 50px; position:relative; /*display:none; */ overflow: hidden; } div#events-cat-concerts .img-bottom-right img{max-width: 340px;} .img-top-right img{ position: absolute; /*max-width: 442px;*/ max-width: 340px; right: 0px; top:-120px; } .img-center-left img{ position:absolute; max-width:850px; } .img-bottom-right{ text-align: right; max-width: 442px; margin-left: auto; margin-right: 0px; margin-top: -320px; } /* |-------------------------------------------------------------------------- | Event Category Sports |-------------------------------------------------------------------------- */ .events-cat-sports{ background-image: url(../images/event-cat-sports.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; padding:100px 0px 50px; position:relative; /*display:none;*/ } .img-top-left img{ position: absolute; max-width: 442px; left: -100px; top:0px; } .img-bottom-left{ text-align: left; max-width: 442px; margin-left: 0px; margin-right: auto; margin-top: -270px; } /* |-------------------------------------------------------------------------- | Event Category Arts |-------------------------------------------------------------------------- */ .events-cat-arts{ background-image: url(../images/event-cat-arts.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; padding:100px 0px 50px;; position:relative; /*display:none;*/ } /* |-------------------------------------------------------------------------- | Events Cards |-------------------------------------------------------------------------- */ .events-cards-sec{ background-color: #080B19; /*background-color: #000;*/ /*padding:110px 0px 0px;*/ /*background-image: url("../images/event-card-simple.jpg");*/ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size:cover; z-index: 999; clear: both; } .events-card-title{text-align:center;} .events-card-title h3{ text-transform: uppercase; color: transparent; -webkit-text-stroke: 1px #fff; font-size: 70px; line-height: 80px; padding-bottom: 0px; margin-bottom: 0px; } .events-card-title h2 { text-transform: uppercase; color: #fff; font-size: 70px; line-height: 80px; padding-bottom: 0px; margin-bottom: 0px; } .events-card-list ul{ padding: 0px; list-style-type: none; color: #fff; margin-bottom: 0px; } .event-card-div h3{ font-size:30px; line-height:1.25em; } .event-card-div p{ font-size:20px; color:#fff; } .events-card-list .event-card-div{ background-size: cover; background-repeat: no-repeat; background-position: center; position:relative; height:auto; } .events-cat-ul li a{cursor:pointer;} /* ---- grid ---- */ .grid:after { content: ''; display: block; clear: both; } .grid-item, .grid-sizer { width: 23%; margin-left: 1%; margin-right: 1%; } .grid-item { float: left; height: 100px; background-size:cover; background-repeat:no-repeat; background-position:top center; padding:25px; border-radius:18px; margin-bottom:25px; } .grid-item--height1 {height:324px;} .grid-item--height2 {height:506px;} .grid-content{ position:absolute; bottom:20px; max-width:250px; } .grid-item h2 { font-size: 30px; line-height: 1.25em; color: #fff; font-weight: 700; padding-bottom:0px; margin-bottom: 0px; font-family: 'DM Sans', sans-serif; } .grid-content p{ margin-bottom:0px; font-size: 20px; color: #fff; } /* |-------------------------------------------------------------------------- | FOOTER |-------------------------------------------------------------------------- */ .footer ul{ padding: 0px; margin: 0px; list-style-type: none; } .footer ul li{ background:url(../images/footer-li-icon.svg) no-repeat 35px 35px; padding-left: 55px; background-size:35px; font-size: 30px; background-position: top left; padding-top:6px; } section .footer:first-child{ border-top-left-radius: 30px; border-top-right-radius: 30px; } .footer{ /*border-top-left-radius: 30px;*/ /*border-top-right-radius: 30px;*/ border-top:none; padding:40px 0px; background-color:#fff; /*margin-top:7px;*/ position:relative; } #footer-1{margin-top:-185px;} .footer-4:after{ position: absolute; top: -6px; bottom:1px; left: 0px; right: 0px; content: ''; z-index: -1; background: linear-gradient(75deg,#fb4bc8, #fb4bc8 5%, #00dffe 50%, #27fe5b); border-radius: 30px; } .footer-4{ border-top-left-radius: 30px; border-top-right-radius: 30px; padding:40px 0px 35px; background-color:#fff; position:relative; margin-top:7px; height:90vh; } .footer-header-row .header-form label{ color:#080B19; } .footer-header-row .header-form .form-control{ border: 1px solid #080b19; border-width:0px 0px 2px 0px; color:#080b19; } .btn-light-bg{ background-color: transparent; color: #080b19; border: 2px solid #080b19; border-radius: 20px; padding: 4px 15px; text-transform: uppercase; font-weight: 700; height: auto; font-size: 16px; line-height: 20px; } .btn-light-bg:hover{ color: #fff; background-color:#080b19; } .footer-content h2.h2-line{ -webkit-text-stroke: 1px #080b19; text-align:center; text-transform: uppercase; color: transparent; font-size: 76px; line-height: 80px; padding-bottom: 0px; margin-bottom: 0px; font-weight:800; } .banner-content.footer-content h2{ font-size: 70px; line-height: 70px; font-weight:800; } .footer-content h2{ color:#080b19; text-align: center; } .footer-content p { color: #080b19; text-align: center; } .footer-4 .footer-content p ,.banner-form .form-control { font-size:20px;font-weight:400; } .footer-content .banner-form .form-control{ color: #080b19; } .footer-content ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color:#080B19; opacity: 1; font-size:20px; } .footer-content :-ms-input-placeholder { /* Internet Explorer 10-11 */ color:#080B19; opacity: 1; font-size:20px; } .footer-content ::-ms-input-placeholder { /* Microsoft Edge */ color:#080B19; opacity: 1; font-size:20px; } .btn-notify-me-g{ border: none; border-radius: 33px; padding:16px 15px; text-transform: uppercase; font-weight: 700; height: auto; font-size: 20px; line-height: 20px; /*background: linear-gradient(45deg,#fb4bc8, #fb4bc8 4%, #00dffe 85%, #27fe5b);*/ background:#000; color: #fff; transition: 0.5s all ease; } .footer-content{ max-width: 680px; margin: auto; } .footer-email-col{ background-image: url(../images/footer-form-bg.png); background-size: contain; background-repeat: no-repeat; background-position: center; height: 66px; max-width: 560px; margin: auto; border:none; } .footer-email-col .form-control{height:66px !important;} .messageResult.footer-email-col { background-image: none; } .back-top-icon { text-align: right; cursor: pointer; width: fit-content; margin-left: auto; margin-right: 0px; } .back-top-icon a .img-hover{ display:none; } .back-top-icon a:hover .img-d{ display:none; } .back-top-icon a:hover .img-hover{ display:block; } .bg-white-color{background-color: #fff; border-top-left-radius: 30px; border-top-right-radius: 30px;} .footer-cr-sec{ padding:20px 0px 5px; background:white; position: absolute; bottom: 0; width: 100%; height:9vh; } .footer-cr-text p{margin-bottom:0px;} .footer-cr-text a { margin-right: 15px; text-decoration:none; } .footer-cr-text a:hover{ text-decoration:underline; } html { scroll-behavior: smooth; } .footer-btn-div{ max-width:165px !important; } .event-main-sec{background-color:#000;} .btn-notify-me-g:hover{ color:#fff !important; /*background-image:linear-gradient(45deg,#28C8FF, #28C8FF 4%, #28C8FF 85%, #28C8FF);*/ background: linear-gradient(45deg,#fb4bc8, #fb4bc8 4%, #00dffe 85%, #27fe5b); } .footer:before { position: absolute; top: 1px; bottom: 0px; left: 0px; right: 0px; content: ''; z-index: 0; background: white; border-radius: 30px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .footer:after { position: absolute; top: -6px; bottom: 0px; left: 0px; right: 0px; content: ''; z-index: -1; background: linear-gradient(45deg,#fb4bc8, #fb4bc8 5%, #00dffe 50%, #27fe5b); border-radius: 30px; } .footer-content{ padding-top:80px !important; } .event-card-clmn{ text-align: center; position: sticky; top: 10%; /* left: 50%; margin-left: -294px; */ padding-top: 110px; } .event-grid-row{ position: relative; z-index: 99; padding-top:99px; } .s-overflow-title-container { display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; width: 100%; overflow: hidden; } .footer-4 .container { height: 100%; } .footer-4 .container .row.footer-content-row { height: 100%; display: flex; align-items: center; } section.sectionlist:before { content: ''; background-image: url(../images/tringle-1.svg); background-size: cover; background-repeat: no-repeat; background-position: center; width: 350px; height: 322px; display: block; position: absolute; top: -70px; z-index: 999; left: 145px; content: ""; } section.sectionlist:after { content: ''; background-image: url(../images/tringle-2.svg); background-size: cover; background-repeat: no-repeat; background-position: center; width: 350px; height: 322px; display: block; position: absolute; bottom: -100px; z-index: 1000; right: 50px; } .banner-content h2{ /* font-size: 65px; line-height: 75px; */ } .full-screen-footer .banner-content.footer-content p { margin-top: 25px; margin-bottom: 30px; } .full-screen-footer .banner-content.footer-content p.last { margin-top: 0px; } header.header-main.fixed.viewport-btm { z-index: 10000!important; padding-top: 32px; } a#myBtn img { max-width: 30px; } a#myBtn { position: relative; top: -15px; } .banner-details p.banner-first-p{font-size:20px} .logo-clmn.vertical-center{justify-content: end; } .footer-email-col.submit_button_notifyme_msg { background: no-repeat; } .footer-email-col.submit_button_notifyme_msg p { color: green; } section.terms-and-condition.privacy ul { clear: both; width: 100%; margin-top: 10px; margin-bottom: 10px; } section.terms-and-condition.privacy ul li { } section.terms-and-condition.privacy h5 { font-family: 'DM Sans', sans-serif; font-weight: 600; color: #000; margin-top: 20px; margin-bottom: 10px; } .table_content ul li a { color: blue; } section.terms-and-condition.privacy ul li a,section.terms-and-condition.privacy ul li span { color: #0089ff; font-family: 'DM Sans', sans-serif; } section.terms-and-condition.privacy ul li { margin-bottom: 5px; } .table_content ul { list-style: disc; } section.terms-and-condition.privacy .table_content ul li { list-style: disc; padding-left: 0; } section.terms-and-condition.privacy .table_content ul { padding-left: 15px; } section.terms-and-condition.privacy ul { list-style: disc; padding-left: 20px; } section.terms-and-condition.privacy ul li { padding-left: 0; } section.terms-and-condition.privacy ul.tableofcontents { list-style: none; padding-left: 0; } section.terms-and-condition.privacy a{color:blue;} section.terms-and-condition.privacy ul.tableofcontents li {padding-left: 20px;} .tabledata { clear: both; width: 100%; border-bottom: 1px solid #000; } .table_header ,.table_data_row{ display: flex; /*flex: 1;*/ border: 1px solid #000; border-bottom:none; } .col.data_col,.col.header_col { border-right: 1px solid #000; } .table_data_row .col.data_col:last-child ,.table_header .col.header_col:last-child{ border: none; } .location:after,.category:after { width: 0; height: 0; position: absolute; top: 27px; right: 35px; content: "<"; z-index: 98; color: #fff; transform: rotate(-90deg); } .location ,.category{ position: relative; } select#location ,select#category{ -webkit-appearance: none; -moz-appearance: none; appearance: none; } /* |-------------------------------------------------------------------------- | Responsive |-------------------------------------------------------------------------- */ @media (min-width:1800px){ .footer-content { padding-top:125px; padding-bottom:125px; } .full-screen-sec{ height: 100vh; width: 100%; display: flex; justify-content: center; } } @media all and (min-width:1500px) and (max-width:1700px) { /* .banner-content-row {padding-top: 30px;} */ .banner-content {padding-top:35px;} .banner-content h1,.banner-content h2{ font-size:70px; line-height:70px; } .banner-details { margin-top: 15px; margin-bottom: 20px; } .event-main-sec .event-height-div {height:860px !important;} .img-bottom-left,.img-bottom-right{max-width: 380px;} .img-center-left img,.img-center-right,.img-center-right img{max-width:780px !important;} } @media all and (min-width:991px) and (max-width:1499px) { .events-row { padding-top: 30px !important; padding-bottom: 30px !important; } .banner-content-row {padding-top: 0px;} .banner-content {padding-top:100px;} .banner-content h1{ /*font-size:48px;*/ /* line-height:55px;*/ } .banner-content h2{ /* font-size:48px;*/ /*line-height:55px;*/ } .banner-details { margin-top:15px; margin-bottom:30px; } .banner-content p { margin-top: 10px; margin-bottom: 10px; font-size:16px; line-height:1.3em; } .banner-clmn-right img{max-width: 70%;} .banner-content .banner-form {margin-top: 10px !Important;} .img-center-left img,.img-center-right,.img-center-right img{max-width: 670px !important; width: 570px !important;} /*.events-cat-common {min-height:860px !important;}*/ .event-main-sec .event-height-div {/* height:860px !important; */} .img-bottom-left,.img-bottom-right{max-width: 360px;} } @media (max-width: 1440px){ .banner-clmn-right img { max-width: 70% !important; } .banner-header-row { padding-top: 0; } } @media (max-width: 1400px){.ticket_form input, .ticket_form select { height: 40px;}} @media all and (max-width:1366px) { /***for temp small height***/ .formwrapper { padding: 20px;} .ticket_form input, .ticket_form select { height: 40px;} .ticket_form .tell-us-here label { font-size: 16px;line-height: 22px;margin-bottom: 2px;} .ticket_form label { font-size: 10px; line-height: 12px;} .accept_term { padding: 10px;} .submit_button input.submitformbtn { font-size: 16px;line-height: 20px;} .ticket_form input:placeholder{font-size:16px; line-height: 20px;} .ticket_form input::placeholder { font-size:16px; line-height: 20px;} .ticket_form :-ms-input-placeholder {font-size:16px; line-height: 20px;} .ticket_form ::-ms-input-placeholder { font-size:16px; line-height: 20px;} .ticket_form input, .ticket_form select { font-size: 16px; line-height: 20px;} .location:after, .category:after{ top: 20px;} /****End of temp small height***/ .ticket_form {margin-top:0;} } @media (max-width: 1024px){ .location:after,.category:after { top:22px; } } @media (max-width: 768px){ .banner-content-row { padding-top: 0px !important; left: 0; } } @media all and (min-width:991px) and (max-width: 1380px) { .container {max-width: 1250px;} } @media all and (min-width:1300px){ .event-main-sec .event-height-div{/* height:982px; */} .full-screen-footer{ height: 99vh; width: 100%; } } @media all and (min-width:992px) and (max-width: 1280px){ .header-form .form-control{max-width: 320px;} .btn-dark-bg{font-size:14px !important;} .header-form label{font-size:14px;} .banner-clmn-right {padding-left: 15px;} .banner-content {/*padding-top: 60px;*/padding-top: 0px;} .banner-details{ margin-bottom:20px; margin-top:20px; } .img-center-left img{ max-width: 680px;width: 600px !important; } .banner-sec{ /*padding-bottom:160px !important;*/ padding-bottom:40px !important; } .img-bottom-left, .img-bottom-right{margin-top:-200px !important;} .event-main-sec .event-height-div {height: 930px !important;} .footer-cr-row .vertical-center { justify-content: center; } header.header-main.fixed.viewport-btm { padding-top: 50px; } .footer-cr-sec{ padding:0px 0px 2px; } } @media all and (max-width:1024px) { .banner-content h2 { font-size: 60px; line-height: 70px; } } @media (min-width: 992px){ .show-mobile{display:none;} /*.events-cat-common{min-height:982px;}*/ .event-height-div{/* overflow:hidden; */} .banner-content .banner-form{ margin-top:25px; } .img-center-right{ position: absolute; max-width: 850px; left: 0; right: 0; margin: auto; } .img-center-right img{ margin-left:240px; max-width:850px; } } @media (max-width: 991px){ header.header-main{ /*padding:30px 0px 0px;*/ padding:30px 0px 0px; } .banner-sec{ margin-top: -60px; padding-top: 60px; background-image:url(../images/banner-img-mob.jpg); background-position: left center; } .banner-content-row {padding-top:130px;} .tringle-banner-mob{ position: absolute; z-index: -1; left: auto; right: -200px; top: 120px; } .email-col{justify-content: center;width:100%;} .header-form-clm{display:none;} .logo-clmn{text-align:center;} .banner-content {padding-top: 0px;text-align:center;} .banner-content-row .banner-form{margin:auto;} .banner-sec{padding-bottom:60px;} .banner-clmn-right { padding-left: 0px; padding-right: 0; text-align: center; margin-top:0px; } .desktop-show{display:none;} .banner-clmn{padding-left:0px;padding-right:0px; } .banner-content .banner-form .form-control{height: 50px;} /* Start Event Category Row */ .events-cat-sec{min-height:955px;} .event-main-sec:before{ width: 230px; height:310px; left:0px; background-image: url(../images/mob-tringle-1.svg); display:none; } .event-main-sec:after{ background-image: url(../images/mob-tringle-2-svg.svg); bottom:-100px; right:0px; width: 230px; height:310px; display:none; } .events-cat-sec, .home-events-cat, .events-cat-concerts, .events-cat-sports, .events-cat-arts{ padding:0px !important; } .events-cat-row{min-height:360px;} .events-cat-sec .events-cat-row{min-height:955px;} .img-top-left,.img-top-right{min-height:285px;} .img-top-left img,.img-top-right img{ top: 0px; height: auto; max-width: 320px; width: 100%; } div#events-cat-concerts .img-top-right img{ top: 15px;right:-20px; } .img-center-left img{ max-width: 500px; left: -120px; right: auto; width: 100%; height: auto; } .img-center-right img{ max-width: 600px; right: -120px; left: auto; width: 100%; height: auto; position:absolute; } .img-bottom-right,.img-bottom-left{ max-width: 260px; margin-top:0px; margin-bottom:20px; padding-top:20px; } /* End Event Category Row */ .event-card-clmn{ left: 0; margin-left: auto; right: 0; margin-right: auto; } .events-cards-sec{ /*padding: 160px 0px 0px !important;*/ padding: 0px 0px 0px !important; } .grid-icon,.grid-content{display: none;} .grid-item, .grid-sizer{width:45%;} .header-form .form-control{ max-width: 320px; } .btn-dark-bg{ font-size: 14px; line-height: 18px; } .header-form label{ font-size: 13px; line-height: 17px; } .header-main.fixed .logo-sticky{ margin:auto; } /* Start Footer*/ .footer{padding: 18px 0px; } .footer ul li{ padding-left: 35px; background-size: 25px; padding-top: 0px; } .btn-notify-me-g{ font-size: 17px; padding: 10px 10px; } .footer-btn-div {max-width:140px !important; } .footer-header-row{padding-bottom:25px;} .footer-cr-text{text-align:center;} .back-top-icon{display:none;} .footer-content{padding-top:25px !important;} .footer-content p{padding-top:20px;} /* End Footer*/ .first_name { width: 100%; margin-right: 0; margin-bottom: 10px;} .last_name { width: 100%; margin-left: 0;} .name_field {flex-wrap: wrap;} } @media screen and (max-width: 1024px){ section.sectionlist:before{left:110px;} .banner-header-row { padding-top: 30px; } } @media all and (min-width:768px) and (max-width:991px){ ul.events-cat-ul li a{ font-size: 65px; line-height:65px; } .banner-content h1, .footer-content h2.h2-line, .events-card-title h2, .banner-content h2, .events-card-title h3{ font-size: 45px; line-height: 55px; } .footer ul li{font-size:20px;} .banner-details { margin-top: 15px; margin-bottom: 25px; } .banner-content p { font-size: 16px; } .banner-clmn { display: flex; align-items: center; height: calc(100vh - 15%); } section.sectionlist:before { left: -110px; } header.header-main.fixed.viewport-btm{ padding-top: 100px;} header.header-main.fixed.viewport-btm img.hide.logowhite{margin:auto;} } @media (max-width: 768px){ .col.data_col, .col.header_col { border-right: 0; border-bottom: 1px solid #000; } .table_header, .table_data_row{ flex-direction: column; } .banner-header-row { padding-top: 55px; } .logo-clmn.vertical-center img { position: absolute; top: 0; left: 0; right: 0; margin: auto; } } @media (max-width: 767px){ .banner-content h1, .footer-content h2.h2-line, .events-card-title h2, .banner-content h2, .events-card-title h3{ font-size:40px; line-height:50px; } .logo-clmn.vertical-center img { top: 0px; } .staticpage .logo-clmn.vertical-center img { top: 0px; } .footer ul li{ font-size:18px; } div#events-cat-concerts .img-bottom-right img { max-width: 200px; margin-top: 50px; margin-bottom: 0; } .img-top-right { min-height: 220px; } .events-cat-row { min-height: 187px; } .img-top-right img,.img-bottom-right{max-width: 200px;} .img-top-right img{right:0px;} /*.grid-item, .grid-sizer{width:95% !important;}*/ ul.events-cat-ul li a{ font-size: 40px !important; line-height: 50px !important; } .grid-item--height1 {height: 250px;} .grid-item--height2 {height: 400px;} .footer-cr-text p{font-size: 15px;} .footer-cr-text a {margin-right: 5px; } .banner-content p ,.banner-details p.banner-first-p{ font-size: 15px; } .banner-clmn { display: flex; align-items: center; height: calc(100vh - 15%); } section.sectionlist:before { left: -160px; } .tringle-banner-mob { max-width: 380px; position: absolute; z-index: -1; left: 0; right: 0; MARGIN: auto; top: 90px; } header.header-main.fixed.viewport-btm { padding-top: 90px; } header.header-main.fixed.viewport-btm img.hide.logowhite{margin:auto;} input#inputEmail-b::-webkit-input-placeholder { /* Edge */ font-size: 14px; } input#inputEmail-b:-ms-input-placeholder { /* Internet Explorer 10-11 */ font-size: 14px; } input#inputEmail-b::placeholder { font-size: 14px; } /*.banner-details p.banner-first-p {*/ /* line-height: 25px;*/ /* font-size: 16px;*/ /* }*/ /* .container-fix {*/ /* height: auto;*/ /* padding-top: 50px;*/ /* }*/ /* .banner-sec {*/ /* height: auto;*/ /* padding-bottom: 100px;*/ /* } */ .banner-content.footer-content h2 { font-size: 40px; line-height:50px; } .footer-4 .footer-content p { font-size: 15px; } .footer-content ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ font-size:15px; } .footer-content :-ms-input-placeholder { /* Internet Explorer 10-11 */ font-size:15px; } .footer-content ::-ms-input-placeholder { /* Microsoft Edge */ font-size:15px; } } @media (max-width:500px){ .email-col{ text-align: center; display: block; } .banner-header-row { padding-top: 40px; } .staticpage .banner-header-row { padding-top: 0px; } .btn-notify-me-g{ padding:4px 8px !important; font-size: 14px; } .back-top-icon{ margin-left: auto; margin-right: auto; margin-top: 10px; } .btn-notify-me{padding:7px 8px;} .footer-btn-div {max-width: 110px !important;} .banner-btn-div {max-width: 115px;} .header-form .form-control{margin:auto;} .banner-form .form-control{ padding: 10px 5px 10px 15px; } .footer-content ::placeholder, .footer-content :-ms-input-placeholder, .footer-content ::-ms-input-placeholder {font-size:16px;} .two-side-data-container .banner-clmn:before { top: 10%;} } @media (max-width:414px){ .tringle-banner-mob{top: 140px;} .banner-content h1{ font-size: 40px; line-height: 50px; } .banner-header-row { /*padding-top: 20px;*/ padding-top: 0px; } } @media (max-width:375px){ .tringle-banner-mob{top: 140px;} } @media (max-width:320px){ .tringle-banner-mob{top: 140px;} .banner-content h1 { font-size: 35px; line-height: 45px; } .banner-content.footer-content h2 { font-size: 35px; line-height: 45px; } ul.events-cat-ul li a { font-size: 35px !important; line-height: 45px !important; } .footer ul li { font-size: 14px; } } .s-sticky-title-container { position: relative; } .s-sticky-title-container__title { position: -webkit-sticky; position: sticky; top: calc(50vh - 12.29167vw); top: calc(var(--vh, 1vh)*50 - 12.29167vw); } .s-overflow-title-container { display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; width: 100%; overflow: hidden; } .s-text-type-1 { font-size: 30.7291666667vw; line-height: .8; margin-top: -0.03em; white-space: nowrap; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-transform: uppercase; } .s-spacer--1 { height: calc(100px + 150*(100vw - 320px)/1600); } .s-spacer { display: block; width: 100%; } .s-work-cases__preview__overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 1rem; z-index: 1; -webkit-box-align: end; align-items: flex-end; } .event-height-div{ font-family: sans-serif; scroll-snap-type: mandatory; scroll-snap-points-y: repeat(100vh); scroll-snap-type: y mandatory; } .scroll_overlay {/* height: 300px; *//* scroll-snap-align: start; *//* text-align: center; position: absolute;left: 0;right: 0;margin: auto;*/} /*.scroll_overlay {*/ /*height: 100%;*/ /* transition: all .5s ease-in-out;*/ /* height: 0;*/ /*}*/ /*.scroll_overlay.isShown {*/ /* height: 100%;*/ /*}*/ /*.divA {*/ /* background: blue;*/ /* position: sticky;*/ /* height: 100vh;*/ /* top: 0;*/ /* width: 100%;*/ /*}*/ /*.divB {*/ /* background:yellow;*/ /* position: relative; */ /* height: 100vh;*/ /* width: 100%;*/ /* margin: auto; */ /* display: none; */ /* z-index: 9; */ /* bottom: 0; */ /* top: 0;*/ /* position: sticky;*/ /*}*/ /*.divC {*/ /* background: green;*/ /* height: 100vh;*/ /* width: 100%;*/ /* top: 75vh; */ /* position: relative;*/ /*}*/ /*.event-main-sec.ok ul.events-cat-ul li:first-child a {*/ /* color: transparent !important;*/ /* -webkit-text-stroke: 1px #fff;*/ /*}*/ /* .event-main-sec.ok .animate_image{ */ /* transform: translateY(0);*/ /* opacity: 1;*/ /*}*/ /*.event-main-sec .animate_image{*/ /* position: relative;*/ /* transform: translateY(300px);*/ /* opacity: 0;*/ /* transition: 1s all ease;*/ /*}*/ /*section.event-main-sec.ok div#home-events-cat {*/ /* display: none;*/ /*}*/ /*section.event-main-sec.ok div#events-cat-concerts {*/ /* display: block;*/ /*}*/ .scroll_overlay.isShown { /* opacity: 1; */ /* visibility: visible; */ } /*.events-cat-common {*/ /* height: 0;*/ /* transition: .2s ease-in-out;*/ /* opacity: 0;*/ /* visibility: hidden;*/ /*}*/ /*.events-cat-common.isShown {*/ /* height: 100vh;*/ /* opacity: 1;*/ /* visibility: visible;*/ /*}*/ /*.scroll_overlay>div {*/ /* height: 0;*/ /* transition: .2s ease-in-out;*/ /* opacity: 0;*/ /* visibility: hidden;*/ /*}*/ /*.scroll_overlay.isShown>div {*/ /* height: 100vh;*/ /* opacity: 1;*/ /* visibility: visible;*/ /*}*/ header.header-main.fixed.viewport-btm .header-form-label label { color: #080b19; } header.header-main.fixed.viewport-btm .header-form .form-control { border: 1px solid #080b19; border-width: 0px 0px 1px 0px; color: #080b19; padding-top: 22px; margin-top: 18px; } header.header-main.fixed.viewport-btm .btn-dark-bg { color: #080b19; border-color: #080b19; } header.header-main.fixed.viewport-btm .header-btn-div, header.header-main.fixed.viewport-btm .header-form-label{ padding-top: 40px; } section.hide-sticky-header.full-screen-footer .row.banner-header-row.footer-header-row { display: none; } header.header-main.fixed.viewport-btm img.logo-sticky { display: none !important; } header.header-main.fixed.viewport-btm img.hide.logowhite { display: block; } header.header-main.fixed.viewport-btm11 .header-form-label label { color: #080b19; } header.header-main.fixed.viewport-btm11 .header-form .form-control{ border-bottom: 1px solid #080b19; } header.header-main.fixed.viewport-btm11 .header-frm-btn {color: #080b19;border-color:#080b19} header.header-main.fixed.viewport-btm11 img.logo-sticky { opacity: 0; visibility: hidden; } header.header-main.fixed.viewport-btm11 img.hide.logowhite { visibility: visible; opacity: 1; } img.hide.logowhite { opacity: 0; visibility: hidden; } div#home-events-cat .container { height: 100%; display: flex; align-items: center; justify-content: center; } ul.events-cat-ul li:last-child { margin-bottom: 0; } div#events-cat-concerts .img-bottom-right img ,div#events-cat-concerts .img-center-left img ,div#events-cat-concerts .img-top-right img{ border-radius: 25px;} /*div#home-events-cat {*/ /* position: fixed;*/ /* top: 0;*/ /* left: 0;*/ /* right: 0;*/ /* margin: auto;*/ /* height: 100vh;*/ /* z-index: 1;*/ /*}*/ /*div#events-cat-concerts {*/ /* position: relative;*/ /* margin-top: 100vh;*/ /* z-index: 2;*/ /*}*/ /*div#events-cat-sports {*/ /* position: relative;*/ /* z-index: 3;*/ /*}*/ /*div#events-cat-arts {*/ /* position: relative;*/ /* z-index: 4;*/ /*}*/ /*.img-top-right.reveal_image.active {*/ /* height: 33vh;*/ /*}*/ /*.wrapperdiv .container {*/ /* height: 66.667vh;*/ /* position: relative;*/ /*}*/ /*.container .row.events-concerts-row.events-row:last-child {*/ /* position: absolute;*/ /* bottom: 30px;*/ /*}*/ /*div#events-cat-concerts .img-center-left img {*/ /* margin-top: 50px;*/ /*}*/ /*div#events-cat-concerts {*/ /* display: flex;*/ /* align-items: center;*/ /* width: 100%;*/ /* padding: 0;*/ /*}*/ /*.wrapperdiv {*/ /* width: 100%;*/ /*}*/
Copyright ©2k19 -
Hexid
|
Tex7ure