@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: #ECF2FA !important;
    color: #091841 !important; 
    font-family: 'Poppins', sans-serif !important;
    width: 100%;
    overflow-x: hidden;
}
::-webkit-scrollbar
{
	width: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
::-webkit-scrollbar-thumb
{
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}
.navbar{
    padding-left: 5rem;
    padding-right: 5rem;
    display: flex;
    width: 100%;
    background:  #f1f1f1;
}
.navbar img{
    border-radius: 100%;
    margin-top: .5rem;
}
.hamburger .line{
    width: 50px;
    height: 5px;
    background-color: #091841;
    display: block;
    margin-top: 8px;
    transition: all 0.3s ease-in-out;
  }
  
  .hamburger:hover{
    cursor: pointer;
  }
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(5, 13, 87, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    left: 40%;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #6097E2;
    letter-spacing: 5px;
  }
  
  .overlay .nav-close-btn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  .advantage-content{
      padding-top: 2.5rem;
  }
  .quote-div{
    width: 100%;
    margin-top: 10rem;
    margin-left:10rem;
    margin-bottom: 5rem;
    height: 100vh;
}

.quote-div .quote{
    margin-top: 7.5rem;
    margin-left: -20rem;
}
.quote-div .quote h2{
    font-size: 44px;
    text-align: center;
    font-weight:600;
}
.square-quote-1,
.square-quote-2,
.square-quote-3,
.square-quote-4,
.square-quote-5,
.square-quote-6{
    background-color: #091841;
    border-radius: 20px;
    padding: 20px;
    box-shadow:  20px 20px 60px #bebebe,
    20px 20px 60px #ffffff;
    position: absolute;
}
.square-quote-1{
    width:250px;
    height: 200px;
    margin-top:-5rem;
    margin-left: -5rem;
    background: url('https://images.pexels.com/photos/1116984/pexels-photo-1116984.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260');
    background-size: cover;
}
.square-quote-2 {
    width: 450px;
    height: 250px;
    background: url('https://images.pexels.com/photos/892757/pexels-photo-892757.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500');
    background-size: cover;
    margin-left: 47.5rem;
    margin-top: -10rem;
}
.square-quote-3{
    width: 125px; 
    height: 125px;
    background: url('https://images.pexels.com/photos/907526/pexels-photo-907526.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500');
    background-size: cover;
    margin-top: -7.5rem;
    margin-left: 2.5rem;
}
.square-quote-4{
    margin-left: 45rem;
    margin-top: 5rem;
    width: 250px;
    background: url('https://images.pexels.com/photos/1119152/pexels-photo-1119152.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500');
    background-size: cover;
    height: 125px;
}
.square-quote-5{
    margin-left:58.5rem;
    margin-top: -5rem;
    width: 100px;
    background: url('https://images.pexels.com/photos/1901388/pexels-photo-1901388.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500');
    background-size: cover;
    height: 100px;
}
.square-quote-6{
    width: 425px;
    height: 200px;
    background: url('https://images.pexels.com/photos/627678/pexels-photo-627678.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260');
    background-size: cover;
    margin-top:5.5rem;
}
.advantage-div{
    background-color: #091841;
    color: #ECF2FA;
    width: 100%;
    padding-left: 5rem;
    padding-bottom: 10rem;
    padding-right: 10rem;
}
.advantage-div h1{
    padding-top: 7.5rem;
    font-size: 56px;
    font-weight: 700;
}
.advantage-div .row{
    margin-top: 12.5rem;
}
.footer-div{
    background-color: #1E40C8;
    color: #ECF2FA;
    padding-top:5rem;
    padding-bottom: 5rem;
}
.footer-div .row{
    margin-top: 2rem;
    margin-left: 10rem;
    margin-right: 10rem;
}
.footer-div .row .square1{
    width: 100px;
    height: 100px;
    background: url('/assets/logo-sq.jpg');
    background-size: cover;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 20px 20px 60px #1a36aa,
    -20px -20px 60px #234ae6;
}
.footer-div .row .footer-ul{
    margin-left: 22.5rem;
}
.footer-div .row .label-ul{
    list-style-type: none;
    font-weight: 600;
}
.footer-div .row .info-ul{
    list-style-type: none;
}
.footer-div .row .label-ul li, .footer-div .row .info-ul li{
    margin-bottom: 20px;
}
