* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --conalz-font: 'Kumbh Sans', sans-serif;
  --conalz-font-two: 'Titillium Web', sans-serif;
  --conalz-reey-font: "reeyregular";
  --conalz-gray: #232323;
  --conalz-gray-rgb: 35, 35, 35;
  --conalz-white: #ffffff;
  --conalz-white-rgb: 255, 255, 255;
  --conalz-base: #005cff;
  --conalz-base-rgb: 0, 92, 255;
  --conalz-black: #13121d;
  --conalz-black-rgb: 19, 18, 29;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html,
body {
  height: 100%;
  background-color: #fff;
  font-family:  'Poppins', sans-serif;
}


#introduction {
  margin-top: 60px;
  margin-bottom: 60px;
}

#introduction .sec-heading h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
  font-size: 25px;
  font-weight: bold;
  font-family:  'Poppins', sans-serif;
}

#introduction .sec-heading .intro-title {
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  text-align: left;
  font-size: 25px;
  font-weight: 510;
  font-family:  'Poppins', sans-serif;
}

#introduction .sec-heading .intro-sub-title {
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  font-family:  'Poppins', sans-serif;
}

/* #introduction h2 {
  border-bottom: 2px solid #28a745;
  width: fit-content;
} */

#introduction .sec-heading .intro-description {
   font-family:  'Poppins', sans-serif; 
   font-size: 17px; 
  text-align: justify;
  /*line-height: 10px;*/
}

/*#introduction .table tr,td{*/
/*    background-color:#0c64af;*/
/*}*/



/*
================
Download section page
================
 */



#introduction .table-title {
  /*background-color: #0c64af;*/
  background-color:#25296e;
  font-size: 18px;
  font-family:  'Poppins', sans-serif;
  color: #fff;
  margin-top: 20px;
}

#introduction .table-body {
  font-size: 16px;
  font-family:  'Poppins', sans-serif;
}

#introduction .table-body a {
  font-size: 13px;
  font-family:  'Poppins', sans-serif;
  background-color: var(--green);
  color: white;
}

#introduction .table-body a:hover {

  background-color: var(--blue);

}

#introduction .download-note {
  margin-top: 30px;
  justify-content: left;
}

#introduction .download-note .note {
  justify-content: left;
  font-size: 20px;
  font-family:  'Poppins', sans-serif;
}

/*
==========
News
===========
*/
#intro-news{
   padding: 55px 0 40px 0;
}
#intro-news .intro-title{
  font-weight: bold;
   text-align:center;
}

#intro-news .intro-desc{
    margin-top: 15px;
   font-size: 18px;
   text-align: justify;
margin-bottom:15px;
  }
#intro-news .card{
   margin: 10px;
}

#intro-news .card a{
   text-decoration: none;
   color: #000;

}
#intro-news .card .img-top .photos{
   width: 100%;
}

#intro-news .card .card-body span{
   font-size: 15px;

}

#intro-news .card .card-body h4{
   font-size: 23px;
   text-transform: capitalize;
   margin-top: 10px;
}

/*
===============
News-details
===============
*/
#intro-news-details .container {
  max-width: 1200px;
  margin: 0 auto;
}

#intro-news-details .container .grid-container {
  display: grid;
  grid-template-columns: 70% 30%; /* 70% - 30% split on larger screens */
  gap: 20px;
}

#intro-news-details .container .grid-container .main-content {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; 
  border-radius: 12px;
}

#intro-news-details .container .grid-container .main-content .content-details .image-container img {
  width: 100%;
  height: auto;
}

#intro-news-details .container .grid-container .main-content .content-details {
  padding: 20px;
}

#intro-news-details .container .grid-container .main-content .content-details h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom:10px;
}

#intro-news-details .container .grid-container .main-content .content-details .news-description{
    font-size: 15px;
}

#intro-news-details .sidebar {
  /*background-color: #f8f9fa;*/
  padding: 15px;
  /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  border-radius: 12px;
}

#intro-news-details .recent-title {
  font-size: 18px;
}

#intro-news-details .recent-post {
  margin-bottom: 10px;
}

#intro-news-details .recent-post h5 {
  font-size: 14px;
  font-weight: bold;
}

#intro-news-details {
  padding: 55px 0 40px 0;
  text-align: center;
}

#intro-news-details .intro-title {
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  text-transform: capitalize;
}

#intro-news-details .intro-news-desc {
  margin-top: 15px;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 15px;
}

#intro-news-details .card {
  text-align: left;
  margin: 10px;
}

#intro-news-details .card .card-img-top img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#intro-news-details .card-body .news-time {}

#intro-news-details .card-body .news-title {
  font-size: 25px;
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 10px;
}

#intro-news-details .card-body .news-sub-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

#intro-news-details .card-body .news-description {
  margin-top: 15px;
  font-size: 18px;
  text-align: justify;
}

#intro-news-details .recent {
  border: 1px solid #f5f5f5;
  padding: 20px;
  border-radius: 7px;
}

#intro-news-details .recent .recent-title {
  font-size: 25px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: left;
  border-bottom: 2px solid rgb(13, 13, 13);
  width: fit-content;
}

#intro-news-details .recent a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

/* Media Queries for Responsive Design */

/* Tablet devices (screen width between 600px and 1024px) */
@media (max-width: 1024px) {
  #intro-news-details .container .grid-container {
    grid-template-columns: 1fr; /* Single column layout */
  }

  #intro-news-details .container .grid-container .main-content,
  #intro-news-details .sidebar {
    margin-bottom: 20px; /* Add spacing between sections */
  }

  #intro-news-details .intro-title {
    font-size: 26px; /* Slightly smaller font size */
  }

  #intro-news-details .intro-news-desc {
    font-size: 16px; /* Reduce font size */
  }

  #intro-news-details .recent-title {
    font-size: 22px; /* Reduce font size */
  }

  #intro-news-details .recent-post h5 {
    font-size: 16px; /* Adjust size */
  }
}

/* Mobile devices (screen width between 320px and 600px) */
@media (max-width: 600px) {
  #intro-news-details .intro-title {
    font-size: 22px; /* Smaller font size */
  }

  #intro-news-details .intro-news-desc {
    font-size: 14px; /* Reduce font size */
  }

  #intro-news-details .container .grid-container {
    grid-template-columns: 1fr; /* Single column layout */
    padding: 10px; /* Add some padding */
  }

  #intro-news-details .container .grid-container .main-content {
    display: block; /* Block display for single-column layout */
  }

  #intro-news-details .container .grid-container .main-content .content-details {
    padding: 10px; /* Reduce padding */
  }

  #intro-news-details .sidebar {
    padding: 10px; /* Reduce padding */
  }

  #intro-news-details .recent-title {
    font-size: 20px; /* Adjust font size */
  }

  #intro-news-details .recent-post h5 {
    font-size: 14px; /* Adjust font size */
  }

  #intro-news-details .recent-post img {
    width: 50%; /* Smaller image on mobile */
  }
}


/*
==============
Video
==============
*/
#intro-photo{
   padding: 55px 0 40px 0;
}
#intro-photo .intro-title{
  font-weight: bold;
   text-align:center;
}

#intro-photo .intro-desc{
 margin-top: 15px;
   font-size: 18px;
   text-align: justify;
margin-bottom:15px;
}

#intro-photo .card{
   height: 30vh;
   margin: 10px;
}
#intro-photo .card img{
   width: 100%;
   height: -webkit-fill-available;
}

#intro{
    padding: 55px 0 40px 0;
}
#intro .intro-title{
  font-weight: bold;
text-transform: capitalize;
}

#intro .intro-desc{
    font-size: 18px;
    margin-top: 15px;
    text-align: justify;
    margin-bottom:15px;
}

/* #intro p{
   margin-top: 15px;
   font-size: 17px;
} */
