/* START :: HERO SECTION */

.tt__hero-sec {

    padding: 80px 0 0;

}

/* END :: HERO SECTION */



/* START :: ABOUT US SECTION */

.tt__aboutus-sec {

    padding: 80px 0;

}

.tt__email {

    padding: 0 0 12px;

}

.tt__about-img img {

    max-width: 65%;

}

/* END :: ABOUT US SECTION */



/* START :: EXPLORE OUR CATEGORIES SECTION */

.tt__explore-catblock {

    border: 1px solid #000000;

    border-radius: 32px;

    padding: 24px;

    transition: all 0.2s ease-in-out;

    position: relative;

    background-color: #ffffff;

    display: inline-block;

    color: #131112;

}

.tt__explore-catblock:hover{

    color: #131112;

}

.tt__explore-catblock span {

    display: inline-block;

}

.tt__explore-catblock:before {

    content: '';

    position: absolute;

    background-color: #000000;

    width: 100%;

    height: 100%;

    left: 0;

    right: 0;

    top: 8px;

    border-radius: 32px;

    z-index: -1;

    transition: all 0.2s ease-in-out;

    opacity: 0;

}

.tt__explore-catblock:hover:before {

    opacity: 1;

    transition: all 0.2s ease-in-out;

}

.tt__explore-catblock:hover {

    background-color: #F2F1F1;

    border:1px solid #F2F1F1;

}

.tt__explore-img {

    width: 200px;

    height: 200px;

    margin: 0 auto;

}

.tt__explore-img img{

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    object-fit: contain;

}

.tt__explore-desc h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: '3613ElectroplateWeb-Medium', sans-serif;
}

.tt__explore-blocks{

    padding: 150px 0 0;

}

.tt__catblock-top{

    margin-top: -95px;

}

.tt__explore-catsec {

    padding: 0 0 40px;

}

/* END :: EXPLORE OUR CATEGORIES SECTION */

/* START :: THIS WEEK'S SPOTLIGHT SECTION */
.tt__spot-block {
    border: 1px solid #000000;
    border-radius: 32px;
    padding: 24px;
}
.tt__article-block .btn{
  background-color: #F2F1F1;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.tt__spot-desc p {
    color: #131112;
    font-size: 20px;
    line-height: 32px;
}
.tt__img-block {
    padding-right: 8px;
}
.tt__spot-desc{
    padding-left: 8px;
}
.tt__article-block p{
    color: #2A2625;
    font-size: 14px;
    font-weight: 500;
    padding-left: 12px;
}
.tt__spot-sec {
    padding: 80px 0;
}
.swiper-paginationtest {
    text-align: center;
}

/* .tt__explore-blocks > .tt__catblock-top:not(:first-of-type) {
} */
.tt__explore-blocks > .tt__catblock-top:nth-of-type(5) {
    padding-top: 1.5rem;
}

.swiper-paginationtest span.swiper-pagination-bullet {
    background-color: #000000 !important;
}
/* END :: THIS WEEK'S SPOTLIGHT SECTION */

/* START :: FEATURED FIELD GUIDES SECTION */

.tt__featured-sec {

    padding: 80px 0;

}

.tt__img-block img {

    border-radius: 32px;

}

.tt-content {

    position: absolute;

    text-align: left;

    bottom: 0;

    padding: 20px;

    transition: all 0.2s ease-in-out;

}

.tt__featured-block{

    border: 1px solid #000000;

    border-radius: 32px;

    height: 440px;

    background-color: #ffffff;

}

.tt__featured-block .tt__img-block{

    height: 100%;

    transition: all 0.2s ease-in-out;

}

.tt__featured-block .tt__img-block img{

    object-fit: cover;

    border-radius: 32px;

}

.tt__featured-block .tt-content h3{
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    font-family: '3613ElectroplateWeb-Medium', sans-serif;

 }

 .tt__featured-block .tt-content p {
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

 .tt__featured-block:hover .tt-content h3 {
    color: #2A2625;
    transition: all 0.2s ease-in-out;
    font-family: '3613ElectroplateWeb-Medium', sans-serif;
}

.tt__featured-block:hover .tt-content p{

    color: #131112;

    transition: all 0.2s ease-in-out;
    margin: 0;

}

.tt__featured-block:hover .tt__img-block{

    height: 62%;

    transition: all 0.2s ease-in-out;

 }

.tt__latest-news {

    padding: 80px 0;

}

.tt__featured-grid {

    padding: 125px 0  0;

}

/* END :: FEATURED FIELD GUIDES SECTION */



/* START :: LATEST NEWS SECTION */

.tt__latest-news .tt__img-block {

    border: 1px solid #000000;

    border-radius: 32px;

    padding: 12px;

    position: relative;

}
.tt__latest-news .tt__block-list  .tt__img-block {
    height: 290px;
}
.tt__latest-news .tt__block-list .tt__img-block img,
.tt__single-block .tt__img-block  img {
    object-fit: cover;
}
.tt__single-block .tt__img-block {
    height: 440px;
}
.tt__img-block img{

    border-radius: 28px;

}

.tt__block-list p {

    color: #2A2625;

    font-size: 24px;

    line-height: 32px;

    font-weight: 500;

}

.tt__single-block {

    padding-right: 20px;

}

.tt__block-list{

    padding-left: 20px;;

}

.tt__latest-block .btn.tt__border-btn {

    padding: 0 !important;

    font-weight: 500 !important;

    color: #131112;

    border: 0;

}

.tt__border-btn img {

    width: 20px;

}

.tt__latest-block .tt__spot-desc p.tt__block-desc a {

    color: #2A2625;

    font-size: 24px;

    font-weight: 500;

    line-height: 32px;

}
.tt__block-list .tt__latest-block:last-child {
    margin-top: 32px;
}
.tt__latest-block .tt__spot-desc p {

    font-size: 14px;

    font-weight: 500;

}
.tt__spot-desc h2 {
    font-size: 40px;
    line-height: 54px;
}
.tt__play-btn {

    position: absolute;

    left: 50%;

    right: 0;

    margin: 0 auto;

    top: 50%;

    transform: translate(-50%, -50%);

}

/* END :: LATEST NEWS SECTION */

/* START :: ABOUT US 2 SECTION */

.tt__tertiary-btn img{

    width: 20px;

}

.tt__aboutus-wrap .tt__img-block {

    border: 1px solid #000000;

    border-radius: 32px;

    padding: 12px;

}
.tt__aboutus-wrap h2{
    margin-bottom: 16px;
}
.tt__aboutus-wrap  .tt__tertiary-btn{

    width: fit-content;

}
.tt__aboutus-wrap p {
    color: #131112;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
}
.tt__aboutus-wrap {

    background-color: #F2F1F1;

    padding: 80px 0;

}

/* END :: ABOUT US 2 SECTION */

/* START :: PARTNER SECTION */

.tt__partner-sec{

    padding: 80px 0;

}

.tt__partner-sec .tt__logo-wrap {

    padding: 60px 0;

}

.tt__partner-sec .tt__img-block{

    height: 48px;

}

.tt__partner-sec .tt__img-block img{

    border-radius: 0;

    object-fit: contain;

}

/* END :: PARTNER SECTION */