@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
}
section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #262836;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo {
    position: relative;
    max-width: 80px;
}
header u1 {
    position: relative;
    display: flex;
}
header ul li {
    float: left;
    list-style: none;
}
header ul li a {
   display: inline-block;
   color: #fff;
   font-weight: 400;
   margin-left: 40px;
   text-decoration: none;
}
.content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .textBox {
    position: relative;
    max-width: 600px;
}
.content .textBox h2 {
    color: #fff;
    font-size: 5em;
    font-weight: 900;
    text-align: center;
}
.content .textBox h2 span {
    color: #E24867;
    font-size: 1em;
    font-weight: 900;
    text-align: center;
}  
.content .textBox p {
    color: #fff;
} 
.content .textBox a {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 20px;
    background: #E24867;
    color: #fff;
    border-radius: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
}
.content .imgBox {
    width: 600px;
    display: flex;
    justify-content: flex-end;
    padding: 50px;
    margin-top: 50px;
}
.content .imgBox img {
   max-width: 340px;

}
.sci {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sci li {
    list-style: none;
}
.sci li a {
    display: inline-block;
    margin: 5px 0;
    transform: scale(0.6);
}
.circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #EFF061;
    clip-path: circle(600px at right 800px);
}
* {
    box-sizing: border-box;
}
  
.column {
    float: left;
    width: 50%;
    height: 50%;
    padding: 10px;
    margin: auto;    
}
.row {
    align-items: center;
    margin: auto;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
.row h2 {
    font-size: 40px;
    padding: 10px;
    color: #fff;
    text-align: center;

}
html { 
    overflow-y: scroll; 
}
.submit{
    color: #000000;
    padding-left: 0px;
    padding: 10px;
    font-size: 15px;
    font-weight: 550;
    width: 130px;
    font-family: 'Rubik';
    background: #FAED83;
    transition: all 0.3s ease;    
    text-align: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;  
  }
