body{
    margin: 0;
    padding: 0;
}

.home{
    background-image: url("../images/home.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    width: 100%;
    left: 0;
    right: 0;
    background-position-x: 50%;
    
}


nav {
    height:70px;
    transition: background-color 0.1s;
    transition-timing-function: linear;
  /*   background-color:#2ec4b6; */
  }
  .nav-link {
    color:black;
  }
  
  nav img{
    height: 90px;
    width: auto;
    left: 10%;
    top: -10px;
    position: fixed;
  }

.divition{
    left: 0;
    right: 0;
    background-color: rgb(63, 63, 63);
    height: 60px;
    color: #DEDEDE;
font-family: Inter;
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: normal;
text-align:center;border:1px dotted #000; padding:8px;
}


.transp{
    left: 0;
    right: 0;
    background-color: transparent;
    height: 60px;
}

.box1{
    background-color: rgb(156, 156, 156);
    height: 400px;
    width: 600px;
    margin-left: 52%;
    margin-top: -24%;
    position: absolute;
}
.n1 img{
    margin-left: 60%;
    position: relative;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s;
    height: 600px;
}
.n1 img:hover{
    transform: scale(1.1);
}
.n1 h2{
    margin-top: 20%;
    margin-left: -90%;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.n1 p{
    margin-left: -22%;
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.box2{
    
    background-color: rgb(156, 156, 156);
    height: 400px;
    width: 600px;
    margin-left: 10%;
    margin-top: -24%;
    position: absolute;
}
.n2 img{
    margin-top: -10%;
    margin-left: 10%;
    position: relative;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s;
    height: 600px;
}
.n2 img:hover{
    transform: scale(1.1);
}

.n2 h2{
    margin-top: 10%;
    margin-left: 55%;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.n2 p{
    margin-left: 60%;
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width:1525px) {
    .box1{
        background-color: rgb(156, 156, 156);
        height: 400px;
        width: 600px;
        margin-left: 52%;
        margin-top: -27%;
        position: absolute;
    }
    .n1 img{
        margin-left: 60%;
        position: relative;
        z-index: 10;
        cursor: pointer;
        transition: all 0.3s;
        height: 600px;
    }
    .n1 img:hover{
        transform: scale(1.1);
    }
    .n1 h2{
        margin-top: 20%;
        margin-left: -90%;
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .n1 p{
        margin-left: -30%;
        color: #000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    
    .box2{
        
        background-color: rgb(156, 156, 156);
        height: 400px;
        width: 600px;
        margin-left: 5%;
        margin-top: -27%;
        position: absolute;
    }
    .n2 img{
        margin-top: -10%;
        margin-left: 4%;
        position: relative;
        z-index: 10;
        cursor: pointer;
        transition: all 0.3s;
        height: 600px;
    }
    .n2 img:hover{
        transform: scale(1.1);
    }
    
    .n2 h2{
        margin-top: 10%;
        margin-left: 55%;
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .n2 p{
        margin-left: 60%;
        color: #000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}