/* 
#1C3284
#f4f4f4
#000000
*/

.nav-logo{
    height: 50px;
}

.img-container{
    position: relative;
    left: 0;
    z-index: 1;
}
.img-container-right{
    position: relative;
    right: 0;
    z-index: 1;
}
.trapimage {
    width: 100%;
    height: auto;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    position: relative;
    left: 0px;
    top: -50px;
}
.imgborder{
    position: absolute;
    display: none;
}
#apply-btn{
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    position: relative;
}#apply-btn a{
    background-color: #1C3284;
    border-color: #f4f4f4;
    border-style: double;
    border-width: 10px;
    border-radius: 5px;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #f4f4f4;
    padding: 10px 50px;
    margin: 0px 1.2vw;
    text-decoration: none;
    font-weight: 800;
    font-size: 45px;
}#apply-btn img{
    height: 300px;
}#desktop{
    display: none;
}#contact-img{
    display: none;
}.circle{
    border-radius: 50%;
    border: 5px solid #1C3284;;
    height: 200px;
    width: 200px;
    object-fit: cover;
    clip-path: none;
    margin: 2px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.circle #prodcircle{
    height: 300px;
    width: 300px;
    margin: 10px;
}

.circle:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.circle:active {
    transform: scale(0.95);
}




#testimonialImage{
    height: 300px;
    width: 300px;
}


.icon-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50px;
    text-align: center;
}.icon-title img{
    display: none;
}.icon-title h3{
    font-weight: 800;
    font-size: 80px;
    color: #f4f4f4;
    margin-bottom: 10px;
    margin-top: 10px;
}


.carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel-wrapper {
    display: flex;
    transition: transform 1s ease-in-out; /* Smooth left-to-right transition */
    width: 200%; /* Adjust based on the number of images */
}

/* Optional styles for centering the images */
.carousel-container {
    margin: 0 auto; /* Center horizontally */
}


.rectangle{
    height: 300px;
    width: 80vw;
    object-fit: cover;
    clip-path: none;
    margin: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 1024px){
    .rectangle{
        height: 400px;
    }
    
    .trapimage{
        height: 100%;
        clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
        left: -200px;
        top: 0;
    }
    .trapimage-right{
        width: 100%;
        clip-path: polygon(20% 0, 100% 0, 100% 50%, 100% 100%, 20% 100%, 0% 50%);
        position: relative;

        height: 100%;
        right: -200px;
        top: 0;
    }
    .imgborder{
        height: 100%;
        width: 100%;
        background-color: #1C3284;
        clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
        display: inline-block;
    }.imgborder-right{
        height: 100%;
        width: 100%;
        clip-path: polygon(20% 0, 100% 0, 100% 50%, 100% 100%, 20% 100%, 0% 50%);
        position: absolute;
        display: inline-block;
    }#left-img{
        top:-67px;
        left: -150px;
        width: 950px;
        height: 100vh;
    }#right-img{
        top:-67px;
        right: -150px;
        width: 950px;
        height: 100vh;
        position: absolute;
    }#contact-img{
        top:-67px;
        left: -150px;
        width: 950px;
        height: 100vh;
        display: inline-block;
    }
    
    #apply-btn{
        display: inline-flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        top: 2.5%;
        right: -500px;
        position: absolute;
    }#apply-btn a{
        background-color: #1C3284;
        border-color: #f4f4f4;
        border-style: double;
        border-width: 20px;
        border-radius: 10px;
        height: 100px;
        width: 215px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #f4f4f4;
        padding: 10px 30px;
        margin: 0px 1.2vw;
        text-decoration: none;
        font-weight: 800;
        font-size: 60px;
    }
    #apply-btn img{
        height: 600px;
    }#mobile{
        display: none;
    }#desktop{
        display: inline-block;
    }

    .icon-title{
        top: 75px;
    }.icon-title img{
        display: flex;
        height: 500px;
    }.icon-title h3{
        font-size: 100px;
        font-weight: 700;
        color: #1C3284;
    }#higher{
        margin-top: -50px;
    }.bottom{
        width: 95vw;
    }


    #prodcircle{
        height: 500px;
        width: 500px;
        margin: 10px;
    }
}

