input[type="checkbox"] {
    margin-right: 1vw;
    margin-bottom: 0.5vw;
}

:root {
    --header-height: calc(3vh + 40px);
    --black: #101010;
    --grey: #0B0B0B;
    --white: #FFFFFF;
    --beige: #F6F6F6;
    --blue: #2469F5;

    --default-radius: 43px;
}

* {
    margin: 0;
    padding: 0;
    font-family: Euclid;
}

body {
    height: 100%;
    width: 100%;
 }

/*Header objects*/
.header {
    width: 100%;
    position: fixed;
    backdrop-filter: blur(3px) brightness(95%);
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
    height: var(--header-height);
    z-index: 10;
    top: 0;
}

#logo {
    height: 3vh;
    margin: 10px;
}

.header-logo {
    opacity: 100%;
    position: relative;
    left: 20px;
    display: flex;
    margin-top: 8px;
}

/*Opening objects*/
.open {
    margin-top: var(--header-height);
    width: 100%;
    display: grid;
    grid-template-columns: 40% 60%;
}

.open div {
    margin: 0;
    display: flex;
    height: auto;
}

.open.left {
    width: 100%;
    
    box-shadow: 0px 4px 10px -2px rgb(0 0 0 / 0.3);
    
    align-items: center;
    justify-content: center;
}

.open-text {  
    font-size: 5vw;
    font-family: Euclid;
    margin: 25vh 8vw;
    position: relative;
    line-height: 5vw;
}

.open.right {
    width: 100%;

    background-image: url("picturesAll/studio_open_cropped.png");
    background-repeat: no-repeat;
    background-size: cover;
}


/*Logo and text objects*/
.content-one {
    width: 100%;
    height: auto;
    background-color: var(--beige);
    text-align: center;
    padding: 25px;
}

.content-one .logo {
    height: auto;
}

.content-one .text {
    margin: 20px 25% 0px 25%;
    padding-bottom: 3%;
    font-family: EuclidReg;
    font-size: 1vw;
}

/*Black and white photo and other objects*/
.content-two {
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 10px 10px rgb(0 0 0 / 0.1);

    padding-bottom: 5%;
}

.content-two .text {
    font-family: Euclid;
    text-align: center;
    font-size: 3.5vw;;
    padding: 2% 0px;
}

.blackwhite {
    display: grid;
    grid-template-columns: 35% 35%;
    justify-content: center;
}

.bw-left {
    height: auto;
    width: 35vw;

    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);

    transition: 0.3s;
}

.bw-right {
    height: auto;
    width: 35vw;

    padding-top: 10%;
    padding-left: 10%;
    background-color: var(--beige);
}

.bw-left:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.iconRight {
    height: auto;
    width: 2vw;
}

.oneText {
    margin-top: 3%;
    margin-bottom: 0;
    font-family: Euclid;
    font-size: 2vw;
}

.twoText {
    font-family: EuclidReg;
    font-size: 1vw;
}

.showMore {
    width: 25%;
    margin-top: 5%;

    background-color: var(--grey);
    color: white;
    font-size: 0.8vw;
    font-family: Euclid;
    border-radius: var(--default-radius);

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 8px 0;

    border: none;

    transition: 0.3s;
}

.showMore:hover {
    background-color: var(--blue);
}

.ph {
    margin-top: 5%;

    justify-content: center;
    display: grid;
    grid-template-columns: 32% 32%;
    align-items: center;
    gap: 6%;
}

.ph-left {
    width: 32vw;
    height: auto;
    
    background-color: var(--beige);

}

.phOne {
    font-family: Euclid;
    font-size: 1.5vw;
    text-align: center;
    
}

.phTwo {
    font-family: EuclidReg;
    font-size: 1vw;
    text-align: center;
    padding-bottom: 10%;
    margin-left: 5%;
}

.icon {
    width: 8%;
    height: auto;
    margin-top: 6%;
    
    margin-left: 46%;
}

.ph-right {
    width: 32vw;
    height: auto;

    background-color: var(--beige);

}

/*Former clients' logos*/
.content-three {
    width: 100%;
    height: auto;
    background-color: var(--beige);
}

.content-three .text {
    text-align: center;
    margin-bottom: 4%;
    padding-top: 4%;
    font-family: Euclid;
    font-size: 3vw;

}

.content-three .pic {
    width: 60%;
    margin-left: 20%;
    padding-bottom: 5%;
}

/*Content four objects*/
.content-four {
    height: auto;
    width: 100%;
    box-shadow: 0px 2px 5px 5px rgb(0 0 0 / 0.1);
    z-index: 7;
    background-color: var(--white);
} 

.loTextOne {
    font-family: Euclid;
    font-size: 3vw;
    text-align: center;
    padding-top: 4%;
}

.layout {
    display: grid;
    grid-template-columns: 40% 40%;
    gap: 2%;
    align-items: center;
    justify-content: center;
}

.loMap {
    height: auto;
    width: 40vw;
}

.loStudio {
    height: auto;
    width: 39vw;
}

.loTextTwo {
    font-family: Euclid;
    text-align: center;
    font-size: 1.5vw;
    margin-top: 2%;
}

.email {
    font-size: 1.5vw;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 0;
    transition: 0.3s;
}

.phone {
    font-size: 1.5vw;
    text-align: center;
    padding-bottom: 4%;
    margin: 0;
    transition: 0.3s;
}

.phone a, .email a {
    font-family: EuclidReg;
    color: var(--grey);
    text-decoration: none;
}

.email:hover, .phone:hover {
    color: var(--blue)
}




/*Price calculator*/
.content-five {
    width: 100%;
    height: auto;
    background-color: var(--beige);
}

.price {
    font-family: Euclid;
    font-size: 3.5vw;
    padding-top: 2%;
    text-align: center;
}

.calcPrice {
    margin: 0;
    font-family: Euclid;
    text-align: center;
    font-size: 2vw;
    margin-bottom: 3%;
}

.radio {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
    margin-left: 17.5%;
    font-size: 1vw;
    padding-bottom: 5%;
}

.radioText {
    font-family: Euclid;
}

.radioButton label {
    font-family: EuclidReg;
}

.price-right {
    font-family: Euclid;
    font-size: 1vw;
    margin-top: 15%;
    margin-left: 20%;
    margin-bottom: 0%;
}

.finalPrice {
    font-family: Euclid;
    color: var(--blue);
    font-size: 2vw;
    margin-left: 20%;
}


/*Contact us form*/
.content-six {
    width: 100%;
    height: auto;
    background-color: white;
    padding-left: 17%;
    padding-bottom: 40px;
}

.knowPrice {
    font-family: Euclid;
    font-size: 2vw;
    padding-top: 3%;
}

.sixInfo {
    font-family: Euclid;
    font-size: 1vw;
    padding-bottom: 2%;
}

.fieldCont {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    gap: 2%;
}

.infoField {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    row-gap: 20px;
}
.notesField {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
}
.submit {
    display: grid;
    grid-template-rows: 66% 33%;
}

.name {
    width: 25vw;
    height: auto;
    
    padding: 1% 0;
    text-align: center;

    border-radius: var(--default-radius);
    background-color: var(--beige);
    border: none;
}

.notes {
    width: 25vw;
    height: auto;
    
    padding: 16% 0;

    border-radius: var(--default-radius);
    background-color: var(--beige);
    border: none;
}

.sendMessage {
    text-align: center;
    margin: 30px;
    font-size: 32pt;
    display: none;
}

.submitBut {
    font-family: Euclid;
    font-size: 1vw;

    padding: 2% 0;

    border: none;
    width: 15vw;
    height: auto;

    border-radius: var(--default-radius);
    background-color: var(--grey);
    color: white;

    transition: 0.3s;
}

.submitBut:hover {
    background-color: var(--blue);
}

/*Map of Prague */
.content-seven {
    width: 100%;
    height: auto;
    
    position: relative;
    top: 0;
    left: 0;
}

.prgMap {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
}

.prMapIcon {
    width: 3vw;
    height: auto;
    position: absolute;
    top: 65%;
    left: 60%;

    transition: 0.3s;
}

.prMapIcon:hover {
    -webkit-filter: invert(30%) sepia(92%) saturate(3286%) hue-rotate(215deg) brightness(99%) contrast(94%);
    filter: invert(30%) sepia(92%) saturate(3286%) hue-rotate(215deg) brightness(99%) contrast(94%);
}


/*Complex button and info div*/
.content-eight {
    width: 100%;
    height: auto;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}


.helpText {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Poligon;
    font-size: 1.5vw;
    margin: 2% 0;
    margin-right: 2%;
}

#complexButton {
    width: 12%;
    height: auto;
    border-radius: var(--default-radius);
    background-color: white;
    padding: 0.5% 0;
    text-decoration: none;
    color: var(--black);
    
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8vw;
    position: relative;

    margin-left: 40px;

    transition: 0.3s;
}

#complexButton:hover {
    background-color: var(--blue);
    color: var(--white)
}


/*Ending*/
.end {
    background-color: var(--blue);
    padding: 5% 10% 10% 10%;
}

.end-grid {
    display: grid;
    grid-template-columns: 70% 30%;
}

.endText {
    font-family: Euclid;
    color: white;
    font-size: 2.5vw;
}

.endFill {
    font-family: EuclidReg;
    color: white;
    font-size: 1vw;
    margin-right: 20%;
}

.nameEnd {
    font-family: Euclid;
    font-size: 1vw;
    color: white;
    margin-top: 21%;
}


.address p {
    font-family: EuclidReg;
    color: white;
    margin: 0;
    font-size: 1vw;
}

.socMed {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    margin-top: 15%;
    
}

.socMed img {
    height: auto;
    width: 3vw;
}

/*Ihned rezervovat button*/
.dot {
    height: 8vw;
    width: 8vw;
    background-color: var(--blue); /*Change to the right blue*/
    border-radius: 50%;
    position: fixed;
    justify-content: center;
    align-items: center;
    display: flex;
    right: 37.5px; /*Change pixels*/
    bottom: 40px; /*Change pixels*/

    font-size: 1vw;
    text-align: center;
    
    color: white;

    transition: 0.3s;
}

.dot:hover {
    background-color: black;
}


/*Font Creation*/

@font-face {
    font-family: 'Poligon';
    src: local('Poligon Bold'),
        url('fonts/Poligon Bold.otf') format('truetype');
    font-weight: 800;
    font-style: normal;
  
    }

@font-face {
    font-family: 'Glot Round';
    src: local('Glot Round Light'), local('Glot-Round-Light'),
        url('fonts/glot/GlotRound-Light.woff2') format('woff2'),
        url('fonts/glot/GlotRound-Light.woff') format('woff'),
        url('fonts/glot/GlotRound-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    }

@font-face {
    font-family: 'Euclid';
    src: url('fonts/Euclid\ Circular\ A\ Bold.ttf') format('truetype');
        font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'EuclidReg';
    src: url('fonts/Euclid\ Circular\ A\ Regular.ttf') format('truetype');
        font-weight: 800;
    font-style: normal;
}

::placeholder {
    font-weight: 600;
    text-align: center; 
    font-size: 1vw;
 }
