*{
    margin:0;
    padding:0;
    font-family: Raleway;
    box-sizing: border-box;
    transition: all .5s ease;
}
#raleway{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
  }
header{
    width:100%;
    height:100vh;
    -webkit-box-shadow: inset 0px -10px 10px 0px rgba(135,200,230,0.2);
    -moz-box-shadow: inset 0px -10px 10px 0px rgba(135,200,230,0.2);
    box-shadow: inset 0px -10px 10px 0px rgba(135,200,230,0.2);
}
#canvas{
    height:100%;
    width:100%;
}
.container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#logo{
    position: absolute;
    width: 667.5px;
    height: 259.5px;
    left: calc((100% - 667.5px)/2);
    top: calc((100% - 259.5px)/2);
}
nav{
    width: 100%;
    height:50px;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 3;
    backdrop-filter: blur(10px);
}
#nav-r{
    width: 70%;
    height: 50px;
    display: flex;
    justify-content: space-evenly;
}
#nav-l{
    width:30%;
    height:50px;
}
#about{
    height:100%;
    width:100px;
}
#about{
    height:100%;
    width:100px;
}
#development{
    height:100%;
    width:180px;
}
#implementation{
    height: 100%;
    width:210px;
}
#contacts{
    height:100%;
    width:130px;
}
#about-h1{
    margin-top: 10.5px;
}
#about-h1-l{
    margin-top: 10.5px;
}
#creaverse{
    height:100%;
    width:150px;
}
#small-logo{
    width: 127px;
    height: 50px;
    margin-left: 5%;
}
#sec-2{
    height:100vh;
    width:100%;
    display: flex;
    justify-content: space-between;
    -webkit-box-shadow: inset 0px -10px 10px 0px rgba(135,200,230,0.2);
    -moz-box-shadow: inset 0px -10px 10px 0px rgba(135,200,230,0.2);
    box-shadow: inset 0px -10px 10px 0px rgba(135,200,230,0.2);
}
#sec-2-left{
    height:100%;
    width:50%;
    position: relative;
}
#sec-3-left{
    position: relative;
    height:100%;
    width:calc(50% - 50px);
}
#sec-2-right{
    height:100%;
    width:50%;
}
#sec-3-right{
    height:100%;
    width:calc(50% + 50px);
    padding-top: 10vh;
    margin-left: 50px;
}
#sec-2-left-img{
    height: 43vw;
    width: 30vw;
    position: absolute;
    left: calc((100% - 30vw)/2);
    top: calc((100% - 43vw + 50px)/2);
}
#sec-3-left-img{
    width: calc(40vw - 40px);
    height: calc(40vw - 40px);
    position: absolute;
    top: calc((100% - (40vw - 90px))/2);
    left: calc((100% - (40vw - 40px))/2);
}
#sec-2-right-h2 {
    font-weight: bold;
    color: #56B8DD;
}
#sec-3-right-h2 {
    font-weight: 600;
    text-align: center;
    margin-top: 14px;
    color: #56B8DD;
    font-size: 40px;
}
#sec-2-right-h1{
    margin-top: 1vh;
    font-weight: 400;
    font-size: 53px;
}
#sec-2-right-p{
    margin-top: 20vh;
    width:100%;
    display: flex;
    line-height: 4vh;
    font-size: 15px;
}
#span{
    font-size: 15px
}
#span-1{
    position: absolute;
    right: 3vw;
    font-size: 13px;
    width:33vw;
}
#sec-3-hr{
    margin: 1vh auto 0 auto;
    width: 80%;
    border: 0.5px solid #56B8DD;
}
#sec-2-hr{
    margin-top: 5vh;
    width: 80%;
    border: 0.5px solid #56B8DD;
}
#circle-icon-3{
    height: 6vw;
    width: 6vw;
    background-color: #cffbfc;
    border-radius: 50%;
}
#sec-2-right-main{
    margin: 5vh 0;
    width:75%;
    height:80px;
    display: flex;
    justify-content: space-between;
}
#sec-2-right-main-2{
    margin: 5vh 0;
    width: calc(75% + 15px);
    height:80px;
    display: flex;
    justify-content: space-between;
}
#sec-2-right-main-3{
    margin: 5vh 0;
    width: calc(75% - 7.5px);
    height:80px;
    display: flex;
    justify-content: space-between;
}
#lamp{
    height: 75%;
    margin: 12.5%;
}

#sec-3-steps-r{
    position: relative;
}
#sec-2-jpg{
    height: 100%;
    width:100%;
    border-top: 10px solid #2ad7d9;
    border-right: 10px solid #2ad7d9;
    border-bottom: 10px solid #2bb0dc;
    border-left: 10px solid #2bb0dc;
}
#sec-3-jpg{
    height: 100%;
    width:100%;
    border-bottom: 10px solid #2ad7d9;
    border-left: 10px solid #2ad7d9;
    border-top: 10px solid #2bb0dc;
    border-right: 10px solid #2bb0dc;
}
#nav-l img:hover, #nav-r div:hover{
    cursor: pointer;
}
#sec-3{
    height:100vh;
    width:100%;
    display: flex;
    justify-content: space-between;
    -webkit-box-shadow: inset 0px -10px 10px 0px rgba(135,200,230,0.2);
    -moz-box-shadow: inset 0px -10px 10px 0px rgba(135,200,230,0.2);
    box-shadow: inset 0px -10px 10px 0px rgba(135,200,230,0.2);
}
#stairs{
    height: 62.5%;
    margin: 18.75%;
}
#tech{  
    height: 62.5%;
    margin: 18.75%;
}
#sec-3-steps-1,#sec-3-steps-2,#sec-3-steps-3{
    height: 23vh;
    width:100%;
    margin: 3vh auto 3vh auto;
    display: flex;
    justify-content: space-between;
}
#sec-3-steps-3{
    background-color: #2bb0dc;
}
#sec-3-steps-2{
    background-color:  #2bc4db;
}
#sec-3-steps-1{
    background-color: #2bd7da;
}
#sec-3-steps-l{
    
    position: relative;
    height: 100%;
    width:25%;
}
#sec-3-steps-r{
    height: 100%;
    width:75%;
}
#sec-3-steps-1 #sec-3-steps-r p,#sec-3-steps-2 #sec-3-steps-r p,#sec-3-steps-3 #sec-3-steps-r p{
    color: white;
}
#sec-3-steps-2 #sec-3-steps-l h1{
    position: absolute;
    color:white;
    top: calc((100% - 58px)/2);
    left: calc((100% - 116px)/2);
}
#sec-3-steps-3 #sec-3-steps-l h1{
    position: absolute;
    color:white;
    left: calc((100% - 121px)/2);
    top: calc((100% - 29px)/2);
}
#sec-3-steps-1 #sec-3-steps-l h1{
    position: absolute;
    color: white;
    left: calc((100% - 87px)/2);
    top: calc((100% - 29px)/2);
}
#sec-3-steps-1:hover{
    background-image: url(hover1.png);
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
}
#sec-3-steps-2:hover{
    background-image: url(hover3.png);
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
}
#sec-3-steps-3:hover{
    background-image: url(hover2.png);
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
}
#sec-3-steps-1:hover #sec-3-steps-l h1, #sec-3-steps-1:hover #sec-3-steps-r p,#sec-3-steps-2:hover #sec-3-steps-l h1, #sec-3-steps-2:hover #sec-3-steps-r p,#sec-3-steps-3:hover #sec-3-steps-l h1, #sec-3-steps-3:hover #sec-3-steps-r p{
    color: transparent;
}
#sec-4{
    height:100vh;
    width: 100%;
    position: relative;
    background-image: url("sec-4-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.animate{
    background: linear-gradient(to right, #2ad7d9, #2ad7d9 50%, #2bb0dc 50%);
    color: #2bb0dc;
    overflow: hidden;  
    background-clip: text;
    -webkit-background-clip: text;
    transition: background-position 275ms ease;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
}
.animate:hover {
    background-position: 0 100%;
}
#sec-4-main{
    background-color: white;
    height: 85vh;
    width: 40%;
    position: relative;
    top: calc((100% - 85vh + 50px)/2);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(108,204,199,0.31);
    -moz-box-shadow: 0px 0px 10px 5px rgba(108,204,199,0.31);
    box-shadow: 0px 0px 10px 5px rgba(108,204,199,0.31);
    left: 10%;
    padding-left: 5vh;
    padding-top: 2vh;
    padding-right: 5vh;
}
#sec-4-main h2{
    color: #2bb0dc;
    margin-top: 3vh;
}
#sec-4-main h1{
    color: #2bb0dc;
    margin-top: 3vh;
    font-size:48px;
    margin-bottom:3vh;
}
#sec-4-main p{
    line-height: 4vh;
    color:#2ad7d9;
}
#sec-4-btn {
    height: 15%;
    width: 89%;
    border: none;
    outline: none;
    color: #2bb0dc;
    font-size: 38px;
    background:none;
    position: absolute;
    top: 0;
    z-index: 1;
    top: 83%;
    /* bottom: -15%; */
    /* left: 25%; */
    /* right: 0; */
    -moz-box-shadow: 0px 0px 10px 5px rgba(108,204,199,0.31);
    box-shadow: 0px 0px 10px 5px rgba(108,204,199,0.31);
}
#sec-4-btn-a{
    color:#2bb0dc;
    text-decoration:none;
}
#sec-4-btn:hover{
    background-color:#2bb0dc;
}

#sec-4-btn:hover #sec-4-btn-a{
    color:white;
}
.carousel {
    width: 100%;
    height: 100%;
    position: relative;
}
.carousel > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 200ms opacity ease-in-out;
    transition-delay: 200ms;
}

.slide > img {
    display: block;
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.slide[data-active] {
    opacity: 1;
    z-index: 1;
    transition-delay: 0ms;
}

.carousel-button {
    position: absolute;
    z-index: 2;
    background: none;
    border: none;
    font-size: 4rem;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    cursor: pointer;
    border-radius: .25rem;
    padding: 0 .5rem;
    background-color: #2bb0dc;
}

.carousel-button:hover,
.carousel-button:focus {
    color: white;
    background-color: #2ad7d9;
}
.carousel-button.prev {
    left: 1rem;
}

.carousel-button.next {
    right: 1rem;
}
#sec-5{
    height:100vh;
    width:100%;
    background-image: url("sec-4-bg-rot.png");
    background-size: cover;
    background-repeat: no-repeat;   
    background-position-y: bottom;
}
#sec-4-right {
    padding: 1%;
    position: absolute;
    top: 30vh;
    left: 64%;
    height: 33vh;
    width: 30%;
    color:#2D2C6D;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(108,204,199,0.31);
    -moz-box-shadow: 0px 0px 10px 5px rgba(108,204,199,0.31);
    box-shadow: 0px 0px 10px 5px rgba(108,204,199,0.31);
    backdrop-filter: blur(3rem);
}
#sec-6{
    height:130vh;
    width:100%;
    position: relative;    
    -webkit-box-shadow: inset 0px -10px 10px 0px rgba(135,200,230,0.2);
    -moz-box-shadow: inset 0px -10px 10px 0px rgba(135,200,230,0.2);
    box-shadow: inset 0px -10px 10px 0px rgba(135,200,230,0.2);
}
#sec-6-h1{
    text-align: center;
    font-size: 50px;
    color: #2bb0dc;
    margin-top: 3vh;  
    padding-top: 50px;  
    padding-bottom: 50px;
}
.quest{
    position: relative;
    width:48%;
    height:8vh;
    border: 5px solid #2ad7d9;
    margin: 20px auto 20px auto;
    border-radius: 8vh;
    border-style: inset;
}
#answer-1,#answer-2,#answer-3,#answer-4{
    display: none;
}
#quest-p-1,#quest-p-2,#quest-p-3,#quest-p-4{
    position: absolute;
    text-align: center;
    color:#2bb0dc;
    font-size: 17px;
    left: calc((100% - 550px)/2);
    top: calc((100% - 21px)/2);
}
#sec-6 img{
    position: absolute;
}
.arrow{
    color:#2bb0dc;
    font-size: 18px;
    top: calc((100% - 24px)/2);
    position: absolute;
    right: 1vw;
}
#robot-1{
    top: 7vh;
    right:3vw;
}
#robot-2{
    right: 0;
    bottom: 24vh;
    width: 30%;
}
#robot-3 {
    left: 2vw;
    top: 15vh;
    width: 20%;
}
#robot-4 {
    left: 3vw;
    width: 20%;
    bottom: 13vh;
}
#answer-1,#answer-2,#answer-3,#answer-4{
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    color: #2D2C6D;
}
.quest{
    position: relative;
}
#sec-7{
    height:100vh;
    width:100%;
    position: relative;
}
#contact-menu{
    height:40vh;
    width:100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom:0;
}
#contact-1,#contact-2,#contact-3,#contact-4{
    height:100%;
    width:25%;
}
.cont-resp{
    display: none;
}
#contact-1{
    background: #2bd7da;
    position: relative;
}
#contact-2{
    background: #2acddb;
    position: relative;
}
#contact-3{
    background: #2bc4db;
    position: relative;
}
#contact-4{
    background: #2bb0dc;
    position: relative;
}
#sec-7-h1{
    padding: calc(3vh + 50px) 0 calc(3vh + 50px) 0;
    text-align: center;
    font-size: 50px;
    color: #2bb0dc;
}
#icon-main{
    height: 20vh;
    width: 23%;
    margin:0 auto calc(3vh + 50px) auto;
    display: flex;
    justify-content: space-between;
}
#icons-img{
    height:100%;
    width: 20vh;
}
#contact-menu div h1{
    text-align: center;
    color:white;
    font-size: 170%;
    margin-top: 27vh;
}
#contact-menu div h2{
    text-align: center;
    color:white;
    font-size:120%;
}
#contact-1 img,#contact-2 img,#contact-4 img{
    position: absolute;
    left: calc((100% - 30vh)/2);
    width: 30vh;
    height:30vh;
}
#contact-3 img{
    position: absolute;
    left:calc((100% - 25vh)/2);
    height:25vh;
    width:25vh;
    top: 3vh;
}
#contact-2 img{
    position: absolute;
    left:calc((100% - 27vh)/2);
    height:27vh;
    width:27vh;
    top: 2vh;
}
#googleMap{
    height:100vh;
    width:100%;
}
footer{
    width: 100%;
    height:5vh;
    background-color: #2bb0dc;
    color:white;
    font-size: 20px;
    padding-top: calc((5vh - 20px)/2); 
    text-align: center;
}
#sec-6 div:hover, #icons:hover{
    cursor: pointer;
}
svg{
    margin-top: 10px;
}
#resp{
    text-align: center;
    display: none;
    height:100%;
    width:50px;
    position: absolute;
    right: 1vw;
}