/* fonts 

 font-family: 'Josefin Sans', sans-serif;
 font-family: 'Lato', sans-serif;

*/

/* global */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

img {
width: 100%;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

h1 {
  font-family: 'Josefin Sans', sans-serif;
}

p {
  font-family: 'Lato', sans-serif;
}

/* main-1-start  */

.sec-1 {
  background: #161616;
  border-radius: 30px;
  padding: 0 106px;
  margin-top: 50px;
  margin-bottom: 130px;
}
.second-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-repeat: no-repeat;
  background-position: right;
}
.haf-width {
  width: 50%;
}

.title {
  font-weight: 700;
  font-size: 70px;
  color: #ffffff;
}
.article {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.button-1 {
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  color: #f8f8ff;
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #f8f8ff;
  background-color: #dd0000;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: 0.3s ease-in-out;
}

.button-1:hover {
  background-color: #f8f8ff;
  color: #dd0000;
  font-weight: 700;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
      rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.live {
  color: red;
}
.second-column {
  padding-left: 100px;
}

.second-column img {
  width: 460px;
  height: 513px;
}
/* main-1-end  */

/* blog-area-start */
.sec-2 {
padding: 30px;
background: #161616;
border-radius: 10px;
height: fit-content;
display: flex;
flex-direction: column;
gap: 50px;

}


.button-2 a,
.button-3 a{
text-align: center;
background: #ffffff;
padding: 17px 20px;
border-radius: 10px;
text-decoration: none;
display: block;
font-weight: 500;
font-size: 20px;
color: #161616;
font-family: 'Josefin Sans', sans-serif;
box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
transition: 0.3s ease-in-out;
}

.button-2 a:hover,
.button-3 a:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
      rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.button-4 a{
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  color: #ffffff;
  padding: 17px 20px;
  font-weight: 700;
  display: block;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  outline: none;
  background-color: #dd0000;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: 0.3s ease-in-out;
}

.button-4 a:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
      rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.blog-text > p {
  font-weight: 600;
  font-size: 18px;
  color: #161616;
}
.blog-btn {
  border: 1px solid #1616166e;
  border-radius: 5px;
  padding: 4px 16px 4px 16px;
  text-decoration: none;
  color: #161616;
}

.blog-text-flex {
  padding-left: 20px;
}

.icon {
  display: flex;
  align-items: center;
}
.icon p {
  color: #161616b4;
}
.icon img {
  padding-right: 10px;
}

.icon-flex {
  display: flex;
  gap: 30px;
}

.blog {
  border-radius: 10px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
      rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.blog-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  align-items: center;
}
.blog-flex {
  display: grid;
  grid-template-columns: 24% 74%;
  gap: 2%;
}

/* blog-area-end */

/* footer-area-start */

footer {
  text-align: center;
  background: #000000e3;
  padding: 50px 0;
  margin-top: 120px;
}

footer h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

footer span {
  font-size: 14px;
  font-weight: 500;
  color: #d9dbe1;
  margin-top: 10px;
}
.row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0;

  margin-top: 20px;
}

footer a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: block;
}

footer a:hover {
  background: #ff0000;
  color: #fff;
}

/* footer-area-end */





/* responsive */


@media only screen and (max-width: 992px){

.container{
 max-width: 768px;
}

  .second-column img {
    width: 360px;
    height: 413px;
}

.second-column {
  padding-left: 10px;
}

.title {
  font-size: 30px;
}

.article {
  font-size: 13px;
}



.blog-text > p {
  font-size: 13px;

}


.blog-flex {
  display: flex;
  flex-direction: column;
}

.sec-2{
  margin-bottom: 20px;
}


.sec-2 {
  padding: 15px;
  background: #ffffff;
  border-radius: 10px;
  height: fit-content;
  display: flex;
  flex-direction: row;
 
  justify-content: center;
}

.blog-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

}


}

@media only screen and (max-width: 568px){


  .sec-2 {
    padding: 5px;
    background: #ffffff;
    border-radius: 10px;
    height: fit-content;
    gap: 15px;
    display: flex;
    flex-direction: column;
    justify-content: none;
    margin-bottom: 20px;
}

.container{
  max-width: 325px;
}


.blog-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);

}

.second-column img {
  width: 260px;
  height: 313px;
}

.title {
font-size: 30px;
}

.article {
font-size: 13px;
}

.blog-text > p {
font-size: 13px;

}
.first-column{
  margin-bottom: 30px;
}
.blog-flex {
display: flex;
flex-direction: column;

}


.second-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-repeat: no-repeat;
  background-position: right;

}
.second-column {
  padding-left: 0px;
}


.sec-1{
  padding: 0;
}

.button-2 a, .button-3 a , .button-4 a{
  font-size: 15px;
}
.haf-width{
  width: 70%;
}

.first-column {
  margin-bottom: 30px;
  text-align: center;
}


}



















