/* FONTS */

@font-face {
  font-family: 'SourceSans3';
  src: url('../fonts/SourceSans3-Medium.ttf') format('truetype');
}

/* GLOBAL */

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'SourceSans3';
}

body{
width:100%;
}

/* TOP BAR */

.top-bar{
width:100%;
background:#d4a32a;
text-align:center;
padding:10px 0;
font-weight:700;
font-size:14px;
letter-spacing:1px;
}

.top-bar a{
color:#000;
text-decoration:none;
font-weight:800;
margin-left:5px;
}

/* NAVBAR */

.navbar{
width:100%;
background:#000;
padding:18px 0;
display:flex;
justify-content:center;
align-items:center;
}

.logo img{
height:60px;
width:auto;
display:block;
}

/* BLOG SECTION */

.blog-section{
background:rgb(254 254 254);
padding:60px 0;
text-align:center;
}

.blog-title{
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: 1.3px;
    color: #231f20;
    padding-bottom:20px;
}

.blog-subtitle{
font-family: "SourceSans3", Sans-serif;
    font-size: 18px;
    line-height: 1.3em;
    color: #212c1c;
    padding-bottom:40px;
}

/* BLOG LAYOUT */

.blog-container{
margin:auto;
display:flex;
    width: 90%;

}

.blog-image{
width:50%;
}

.blog-image img{
width:100%;
height:100%;
object-fit:cover;
border-radius: 20px 0px 0px 20px;
}

.blog-content{
width:50%;
background:rgb(243 243 243);
color:#fff;
display:flex;
flex-direction:column;
justify-content:center;
padding:40px;
text-align:center;
border-radius: 0px 20px 20px 0px;

}

.blog-content h3{
   margin: 0 0 40px 0;
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.blog-content p{
   font-family: "SourceSans3", Sans-serif;
    color: rgb(108 110 110);
    line-height: 1.5em;
    font-size: 17px;
    padding-bottom: 20px;
}

/* BLOG CARDS */

.blog-card{
width:33.33%;
}

.blog-card img{
width:100%;
display:block;
}

/*3 blog*/

.section-area{
    padding-bottom:40px;
    background:rgb(254 254 254);
}

.cards-wrapper{
    display:flex;
    gap:30px;
    justify-content:center;
    flex-wrap:wrap;
}

.card-item{
    width:350px;
    background:rgb(243 243 243);
    color:#000;
    text-align:center;
    overflow:hidden;
    border-radius: 20px;
}

.card-item img{
    width:100%;
    height:230px;
    object-fit:cover;
}

.card-content{
    padding:30px 25px;
    height: 330px;
}

.card-content h3{
    font-size:21px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:capitalize;
    margin-bottom:15px;
}

.card-content p{
      font-family: 'SourceSans3';
    color: rgb(108 110 110);
    font-size: 16px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.43;
}

.card-link{
    display:inline-block;
    color:#000;
    text-decoration:none;
    font-weight:200;
    font-size: 18px;
}

.card-link:hover{
    text-decoration:underline;
}

@media(max-width:900px){
.cards-wrapper{
flex-direction:column;
align-items:center;
}
}



/* FOOTER */

.footer{
background:linear-gradient(rgba(10,25,10,.9), rgba(10,25,10,.95)),
url('https://images.unsplash.com/photo-1501004318641-b39e6451bec6');
background-size:cover;
background-position:center;
color:#fff;
padding:6vh 5vw;
}

.footer-container{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
gap:4vh 3vw;
}

.footer-col{
flex:1 1 18%;
min-width:15em;
}

.footer-col h4{
font-size:1.1rem;
margin-bottom:2vh;
color:#8cc63f;
letter-spacing:.05em;
}

.footer-col ul{
list-style:none;
}

.footer-col ul li{
margin-bottom:1.2vh;
}

.footer-col ul li a{
text-decoration:none;
color:#ccc;
font-size:.9rem;
font-family:'SourceSans3';
}

.footer-col ul li a:hover{
color:#8cc63f;
}

.logo-circle{
width:12vw;
height:12vw;
min-width:8em;
min-height:8em;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:3vh;
}

/* LEGAL SECTION */

.legal-section{
background:linear-gradient(rgba(10,25,10,.95), rgba(10,25,10,.98)),
url('https://images.unsplash.com/photo-1501004318641-b39e6451bec6');
background-size:cover;
background-position:center;
color:#d8d8d8;
}

.legal-top{
background:rgb(230 230 230);
padding:2vh 4vw;
font-family:'SourceSans3';
}

.legal-top-inner{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
font-size:1rem;
color:rgb(66 72 73);
gap: 10px;
}

.legal-top-inner p {
    text-align: center;
}

.legal-links{
display:flex;
gap:3vw;
}

.legal-links a{
text-decoration:none;
color:#1b2d12;
font-family:'SourceSans3';
}

.legal-content{
padding:3vh 2vw 1vw 2vw;
text-align:center;
}

.legal-content p{
margin-bottom:3vh;
font-size:.9rem;
line-height:1.8em;
width:95%;
margin:auto;
font-family:'SourceSans3';
}

/* PAYMENT STRIP */

.payment-strip{
width:100%;
padding:1.2rem 5vw;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
}

.payment-strip img{
height:2rem;
object-fit:contain;
}

/* RESPONSIVE */

@media(max-width:900px){

.blog-container{
flex-direction:column;
width:90%;
}

.blog-image,
.blog-content{
width:100%;
}

.footer-container{
flex-direction:column;
}

.footer-col{
width:100%;
}

.logo-circle{
width:30vw;
height:30vw;
}

.legal-links{
justify-content:center;
}

.legal-content{
padding:5vh 5vw 0;
}

}
@media (max-width:768px){

.blog-title{
    font-size:28px;
    line-height:1.2;
    letter-spacing:0.5px;
    padding-bottom:15px;
    padding-left:10px;
    padding-right:10px;
}
.blog-subtitle{
    font-size:20px;
    padding-left:10px;
    padding-right:10px; 
}
.blog-content h3{
    font-size: 23px;
}
.blog-image img {
    border-radius: 20px 20px 0px 0px;
}
    .blog-image, .blog-content{
        border-radius: 0px 0px 0px 0px;
    }

}