body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}
:root{
    --main-color:#E0F7FF;
    --Secondary-color:white;
    --third-color:#2F73F2;
}
.container9 {
    margin-left: auto;
    margin-right:auto;
    width: 1000px; 
}
/* header{
    position: relative;
    background: url('../image/Rectangle 342 (4).png');
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 90px;
}
header .container .sec1 {
    padding-top: 20px;
    display: flex;
    flex-flow: row wrap ;
}
header .container .sec1 div{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(50px,1fr));
    width: 270px;
}
header .container .sec1 div h2{
    width: 150px;
    position: relative;
    top: -8px;
}
header .container .sec1 div img{
    position: relative;
    top: 5px;
}
header .container  .sec1 .links-header{
    display: grid ;
    width: 617px;
    grid-template-columns: repeat(auto-fill,minmax(90px,1fr));
}
header .container  .sec1 .links-header a{
    text-decoration: none;
    color: black;
}
header .container .sec1 p:nth-child(3){
    background-color: var(--third-color) ;
    color: var(--Secondary-color);
    position: relative;
    top: -15px;
    border-radius: 5px;
    width: 100px;
    height: 48px;
    text-align: center;
    align-content: center;
}
header .container  .sec1 .links-header a p{
    position: relative;
    width: fit-content;
}
header .container  .sec1 .links-header a p:hover::after{
    width: 100%;
    transition: 0.5s ease;
}
header .container  .sec1 .links-header a p::after{
    content: "";
    background-color: var(--third-color);
    height: 3px;
    border-radius: 5px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -3px;
}
header .container .logo{
    width: 400px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
header .container .logo p{
    line-height: 27px;
    font-weight: bold;
} */
/* header .container .img2{
    position: absolute;
    bottom: 0;
    left: 0;
}
header .container .img1{
    position: absolute;
    left: 78px;
    bottom: 78px;
}
header .container .img3{
    position: absolute;
    bottom: 78px;
    right: 78px;
}
header .container .img4{
    position: absolute;
    right: 0;
    bottom: 155px;
} */
 .flex1 {
    background-image: url(../image/Rectangle\ 342\ \(4\).png);
    background-size: 100%;
 }
.sec2 .container9 .detals{
    display: grid;
    grid-template-columns: repeat(3,305px);
    gap: 30px;
}
.sec2 .container9 .detals span{
    opacity: 20%;
}
.sec2 .container9 .detals P,span{
    padding-left: 11px;
}
.sec2 .container9 .detals .image-1 P:last-child,
.sec2 .container9 .detals .image-2 P:last-child,
.sec2 .container9 .detals .image-3 P:last-child,
.sec2 .container9 .detals .image-4 P:last-child,
.sec2 .container9 .detals .image-5 P:last-child,
.sec2 .container9 .detals .image-7 P:last-child,
.sec2 .container9 .detals .image-8 P:last-child,
.sec2 .container9 .detals .image-9 P:last-child{
    background-color: #2F73F2;
    width: 70px;
    height: 32px;
    padding: 0;
    margin: 0;
    color: var(--Secondary-color);
    font-weight: 600;
    text-align: center;
    align-content: center;
    border-radius: 6px;
    position: relative;
    top: -294px;
    left: 8px;
}
.sec2 .container9 .detals .image-6 P:last-child{
    background-color: #2F73F2;
    width: 80px;
    height: 32px;
    padding: 0;
    margin: 0;
    color: var(--Secondary-color);
    font-weight: 600;
    text-align: center;
    align-content: center;
    border-radius: 6px;
    position: relative;
    top: -275px;
    left: 8px;
}
