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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0;
}

img {
  max-width: 100%;
}
/* !! */

body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}
:root {
    --color-primary: #81c5be;
}
.my-custom-container {
  width: 70% !important;
  margin: 0 auto;
}
/*CHANGES START*/
.read-More {
    padding-left: 6px;
}
.readmore-div {
    color: var(--color-primary);
    font-size: 20px;
}
.read-active {
    color: #000 !important;
    font-weight: 500 !important;
}
.readmore-container {
    padding: 2px 10px;
}
/*CHANGES END*/
/* NAVBAR */
.custom-logo {
    width: 15% !important;
    display: flex;
    align-items: end;
    gap: 10px;
    padding-left: 10px;
}

.logo1 {
  width: 20%;
}

.logo2 {
  width: 75%;
}

.input-search {
    width: 100%;
    padding: 0px 15px;
    border: 2px solid var(--color-primary);
    border-radius: 30px;
    background: transparent;
    color: #757575;
    font-size: 14px;
    height: 33px;
}

.input-search::placeholder {
  color: #757575;
}
.breakLine p{
    white-space:break-spaces !important;
}
.input-search:focus {
    outline: none;
}

.position-relative {
  position: relative;
}

.searching-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #212529;
  font-size: 15px;
  cursor: pointer;
}

.searching-btn .fa-search {
  font-size: 15px;
}

.custom-search {
  border: none;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-bar {
  width: 70%;
}

.search-icon {
  font-size: 20px;
  color: #212529;
}

.user-img {
  width: 24px;
}

.search-bar-parent {
  width: 70% !important;
  padding-right: 2px;
}

.user-form {
  width: 15%;
  text-align: end;
  padding-right: 10px;
}

/* NAVBAR END */

/* FOOTER */

.footer-section {
  background-color: var(--color-primary);
  color: white;
  text-align: center;
}

.size-footer {
  font-size: 25px;
}

.size-2024 {
  font-size: 15px;
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  flex-wrap: wrap;
}

.footer-nav a {
  font-size: 13px;
  color: white;
  padding: 0 15px;
  text-decoration: none;
}

.footer-nav a:not(:last-child) {
  border-right: 1px solid white;
}

.footer-nav a:hover {
  text-decoration: underline;
}

/* FOOTER END */

.sidebar-blog {
  border: 2px solid var(--color-primary);
  border-radius: 20px;
  padding: 25px 5px 25px 22px;
  box-shadow: 0px 0px 7px 2px #00000040;
  display: flex;
  flex-direction: column;
  gap: 7px;
  height: fit-content;
}
 .sidebar-blog .orage-link {
        font-weight: 700;
        color: var(--color-primary);
        text-decoration: none;
        font-size: 13px;
 }
.sidebar-blog .black-link {
  color: black;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

.title-blog {
  font-size: 32px;
  color: var(--color-primary);
  font-weight: 700;
  text-align: center;
}

.subtitle-blog {
  color: #212529;
  font-size: 13px;
  font-weight: 500;
}

.card-title {
  font-size: 25px;
  color: var(--color-primary);
  font-weight: 500;
  margin-bottom: 10px;
}
.card-desc {
  font-size: 13px;
  color: #212529;
  font-weight: 500;
}

.orange-card {
  background-color: var(--color-primary);
  color: white;
  font-size: 13px;
  border-radius: 10px;
  padding: 20px;
  font-weight: 300;
}

.dropdow-custom {
  background-color: var(--color-primary) !important;
  color: white !important;
  border-radius: 20px;
  font-size: 12px;
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 7px 2px #00000040;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.btn:focus-visible,
.btn:active,
.btn:focus,
.btn:hover {
  color: white !important;
  background-color: var(--color-primary) !important;
  border-color: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.custom-menu-dropdown {
  background-color: var(--color-primary);
  border-radius: 20px;
}
.custom-menu-dropdown li a {
  color: white;
  font-size: 12px;
}
.dropdown-item:hover {
  background-color: var(--color-primary);
  color: rgb(198, 198, 198);
  border-radius: 20px;
}
@media screen and (max-width: 500px){
    .custom-menu-dropdown{
        width:90% !important;
    } 
    .custom-menu-dropdown li a span{
       white-space:normal !important;
    }
}
/* _____________MEDIA ____________________ */
@media only screen and (min-width: 1px) and (max-width: 319px) {
    .user-form {
        display: none;
    }

    .my-custom-container {
        width: 100% !important;
    }

    .input-search {
        font-size: 12px;
    }

    .search-bar {
        width: 98%;
    }

    .search-icon {
        font-size: 18px;
    }

    .user-img {
        width: 20px;
    }

    .custom-logo {
        width: 40% !important;
    }

    .footer-nav a {
        font-size: 10px;
    }

    .size-footer {
        font-size: 18px;
    }

    .size-2024 {
        font-size: 12px;
    }

    .footer-nav a:nth-child(3),
    .footer-nav a:nth-child(5) {
        border-right: none;
    }

    .title-blog {
        font-size: 25px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
  .user-form {
    display: none;
  }

  .my-custom-container {
    width: 100% !important;
  }

  .input-search {
    font-size: 12px;
  }

  .search-bar {
    width: 98%;
  }
  .search-icon {
    font-size: 18px;
  }

  .user-img {
    width: 20px;
  }

  .custom-logo {
    width: 45% !important;
  }

  .footer-nav a {
    font-size: 10px;
  }
  .size-footer {
    font-size: 18px;
  }
  .size-2024 {
    font-size: 12px;
  }

  .footer-nav a:nth-child(3),
  .footer-nav a:nth-child(6) {
    border-right: none;
  }
  .title-blog {
    font-size: 25px;
  }
}

@media only screen and (min-width: 426px) and (max-width: 600px) {
  .user-form {
    display: none;
  }

  .my-custom-container {
    width: 100% !important;
  }

  .input-search {
    font-size: 12px;
  }

  .search-bar {
    width: 98%;
  }

  .search-icon {
    font-size: 18px;
  }
  .user-img {
    width: 20px;
  }

  .custom-logo {
    width: 35% !important;
  }
  .title-blog {
    font-size: 25px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  .user-form {
    display: none;
  }
  .search-bar {
    width: 98%;
  }

  .w-95 {
    width: 95%;
  }

  .my-custom-container {
    width: 100% !important;
  }
  .flex-direction {
    flex-direction: column;
  }
  .hidden {
    display: none;
  }

  .custom-logo {
    width: 30% !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .user-form {
    display: none;
  }

  .my-custom-container {
    width: 100% !important;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
  .my-custom-container {
    width: 90% !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
}
@media only screen and (min-width: 1301px) and (max-width: 1440px) {
}
