@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@600&display=swap');
* {
    margin: 0px;
}
html {
  scroll-behavior: smooth;
}
body {
  transition: 1s;
  overflow-x: hidden;
}
input:focus {
  outline: none;
}
#mobhed {
  display: none;
}
#baseOne {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: linear-gradient(to right bottom, #420ab6, #530b97);
}
#navm {
  display: none;
}
header {
    display: block;
    position: fixed;
    background-color: #ffffff;
    width: 12%;
    z-index: 14;
    height: 50px;
    margin-left: 45%;
    margin-top: 38px;
    border-radius: 48px;
    justify-content: flex-start;   overflow: hidden;
    transition: 0.7s;
}
header a {
    width: 18%;
}
header img {
    width: 120px;
    margin-top: 9px;
    margin-left: 18px;
    margin-right: 18px;
}
header nav {
    display: flex;
    width: 55%;
    justify-content: space-around;
}
nav a {
    text-decoration: none;
    font: 18px Calibri;
    color: #666;
    margin-top: 38px;
}
#sole:hover {
  transition: 0.4s;
  font-size: 19px;
}
#hdbtn {
    width: 100px;
    height: 42px;
    background: #420ab6;
    text-align: center;
    font: 18px Calibri;
    color: #fff;
    text-decoration: none;
    line-height: 2.3;
    border-radius: 50px;
    margin-left: 10%;
    margin-top: 5px;
    transition: 0.4s;
}
#hdbtn:hover {
    background: #420aa1;
    box-shadow: 2px 2px 9px #777;
}
#updt {
    display: flex;
    width: 60%;
    margin-top: 76px;
    margin-left: 20%;
}
#updt a {
    font: 14px Calibri;
    color: #999;
    text-decoration: none;
    padding: 21px 36px;
    text-decoration: underline;
}
#updt a:hover {
    color: #f1f1f1;
}
.navbar {
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    text-decoration: none;
    font: 18px Calibri;
    color: #666;
    margin-top: 15px;
    background: none;
    border: none;
    width: 12%;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    color: #333;
  }
  
  .dropdown-content {
    display: none;
    position: fixed;
    background-color: #f5f5f5;
    width: 60%;
    left: 20%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: 0.4s;
    border-radius: 12px 12px 18px 18px;
    height: 50%;
    margin-top: 14px;
  }
  
  .dropdown-content .header {
    color: #555;
    font: 18px calibri;
    padding: 18px;   
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .row {
    display: flex;
    width: 100%;
  }
  .column {
    width: 33.33%;
    height: 250px;
    display: flex;
    flex-direction: column;
  }
  .column h3 {
    color: #420ab6;
    margin-left: 18px;
  }
  .column a {
    color: #444;
    text-decoration: none;
    display: block;
    text-align: left;
    width: 80%;
    margin-left: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .column a:hover {
    background-color: #e9e9e9;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

@keyframes cgbck {
 from {
    background: linear-gradient(to right bottom, #420eab, #152a52);
  }
  to {
    background: linear-gradient(to right bottom, #152a52, #420eab, #530b97);
  }
}
#baseTwo {
  display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    /* background: linear-gradient(to right bottom, #420ab6, #530b97); */
    transition: 0.2s;
    animation-name: cgbck;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    overflow: hidden;
}
@keyframes dipdown {
  0%{margin-top: 0px;}
  100%{margin-top: 120px;}
}
#baseTwo video {
  opacity: 0.3;
}
#baseTwo div {
  margin-top: -60%; 
  margin-bottom: 0px;
  z-index: 4;
}
#botit {
  color: #fff;
  font-size: 62px;
  font-family: 'Mukta', sans-serif;
  width: 50%;
  margin-left: 25%;
  font-weight: 800;
  margin-top: 220px;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
}
#botit span {
  color: #dfceff;
}
#bosub {  
  color: #fff;
  font: 17px verdana;
  width: 100%;
  text-align: center;
  margin-top: 78px;
}
#wel-go {
  display: flex;
  margin-left: 128px;
  margin-top: -60%;
}
#wel-go div {
  display: flex;
  width: 40%;
  justify-content: space-evenly;
  margin-top: -50%;
}
#wel-go h3 {
  display: none;
}
#baseTwo div a {
  font: 20px Calibri;
  border: 2px solid #f5f5f5;
  padding: 8px 36px;
  color: #fff;
  text-decoration: none;
  border-radius: 18px;
  transition: 0.3s ease-in-out;  
}
#bolink {
  width: 100%;
  text-align: center;
  background-color: #fff;
}
#bolink i {
  font-size: 14px;
}
#hiede i {
  font-size: 14px;
}
#baseTwo div a:hover {
  color: #fff; 
  background-color: transparent;
  /* box-shadow: 2px 2px 9px rgb(100, 89, 204); */
  box-shadow: 2px 2px 9px #fff;
}
#cover {
  display: none;
  position: absolute;
  width: 400px;
  top: 198px;
  right: 100px;
}
#latest-video {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 40%;
  margin-top: 4%;
  margin-bottom: 4%;
}
#lv-one {
  display: flex;
  flex-direction: column;
  width: 60%;
}
#lv-one h2 {
  color: #444;
  font: 28px Arial;
  margin: 58px 0px 18px 108px;
}
#lv-one hr {
  width: 30%;
  margin-left: 108px;
  height: 3px;
  background-color: #420eab;
}
#lv-one h3 {
  margin: 18px 0px 0px 108px;
  font: 22px Calibri;
  color: #420eab;
}
#lv-one h4 {
  margin: 18px 0px 0px 108px;
  font: 16px Calibri;
  color: #333;
}
#edmice {
  display: flex;
  width: 100%;
  height: 90vh;
  background: #f5f5f5;
}
#etext {
  display: flex;
  flex-direction: column;
  width: 50%;
}
#bac {
  font-size: 52px;
  font-family: Helvetica, sans-serif, arial;
  line-height: 1.2;
  color: #444;
  margin-top: 148px;
  margin-left: 118px;
  opacity: 0.7;
  transition: 0.3s;
}
#etext h2 span {
  color: transparent;
  background: linear-gradient(to right bottom, #420eab, rgb(3, 47, 83));
  background-clip: text;
  -webkit-background-clip: text;
}
#etext p {
  font: 16px calibri;
  margin-left: 118px;
  color: #555;
}
#etext h4 {
  margin-left: 118px;
  margin-top: 128px;
  color: #7f66b1;
  font-family: calibri;
}
#em {  
  margin-top: 10%;
  width: 290%;
  transition: 0.3s;
}
#on {
  display: flex;
  flex-direction: row;
  width: 75%;
  margin-left: 12.5%;
  margin-top: 10%;
  justify-content: space-between;
}
#online {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 600px;
}
#onhead h3 {
  font-size: 17px;
  color: #788;
  margin: 4px;
}
#onhead h2 {
  font-size: 28px;
  font-family: Helvetica, sans-serif, arial;
  color: #420eab;
  margin: 4px 0px 18px 0px;
}
#onplate {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#onplate div {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 14px;
  background: #f3eeee;
  margin: 8px;
  font: 18px calibri;
  padding: 18px;
  color: #444;
  overflow: hidden;
}
#onplate div:nth-child(1) {
  background: #420eab;
  color: #fff;
}
#onplate img {
    width: 125%;
    transition: 0.3s;
}
#onplate img:hover {
  width: 110%;
}
#form-online {
  width: 35%;
  height: 65vh;
  margin-top: 25px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 2px 2px 9px #dbcece;
  border: 1px solid #f3e9e9;
}
#form-online h2 {
  color: #555;
  font-size: 20px;
  font-family: Calibri;
  margin-top: 20px;
  text-align: center;
}
#form-online p {
  color: #777;
  font-size: 12px;
  font-family: calibri;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
}
#form-online form {
  display: flex;
  flex-direction: column;
}
#form-online form label {
  font: 12px Calibri;
  color: #333;
  font-weight: 700;
  margin-left: 15%;
  margin-top: 10px;
}
.field {
  font-size: monospace;
  background: none;
  border: 2px solid #e9e0e0;
  border-radius: 8px; 
  font-size: 12px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  width: 70%;
  align-self: center;
  padding: 6px;
  color: #444;
  height: 30px;
}
.dis {
  background: #e1e1e1;
}
#form-online input[type=submit] {
  background: #420eab;
  border: none;
  font: 20px Verdana;
  padding: 8px 10px;
  margin-left: 18px;
  color: #fff;
  border-radius: 8px;
  margin-top: 37px;
  width: 70%;
  margin-left: 15%;
  transition: 0.3s;
}
#form-online a {
  font: 14px Verdana;
  color: #9f7efa;
  margin-left: 10px;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
#form-online input[type=submit]:hover {
  box-shadow: 2px 2px 12px #999;
  font-stretch: ultra-expanded;
}





.autocomplete {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete input {
  width: 80%;
  height: 45px;
  border-radius:8px;
  background: #f3eefd;
  border: 2px solid #e9e0e0;
  font-size: 14px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding: 6px;
  color: #444;
}
.autocomplete-items div {
  font-family: Arial;
  color: #420eab;
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
#resumes {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to right bottom, #CD00FF, #A102F4);
  /* overflow: hidden; */
}
#fr-say {
  font: 24pt Arial;
  color: #fff;
  margin-top: 86px;
  margin-left: 64px;
  width: 45%;
}
#fr-say span {
  font: 36pt Arial;
}
#fr-say1 {
  margin-top: 35px;
  margin-left: 47%;
  font-size: 18pt;
  font-family: monospace;
  color: #fff;
}
#res-base2 {
  display: flex;
  width: 100%;
  transition: 1s;
}
#rhead {
  width: 40%;
}
#main-resume {
  font: 52pt Arial;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin-left: 64px;
  margin-top: 50px;
  width: 50%;
}
#by-mc {
  font: 18pt monospace;
  margin-left: 64px;
  color: #fff;  
  font-stretch: ultra-expanded;
  margin-bottom: 50px;
}
#go-resume {
  width: 180px;
  height: 48px;
  border: 4px solid #fff;
  margin-left: 64px;
  font: 18pt Monospace;
  text-decoration: none;
  color: #fff;
  padding: 14px 18px;
  transition: 0.2s;
}
#go-resume:hover {
  background: #fff;
  color: #420eab;
  font-size: 19pt;
  box-shadow: 2px 2px 9px #420aa1;
}
#resume-modal {
  display: block;
  width: 680px;
  height: 410px;
  background: #fff;
  border-radius: 16px 16px 0px 0px;
  margin-top: 30px;
  margin-left: 35px;
}
#rm-head {
  margin-top: -10px;
  background: #ffefe4;
  height: 130px;
  border-radius: 16px 16px 0px 0px;
  transition: 0.8s;
}
#tag {
  font: 24.4pt monospace;
  color: #222222;
  text-align: right;
  margin: 8px 15px;
  font-weight: 800;
}
#rm-head h2 {
  font: 24pt monospace;
  color: #350200;
  margin-left: 40px;
  transition: 0.8s;
}
#rm-head h5 {
  font: 12pt monospace;
  color: #350200;
  margin: 8px 10px 15px 40px;
  transition: 0.8s;
}
#rm-body {
  display: flex;
}
.modalside {
  width: 50%;
}
.modal-headings {
  font: 14pt arial;
  color: #350200;
  text-transform: uppercase;
  margin: 40px 38px 10px;
  transition: 0.2s;
}
.modal-paragraph {
  font: 10pt arial;
  color: #464646;
  margin: 0px 38px;
  text-align: justify;
}
.modal-points {
  font: 11pt arial;
  color: #464646;
  margin: 12px 38px;
  text-align: justify;
}
meter {
  width: 140px;
  height: 12px;
  margin-left: 20px;
  border-radius: 50px;
}
.modal-points span {
  font-size: 10pt;
}
#color-panel {
  display: flex;
  flex-direction: column;
  width: 380px;
  height: 110px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 2px 2px 9px #777;
  margin-top: 48px;
}
.panelpoint {
  display: flex;
  width: 100%;
  margin: 14px 0px;
  justify-content: space-evenly;
}
.panelpoint button {
  border: 1px solid #dbdbdb;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
#cp1 {
  background: linear-gradient(to right bottom, #350200 50%, #ffefe4 50%);
}
#cp2 {
  background: linear-gradient(to right bottom, #146C94 50%, #F6F1F1 50%);
}
#cp3 {
  background: linear-gradient(to right bottom, #526D82 50%, #DDE6ED 50%);
}
#cp4 {
  background: linear-gradient(to right bottom, #617A55 50%, #FFF8D6 50%);
}
#cp5 {
  background: linear-gradient(to right bottom, #C07F00 50%, #FFF7D4 50%);
}
#res_classif {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.rc_plate {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
#peter {
  font-size: 24pt;
  font-family: Arial;
  color: #666;
  margin-top: 80px;
}
.rc_plate div {
  display: flex;
  flex-direction: column;
  width: 340px;
  height: 120px;
  overflow: hidden;
  background: linear-gradient(to right bottom, #B690FF, #6C25FF);
  border-radius: 8px;
  box-shadow: 2px 2px 9px #999999;
  margin-top: 100px;
  transition: 0.3s;
}
.rc_plate div:nth-child(3) {
  margin-top: 70px;
}
.rv_asset {
  display: flex;
  width: 100%;
}
.rv_asset img {
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-left: 10px;
}
.rv_asset p {
  margin-top: 10px;
  margin-left: 10px;
  color: #fff;
  font: 11pt calibri;
}
.rv_title {
  border-top: 1px solid #fff;
  width: 40%;
  text-align: center;
  font: 11pt Calibri;
  color: #fff;
}
#ins-head {
  margin-top: 128px;  
  font-size: 36px;
  font-family: 'Mukta';
  color: #666;
  text-align: center;
}
.otherProducts {
  color: #420eab;
  font: 18px Verdana;
  padding: 14px;
  margin-top: 100px;
  transition: 0.3s;
}
.otherProducts:hover {
  color: #724cbd;
}
.go-read {
  display: flex;
  flex-direction: column;
  margin: 48px;
  width: 300px;
  text-decoration: none;
}
.go-read h2 {
  color: #666;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 12px 0;
  font-family: 'Montserrat', sans-serif;
}
.go-read p {
  font: 16px calibri;
  color: #444;
  width: 90%;
  margin-left: 5%;
}
.go-read a {
  margin: 18px 0px;
  font: 16px calibri;
  color: #222;
  text-decoration: none;
}
#new-div {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
#news {
  display: flex;
  width: 78%;
  background: #420eab;
  border-radius: 45px;
  margin-top: 98px;
  margin-left: 11%;
  margin-bottom: 28px;
}
#news div {
  width: 50%;
}
#news h2 {
  color: #e1c9ff;
  font: 36px Arial;
  margin: 28px 28px 5px 78px;
  width: 70%;
}
#news h4 {
  color: #a48dff;
  font: 18px arial;
  margin: 0px 38px 28px 78px;
}
#news form {
  display: flex;
  height: 48px;  
  border-radius: 50px;
  border: 4px solid #b59aff;
  font: 18px Arial;
  padding: 4px;
  margin-top: 38px;
  background: #fff;
  margin-right: 28px;
}
#newslet {
  width: 70%;
  height: 48px;  
  font: 18px Arial;
  margin-left: 25px;
  border: none;
  background: none;
  border-radius: 98px;
  color: #555;
}
#news form input[type=submit] {
  color: #fff;
  background: #420eab;
  border-radius: 50px;
  border: none;
  font: 18px Calibri;
  justify-self: center;
  margin: 5px;
  padding: 8px 10px;
}
footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: linear-gradient(to right bottom, #420eab, #152a52);
}
footer form {
  display: flex;
  width: 40%;
  justify-content: center;
  margin-left: 10%;
}
footer h2 {
  font: 36px calibri;
  color: #d3c3f0;
  margin-top: 48px;
  margin-bottom: 18px;
  margin-left: 10%;
}
footer form input:nth-child(1) {
  background: #dbcdff;
  width: 60%;
  height: 48px;
  border: 2px solid #724fd4;
  border-radius: 50px 0px 0px 50px;
  font-size: 18px;
}
footer form input:nth-child(2) {
  background: #724fd4;
  height: 54px;
  font: 20px calibri;
  color: #dad1ec;
  border: none;
  border-radius: 0px 50px 50px 0px;
  padding: 8px;
}
#ft-links {
  display: flex;
  width: 100%;
  margin-top: 48px;
  justify-content: space-evenly;
}
#ft-links div {
  display: flex;
  flex-direction: column;
}
#ft-links div h3 {
  font: 18px calibri;
  color: #d8caff;
  margin-top: 24px;
  font-weight: 800;
}
#ft-links a {
  font: 16px calibri;
  color: #d3c3f0;
  text-decoration: none;
}
#ft-links a:hover {
  text-decoration: underline;
}
#social {
  display: flex;
  align-self: center;
  width: 40%;
  justify-content: space-around;
  margin-top: 15vh;
}
#social i {
  font-size: 48px;
  color: #d3c3f0;
  transition: 0.3s ease-in-out;
}
#social i:hover {
  color: #fff;
}
#claim {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#claim hr {
  width: 70%;
  align-self: center;
  margin: 48px 0;
}
#claim p {
  font: 18px calibri;
  color: #d3c3f0;
  text-align: center;
}
#claim a {
  align-self: center;
  font: 18px calibri;
  text-align: center;
  color: #d3c3f0;
  margin-bottom: 28px;
}