/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


 /* page3 */
 #page3 {
  /* min-height: 100vh; */
  width: 100%;
  position: relative;
  padding: 14vh 2vw;
  /* margin-bottom: 10vh; */
  margin-top: 20vh;
  /* background-color: red; */
}

#page3>h1 {
  font-size: 7.4vw;
  text-transform: uppercase;
  position: relative;
  margin-left: 28%;
  font-weight: 600;

}
#page3>h1:before{
  content: "02";
  position: absolute;
  font-size: 3.4vw;
  font-family: "silk serif";
  font-weight: 500;
  left: -10%;
  top: 5%;
}
#page3 .underline {
  height: 0.15vw;
  width: 66%;
  background-color: #e2e2e2;
  margin: 2.2vw 0;
  position: relative;
  margin-left: 28%;
}

#image-div-container{
  /* background-color: red;  */
  padding: 1vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.image-div{
  height: 38vw;
  width: 27vw;
  /* background-color: blue; */
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 2vw;


}
.image-div:nth-child(1){
  height: 29vw;
  width: 21vw;
}



.image-div img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

._canvas_container{
  z-index: 9999 !important;
  /* pointer-events: none; */
}


.page3-circle1{
  height: 23vw;
  width: 23vw;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20vw;
  margin-left: 12vw;
  position: relative;
}

.page3-circle1 svg{
  height: 6.5vw;
}

.page3-circle2{
  height: 23vw;
  width: 23vw;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.page3-circle2 svg{
  height: 6.5vw;
  rotate: -40deg;
}

.circle-in{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  scale: 0;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;

}

.circle-in p{
  font-size: 0.8vw;
  color: #000;
  font-weight: 500;
  width: 60%;
  scale: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
}

.page3-circle1:hover .circle-in{
  scale: 1;
}

.circle-in:hover p{
  scale: 1;
  opacity: 1;
}
.page3-circle2:hover .circle-in{
  scale: 1;
}

.circle-in:hover p{
  scale: 1;
  opacity: 1;
}



/* RESPONSIVE */


@media(max-width:600px){
  /* page3 */
#page3 {
/* min-height: 100vh; */
width: 100%;
position: relative;
/* padding: 14vh 2vw; */
margin-bottom: 10vh;
margin-top: -5vh;
/* background-color: red; */



}

#page3  h1 {
font-size: 9.4vw;
text-transform: uppercase;
position: relative;
/* margin-left: 28%; */
font-weight: 600;
margin-left: 5%;

}
#page3 h1:before{
content: "02";
position: absolute;
font-size: 5.4vw;
font-family: "silk serif";
font-weight: 500;
left: 0%;
top: -75%;
}
#page3 .underline {
height: 0.2vw;
width: 95%;
background-color: #e2e2e2;
margin: 5.2vw 0;
position: relative;
/* margin-left: 28%; */
margin-left: 3vw;
}

#image-div-container{
/* background-color: red;  */
/* padding: 1vw; */
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
-webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.image-div{
height: 70vh;
width: 100%;
/* background-color: blue; */
position: relative;
overflow: hidden;
-ms-flex-negative: 0;
    flex-shrink: 0;


}
.image-div:nth-child(1){
height: 70vh;
width: 100%;
}



.image-div img{
height: 100%;
width: 100%;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: center;
   object-position: center;
}

.page3-circle1{
height: 23vw;
width: 23vw;
border: 1px solid #fff;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
margin-top: 20vw;
margin-left: 12vw;
position: relative;
display: none;
}
.page3-circle2{
height: 23vw;
width: 23vw;
border: 1px solid #fff;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
margin-top: 20vw;
margin-left: 12vw;
position: relative;
display: none;
}



.page3-circle3{
height: 40vw;
width: 40vw;
border: 1px solid #fff;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
position: relative;
/* display: none; */
margin: 15vw auto;
background-color: #FFA63D;
}




}