/* CSS Reset */
* {
    box-sizing: border-box;
}

.desktop {
    display: block;
    text-align: center;
    height: 100vh;
    margin: auto;
    width: 100%;
    margin-top: 50vh;
    font-size: x-large;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

@media (max-width:1239px) {
    body{
        background: white;
    }
section, footer, header{
    display: none;
}
}

@media (min-width:1240px) {

    body {
        margin: 0px;
        padding: 0px;
        background: url('Media/bg.jpg');

        color: white;
        overflow-x: hidden;
        /* overflow: hidden; */

        ::-webkit-scrollbar {
            display: none;
        }
    }

    .desktop {
        display: none;
    }

    html {
        scroll-behavior: smooth;
    }

    .left {

        /* border: 1px solid red; */
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 20px;
    }

    .left img {
        width: 150px
    }

    .left div a {
        text-align: center;
        font-size: medium;
        font-family: verdana;
        text-decoration: none;
        color: white;
    }

    .left div a:hover {
        transition: .8s ease-in-out;
        font-size: large;
    }

    .mid {
        display: block;
        width: 50%;
        margin: 12px auto;
        margin-top: 25px;
        /* border: 1px solid blue; */

    }

    .navbar {
        display: inline-block;

    }

    .navbar li {
        display: inline-block;
        font-size: 22px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    .navbar li a {
        color: aliceblue;
        text-decoration: none;
        padding: 7px;
    }

    .navbar li a:hover {
        color: wheat;
        font-size: 24px;
        transition: .8s ease all;
        background-color: rgb(107, 61, 0);
        border-radius: 15px;
        text-decoration: underline;
    }

    .navbar li a.active {
        /* background-color: rgba(36, 101, 223, 0.171); */
        border-radius: 15px;
        color: rgb(218, 139, 35);
        text-decoration: underline;

    }

    .right {
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 0px;
        /* border: 1px solid green; */

    }

    .btn {
        margin: 30px 10px;
        width: 90px;
        Height: 40px;
        border-radius: 15px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-weight: bold;
        background-color: rgb(9, 40, 212);
        color: white;
    }

    .btn a {
        color: white !important;
        text-decoration: none;
    }

    .btn:hover {
        font-size: 15px;
        transition: .8s ease-in-out;
        width: 93px;
        Height: 43px;
        background-color: brown;
        cursor: pointer;
    }

    header {
        position: sticky;
        height: 18vh;
        top: 0;
        border-bottom: 2px solid white;
        z-index: 1111;
        overflow: hidden;
        background-color: rgba(229, 238, 238, 0.247);
    }

    .container {
        border: 2px solid white;
        border-radius: 25px;
        padding: 15px;
        margin: 15px 15px;
        width: 50%;
    }

    .container form h1 {
        text-align: center;
        font-family: cursive;
    }

    .form-group {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: large;
        margin: 0px;
        margin-top: 0px;
        vertical-align: middle;
        padding: 27px;
    }

    .form-group input {
        height: 30px;
        width: 60%;
        outline: none;
        border: 1px solid white;
        border-radius: 5px;
        padding: 5px 8px 3px;
        margin-bottom: 8px;
        color: white;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        background: none;
        text-align: left;
        float: right;
    }

    .form-group textarea {
        height: 80px;
        width: 60%;
        outline: none;
        border: 1px solid white;
        border-radius: 5px;
        padding: 5px 8px 3px;
        margin-bottom: 8px;
        color: white;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        background: none;
        text-align: left;
        float: right;
    }

    .form-group select {
        height: 40px;
        width: 62.5%;
        outline: none;
        border: 1px solid white;
        border-radius: 5px;
        padding: 4px;
        margin: 4px;
        color: white;
        background: none;
        text-align: left;
        float: right;
    }

    .form-group option {
        height: 40px;
        width: 60%;
        outline: none;
        border: 1px solid white;
        border-radius: 5px;
        padding: 5px 8px 3px;
        margin: 4px;
        color: rgb(0, 0, 0);
        background: none;
        background-color: #00000000;
        text-align: left;
    }

    .shift-select {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: large;
        margin-top: 20px;
        /* margin-top: 10px; */
        padding-left: 27px;
        padding-bottom: 0%;
    }

    .radio {
        position: relative;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        margin-top: 1px;

        font-size: large;
        margin-top: 0px;
        margin-left: 24vw;
        bottom: 0px;
        /* float: left; */
    }

    .radio input {
        position: relative;
        display: inline;
        margin-top: 10px;
        padding: auto;
        height: 20px;
        bottom: 0%;
        border-radius: 1px;
        padding: 3px;
        vertical-align: text-bottom;
        cursor: pointer;
        transition: 1s ease all;
        display: inline-block;
        font-size: larger;
        border: none;
    }

    .radio input:hover {
        opacity: .9;
        background-color: blueviolet;
        transition: 2s ease-in-out;
        height: 20px;
        color: rgb(255, 153, 0);
    }

    .radio input[type="radio"]:checked::after {
        color: red;
    }

    .container .btn {
        width: 46vh;
        align-items: center;
        justify-content: space-around;
        padding-bottom: 5px;
        margin-left: 27px;
        margin-bottom: 5px;
        background-color: rgb(255, 208, 0);
        color: rgb(32, 21, 3);
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    .container .btn:hover {
        background-color: rgb(255, 166, 0);
        color: rgb(190, 0, 0);
    }

    .maingallery {

        font-weight: bolder;
        /* text-align: center; */
        position: absolute;
        /* float: left; */
        width: 30vw;
        left: 58%;
        top: 27vh;
        border-radius: 30px;
    }

    .galleryhead {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: xx-large;
        position: relative;
        letter-spacing: .1em;
        margin-bottom: 20px;
        margin-left: 6.8vw;
        left: 20px;
    }

    .image {
        border-radius: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        width: 40vw;
    }

    .footer {
        width: 97%;
        text-align: center;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        border: 1px solid white;
        border-radius: 5px;
        padding: 3px;
        margin: 5px 20px;
        position: absolute;
        top: 237vh;
       
    }
}