:root{
    --font-size-header: 50pt;
}

body{
    background: url(/images/BackGround.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 50px;
    color: aliceblue;
    
}
.FullPage{
    background: linear-gradient(rgb(14, 5,5), rgb(55, 0, 0));
    border-radius: 24px;
    padding: 20px;
}

.titleBar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.GACLogo{
    width: 100px;
}

.OOULogo{
    width: 100px;
}

.HeroSection{
    background: url(/images/BackGround.jpg);
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 50px;
    border-radius: 25px;
    padding: 20px;
}

.HeroSection .ProgramName{
    font-family: 'Lilita One', cursive;
    color: #F8CE39;
    text-align: left;
    margin-left: 30px
}

.line{
    width: auto;
    height: 2px;
    background-color: #000000;
}

.mainHero{
    display: flex;
    justify-content: space-between;
}

.wineImage{
    width: 346px;
    padding-left: 50px;
    opacity: 0;
    padding-top: 20px;
}

.InviteYou{
    color: #ffbebe;
    font-size: 30pt;
    width: 600px;
    padding: 20px;
    text-align: left;
}

.welcome-line{
    width: 400px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
    margin-top: 20px;
}

.welcome-line{
    width: 400px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
    margin-top: 20px;
}


.WelcomeTitle h1{
    font-family: 'Alex Brush', cursive;
    color: #F8CE39;
    text-align: center;
    font-size: var(--font-size-header);
}

.to{
    text-align: center;
    color: #FFAFAF;
}

.Date_and_Time{
    display: flex;
    justify-content: space-between;
}

.Banner{
    width: 512px;
    border-radius: 25px;
    margin-left: 30px;
}

.date{
    margin-left: 150px;
    font-size: 30pt;
    font-family: 'Lily Script One', cursive;
}

.timeLine{
    width: 600px;
    height: 5px;
    margin-left: auto;
    margin-right: 150px;
    background-color: #000000;
    margin-top: 30px;
}

.ClockTimer{
    background-color: #E67E23;
    margin-right: 150px;
    height: 50vh;
    border-radius: 25px;
}

.TimeRemainingText{
    text-align: center;
    position: relative;
    top: 10%;
    color: #000000;
    font-family: 'Alex Brush', cursive;
    font-size: 50pt;
}

.mainClock{
    text-align: center;
    font-size: 50pt;
    position: relative;
    top: 5%;
    font-family: 'Oswald', sans-serif;
    color: #000000;
}

.Purchase{
    text-align: center;
    position: relative;
    top: 10%;
    color: #000000;
}

.Tickets{
    background-color: rgb(14, 5,5);
    border-radius: 25px;
    padding: 25px;
    margin: 30px;
}

.Ticket-line{
    width: 400px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 50px;
}

.TicketTitle{
    text-align: center;
}

.TicketTitle h1{
    font-size: var(--font-size-header);
    font-family: 'Alex Brush', cursive;
    color: #F8CE39;
    width: 100%;
}


.ticket-Section{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 25px;
    align-items: center;
    margin: auto;
    max-width: 1100px;
    width: 90%;
}

.row{
    background: rgb(55, 0, 0);
    padding: 10% 15%;
    text-align: left;
    border-radius: 10px;
    cursor: pointer;
    transition: all .35s;
}

.row p{
    font-size: 20pt;
}

.row h2{
    font-size: 30pt;
    font-family: 'Alex Brush', cursive;
    margin: 20px 0 40px;
    font-weight: 500;
    color: #FF0D0D;
}

.row .about{
    font-size: 25pt;
    font-family: 'Geo', sans-serif;
    margin: 20px 0;
    margin-bottom: 80px;
}

.row .button{
    padding: 10px;
    background-color: white;
    color: #000000;
    font-size: 15pt;
    border: 1px solid #000000;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 50px;
    transition: background 0.5s;
    text-decoration: none;
}

.row .button:hover{
    background-color: red;
}

.Select{
    text-align: center;
    margin: 50px;
}

.AboutGAC{
    text-align: center;
    margin: 50px;
}

.GACText{
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(233.75, 0, 0) 100%);
    background-clip: text;
    color: transparent;
    font-size: 20pt;
}

.footer{
    text-align: center;
    background-color: #000000;
    padding: 10px;
    margin-top: 30px;
    border-radius: 25px;
}

.Regular{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.Regular:target{
    visibility: visible;
    opacity: 1;
}

.Couples{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.Couples:target{
    visibility: visible;
    opacity: 1;
}

.Table_For_4{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.Table_For_4:target{
    visibility: visible;
    opacity: 1;
}

.Table_For_6{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.Table_For_6:target{
    visibility: visible;
    opacity: 1;
}


.wrapper{
    margin: 70px auto;
    padding: 20px;
    background: rgb(55, 0, 0);
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.wrapper h2{
    margin-top: 0;
    color: #ff0000;
    text-align: center;
    font-family: 'Alex Brush', cursive;
    font-size: 30pt;
}

.wrapper .close{
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

.wrapper .content{
    max-height: 30%;
    overflow: auto;
}

.container{
    border-radius: 10px;
    background-color: #000000;
    padding: 20px;
}

form label{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
}

input[type=text], input[type=email], input[type=number]{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 30px;
    resize: vertical;
}

.start-payment-button{
    background-color: #ff0000;
    color: #ffffff;
    padding: 15px 50px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

@media (max-width: 1400px){
    .welcome{
        align-items: center;
    }
    .Date_and_Time{
        display: block;
    }

    .Banner{
        width: 90%;
        border-radius: 25px;
        display: block;
        margin: 0px auto;
    }
    
    .date{
        text-align: center;
        font-size: 30pt;
        font-family: 'Lily Script One', cursive;
    }
    
    .timeLine{
        width: auto;
        height: 5px;
        margin-left: auto;
        margin-right: auto;
        background-color: #000000;
        margin-top: 30px;
    }

    .ClockTimer{
        background-color: #E67E23;
        margin-right: 150px;
        margin-left: 150px;
        height: auto;
        padding: 25px;
        border-radius: 25px;
    }

}

@media (max-width: 684px){

    :root{
        --font-size-header: 30pt;
    }

    body{
        background: url(/images/BackGround.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin: 20px;
        color: aliceblue;
        
    }
    .FullPage{
        background: linear-gradient(rgb(14, 5,5), rgb(55, 0, 0));
        border-radius: 24px;
        padding: 10px;
    }
    

    .GACLogo{
        width: 60px;
    }
    
    .OOULogo{
        width: 60px;
    }

    .titleBar h1{
        font-size: 15pt;
    }
    
    .HeroSection{
        background-image: none;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin: 50px;
        border-radius: 25px;
        padding: 10px;
    }
    
    .HeroSection .ProgramName{
        font-family: 'Lilita One', cursive;
        color: #F8CE39;
        text-align: left;
        margin-left: 0px;
        font-size: 10pt;
    }
    
    .line{
        width: auto;
        height: 2px;
        background-color: #000000;
    }
    
    .mainHero{
        display: flex;
        justify-content: space-between;
    }
    
    .wineImage{
        width: 200px;
        height: 200px;
        padding-left: 0px;
        opacity: 1;
        padding-top: 20px;
        margin-right: 100%;
        position: absolute;
    }
    
    .InviteYou{
        color: #ffbebe;
        font-size: 13pt;
        width: 600px;
        height: 30vh;
        padding: 10px;
        text-align: right;
        margin-left: 60%;
    }

    .date{
        text-align: center;
        margin: 10px auto;
        font-size: 30pt;
        font-family: 'Lily Script One', cursive;
    }
    
    .timeLine{
        width: auto;
        height: 5px;
        margin-left: auto;
        margin-right: auto;
        background-color: #000000;
        margin-top: 30px;
    }

    .ClockTimer{
        background-color: #E67E23;
        margin-right: 50px;
        margin-left: 50px;
        margin-top: 50px;
        height: auto;
        padding: 25px;
        border-radius: 25px;
    } 

    .TimeRemainingText{
        text-align: center;
        position: relative;
        top: 10%;
        color: #000000;
        font-family: 'Alex Brush', cursive;
        font-size: 30pt;
    }
    
    .mainClock{
        text-align: center;
        font-size: 40pt;
        position: relative;
        top: 5%;
        font-family: 'Oswald', sans-serif;
        color: #000000;
    }
    
    .Purchase{
        text-align: center;
        position: relative;
        top: 10%;
        color: #000000;
    }
    

}

@media (min-width: 320px) and (max-width: 480px){


    :root{
        --font-size-header: 20pt;
    }


    body{
        background: rgb(0, 0, 0);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin: 10px;
        color: aliceblue;
       
    }
    .FullPage{
        background: linear-gradient(rgb(14, 5,5), rgb(55, 0, 0));
        border-radius: 20px;
        padding: 4px;
    }
   


    .GACLogo{
        width: 35px;
    }
   
    .OOULogo{
        width: 35px;
    }


    .titleBar h1{
        font-size: 10pt;
    }
   
    .HeroSection{
        background-image: none;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin: 10px;
        border-radius: 25px;
        padding: 15px;
    }
   
    .HeroSection .ProgramName{
        font-family: 'Lilita One', cursive;
        color: #F8CE39;
        text-align: left;
        margin-left: 0px;
        font-size: 7pt;
    }
   
    .line{
        width: auto;
        height: 2px;
        background-color: #000000;
    }
   
    .mainHero{
        display: flex;
        justify-content: space-between;
    }
   
    .wineImage{
        width: 150px;
        height: 150px;
        padding-left: 0px;
        opacity: 1;
        padding-top: 20px;
        margin-right: 100%;
        position: absolute;
    }


    .Banner{
        width: auto;
        border-radius: 20px;
        margin-left: auto;
        height: 250px;
        margin-right: auto;
        margin-bottom: 30px;
    }


    .InviteYou{
        color: #ffbebe;
        font-size: 10pt;
        width: 300px;
        height: 30vh;
        padding: 5px;
        text-align: right;
        margin-left: 60%;
    }


    .WelcomeTitle h1{
        font-size: 20pt;
    }


    .to{
        font-size: 20pt;
    }


    .date{
       /* margin-left: 25px;*/
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 15pt;
        font-family: 'Lily Script One', cursive;
    }
   
    .timeLine{
        width: auto;
        height: 5px;
        margin-left: auto;
        margin-right: auto;
        background-color: #000000;
        margin-top: 5px;
    }


    .ClockTimer{
        background-color: #E67E23;
        margin-right: 25px;
        margin-left: 25px;
        margin-top: 15px;
        height: 25vh;
        width: auto;
        padding: 10px;
        border-radius: 20px;
    }


    .TimeRemainingText{
        text-align: center;
        position: relative;
        top: 4%;
        color: #000000;
        font-family: 'Alex Brush', cursive;
        font-size: 20pt;
    }
   
    .mainClock{
        text-align: center;
        font-size: 20pt;
        position: relative;
        top: 5%;
        font-family: 'Oswald', sans-serif;
        color: #000000;
    }
   
    .Purchase{
        text-align: center;
        position: relative;
        top: 10%;
        color: #000000;
        font-size: 10pt;
    }

    .Tickets{
        background-color: rgb(14, 5,5);
        border-radius: 25px;
        padding: 25px;
        margin: 15px;
    }
   
    .Ticket-line{
        width: 100%;
        height: 2px;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
        margin-top: 1px;
        margin-bottom: 20px;
    }
    
    
    .TicketTitle{
        text-align: center;
    }
    
    
    .TicketTitle h1{
        font-size: 20pt;
        font-family: 'Alex Brush', cursive;
        color: #F8CE39;
        width: 100%;
    }
    
    .row{
        background: rgb(55, 0, 0);
        padding: 15% 10%;
        text-align: left;
        border-radius: 10px;
        cursor: pointer;
        transition: all .35s;
    }
    
    .row p{
        font-size: 15pt;
    }
    
    
    .row h2{
        font-size: 18pt;
        margin: 20px 0 10px;
    }
    
    
    .row .about{
        font-size: 15pt;
        margin-bottom: 35px;
    }
    
    .row .button{
        padding: 10px;
        background-color: white;
        color: #000000;
        font-size: 10pt;
        border: 1px solid #000000;
        border-radius: 6px;
        cursor: pointer;
        margin-top: 50px;
        transition: background 0.5s;
        text-decoration: none;
    }
    
    .Select{
        font-size: 13px;
    }
    .GACText{
        font-size: 12pt;
    }

    .footer{
        font-size: 8pt;
    }
    
    
   /* .wrapper{
        width: 50%;
    }
    
    
    .wrapper h2{
        font-size: 16pt;
    }
    
    
    .wrapper .close{
        top: 10px;
        right: 20px;
        font-size: 25px;
    }
    
    
    .container{
        padding: 15px;
    }
    
    
    form label{
        letter-spacing: 2px;
    }
    
    */
    

}




