/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,500&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Bentham&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
    color: #fff;
}

body {
    /* background: radial-gradient(ellipse at center, #414040 0%, #0a0a0a 100%); */
    /* background: #fff !important; */
    /* background: #000000; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgb(48, 48, 48) 70%, rgba(0, 0, 0, 1) 90%) !important;
    text-align: center;
    padding-bottom: 50px;
}

.header .headerpics {
    background-color: #000000;
}

.footnote-copy {
  box-sizing: content-box;
  margin-bottom: 20px;
  color: #ced3f8;
  font-size: smaller;
}



.picshow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    justify-self: center;
    width: 90%;
    /* height: auto; */
    max-height: 60vh;
    background: black;
    border-bottom-left-radius: 1.6rem;
    border-bottom-right-radius: 1.6rem;
    border: rgb(88, 88, 88) solid 2px;
    overflow: hidden;
    z-index: -4;
    /* display: none; */
}

.picshow .scotland {
    display: none;
}


.picshow img {
    width: 100%;
    height: auto;
    max-height: 50vh;
}

.reflection-floor {
    position: absolute;
    bottom: -150px;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.02) 0%,
            transparent 100%);
    pointer-events: none;
    z-index: 1;
}

.swiper-pagination-bullet-active {
    background-color: #b64141 !important;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #5a47bc;
    border-radius: 50%;
}

.collection {
    position: absolute;
    bottom: 5px;
    left: 50%;
    /* Moves the left edge to the center */
    transform: translateX(-50%);
    /* margin-top: 20vh; */
    height: 46vh;
    width: 86vw;
    max-height: 200px;
    background-color: #1e232e;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.swiper-slide {
    filter: blur(2px);
    /* 4 Adjust the blur intensity as needed */
    transition: filter 0.3s ease-in-out;
    /* Smooth transition for the blur effect */
}

.swiper-slide img {
    opacity: 0.8;
}

.swiper-slide-active img {
    opacity: 1.0;
    /* Sets the image to 50% visible */
}

.swiper-slide-active {
    filter: blur(0);
}


.collection .content {
    height: 32vw;
    width: 26vw;
    /* height: 25rem;
    width: 22rem;  */
    /* height: 28rem;
    width: 25rem; */
    background-color: #1b1f2a;
    border: .2rem solid rgba(255, 255, 255, .1);
    border-radius: .7rem;
    border-bottom: .4rem solid #0099ff;
    border-top: .4rem solid #0099ff;
    overflow: hidden;

    /* padding: .2rem; */

    margin-bottom: 200px;

    -webkit-box-reflect: below 10px linear-gradient(transparent 0%, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
    box-reflect: below 10px linear-gradient(transparent 0%, transparent 60%, rgba(0, 0, 0, 0.8) 100%);

    /* box-reflect: below 10px
		linear-gradient(transparent 0%, transparent 40%, rgba(0, 0, 0, 0.7) 100%); */

}

.content img {
    width: 100%;
    border-bottom-left-radius: .6rem;
    border-bottom-right-radius: .6rem;
}

.text-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 1rem;
    vertical-align: middle;
    padding-bottom: 1rem;
}

.text-content h3 {
    font-size: 1rem;

    font-family: "Roboto", sans-serif;
  /* font-size: 16px; */
  font-weight: 200;
    /* font-size: 1.7rem;
    font-weight: 500; */
    /* font-size: 1.7rem;
    font-weight: 500; */
}

.text-content p {
    max-width: 20rem;
    font-size: 1.1vw;
    /* max-width: 22rem;
    font-size: .8rem; */
    font-weight: 400;
    text-align: center;
}

.btn {
    background-color: #0099ff;
    padding: .6vw;
    border: 2px solid #0099ff;
    outline: none;
    font-size: .8vw;
    border-radius: .5rem;
    margin: 1vw 0;
    cursor: pointer;
}

@media (max-width: 600px) {

    .picshow {
        justify-self: center;
        max-height: 60vh;
        max-width: 75vw;
        /* border: #b64141 solid 2px; */
    }

    .collection {
        bottom: 20vh;
    }

    .text-content {
        margin-top: 0.2rem;
        padding-bottom: 0.1rem;
    }

    .text-content h3 {
        font-size: 11px;
        font-weight: 500;
    }

    .text-content p {
        font-size: 8px;
        max-width: 20ch;
        line-clamp: 2;

        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* Limit to 3 lines */
        -webkit-box-orient: vertical;
    }

    .homelogo {
        width: 160px;
        /* border: #b64141 solid 2px; */
    }
}

@media (max-width: 920px) and (min-width: 620px) and (min-height: 500px) {

    .homelogo {
        width: 36%;
        max-width: 200px;
    }

    .collection {
        bottom: 10vh;
    }

    .text-content h3 {
        font-size: 18px;
        font-weight: 500;
    }

    .text-content p {
        font-size: 11px;
        max-width: 26ch;
        line-clamp: 2;
        font-weight: 200;

        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* Limit to 3 lines */
        -webkit-box-orient: vertical;
    }

    .btn {
        background-color: #0099ff;
        padding: .2vw;
        padding-left: 6px;
        padding-right: 6px;
        border: 2px solid #0099ff;
        outline: none;
        font-size: 10px;
        border-radius: .5rem;
        cursor: pointer;
    }

}

@media (min-width: 921px) {

    .picshow {
        justify-self: center;
        width: 900px;
        max-height: 70vh;
        max-width: 75vw;

    }

    .picshow img {
        width: 100%;
        height: auto;
        max-height: 70vh;
    }

    /* .picshow img {
        width: 800px;
        height: auto;
        max-height: 80vh;
    } */

    .collection {
        height: 710px;
        width: 900px;
        /* border: #b64141 solid 2px; */
    }

    .collection .content {
        height: 280px;
        width: 230px;
        /* border: #b64141 solid 2px; */
    }

    .text-content h3 {
        font-size: 18px;
        font-weight: 500;
    }


    .text-content p {
        font-size: 10px;
        max-width: 30ch;
        line-clamp: 3;

        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* Limit to 3 lines */
        -webkit-box-orient: vertical;
    }

    .btn {
        background-color: #0099ff;
        padding: .2vw;
        padding-left: 6px;
        padding-right: 6px;
        border: 2px solid #0099ff;
        outline: none;
        font-size: 10px;
        border-radius: .5rem;
        cursor: pointer;
    }

}