body {
    margin: 0 auto;
    background: white;
    font-family: sans-serif;
    color: #120B46;
}

@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;600&display=swap');

* {
    box-sizing: border-box;
    font-family: 'Archivo', sans-serif;
}

.leftWrap {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.slick-list {
    height: 70vh;
}

.slick-list img {
    width: 100%;
    height: 70vh !important;
    object-fit: cover !important;
    object-position: center right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    margin-top: 0;
}

.rightWrap {
    display: block;
    padding: 40px;
    position: relative;
}

::placeholder {
    color: #120B46;

}

input,
select,
textarea {
    background: #EFF2F8;
    border: none;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    margin: 5px auto;
    transition: all .4s ease;
    outline: 1px solid #EFF2F8 !important;
    font-size: 16px;
}

input:focus,
select:focus,
textarea:focus {
    border: none !important;
    outline: 1px solid #D1D9E8 !important;
    background: white;
}

.submitBtn:active,
.submitBtn:focus {
    background: #7700EA !important;
}

textarea {
    height: 30vh;
    font-family: sans-serif;
    color: #120B46;
}

select {
    appearance: none;
}

.dateAndTime {
    display: flex;
}

.dateAndTime input[type=date] {
    margin-right: 5px;
    font-family: sans-serif;
}

.dateAndTime input[type=time] {
    margin-left: 5px;
}

input[type=file] {
    padding: 0;
    height: auto;
}

input::file-selector-button {
    padding: 22px;
    border: none;
    background: #D9E2F5;
    margin-right: 20px;
}

.margin50 {
    margin-top: 30px;
}

.extras h3 {
    margin-bottom: 10px;
}

.submitBtn {
    background: #05B929;
    color: white;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 50px;
    cursor: pointer;
}


.inputField {
    width: 100%;
    display: inline-block;
    position: relative;
}

.leftWrap img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
}

.sucess {
    width: 80%;
    margin: 0 auto;
    left: 10%;
    border-radius: 10px;
    height: auto;
    padding: 40px;
    position: fixed;
    bottom: 30px;
    background: #05B929;
    z-index: 111;
    text-align: center;
    color: white;
    box-shadow: 0px 40px 40px -40px rgba(5, 185, 41, 1);
}

.sucess p {
    margin-bottom: 0;
}

.logo {
    width: 200px;
    height: 50px;
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    background: url(../img/logo-3-01-01.svg)no-repeat center left;
    background-size: contain;
    z-index: 11;
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .leftWrap {
        width: 50%;
        height: 100vh;
        float: left;
        display: inline-block;
        position: fixed;
        top: 0;
        left: 0;
    }

    form {
        margin-top: 50px;
    }

    .rightWrap {
        width: 50%;
        height: 100vh;
        float: right;
        padding: 100px;
        margin-top: 0;
        display: inline-block;
        position: relative;
    }

    .rightWrap h1 {
        font-size: 32px;
    }

    .mainItems {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
    }

    .extras {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-column-gap: 10px;
    }

    .briefWrap,
    .sizeWrap {
        width: 100%;
    }

    .margin50 {
        margin-top: 50px;

    }

    .submitBtn {
        margin-bottom: 50px;
    }

    .slick-list {
        width: 50%;
        height: 100vh !important;
        position: fixed !important;
        top: 0;
        left: 0;
    }

    .logo {
        position: fixed;
    }


    .slick-list img {
        width: 100%;
        height: 100vh !important;
        object-fit: cover !important;
        object-position: center right;
    }


}

@media (max-width: 1024px) {
	.rightWrap {
		padding: 100px 36px;
	}
    .extras {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-column-gap: 10px;
    }
}
