/*

         ||  '||  '||   ||                                         
......  ...   ||   ||  ...    ....  .. ...     ....   ....   ....  
'  .|'   ||   ||   ||   ||  .|...||  ||  ||  .|...|| ||. '  ||. '  
 .|'     ||   ||   ||   ||  ||       ||  ||  ||      . '|.. . '|.. 
||....| .||. .||. .||. .||.  '|...' .||. ||.  '|...' |'..|' |'..|' 


*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');


* {
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
}


/* cursor */

body {
  /* cursor: url("pinkarrowcursor.png"), default; */
  cursor: url("cursors/cursor-arrow-purple-dark.svg"), auto;
}

a:hover, button:hover { 
  cursor: url("cursors/cursor-arrow-pink-light.svg"), auto;
  
}

.auto {
    cursor: url("cursors/cursor-arrow-purple-dark.svg"), auto;
}



/* highlight text color */
::selection {
		background-color: #C1B0F2;
}



#background {
 background-color: #f2f2f2;
 padding-left: 4%;
 padding-right: 4%;
 padding-top: 6.5%;
 padding-bottom: 6.5%;
}

#container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 650px;
}

#leftside {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 7%;
  padding-bottom: 7%;
  padding-right: 4.5%;
  padding-left: 0%;
  max-width: 28%;
  text-align: center;
}

#line{
  background-color: #a2a2a2;
  width: 2px;
  height: 100%;
}

#rightside {
  width: 100%;
  height: 100%;
  padding-top: 3.5%;
  padding-bottom: 3.5%;
  padding-left: 4.5%;
  padding-right: 0%;
  
}

#gallery {
  display: flex;
  flex: 1fr 1fr;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: left;
  overflow-y: scroll;
  height: 100%;

}


h1 {
  margin-bottom: 62px;
}

h2 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3%;
  margin-bottom: 8px;
  display: block;
  color: #000;
  text-align: center;
}


.nav-link {
  background-color: #505050;
  color: #f2f2f2;
  border-radius: 20px;
  display: block;
  padding-top: 2px;
  padding-bottom: 4px;
  text-align: center;
  text-decoration: none;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 3%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;  
  width: 170px;
}

.nav-link:hover {
  background-color: #A897D7;
}

.smaller {
  font-size: 13px;
}

.back {
  align-self: flex-start;
  margin-top: 38px;
  display: inline-block
}

.back a{
  width: 59px;
  height: 17px;
}

.back a:hover {
  width: 59px;
  height: 17px;
  content: url("3d models images/back_hover.svg");
  transform: scale(1.3);
  transition: 0.2s ease;
}

p {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 3%;
  margin: auto;
  color: #615E99;
  margin-left: 462px;
}

