
.main {
    min-height: 600px;
}

p, li {
    font-size: 1.1em;
    font-weight: 300;
    padding-bottom: 0;
    margin-bottom: 0;
}


/* Forms */
.form-label {
    font-size: .8rem;
    font-weight: 600;
    padding: 0 5px;
    color: #555;
    margin: 10px 0 0 0;
}

.form-control {
    padding: 0.4rem 0.6rem;
    font-size: .9rem;
    line-height: 1.4;
    color: #6f6b7d;
    background-color: #fff;
    border-radius: 0.25rem;
}

.form-select {
    padding: 0.4rem 0.6rem;
    font-size: .9rem;
    line-height: 1.4;
    color: #6f6b7d;
    border: 1px solid #e6e6e6;
    border-radius: 0.25rem;
    background-position: right 0.4rem center;
}


.arrow {
    background: transparent url(../img/elements/arrows.png) no-repeat 0 0;
}

.social-icons li:hover.social-icons-tiktok a {
    background: #ff0050 !important;
}


.tparrows:before {
    font-family: 'Font Awesome 6 Free', sans-serif;
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}

.tparrows.tp-leftarrow:before {
    content: '\f053';
}

.tparrows.tp-rightarrow:before {
    content: '\f054';
}

.testimonial-author-thumbnail {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.testimonial-author-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.grayscale {
    filter: grayscale(100%);
    opacity: 0.8;
}

.filter-dark {
    filter: grayscale(100%) brightness(0);
}

.filter-light {
    filter: grayscale(100%) brightness(0) invert(1);
}

.form-style-4 select.form-control {
    color: #9C2C1F;
}

/* Youtube Responsive video container */
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.diamond .content img {
    width: 190%;
    height: 190%;
    object-fit: cover;
    object-position: center ;
    image-rendering: crisp-edges;
}

model-viewer {
    width: 100%;
    max-width: 800px;
    height: 600px;
    margin: auto;
    display: block;
    border-radius: 10px;
}


/* Fixed-height cover image container for icon-image-card */
.image-cover-fixed-240 {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}
