body{
    font-family: "TT Commons Book",Arial,sans-serif;
    
}
#upper{
    /* border: 1px solid red; */
    width: 100%;
    height: 65vh;
    margin: auto;
    display: flex;
}
#upper>div:nth-child(1){
    width: 10%;
    height: 100%;
    background-color: #0037ff;
}
#upper>div:nth-child(2)>img{
    height: 100%;
}
#upper>div:nth-child(3){
    background-color: rgb(0, 0, 58);
    /* color: white; */
    height: 100%;
    /* border: 1px solid blue; */
    width: 70%;
    position: relative;
    overflow: hidden;
}
.watermark-icon{
    position: absolute;
    z-index: 10;
    stroke: white;
    stroke-width: 2px;
    top: -10%;
    left: -15%;
    opacity: .2;
    
}
#upper>div:nth-child(3)>h1{
    position: absolute;
    top: 30%;
    left: 10%;
    right: 10%;
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}
#upper>div:nth-child(3)>p{
    position: absolute;
    color: white;
    top: 57%;
    left: 10%;
    right: 12%;
    font-size: 1.1rem;
}
#Solution_div{
    width: 90%;
    margin: auto;
    height: 90vh;
    /* border: 1px solid red; */
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin-top: 80px;
}
#Solution_div>div{
    border-radius: 10px;
}
#Solution_div>div:nth-child(1){
    background-color: #0037ff; 
    color: white 
}
#Solution_div>div:nth-child(2){
    background-color: #3be081;  
}
#Solution_div>div:nth-child(3){
    background-color: yellow;  
}
#Solution_div>div:nth-child(4){
    background-color: #ff8110;  
}
#Solution_div>div>div:nth-child(1){
    /* border: 1px solid black; */
    width: 82%;
    margin: auto;
    text-align:start;
    margin-top: 10%;
}
#Solution_div>div>div:nth-child(2){
    display: flex;
    justify-content: end;
    margin-top: 6%;
    padding-right: 10%;
}
#Solution_div>div>div:nth-child(2):hover{
    padding-right: 5%;
}
#video{
    width: 90%;
    height: 98vh;
    margin: auto;
    margin-top: 100px;
}
#video>div{
    width: 80%;
    height: 85%;
    margin: auto;
}
#video img{
    width: 100%;
    height: 100%;
}
.icon{
    stroke-width: 10%;
}
.icon>path:nth-child(1){
    fill: #00ccff;
}
.icon>path:nth-child(2){
    fill: #3be081;
}
.icon>path:nth-child(3){
    fill: #861dff;
}
.icon>path:nth-child(4){
    fill: #ff8110;
}
#getStart{
    display: flex;
    /* border: 1px solid red; */
    background-color: rgb(241, 240, 240);
    margin-top: 100px;
    height: 60vh;
    padding-left: 8%;
}
#getStart>div:nth-child(1){
    width: 55%;
}
#getStart button{
    background-color: #0e37a7;
    color: white;
    width: 150px;
    height: 50px;
    border: none;
    font-weight: bold;
    border-radius: 40px;
    margin-top: 30px;
}
#getStart button:hover{
    background-color: #01208f;
}
#even_more{
    display: flex;
    width: 85%;
    margin: auto;
    margin-top: 60px;
    gap: 8%;
}
#even_more>div:nth-child(1){
    width: 68%;
}
#even_more img{
    width: 100%;
}
#even_more>div:nth-child(2){
    margin-top: 8%;
}
#even_more>div>p>a,#just_for p>a{
    text-decoration: none;
    color: blue;
    margin-right: 20px;
}
#even_more>div>p>a:hover,#just_for p>a:hover{
    color: black;
    margin-right: 30px;
}
#just_for{
    width: 85%;
    margin: auto;
    margin-top: 60px;
}
#detail{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
#detail img{
    width: 100%;
    border-radius: 10px;
}
#detail>div>div{
    padding-right: 10%;
    padding-left: 5px;
}
#detail p{
    color: rgb(73, 72, 72);
    margin-bottom: 30px;
}