
@media only screen and (min-width: 1000px) {       /*wide screen */
* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: aktiv-grotesk;
    overflow: hidden;  
}


.content {
  opacity: 0; /* hide this thing by default */
  transition: opacity 1s ease-in-out; /* fade in after DOM is ready */
}

.ready {
  opacity: 1;
}

body{
    max-width: 100vw;
    min-height: 100vh;
    
    }

#h11{
    color: white;
    font-weight: 800;
    font-size: 2vw;
    letter-spacing: .38vw;
}
#h12{
    color: black;
    font-weight: 800;
    font-size: 2vw;
    letter-spacing: .38vw;
}

#homel{
    width: 100vw;
    z-index:-1;
}

#homediv{
position: absolute;
top: 37vw;
left: 36vw;
z-index: 1;
height: 25vw;
}

#homediv2{
position: absolute;
top: 3vw;
left: 36vw;
z-index: 1;
}



#ul1{
    display: flex;
    justify-content: space-between;
    max-width: 99.5%;
    position: relative;
    top: -1.25vw;
}
#ul2{
    display: flex;
    justify-content: space-between;
    max-width: 99%;
    position: relative;
    top: -1.25vw;
}
#ul5{
    display: flex;
    justify-content: space-between;
    max-width: 99%;
    position: relative;
}



.li1{
    color: white;
    font-size: 3.25vw;
}
.li2{
    
    color: black;
    font-size: 3.25vw;
}

.li5{
    
    color: black;
    font-size: 3.25vw;
    margin-right: 1.5vw;
}
.button1{
    color: white;
    background: transparent;
    font-weight: 700;
    border: none;
    margin: 0;
    font-size: 1.2vw;
    letter-spacing: .2vw;
    transition: color .7s;
}

.button2{
    color: black;
    background: transparent;
    font-weight: 700;
    border: none;
    margin: 0;
    font-size: 1.2vw;
    letter-spacing: .2vw;
    transition: color .7s;
}

.button5{
    color: black;
    background: transparent;
    border: none;
    margin: 0;
    font-size: 1.2vw;
    letter-spacing: .2vw;
    transition: color .7s;
    font-weight: 800;
}

button:hover{
    color: #5a606b;
}

#about{
    position: absolute;
    top: 7.5vw;
    left: 4vw;
    width: 96vw;
    display: flex;
    justify-content: space-between;
    max-height: 45vw;
}

#iframe1{
    width: 60vw;
    height: 33.9vw;
    position: absolute;
    top: 1.75vw;
    left: 31.75vw;
    z-index: 2;
    opacity: 0;

     background: transparent;
    border: none;
}

#iframe2{
    width: 60vw;
    height: 33.9vw;
    position: absolute;
    top: 1.75vw;
    left: 31.75vw;
    z-index: 2;

     background: transparent;
    border: none;
}

#iframe3{
    width: 60vw;
    height: 33.9vw;
    position: absolute;
    top: 1.75vw;
    left: 31.75vw;
    z-index: 2;
    opacity: 0;

     background: transparent;
    border: none;
}

#aboutbutn{
    display: flex;
}
#finton{
    position: relative;
    top: -21.25vw;

}
#aboutimg{
    margin-top: 2vw;
    width: 44vw;
    
   }

#aboutcont{
    width: 28.75vw;
    margin-top: 5vw;
    margin-left: 0vw;
    margin-right: 3vw;
   
}

#hire{
    position: absolute;
    top: 7.5vw;
    left: 0vw;
    width: 96vw;
    display: flex;
    justify-content: space-between;
}
#hirecont{
    width: 65%;
    margin-top: 2vw;
    margin-left: 4vw;
    display: flex;
    justify-content: space-between;
}
#col1{
    width:47%;
}
#col2{
    width:47%;
    margin-right: 1.15vw;
}
#ul3{
    padding-left:1.4vw;
}
.li3{
  font-size: 0.95vw;
  font-weight: 400;
  letter-spacing: .11vw; 
  line-height: 1.6vw;
  display: list-item;
  list-style-type: circle;
  list-style-position: outside;
  overflow: visible;
  
}
#hirerate{
    margin-top:2vw;
}
#hireimg{
   width: auto;
   height: 42vw;
   margin-top: 2vw; 
   margin-right: 4vw;
}
#gal{
    position: absolute;
    top: 7.5vw;
    left: 4vw;
    width: 96vw;
    display: flex;
}
#galcont{
    width: 28.75vw;
    margin-top: 2vw;
    margin-left: 0vw;
    margin-right: 3vw;
}

menu{
    list-style-type: none;
}
.galbutton{
    background-color: transparent;
    width: 28vw;
    height: 5vw;
    margin-top: 1.75vw;
    font-size: 1.2vw;
    font-weight: 800;
    letter-spacing: .2vw
}
#contact{
    position: absolute;
    top: 7.5vw;
    left: 4vw;
    width: 96vw;
    display: flex;
    justify-content: space-between;
}
#contactcont{
    width: 25vw;
    margin-top: 10vw;
    margin-left: 2.5vw;
    height: 32vw;

}
.li4{
    display: inline-flex;
    margin-top: 1vw;
}
.icon{
    width: 2vw;
    height: 2vw;
    margin-right: 0.5vw;
    position:relative;
    top: -0.25vw;
}
h3{
    font-size: 0.95vw;
  font-weight: 400;
  letter-spacing: .11vw; 
  line-height: 1.6vw;
}
a{
    font-size: 0.95vw;
  font-weight: 400;
  letter-spacing: .11vw; 
  line-height: 1.6vw;
  text-decoration: none;
  color: black;
}


h2{
    font-size: 1.2vw;
    font-weight: 800;
    letter-spacing: .2vw
    }

p{
  font-size: 0.95vw;
  font-weight: 400;
  letter-spacing: .11vw; 
  line-height: 1.6vw;
  margin-top: .75vw;
  
}




/* on load shit as below*/
#about{
    visibility: hidden;
    opacity: 0;
}
#hire{
    visibility: hidden;
    opacity: 0;
}
#gal{
    visibility: hidden;
    opacity: 0;
}
#contact{
    visibility: hidden;
    opacity: 0;
}
#homediv2{
    visibility:hidden;
    opacity:0;
}
#gal2{
    visibility:hidden;
    opacity:0;
}
#gal3{
    visibility:hidden;
    opacity:0;
}
#gal6{
    visibility:hidden;
    opacity:0;
}

#finton{
    visibility:hidden;
    opacity:0;
}


/* Gallery below*/


img {
  width: 100%;
  vertical-align: top;
}
.gallery {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
  width: 60vw;
  position: relative;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 1px) {
  .gallery {
    padding-top: 32.5vw;
  }
}
.gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery__thumb {
  padding-top: 2vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  display: block;
 
  
}
.gallery__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery__selector:checked + .gallery__img {
  opacity: 1;
}
.gallery__selector:checked ~ .gallery__thumb > img {
  box-shadow: 0 0 0 3px #0be2f6;
}


/* Gallery below 22222*/

* {
  box-sizing: border-box;
}
img {
  width: 100%;
  vertical-align: top;
}
.gallery2 {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
  width: 60vw;
  position: relative;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 1px) {
  .gallery2 {
    padding-top: 32.5vw;
  }
}
.gallery2__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery2__thumb {
  padding-top: 2vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  display: block;
  
}
.gallery2__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery2__selector:checked + .gallery2__img {
  opacity: 1;
}
.gallery2__selector:checked ~ .gallery2__thumb > img {
  box-shadow: 0 0 0 3px #5a606b;
}

/* Gallery below 3333*/

* {
  box-sizing: border-box;
}
img {
  width: 100%;
  vertical-align: top;
}
.gallery3 {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
  width: 60vw;
  position: relative;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 1px) {
  .gallery3 {
    padding-top: 32.5vw;
  }
}
.gallery3__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery3__thumb {
  padding-top: 2vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  display: block;
  
}
.gallery3__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery3__selector:checked + .gallery3__img {
  opacity: 1;
}
.gallery3__selector:checked ~ .gallery3__thumb > img {
  box-shadow: 0 0 0 3px #5a606b;
}

/* Gallery below 4*/
                                                                                                                                                                                        
* {
  box-sizing: border-box;
}
img {
  width: 100%;
  vertical-align: top;
}
.gallery4 {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
  width: 60vw;
  position: relative;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 1px) {
  .gallery4 {
    padding-top: 32.5vw;
  }
}
.gallery4__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery4__thumb {
  padding-top: 2vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  display: block;
  
}
.gallery4__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery4__selector:checked + .gallery4__img {
  opacity: 1;
}
.gallery4__selector:checked ~ .gallery4__thumb > img {
  box-shadow: 0 0 0 3px #5a606b;
}                                                                                                                                                                                                            
/* Gallery below 5*/
                                                                                                                                                                                                             
* {
  box-sizing: border-box;
}
img {
  width: 100%;
  vertical-align: top;
}
.gallery5 {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
  width: 60vw;
  position: relative;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 1px) {
  .gallery5 {
    padding-top: 32.5vw;
  }
}
.gallery5__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery5__thumb {
  padding-top: 2vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  display: block;
  
}
.gallery5__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery5__selector:checked + .gallery5__img {
  opacity: 1;
}
.gallery5__selector:checked ~ .gallery5__thumb > img {
  box-shadow: 0 0 0 3px #5a606b;
}
                                                                                                                                                                                                              
/* Gallery below 5*/
                                                                                                                                                                                                            
* {
  box-sizing: border-box;
}
img {
  width: 100%;
  vertical-align: top;
}
.gallery6 {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
  width: 60vw;
  position: relative;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 1px) {
  .gallery6 {
    padding-top: 32.5vw;
  }
}
.gallery6__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery6__thumb {
  padding-top: 2vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  display: block;
  
}
.gallery6__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery6__selector:checked + .gallery6__img {
  opacity: 1;
}
.gallery6__selector:checked ~ .gallery6__thumb > img {
  box-shadow: 0 0 0 3px #5a606b;
}



#gal1{
   margin-top: 1.25vw;
}

#gal2{
   position: absolute;
   left: 31.75vw;
   top: 1.25vw;
   height: 100%;
  
}
#gal3{
   position: absolute;
   left: 31.75vw;
   top: 1.25vw;
   height: 100%;
  
}
#gal4{
   position: absolute;
   left: 31.75vw;
   top: 1.25vw;
   height: 100%;
  
}

#gal5{
   position: absolute;
   left: 31.75vw;
   top: 1.25vw;
   height: 100%;
  
}

#gal6{
   position: absolute;
   left: 31.75vw;
   top: 1.25vw;
   height: 100%;
}

}

                                                                                                                                                                              
























/*mobile screenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd g
creenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd g
creenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd g
creenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd g
creenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd g

creenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd g
creenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd gcreenbfdhfgdgfjhgfd gdfjgd gf */




























@media only screen and (max-width: 1000px) {       /*mobile screen */
* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: aktiv-grotesk; 
}


.content {
  opacity: 0; /* hide this thing by default */
  transition: opacity 1s ease-in-out; /* fade in after DOM is ready */
}

.ready {
  opacity: 1;
}

body{
    max-width: 100vw;
    min-height: 100vh;
    overflow-y: scroll;
    }

#h11{
    color: white;
    font-weight: 800;
    font-size: 6vw;
    letter-spacing: 1.14vw;
}
#h12{
    color: black;
    font-weight: 800;
    font-size: 6vw;
    letter-spacing: 1.14vw;
}

#homel{
    width: 200vw;
    z-index:-1;
    position: absolute;
    left: -50vw;
}

#homediv{
position: absolute;
top: 78vw;
left: 7.9vw;
z-index: 1;
height: 25vw;
}

#homediv2{
position: absolute;
top: 8vw;
left: 7.9vw;
z-index: 1;
}

#ul1{
    display: flex;
    justify-content: space-between;
    max-width: 99.5%;
    position: relative;
    top: -3.25vw;
}
#ul2{
    display: flex;
    justify-content: space-between;
    max-width: 99%;
    position: relative;
    top: -3.25vw;
}
#ul5{
    display: flex;
    justify-content: space-between;
    max-width: 99%;
    position: relative;
}



.li1{
    color: white;
    font-size: 9.375vw;
  list-style-type: none;
}
.li2{
    
    color: black;
    font-size: 9.375vw;
    list-style-type: none;
}

.li5{
    
    color: black;
    font-size: 6.5vw;
    margin-right: 2.5vw;
    list-style-type: none;
}
.button1{
    color: white;
    background: transparent;
    font-weight: 700;
    border: none;
    margin: 0;
    font-size: 3.6vw;
    letter-spacing: .6vw;
    transition: color .7s;
}

.button2{
    color: black;
    background: transparent;
    font-weight: 700;
    border: none;
    margin: 0;
    font-size: 3.6vw;
    letter-spacing: .6vw;
    transition: color .7s;
}

.button5{
    color: black;
    background: transparent;
    border: none;
    margin: 0;
    font-size: 2.4vw;
    letter-spacing: .4vw;
    transition: color .7s;
    font-weight: 800;
}

button:hover{
    color: #5a606b;
}

#about{
    position: absolute;
    top: 21.5vw;
    left: 7.9vw;
    width: 96vw;
    max-height: 150vw;
}

#iframe1{
    width: 84.5vw;
    height: 47.8vw;
    position: absolute;
    top: 62.8vw;
    left: 0vw;
    z-index: 2;
    opacity: 0;

    background: transparent;
    border: none;
}

#iframe2{
    width: 84.5vw;
    height: 47.8vw;
    position: absolute;
    top: 62.8vw;
    left: 0vw;
    z-index: 2;

    background: transparent;
    border: none;
}

#iframe3{
    width: 84.5vw;
    height: 47.8vw;
    position: absolute;
    top: 31vw;
    left: 0vw;
    z-index: 2;
    opacity: 0;

    background: transparent;
    border: none;
}

#aboutbutn{
    display: flex;
}
#finton{
    position: relative;
    top: -42.5vw;

}
#aboutimg{
    margin-top: 2vw;
    width: 44vw;
    
   }

#aboutcont{
    width: 84vw;
    margin-top: 0vw;
    margin-left: 0vw;
   
}

#hire{
    position: absolute;
    top: 21.5vw;
    left: 7.9vw;
    width: 96vw;
}
#hirecont{
    width: 90%;
    margin-top: 4vw;
    margin-left: 0vw;
}
#col1{
    width:84vw;
}
#col2{
    width:84vw;
    margin-top: 1vw;
    
}
#ul3{
    padding-left:3.2vw;
}
.li3{
  font-size: 2.375vw;
  letter-spacing: .275vw; 
  line-height: 4vw;
  font-weight: 400;
  display: list-item;
  list-style-type: circle;
  list-style-position: outside;
  overflow: visible;
  
}
#hirerate{
    margin-top:1vw;
}
#hireimg{
   width: 47vw;
   margin-top: 0vw; 
   margin-right: 4vw;
   transform: rotate(90deg);
   position: absolute;
   top: 111vw;
   left: 17vw;
}
#gal{
    position: absolute;
    top: 25vw;
    left: 7.9vw;
    width: 90vw;
    display: flex;
}
#galcont{
    margin-top: 0vw;
    margin-left: 0vw;
    margin-right: 5.8vw;
}

menu{
    list-style-type: none;
    display: flex;
    justify-content: space-between;

}
.galbutton{
    background-color: transparent;
    width: 18vw;
    height: 8vw;
    margin-top: 3vw;
    font-weight: 800;
    font-size: 2.4vw;
    letter-spacing: .4vw;

    border-width: thin;
    padding-top: 1vw;
    padding-bottom: 1vw;
    
}
#contact{
    position: absolute;
    top: 7.5vw;
    left: 4vw;
    width: 96vw;
    display: flex;
    justify-content: space-between;
}
#contactcont{
    width: 58vw;
    margin-top: 18vw;
    margin-left: 4vw;
    height: 38vw;

}

#mov{
    height:2vw;
}
.li4{
    display: inline-flex;
    margin-top: 1vw;
}
.icon{
    width: 5vw;
    height: 5vw;
    margin-right: 0.5vw;
    position:relative;
    top: -0.75vw;
}
h3{
  font-size: 2.375vw;
  font-weight: 400;
  letter-spacing: .275vw; 
  line-height: 4vw;
}
a{
    font-size: 2.375vw;
  font-weight: 400;
  letter-spacing: .275vw; 
  line-height: 4vw;
  text-decoration: none;
  color: black;
}


h2{
    font-weight: 800;
    font-size: 2.4vw;
    letter-spacing: .4vw;
    }

p{

  
  font-weight: 400;
  font-size: 2.375vw;
  letter-spacing: .275vw; 
  line-height: 4vw;
  margin-top: .75vw;
  
}




/* on load shit as below*/
#about{
    visibility: hidden;
    opacity: 0;
}
#hire{
    visibility: hidden;
    opacity: 0;
}
#gal{
    visibility: hidden;
    opacity: 0;
}
#contact{
    visibility: hidden;
    opacity: 0;
}
#homediv2{
    visibility:hidden;
    opacity:0;
}
#gal2{
    visibility:hidden;
    opacity:0;
}
#gal3{
    visibility:hidden;
    opacity:0;
}
#gal6{
    visibility:hidden;
    opacity:0;
}

#finton{
    visibility:hidden;
    opacity:0;
}


/* Gallery below*/


img {
  width: 100%;
  vertical-align: top;
}
.gallery {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
  width: 84.5vw;
  position: relative;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 1px) {
  .gallery {
    padding-top: 32.5vw;
  }
}
.gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery__thumb {
  padding-top: 17vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  display: block;
 
  
}
.gallery__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery__selector:checked + .gallery__img {
  opacity: 1;
}
.gallery__selector:checked ~ .gallery__thumb > img {
  box-shadow: 0 0 0 3px #5a606b;
}


/* Gallery below 22222*/

* {
  box-sizing: border-box;
}
img {
  width: 100%;
  vertical-align: top;
}
.gallery2 {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
  width: 84.5vw;
  position: relative;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 1px) {
  .gallery2 {
    padding-top: 32.5vw;
  }
}
.gallery2__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery2__thumb {
  padding-top: 17vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  display: block;
  
}
.gallery2__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery2__selector:checked + .gallery2__img {
  opacity: 1;
}
.gallery2__selector:checked ~ .gallery2__thumb > img {
  box-shadow: 0 0 0 3px #5a606b;
}

/* Gallery below 3333*/

* {
  box-sizing: border-box;
}
img {
  width: 100%;
  vertical-align: top;
}
.gallery3 {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
  width: 84.5vw;
  position: relative;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 1px) {
  .gallery3 {
    padding-top: 32.5vw;
  }
}
.gallery3__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery3__thumb {
  padding-top: 17vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  display: block;
  
}
.gallery3__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery3__selector:checked + .gallery3__img {
  opacity: 1;
}
.gallery3__selector:checked ~ .gallery3__thumb > img {
  box-shadow: 0 0 0 3px #5a606b;
}

/* Gallery below 4*/

* {
  box-sizing: border-box;
}
img {
  width: 100%;
  vertical-align: top;
}
.gallery4 {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
  width: 84.5vw;
  position: relative;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 1px) {
  .gallery4 {
    padding-top: 32.5vw;
  }
}
.gallery4__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery4__thumb {
  padding-top: 17vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  display: block;
  
}
.gallery4__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery4__selector:checked + .gallery4__img {
  opacity: 1;
}
.gallery4__selector:checked ~ .gallery4__thumb > img {
  box-shadow: 0 0 0 3px #5a606b;
}
/* Gallery below 5*/

* {
  box-sizing: border-box;
}
img {
  width: 100%;
  vertical-align: top;
}
.gallery5 {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
  width: 84.5vw;
  position: relative;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 1px) {
  .gallery5 {
    padding-top: 32.5vw;
  }
}
.gallery5__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery5__thumb {
  padding-top: 17vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  display: block;
  
}
.gallery5__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery5__selector:checked + .gallery5__img {
  opacity: 1;
}
.gallery5__selector:checked ~ .gallery5__thumb > img {
  box-shadow: 0 0 0 3px #5a606b;
}

/* Gallery below 5*/

* {
  box-sizing: border-box;
}
img {
  width: 100%;
  vertical-align: top;
}
.gallery6 {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
  width: 84.5vw;
  position: relative;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 1px) {
  .gallery6 {
    padding-top: 32.5vw;
  }
}
.gallery6__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery6__thumb {
  padding-top: 17vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  display: block;
  
}
.gallery6__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery6__selector:checked + .gallery6__img {
  opacity: 1;
}
.gallery6__selector:checked ~ .gallery6__thumb > img {
  box-shadow: 0 0 0 3px #5a606b;
}



#gal1{
   position: absolute;
   left: 0vw;
   top:28vw;
   height: 100%;
}

#gal2{
   position: absolute;
   left: 0vw;
   top:28vw;
   height: 100%;
  
}
#gal3{
   position: absolute;
   left: 0vw;
   top:28vw;
   height: 100%;
  
}
#gal4{
   position: absolute;
   left: 0vw;
   top:60vw;
   height: 100%;
  
}

#gal5{
   position: absolute;
   left: 4vw;
   top: 57vw;
   height: 100%;
  
}

#gal6{
   position: absolute;
   left: 0vw;
   top:28vw;
   height: 100%;
}

}