.first-col{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    align-items: left;
    padding-left: 50px;
    margin-top: -140px;
}
.second-col{
    display: flex;
    flex-direction: column;
    align-items: start;
    /* justify-content: end ; */
    margin-top: 80px;

    height:100%;
}
.main-row{
    width:99vw;
    height: 94vh;
    display: flex !important;
    overflow: hidden;
}
.main-row .first-col img {
    width:120px;
    height:120px;
}
.main-row .first-col p{
    padding-left: 30px;
    font-size: 2em;

}
.main-row .first-col h3{
    margin-top: -20px;
    font-size: 3.5em;
    line-height: 8vh;
    padding-left: 30px;
    letter-spacing: 2px;
}
.main-row .first-col div{
    /* bordeR:1px solid black; */
    width:80%;
    display: flex;
    justify-content: left;
    padding-top: 10px;
    padding-left:30px;
}
.main-row .first-col button{
    display: inline-flex;
    padding:0;
    margin:0;
    background-color:#12215c;
    color:white;
    border:none;
    padding:7px 20px;
    border-radius: 10px;
    width:fit-content;
    font-size: 1.2em;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.391);
    transition: .3s ease-in;

}
.main-row .first-col button:hover{
    transform: translate(0px,-5px);
}
.main-row .first-col button:nth-child(2){
    width:100px;
    margin-left:15px;
    display: inline-block;
}
.second-col .first-row{
    margin-left: -150px;
    margin-top: 150px;
    width:100%;
    height:55vh;
    display: flex;
    justify-content: start;
    transform: rotate(-45deg);
    padding: 0;
    margin-bottom: 0;;


}
.second-col .first-row div{
    position:relative;
    background-image: url();
    background-position: center center;
    background-size: cover;

    border:1px solid rgba(0, 0, 0, 0.104);
    width:40%;
    height:90%;
    margin:5px;
    border-radius: 15px;
    box-shadow: -15px 15px 20px rgb(146, 146, 146);

}
.second-col .first-row div::before{
    content: '';
    position:absolute;
    width: 90%;
    height:100%;
    background-image: linear-gradient(to right, rgba(215, 215, 215, 0.44) , rgb(255, 255, 255));
    top:-40px;
    left:20px;
    /* transform: otate(5deg); */
    z-index: -1;
    border-radius: 20px;
}
.second-col .first-row div:nth-child(2)::before{

    left:0px;
    top:-30px;
    height: 200%;
}

.second-col .first-row div:nth-child(2){
    background-image: url('../../public/images/bor2.jpg');
    height: 85%;
    box-shadow: -5px 15px 20px rgb(146, 146, 146);

    margin-top:20px;
}
.second-col .second-row{
    margin: 0;
    padding: 0;
    width:100%;
    height:55vh;
    display: flex;
    justify-content:end ;
    transform: rotate(-45deg);


}
.welcome-footer{
    margin:0 !important;
    padding:0 !important;
}
.second-col .second-row div{
    background-image: url('../../public/images/bor3.jpg');
    background-size: cover;
    background-position: center center;
    border:1px solid rgba(0, 0, 0, 0.155);
    width:40%;
    height:90%;
    margin-top:-30px;
    margin-right:40px;
    box-shadow: -15px 15px 20px rgb(146, 146, 146);
    border-radius: 15px;
}
/*@media screen and (max-width:1950px) {*/
/*    margin-right:8%;*/
/*}*/
.triangle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38vh !important;
    width: 99vw;
    position: relative;
    position: absolute;
    opacity: 0;
    margin-top: -30px;
}

.diamond {
    width: 135px;
    height: 135px;
    background-color: #333; /* Change color as needed */
    position: relative;
    box-shadow: -10px 10px 10px lightgray;
    border-radius: 20px;
}

.top {
    transform: rotate(-45deg);
    background-image: url('../../public/images/bor3.jpg');
    background-position: center center;
    background-size: cover;
}

.left,
.right {
    transform: rotate(-45deg); /* Rotate the left and right diamonds */
    position: absolute;
}

.left {
    margin-left: calc(50% - 140px); /* Center the left diamond */
    bottom: -70px; /* Position the left diamond */
    background-image: url('../../public/images/bor1.jpg');
    background-position: center center;
    background-size: cover;
}

.right {
    margin-right: calc(50% - 140px); /* Center the right diamond */
    bottom: -70px;
    background-image: url('../../public/images/bor3.jpg');
    background-position: center center;
    background-size: cover; /* Position the right diamond */
}








@media screen and (max-width:1200px){
    .second-col{
        align-items: center;
        margin-top: -10px !important;

    }
    .second-col .second-row div{
        margin-top: 5px;
        margin-right:20px;
    }
    .main-row .first-col div{
        width: 100%;
    }
}
@media screen and (max-width:1115px){

    .main-row .first-col h3{
        font-size: calc(2em + 1vw);
    }
    .main-row .first-col p{
        font-size: calc(1em + 1vw);
    }
}
@media screen and (max-width:980px){
    .main-row .first-col h3{
        font-size:calc(1.5em + 1vw);
        line-height: 6vh;
    }
    .main-row .first-col img{
        width: 100px;
        height:100px;
    }
    .second-col{
        align-items: center;
    }
    .second-col .first-row div{
        width:45%;
        height:80%;
    }
    .second-col .second-row div{
        width:45%;
        height:80%;
        margin-top: -10px;
        margin-right: -20px;
    }
    .second-col .first-row div:nth-child(2){
        height:75%;
    }
}
@media screen and (max-width:870px){
    .main-row .first-col h3{
        padding-left: 0px;
    }
    .main-row .first-col img{
        width:80px;
        height:80px;
        margin-left:-20px;
    }
    .main-row .first-col p{
        padding-left: 0px;
    }
    .main-row .first-col div{
        padding-left: 0;
    }
    .second-col{
        align-items: end;
        margin-left: -150px;
        margin-top: 0px;
        padding-top: 0px;
    }
    .second-col .first-row div{
        width:45%;
        height:80%;
    }
    .first-col  button{
        padding:7px 15px;
        border-radius: 10px;
        width:fit-content;
        font-size: .9em !important;
    }
    .second-col .second-row div{
        width:45%;
        height:80%;
        margin-top: 40px;
        margin-right: -20px;
    }
    .second-col .first-row div:nth-child(2){
        height:75%;
    }
}
@media screen and (max-width:680px){
    .main-row{
        height:58vh;
        /* display: none !important; */
        padding: 0;
        padding-left: calc(20px + 3vw);

    }.main-row .first-col{
         justify-content: end;
         margin-bottom: 90px;
     }
    .main-row .first-col img{
        display: none;
    }
    .main-row .first-col h3{
        font-size: calc(15px + 2vw);
        line-height: calc(11px + 3vh);
    }
    .main-row .first-col p{
        font-size: calc(9px + 2vw);
    }

    .triangle-container{
        position: relative;
        opacity: 1;
        padding-top: 20px;
    }
    .first-col{
        width: 100%;

    }
    .second-col{
        display: none;
        margin-top: 90px !important;
        align-items: center;
        margin: 0;
        margin-left: -40px;
        /* padding-left: 300px; */
    }
    .second-col .second-row{

        width:100%;
        height: 100%;
    }
    .second-col .second-row div{
        margin-top: 40px;
        margin-right: 60px;
        width: calc(96px + 11vw);
        height:160%;
    }
    .second-col .first-row{
        width:fit-content ;
        margin:0;
    }
    .second-col .first-row div{

        width: calc(90px + 11vw);
        height:100%;
    }
    .second-col .first-row div:nth-child(2){
        padding:0;
        margin:0;
        height:100%;

    }

}
@media (max-width: 576px) {
    /* Styles for mobile devices */
    .triangle-container{
        height: 33vh !important;
        margin: 0;
    }
    .diamond {

        width: calc(100px + 2vw); /* Adjust size for mobile devices */
        height: calc(100px + 2vw);; /* Adjust size for mobile devices */
    }


    .left {
        margin-right: calc(30% - 200px); /* Center the left and right diamonds */
        bottom: -50px; /* Position the left and right diamonds */
    }
    .right{
        margin-left: calc(30% - 200px);
        bottom: -50px;
    }
}
