*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}
ul{
    list-style: none
}
a{
    text-decoration: none;
    color: #fff;
}
.hero{
    background-color: #0b092f;
    color: #fff;
    padding: 2rem 2rem;
}
.hero nav{
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
}
.hero nav a .logo{
    width: 200px;
}
.logo{
    margin-top: auto;
    margin-bottom: auto;
    width: 80%;
}
.hero nav ul{
    display: flex;
    padding: .2rem;
}
.hero nav ul li{
    font-size: 15px;
}
.hero nav ul li a{
    padding:.5rem ;
    margin-top: auto;
    margin-bottom: auto;
}
.nav-request-btn {
margin-left: 10px;
 padding: 1rem 1rem;
border: 1px solid;
width: 30%;
border-radius: 2rem;
}
.nav-request-btn:hover{
  background-color: #fff;
  color: black;
  transition: .3s ease;
}
.header{
    color: white;
    background-color: #0b092f;
    background-size: 40%;
    background-image: url(https://remotebase.com/images/pricing/hero-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 30px;
    padding-bottom: 50px;
}

.header-words{
    width: 40%;
    padding-top: 100px; 
}

.header-words h1{
    font-size: 3rem;
}
.header-words h1 span{
    color: aqua;
}
.header-words p{
    margin-bottom: 14px;
}
.qut{
    display: flex;
}
.qut a{
    color: white;
    background-color: rgb(0, 81, 255);
    padding: 20px;
    border-radius: 20px;
}
.im-box{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.trust{
    background-color: white;
    text-align: center;
    padding: 100px;
}
.trust h2{
    margin-bottom: 20px;
}
.trust h2 span{
    color: aqua;
}
.trust img{
    margin-left: 20px;
    margin-right: 20px;
}
.global{
    background-color: rgb(232, 244, 255);
    background-image: url(https://remotebase.com/images/overview/landing/stats-img.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 30px;
}
.info{
    padding-top: 80px;
    width: 50%;
    padding-bottom: 150px;
}
.info h1{
    font-size: 50px;
    font-family: "Noto Sans Display";
    color: rgb(1, 1, 76);
    margin-bottom: 20px;
}
.info p{
    width: 65%;
    font-size: 16px;
    color: rgb(45, 45, 66);
    line-height: 25px;
    margin-bottom: 20px;
}
.numbers{
    width: 50%;
    display: flex;
    margin-bottom: 20px;
}
.numbers h2{
    font-size: 3rem;
    color: rgb(1, 1, 76);
    margin-right: 2rem;
}
.info a{
    color: white;
    background-color: rgb(0, 81, 255);
    padding: 20px;
    border-radius: 20px;
}
.headline{
    background-color: rgb(232, 244, 255);
    padding-top: 100px;
    padding-bottom: 100px;
}
.headline h1{
    text-align: center;
    font-size: 50px;
    margin-bottom: 10px;
}
.para{
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
.para p{
    width: 38%;
    color: rgb(45, 45, 66);
}

.media{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 15% 15% 15% 15% 15% 15%;
    gap: 2%;
    margin-top: 20px;
}
.symbols{
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 10px;
    box-shadow: 0.5px 0.5px 10px 0px gray   ;
}
.organization{
    background-color: rgb(232, 244, 255);
    padding-top: 80px;
    padding-bottom: 70px;
}
.organization h1{
    text-align: center;
    color: rgb(1, 1, 76);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.pa{
    text-align: center;
    font-size: 14px;
    color: rgb(45, 45, 66);
    margin-bottom: 60px;
}
.grid-wrapp{
    width: 95%;
    padding-top: 60px;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 60px;
    background-color: #0b092f;
    margin-left: auto;
    margin-right: auto;
    border-radius: 60px;
}
.quality{
    color: white;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 50% 50%;
    gap: 1%;
}
.grid-1,.grid-2,.grid-3,.grid-4{
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 30px;
    background-color: rgb(84, 84, 150,0.2);
    border-radius: 10px;
}
.grid-1{
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
}
.grid-2{
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 3;
}
.grid-3{
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
}
.grid-4{
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
}
.up{
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 800;
}
.down{
    font-size: 14px;
    line-height: 25px;
}
.im{
    height: 200%;
    width: 100%;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 4;
}
.launch{
    background-color: #0b092f;
    background-image: url(https://remotebase.com/_next/image?url=%2Fimages%2Foverview%2Flanding%2Fexperience-img.webp&w=3840&q=100);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    padding-top: 120px;
    padding-bottom: 150px;
    position: relative;
}
.launch h1{
    color: #ffffff;
    font-family: Raleway, sans-serif;
    font-size: 48px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
}
.launch p{
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;

}
.launch a{
    position: absolute;
    left: 42.5%;
    color: white;
    background-color: rgb(0, 81, 255);
    padding: 20px;
    border-radius: 20px;
}
.remote{
    background-color: #ffffff;
    padding-top: 120px;
    padding-bottom: 80px;
}
.remote h1{
    color: #312a50;
    text-align: center;
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 30px;
}
.pa-r{
    color: #0c094a;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px;
}
.im-flex{
    display: flex;
    padding-left: 5%;
    padding-right: 5%;

}
.box{
    padding: 10px;
    width: 33%;
    margin-right: 1%;
}
.num{
    display: inline-block;
    border: 0.5px solid rgb(214, 214, 214);
    color: #312a50;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 50%;
}
.im-flex img{
    margin-bottom: 15px;
    width: 100%;
}
.im-flex h2{
    font-family: 'Roboto',sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}
.im-flex{
    font-size: 15px;
    line-height: 24px;
}
.join{
    background-color: rgb(232, 244, 255);
    padding-top: 80px;
}
.join h1{
    text-align: center;
    font-family: Raleway, sans-serif;
    font-size: 48px;
    margin-bottom: 15px;
}
.join-para{
    text-align: center;
    font-size: 15px;
    margin-bottom: 50px;
}
.white-w{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
.white-b{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    display: grid;
    grid-template-rows: 28% 28% 28%;
    grid-template-columns: 32% 32% 32%;
    row-gap: 5%;
    column-gap: 1%;
}
.icon-b{
    display: flex;
    background-color: #ffffff;
    align-items: center;
    border-radius: 10px;
    padding: 30px;
}
.icon-b i{
    margin-right: 5px;
    padding: 5px;
    border-radius: 50%;
    background-color: #0cbfaa;
    opacity: 50%;
    color: #01564c
}
.icon-b p{
    font-size: 14px;
}
.three-pic{
    width: 90%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.three-pic img{
    background-color: rgb(232, 244, 255);
    margin-right: 10px;
    width: 30%;
}
.network{
    background-color: #180d5a;
    background-image: url(https://remotebase.com/images/pricing/expert-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.network img{
    width: 95%;
    height: 100%;
}
.fifty-info{
    color: white;
    padding-top: 100px;
    padding-right: 20px;
}
.fifty-info h1{
    margin-bottom: 20px;
}
.fifty-info-w{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    row-gap: 30px;
    column-gap: 15px;
}
.fifty-info-w h4{
    width: 70%;
    margin-bottom: 10px;
}
.fifty-info-w p{
    font-size: 14px;
}
.client{
    background-color: white;
    padding-top: 80px;
    padding-bottom: 60px;
}
.client h1{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #312a50;
    margin-bottom: 20px;
}
.client-para{
    text-align: center;
    color: #312a50;
    margin-bottom: 20px;
}
.review-box{
    background-color: #3617ba;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(https://remotebase.com/images/aboutus/layer.png);
    background-repeat: no-repeat;
    background-position: left;
    display: flex;
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 250px;
    border-radius: 20px;
}
.review-box i{
    color: rgb(254, 251, 251);
    margin-top: 300px;
    margin-right: 20px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: rgba(232, 244, 255,0.3);
}
.read{
    display: flex;
    width: 90%;
    
}
.small{
    width: 50%;
    display: flex;
    color: white;
}
.glass{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid white;
    margin-right: 10px;
}
.large{
    width: 50%;
}
.large img{
    width: 100%;
    height: 100%;
}
.big{
    width: 95%;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}
.pablo{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
.logo{
    width: 100px;
    height: 20px;
}
.large{
    position: relative;
}
.blur{
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0px;
    background-color: rgba(59, 60, 60, 0.2);
    padding-left: 20px;
    padding-bottom: 30px;
    padding-top: 20px;
    
}
.blur h4{
    color: white;
    margin-bottom: 5px;
}
.blur p{
    color: white;
    font-size: 12px;
    margin-bottom: 10px;
}
.blur a{
    color: white;
    font-size: 12px;
}
.tech{
    background-color: #3617ba;
    color: white;
    padding-top: 80px;
    padding-bottom: 130px;
}
.top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 40px;
    padding-right: 30px;
}
.top h1{
    width: 40%;
    font-size: 38px;
}
.top p{
    width: 40%;
}
.bottom{

}
.bottom-t{
    display: flex;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    
}
.bottom-t div{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 2%;
    margin-right: 1%;
    width: 20%;
    border-radius: 20px;
    background-color: rgba(243, 244, 245, 0.1);
}
.bottom-t img{
    width: 30px;
    margin-right: 10px;
}
.tech a{
    position: absolute;
    left: 42.5%;
    color: #312a50;
    font-size: 14px;
    font-weight: 700;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
    margin-top: 20px;   
}
.tech a:hover{
    background-color: #312a50;
    color: white;
}
footer{
   
    padding: 2rem 2rem;
    background-color: #3617ba;
    color: #fff;
}
.footer-all-section{
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.footer-certificate{
    display: flex;
    gap: 1.5rem;
}
.social-media-icons i{
    padding:.5rem;
}
.licence-one{
  width: 45%;
}
.licence-one img{
    width: 100%;
}
.footer-parts{
    display: flex;
    flex-direction: column;
    width: 23%;
    padding: 2rem 3rem;
    gap: 1.5rem;
   
}
.footer-parts p{
   font-size: 13px;
   line-height: 1.3rem;
}
.footer-parts a{
    font-size: 15px;
}
.footer-last{
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}
