@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@font-face {
    font-family: myFont;
    src: url(font.otf);
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
  height: 100%;
  width: 100%;
  font-family: 'Montserrat', sans-serif;

}

.main{
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    justify-content: space-between;
    margin-top: 5vh;
}
.navbar a {
    margin: 0 3rem;
    text-decoration: none;
    color: rgb(0, 0, 0); 
    font-size: 1.1vw;
    font-weight: 500; 
    transition: color 0.3s ease;
    text-transform:uppercase;
    
}
.theekum{
  height: 150px;
  width: 250px;
}

/* responsive nav bar start */
.nav-mob{
    /* margin-top: 2vh; */
    display: none;
  }
  nav{
    display: flex;
    width: 100%;
    height: 14vh;
    background: transparent;
    align-items: center;
    justify-content: space-between;
    padding: 0 4vw;
    flex-wrap: wrap;
  }
  nav .logo{
    font-size: 25px;
    font-weight: 600;
  }
  nav ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  nav ul li{
    margin: 0 5px;
  }
  nav ul li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
  }
  nav ul li a.active,
  nav ul li a:hover{
    color: #000000;
    background: #000000;
  }
  nav .menu-btn i{
    color: #000000;
    font-size: 22px;
    cursor: pointer;
    display: none;
  }
  input[type="checkbox"]{
    display: none;
  }
  .no-scroll {
    overflow: hidden;
    height: 100%;
  }
  .nav-bg{
    
    background-color: #102020;
  }
  .nav-col{
    color: rgb(255, 255, 255) !important;
  }
  /* responsive nav bar end */
  /* BREAK */
  .break{
    margin-top: 10vh;
  }
  .break h1{
    font-size: 2.6rem;
    width: 50%;
    background-color: #545e44;
    padding-left: 5vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
    color: #fff;
    border-radius: 0 10px 10px 0;
  }
  .break p{
    margin-top: 2vh;
    font-size: 2rem;
    padding-left: 5vw;
    font-weight: 600;
  }
  /* BREAK END */

  .footer{
    margin-top: 20vh;
    background-color: #545e44;
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    margin-bottom: .5vh;
  }
  
  .foot-icon{
    
    font-size: 1.5rem;
    display: flex;
    gap: 4vh;
  }
  .footer p{
   font-size: 0.8rem;
  }
  
  .foot-in{
    display: flex;
    gap: 60px;
  }

  /* all hover effects */
  
  .navitems a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000; 
    overflow: hidden;
  }
  
  .navitems a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px; 
    bottom: 0;
    left: 0;
    background-color: #000000; 
    transition: width 0.3s ease-in-out;
  }
  
  .navitems a:hover::after,
  .navitems a:focus::after {
    width: 100%;
  }

/* SECTION 1 CSS STARTS HERE */
#list{
 display: flex ;
 align-items: center;
 gap: 1vw;
}
.none{
  text-decoration: none;
  color: #fff;
}
.list{
  margin-top: 2vh;
  text-decoration: none;
  color: #fff;
}
.line1{
  justify-content: center;
  align-items: center;
  width: 1620px;
  height: 5px;
  background-color: black;
  display: flex;
  margin-top: 3%;
  margin-left: 3%;
  border-radius: 5px;

}


.line2{
  justify-content: center;
  align-items: center;
  width: 1620px;
  height: 5px;
  border-radius: 5px;
  background-color: black;
  margin-top: 3%;
  margin-left: 3%;
}

.container {
  display: flex;
}
.left-div {
  background-color: #102020;
  width: 1020px;
  height: 390px;
  color: white;
  padding: 20px;
  display: flex; 
  margin-top: 4%;
  margin-left: 2.3%;
  border-radius: 20px;
}
.left-div h1{
  height: 100px;
  font-size: 60px;
  font-family: Playfair Display Semibold;
}
.left-div p{
  line-height: 1.7;
  width: 100%;
  font-size: 1.3rem;
  position: relative;
  padding-left: 0;
  padding-top: 60px;
  padding-right: 0px;
}

.right-div {
  font-family: Playfair Display;
  background-color: #545e44;
  width: 552px;
  height: 390px;
  color: white;
  padding: 20px;
  margin-top: 4%;
  margin-left: 2%;
  border-radius: 20px;
}


.right-div ul{
  padding-top: 10vh;
  line-height: 20px;
  list-style: none;
  scale: 1.8;
  margin-left: 150px;
}

.right-div ul .li {
  color: wheat;
  font-size: 10px;
}
.slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease-in-out;
}
.slideshow img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 20px;
  top: 0;
  transition: opacity 0.5s ease-in-out;
  object-fit: cover;
}




/* SECTION 2 CSS */

.container2 {
  display: flex;
}
.left-side2 {
  font-family: 'Playfair Display', serif;
  margin-top: 4%;
  margin-left: 2.5%;
  background-color: #102020;
  width: 1100px;
  height: fit-content;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  border-radius: 10px;
}
.card2 {
  display: flex;
  height: 20vh;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 5px solid #ffffff;
}
.card2:last-child {
  border: none;
}
.card-image2 {
  width: 170px;
  height: 100px;
  margin-right: 20px;
  object-fit: contain;
}

.card-image2:hover{
  transform: scale(1.05);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}


.card-text2 {
  color: white;
  flex-grow: 1;
  margin-top: 0%;
}
.card-text2 p{
  margin-top: 2vh;
}
.card-text2 a{
  text-decoration: none;
  color: #fff;
  transition: all ease-in-out .2s;
}
.card-text2 a:hover{
  color: #888888;
}
.right-side2 {
  font-family: 'Playfair Display', serif;
  width: 509px;
  height: 900px;
  padding: 20px;
  margin-top: 4%;
  box-sizing: border-box;
}
.right-image2 {
  width: 100%;
  border-radius: 5px;
  height: auto;
  margin-bottom: 20px;
}
.newsletter2 {
  text-align: center;
}
.newsletter2 p{
  width: 80%;
  margin-left: 3vw;
  font-weight: 600;
  margin-top: 2vh;
}
.newsletter2 input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
.newsletter2 button {
  width: 100%;
  padding: 10px;
  background-color: black;
  color: white;
  border: none;
  cursor: pointer;
}



/* sec 3  */

/* General styling */


.container4 {
  display: flex;
  max-width: 100%; 
}

.left-div3, .right-div3 {
  padding: 20px;
}

.left-div3{
  margin-left: 2.5%;
}


.attr{
  height: 70px;
  width: 300px;
  background-color :#545E44;
   border-radius: 0px 10px 10px 0px;
   margin-bottom: 20px;
   font-family: Playfair Display;


}
.left-div3 h2{
  font-family: Playfair Display;
  color: aliceblue;
  padding-top: 25px;
  padding-left: 10px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 200px);
  grid-gap: 20px;
}


.card:hover{
  transform: scale(1.05); /* Makes the card slightly bigger */
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4); /* More pronounced shadow on hover */
}
/* Styling for the cards in the left division */
.card {
  width: 200px;
  height: 220px;
  background-color: #102020;
  color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.card img {
  width: 200px;
  height: 130px;
  display: block;
  object-fit: contain;
  background-size: contain;
}

.card a, .card .sub-body, .card .date {
  padding: 10px;
  font-family: Montserrat;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all ease-in-out .2s;
}



.date {
  float: right;
}

/* Styling for the quote and magazine sections */
.right-div3{
  margin-left: 0%;
}


.attr2{
  height: 70px;
  width: 350px;
  background-color :#545E44;
   border-radius: 10px 0px 0px 10px;
   margin-bottom: 20px;

}

.right-div3 h2{
  padding-top: 20px;
  padding-left: 20px;
  color: #ffffff;
}

.quote-section, .magazine-section {
  margin-bottom: 20px;
  margin-left: 5%;
}

.quote{
  display: block;
  margin-top: 10px;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
}

.magazine-card {
  width: 350px;
  height: 30vh;
  background-color: #102020;
  border-radius: 20px;
}
.magazine-card h3{
  font-family: Playfair Display;
  color: #ffffff;
  padding-top: 5%;
  padding-left: 5%;
}
.magazine-card img {
  width: 252px;
  height: 252px;
  display: block;
  margin-top: 10%;
  margin-left: 12%;
}

.magazine-card .magazine-body{
  font-family: 'Montserrat', sans-serif;
  font-size: medium;
  line-height: 1.5;
  text-align: justify;
  color: #ffffff;
  padding-top: 10%;
  padding-left: 8%;
  width: 90%;
}

.magazine-card button {
  background-color: #102020;
  color: white;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  margin-top: 2px;
  margin-left: 40%;
}


  


@media (max-width: 768px) {
  .navbar {
    display: none;
  }
  .nav-mob{
    display: block;
  }
  nav .menu-btn i{
    display: block;
    color: #102020; 
    font-size: 2rem;
  }
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
    color: #ffffff;
    font-size: 2rem;
  }
  .menu-btn i{
    color: #102020; 
    font-size: 2rem;
  }
  nav ul{
    position: fixed;
    top: 110px;
    left: -170%;
    background: #102020;
    height: 100vh;
    width: 130%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    z-index: 999;
  }
  #click:checked ~ ul{
    left: 0;
  }
  nav ul li{
    width: 100%;
    margin: 40px 0;
  }
  nav ul li a{
    width:75%;
    margin-left: -100%;
    display: block;
    font-size: 16px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  #click:checked ~ ul li a{
    margin-left: 0px;
  }
  nav ul li a.active,
  nav ul li a:hover{
    background: none;
    color: cyan;
  }
  .theekum{
    width: 170px;
    height: 120px;
    margin-top: 1vh;
  }
  .right-div{
    display: none;
  }
  .left-div {
    width: 375px;
    flex-direction: column;
    gap: 30px;
  }
  .left-div p {
    position: relative;
    padding-left: 0;
    padding-top: 0px;
    padding-right: 0px;
  }
  .left-div h1 {
    height: 100px;
    font-size: 60px;
    font-family: Playfair Display Semibold;
}
.slideshow img{
  object-fit: cover;
  object-position: bottom;
}
.right-side2{
  display: none;
}
.break{
  margin-top: 10vh;
}
.break h1{
  font-size: 2rem;
  width: 70%;
}
.break p{
  font-size: 1.5rem;
}
.card-image2 {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  border-radius: 20px;
}
.left-side2 {  
  width: 95%;
  height: 100%;
}
.card2{
  height: 22vh;
}
.card-text2 {
  color: white;
  flex-grow: 0;
  margin-top: 0%;
}
.cardlast{
  margin-bottom: 0;
}
.right-div3 {
  display: none;
}
.left-div3 {
  margin-left: 2.5%;
  /* height: 20vh; */
  width: 20vw;
}
.card-text2 a{
  font-size: .7rem;
}
.card-text2{
  font-size: .7rem;
}
.card {
  width: 160px;
  height: 250px;
  background-color: #102020;
  color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.card p{
  font-size: .8rem;
}
.date {
  font-size: .8rem;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 168px);
  grid-gap: 20px;
}
.card img {
  width: 160px;
  height: 100px;
  display: block;
  object-fit: cover;
}
  .footer{
    margin-top: 10vh;
    padding: 10px 5px;
  }

  .foot-icon{
    font-size: 0.6rem;
    gap: 2vh;
  }
  .footer p{
  font-size: 0.4rem;
  }

  .foot-in{
    gap: 10px;
  }
}
@media (min-width: 770px) and (max-width: 1150px) and (orientation: landscape) {
    
  .navbar a{
    font-size: .8rem;
  }  
  .navbar a {
    margin: 0 1rem;
  }
}
@media (max-width:1000px) and (orientation: landscape){
  
  .navbar a{
    font-size: .7rem;
    font-weight: 700;
  }  
}

