
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
:root{
    --links-color: rgb(0, 146, 179);
}

html, body {
    font-family: "Poppins";
    font-weight: 300;
}
.header {
    display: unset;

}
.header-text{
    position: relative;
    margin: 0;
    padding:0;
    margin-top: 70px;
    background-color:white;
    width:100%;
    height:200px;
    
}
.header-text p {
    position: absolute;
    font-size: calc(0.5rem + 0.8vw);
    padding-right: 25px;
    right:10px;
    padding-bottom: 0;
    padding-top: 90px;
}

.header-text h1 {
    position: absolute;
    right:10px;
    padding-right: 25px;
    padding-bottom: 0;
    padding-top: 23px;
    font-size: calc(1rem + 1vw);
}
    

.header-text li a {
    text-decoration: underline;
    color:var(--links-color);
}

.links {
    padding-top: 40px;
}

.links h2 {
    padding-bottom:5px;
    font-size: calc(0.5rem + 0.8vw);
}

.key-res h2{
    padding-bottom:5px;
    font-size: calc(0.5rem + 0.8vw);

}
.page-gallery {
    min-height: 830px;
}
.page-gallery > h1{
    transform-origin: 0 0;
    transform: translateX(0px) rotate(-90deg);
    top:clamp(280px,52vh,1000px);

}
.all .slider {
    height: 80%;
}
.all .slider-two {
    height: 20%;
}
.all .slider .item-box {
    padding-top:0px;
}

.all .slider .item-box
{
    height: 98% !important;
    width:auto;
}

@media screen and (max-width: 4000px){
    .all .slider-two .owl-item {
        margin-right:14px !important;
    }

}


@media screen and (max-width: 1376px){
    .page-gallery > h1{
        display:none;
    }
    
    .all .slider .item-box{
        height: auto !important;
        width:80%;
        }
    
    
}

@media screen and (max-width: 1024px){
    .all .slider .item-box{
    height: auto !important;
    width:80%;
    margin-bottom: 0;
    }
    #change-height{ 
        height:96% !important;
        width: auto;
    }
    .header-text {
        height: 150px;
    }
    .header-text p{
        padding-top:70px;
    }

}

@media screen and (max-width: 480px){
    .all .slider .item-box{
    height: auto !important;
    width:95%;
    }
    .page-gallery {
        min-height: 600px;
    }
    .all .slider {
        height:76%;
    }
    .all .slider-two {
        height: 24%;
    }
    #change-height{
        width:71% !important;
        height: auto !important;
    }
}
@media screen and (max-width: 1370px) and (orientation:landscape){
    .all {
        margin-top: 0%;
    }
    .all .slider .item-box{
        margin-top: 0;

    }
}

@media screen and (max-width: 1024px) and (orientation:landscape){
    .all .slider .item-box{
        height: auto !important;
        width:auto !important;
        padding-right:0;
        }
}
@media screen and (max-width: 900px) and (orientation:landscape) {
    .all .slider .item-box{
        height: auto !important;
        width:auto !important;
        padding-right:0;
        }
        .all .slider-two .item {
            height: 79%;
        }
        
}

@media screen and (max-width: 500px){
    .links h2, .key-res h2 {
        font-size: 20px;
    }
    .header-text p {
        font-size: 12px;
        padding-top:65px;
    }
}