*
{
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body
{
    scroll-behavior: smooth;
    font-family:'Courier New', Courier, monospace;
    overflow-y: auto;
    overflow-x: hidden;
    color: rgb(255, 255, 255)   ;
    background-color:#191A20;
    /* height: 1000vh; */
}
::selection {
    color: white;
    background: rgb(80, 180, 147);
  }
ul {
    list-style: none;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
/* Small */
@media (min-width: 768px) {
    .container {
      width: 650px;
    }
  }
  /* Medium */
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  /* Large */
@media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }

.webgl
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
    z-index: -1;
}
header {
    position: fixed;
    margin: 0 80px;
    z-index: 10;
}

header .container{
    /* margin-top: 100px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .links .icon {
    width: 30px;
    display: flex;
    flex-wrap: wrap;
    /* flex-wrap: wrap; */
}
header .links .icon span{
    background-color: white;
    margin-bottom: 5px;
    /* margin-left: 100px; */
}

header .links .icon span:first-child {
    width: 100%;
    height: 2px;

}
header .links .icon span:nth-child(2) {
    width: 100%;
    height: 2px;
}
header .links .icon span:last-child {
    width: 100%;
    height: 2px;
}
header .links ul {
    
    list-style: none;
    background-color: rgba(0, 0, 0, 0.171);
    top: 70%;
    position: absolute;
    right: 0%;
    min-width: 200px;
    min-height: 100px;
    z-index: 4;
    display: none;
    text-align: center;
    font-size: 20px;
    box-shadow: 1px 1px 10px 0px #c5b7b740;
    transition: 0.3;
}
header .links .icon:hover ul {
    display: block;
}

header .links ul a {
    display: block;
    padding:50px;
    text-decoration: none;
    color:white;
    transition: 0.3s;

}
header .links ul a:hover {
    padding-left: 20px;
    text-decoration: line-through;
    

}


.landing .hi {
    position: absolute;
    z-index: 1;
    margin-top:280px;
    margin-left: 350px;
    font-size: 50px;
    font-weight: bold;
    color: rgb(211, 204, 204)   ;

}
.landing .hi h3 {
    letter-spacing: 7px;
    font-size: 25px;
    
}
.landing .hi h4{
    /* background-color:rgb(80, 180, 147) ; */
    color: white;
    font-size: 12px;
    width: 350px;
    font-size:60px;
}
.landing .hi h4::after{
    content: "";
    height: 1px;
    background-color: rgb(211, 204, 204);
    position: absolute;
    width: 200px;
    bottom: 0;
    margin-bottom: 9%;
}
.landing .hi p{
    position:absolute;
    color: white;
    font-size: 12px;
    width: 350px;
    margin-left: 15%;
    font-size:50px;
    background-color:rgb(80, 180, 147) ;
    width: fit-content;

}
.landing .hi p::first-letter {
    color: rgb(211, 204, 204) ;
}

.servpara p {
    position:absolute;
    margin-top: 800px;
    margin-left: 200px;
    margin-right: 200px;

    /* background-color:rgb(80, 180, 147) ; */
    font-size: 50px;
    letter-spacing: 7px;
}

.servboxes{
    position:absolute;
    margin-top: 880px;
    margin-left: 200px;
    display: flex ;
}

.box1,
.box2,
.box3,
.box4 {
    width: 250px;
    height: 200px;
    padding-top: 10%;
    text-align: center;
    margin-right: 5%;
    box-shadow: 2px 4px 20px 0px #ffffff1a;
    transition: 0.5s;
    border-radius: 19px 19px 19px 19px;
}
.box1:hover,
.box2:hover,
.box3:hover,
.box4:hover {
    width: 280px;
    height: 250px;
    padding-top: 10%;
    text-align: center;
    /* margin-right: 5%; */
    color:aqua;
    box-shadow: 2px 4px 20px 0px #ffffff1a;
    
}

.about {
    position:absolute;
    display: flex;
    margin-top: 1500px;
    margin-left: 200px;
    margin-right: 250px;

}
.about p {
    width: 300px;
    font-size: 20px;
    word-spacing: 1px;
    line-height: 40px;
}
.about p::first-line{
    color: aquamarine;
    font-size:40px ;
}
.about .me {
    margin-top: 10%;
    width: 500px;
    height: 600px;
    margin-left: 200px;
    box-shadow: 2px 4px 20px 6px #ffffff1a;

}
.name {
    position:absolute;
    margin-top: 1500px;
    margin-left: 200px;
    margin-left: 1150px;
}
.contact {
    position: absolute;
    margin-top: 2600px;
    margin-left: 480px;
}
.contact h2 {
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 40px;
}
.contact input {
    margin-bottom: 60px;
    width: 400px;
    height: 30px;
    background-color: transparent;
    /* outline: none; */
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 2px solid rgb(80, 180, 147)  ;
    display: block;
    outline: none;
    color: white;
}
.contact .send {
    color: white;
    font-size: large;
    background-color: rgb(80, 180, 147) ;
}

.contact .send:hover {
    color: #000;
    background-color: rgb(80, 180, 147);
}
.footer {
    position: absolute;
    position: absolute;
    margin-top: 3000px;
    margin-left: 570px;
}
.footer p {
    margin-bottom: 40px;
}


@media (max-width: 768px) {
    .webgl
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
    z-index: -1;
}
header {
    position: fixed;
    margin-left: 20%;
    margin-right: 20%;

    /* margin-right: 100px; */
    z-index: 100;
}
header .container .logo {
    margin-right: 500px;
}
header .container{
    /* margin-top: 100px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .links .icon {
    width: 30px;
    display: flex;
    flex-wrap: wrap;
    /* flex-wrap: wrap; */
}
header .links .icon span{
    background-color: white;
    margin-bottom: 5px;
    /* margin-left: 100px; */
}

header .links .icon span:first-child {
    width: 100%;
    height: 2px;

}
header .links .icon span:nth-child(2) {
    width: 100%;
    height: 2px;
}
header .links .icon span:last-child {
    width: 100%;
    height: 2px;
}
header .links ul {
    
    list-style: none;
    background-color: rgba(0, 0, 0, 0.171);
    top: 70%;
    position: absolute;
    right: 0%;
    min-width: 200px;
    min-height: 100px;
    z-index: 4;
    display: none;
    text-align: center;
    font-size: 20px;
    box-shadow: 1px 1px 10px 0px #c5b7b740;
    transition: 0.3;
}
header .links .icon:hover ul {
    display: block;
}

header .links ul a {
    display: block;
    padding:50px;
    text-decoration: none;
    color:white;
    transition: 0.3s;

}
header .links ul a:hover {
    padding-left: 20px;
    text-decoration: line-through;
    

}
.landing .hi {
    position: absolute;
    z-index: 1;
    margin-top:600px;
    margin-left: 200px;
    font-size: 50px;
    font-weight: bold;
    color: rgb(211, 204, 204)   ;

}
.landing .hi h3 {
    letter-spacing: 7px;
    font-size: 25px;
    
}
.landing .hi h4{
    /* background-color:rgb(80, 180, 147) ; */
    color: white;
    font-size: 12px;
    width: 350px;
    font-size:60px;
}
.landing .hi h4::after{
    content: "";
    height: 1px;
    background-color: rgb(211, 204, 204);
    position: absolute;
    width: 200px;
    bottom: 0;
    margin-bottom: 9%;
}
.landing .hi p{
    position:absolute;
    color: white;
    font-size: 12px;
    width: 350px;
    margin-left: 15%;
    font-size:50px;
    background-color:rgb(80, 180, 147) ;
    width: fit-content;

}
.landing .hi p::first-letter {
    color: rgb(211, 204, 204) ;
}

.servpara p {
    position:absolute;
    margin-top: 1400px;
    margin-left: 300px;
    margin-right: 300px;
    /* background-color:rgb(80, 180, 147) ; */
    font-size: 50px;
    letter-spacing: 7px;
}

.servboxes{
    position:absolute;
    margin-top: 1490px;
    margin-left: 300px;
    margin-right: 300px;
    display: grid ;
}

.box1,
.box2,
.box3,
.box4 {
    width: 250px;
    height: 200px;
    padding-top: 40%;
    text-align: center;
    margin-right: 5%;
    box-shadow: 2px 4px 20px 0px #ffffff1a;
    transition: 0.5s;
}
.box1:hover,
.box2:hover,
.box3:hover,
.box4 :hover {
    width: 280px;
    height: 250px;
    padding-top: 40%;
    text-align: center;
    /* margin-right: 5%; */
    color:aqua;
    box-shadow: 2px 4px 20px 0px #ffffff1a;
}

.about {
    position:absolute;
    display: flex;
    margin-top: 2600px;
    margin-left: 60px;
    margin-right: 60px;

}
.about p {
    width: 300px;
    font-size: 20px;
    word-spacing: 1px;
    line-height: 40px;
}
.about p::first-line{
    color: aquamarine;
    font-size:40px ;
}
.about .me {
    margin-top: 10%;
    width: 500px;
    height: 600px;
    margin-left: 40px;
    box-shadow: 2px 4px 20px 6px #ffffff1a;

}
 .name {
    position:absolute;
    margin-top: 2600px;
    margin-left: 850px;
}
.contact {
    position: absolute;
    margin-top: 4200px;
    margin-left: 300px;
    color: white;
}
.contact h2 {
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 40px;
}
.contact input {
    margin-bottom: 60px;
    width: 400px;
    height: 30px;
    background-color: transparent;
    /* outline: none; */
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 2px solid rgb(80, 180, 147)  ;
    display: block;
    outline: none;
}
.contact .send {
    color: white;
    font-size: large;
    background-color: rgb(80, 180, 147) ;
}
.contact input:hover,
.contact .send:hover {
    color: white;
    background-color: rgb(80, 180, 147);
}
.footer {
    position: absolute;
    position: absolute;
    margin-top: 4800px;
    margin-left: 400px;
    width: 100%;

}
.footer p {
    margin-bottom: 40px;
}

    
  }

/*# sourceMappingURL=main.css.map*/