.cart-icon {
  position: relative;
  display: inline-block;
}

.cart-icon i {
  font-size: 24px;
  cursor: pointer;
}

.cart-badge {
  position: absolute;
  top: -4px;
  left: 15px;
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
}

.card {
  width: 100%;
  height: 100%;
}

.modal-xl {
  max-width: 60%;
}

.productCart h3 {
  margin-top: 100px;
}

.product-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: black;
}

.productCard a,
.productCard a:hover {
  text-decoration: none !important;
  color: inherit !important;
}

.productCard {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  color: black;
  margin: 20px;
  padding: 10px;
  width: calc(20% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.productCard img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: 0.5px solid black;
}

.productCard h3 {
  margin-top: 20px;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #f1f1f1;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.addToCart {
  width: 100%;
  border-radius: 5px;
  border-color: rgba(255, 255, 255, 0);
  background-color: #d983a6;
  color: white;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

#header-image {
  object-fit: contain;
  background-color: #f2f1f1c7;
}

#blog-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10px;
  padding: 100px
}

#blog-cards-section {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

#blog-entries {
  width: 100%;
  padding-bottom: 80px!important;
}

#blog-cards-section li{
  position: relative;
}

.btn-container{
  width: 100%;
  text-align: right;
  margin: 0 10;
}

.btn-see-more{
  height: 50px;
  width: 80px;
}

.see-more {
  margin-bottom: 20px;
  margin-right: 20px;
  height: 50px;
  width: 80px;
  border: none;
  cursor: pointer;
  background-color: #a3a8af4d;
  border-radius: 5px;
  transition: background-color 0.3s;
}


#see-more {
  margin-bottom: 20px;
  margin-left: 20px;
  height: 50px;
  width: 80px;
  border: none;
  cursor: pointer;
  background-color: #a3a8af4d;
  border-radius: 5px;
  transition: background-color 0.3s;
}

#see-more:hover {
  background-color: #a3a8af;
}

.page-buttons button {
  height: 50px;
  width: 80px;
  border: none;
  cursor: pointer;
  background-color: #a3a8af4d;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.page-buttons button:hover {
  background-color: #a3a8af;
}

#title {
  font-size: 40px;
  line-height: 50px;
  margin: 30px 0 20px 20px;
}

#author-date {
  font-size: 15px;
  margin-top: 30px;
  margin: 30px 0 20px 20px;
}

#summary {
  font-size: 20px;
  text-align: justify;
  word-spacing: 5px;
  line-height: 33px;
  margin-bottom: 20px;
  margin: 0 20px 20px 20px;
}

.custom-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 100%;
}

.custom-margin {
  margin-top: 16px;
  margin-bottom: 16px;
}

.custom-white {
  background-color: #ffffff;
}

/* Footer CSS Start */
@import url("https://use.typekit.net/xov0yni.css");

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

:focus {
  outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,

footer {
  background-color: #0A66C2;
}

footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 95px 20px 50px
}

@media only screen and (min-width:1232px) {
  footer .footer-content {
    max-width: 1232px;
    margin: 0 auto;
    padding: 95px 0 50px
  }


}

@media only screen and (max-width:1231px) {
  header{
    padding: 0!important;
  }
  #blog-section{
    padding: 5px!important
  }

  #blog-entries h3{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
  }

  #blog-entries h5{
    line-height: 25px;
  }
}

@media only screen and (min-width:800px) {
  
  footer .links {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  footer .button-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  footer .acknowledgement {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  footer .copyright {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  footer .footer-logo {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
}

footer .button-container,
footer .links {
  width: 50%
}

footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px
}

@media only screen and (min-width:800px) {
  footer .links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 60%;
    padding-bottom: 0
  }
}

footer .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media only screen and (min-width:800px) {
  footer .button-container {
    width: 40%
  }
}

footer .link {
  padding-bottom: 25px;
  display: block;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: medium;
  color: #fff;
  opacity: 1;
  text-align: left;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

@media only screen and (min-width:800px) {
  footer .link {
    font-size: 2rem;
    line-height: 3rem
  }
}

@media only screen and (min-width:1232px) {
  footer .link {
    font-size: 2rem;
    line-height: 3rem
  }
}

footer .link:active,
footer .link:focus,
footer .link:hover {
  color: hsla(0, 0%, 100%, .7)
}

footer span {
  font-size: 2rem;
  line-height: 3rem;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  color: #fff;
  opacity: 1;
  text-align: left
}

@media only screen and (min-width:800px) {
  footer span {
    font-size: 2rem;
    line-height: 3rem
  }
}

@media only screen and (min-width:1232px) {
  footer span {
    font-size: 2rem;
    line-height: 3rem;
    text-align: textAlign
  }
}

footer .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px
}

footer .social-media a {
  margin-right: 20px
}

footer .social-media .facebook {
  display: block;
  font-size: 2.2rem;
  line-height: inherit;
  font-weight: 400;
  color: #fff;
  opacity: 1;
  text-align: left;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

@media only screen and (min-width:800px) {
  footer .social-media .facebook {
    font-size: 2.2rem;
    line-height: inherit
  }
}

@media only screen and (min-width:1232px) {
  footer .social-media .facebook {
    font-size: 2.2rem;
    line-height: inherit
  }
}

footer .social-media .facebook:active,
footer .social-media .facebook:focus,
footer .social-media .facebook:hover {
  color: #1877f2
}

footer .social-media .instagram {
  display: block;
  font-size: 2.2rem;
  line-height: inherit;
  font-weight: 400;
  color: #fff;
  opacity: 1;
  text-align: left;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

@media only screen and (min-width:800px) {
  footer .social-media .instagram {
    font-size: 2.2rem;
    line-height: inherit
  }
}

@media only screen and (min-width:1232px) {
  footer .social-media .instagram {
    font-size: 2.2rem;
    line-height: inherit
  }
}

footer .social-media .instagram:active,
footer .social-media .instagram:focus,
footer .social-media .instagram:hover {
  color: #e1306c
}

footer .social-media .linked-in {
  display: block;
  font-size: 2.2rem;
  line-height: inherit;
  font-weight: 400;
  color: #fff;
  opacity: 1;
  text-align: left;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

@media only screen and (min-width:800px) {
  footer .social-media .linked-in {
    font-size: 2.2rem;
    line-height: inherit
  }
}

@media only screen and (min-width:1232px) {
  footer .social-media .linked-in {
    font-size: 2.2rem;
    line-height: inherit
  }
}

footer .social-media .linked-in:active,
footer .social-media .linked-in:focus,
footer .social-media .linked-in:hover {
  color: #0a66c2
}

footer .social-media .youtube {
  display: block;
  font-size: 2.2rem;
  line-height: inherit;
  font-weight: 400;
  color: #fff;
  opacity: 1;
  text-align: left;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

@media only screen and (min-width:800px) {
  footer .social-media .youtube {
    font-size: 2.2rem;
    line-height: inherit
  }
}

@media only screen and (min-width:1232px) {
  footer .social-media .youtube {
    font-size: 2.2rem;
    line-height: inherit
  }
}

footer .social-media .youtube:active,
footer .social-media .youtube:focus,
footer .social-media .youtube:hover {
  color: #FF0000
}

footer .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 130px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: #11C6FF;
  /* background:linear-gradient(90deg, #0A66C2 0%, #11C6FF 100%); */
  padding: 0;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .25098039215686274);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .25098039215686274);
  isolation: isolate
}

footer .button,
footer .button:before {
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  border-radius: 35px
}

footer .button:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  opacity: 0
}

footer .button:active,
footer .button:focus,
footer .button:hover {
  color: #fff
}

footer .button:active:before,
footer .button:focus:before,
footer .button:hover:before {
  background: transparent linear-gradient(103deg, #2199f0, #28deae) 0 0 no-repeat padding-box;
  opacity: 1
}

@media only screen and (min-width:800px) {
  footer .button {
    height: 50px
  }
}

@media only screen and (min-width:1232px) {
  footer .button {
    height: 50px;
    width: 130px
  }
}

footer .acknowledgement {
  padding-top: 30px
}

@media only screen and (min-width:800px) {
  footer .acknowledgement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px
  }
}

footer .acknowledgement .acknowledgement-of-country {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: acumin-pro, sans-serif;
  font-weight: medium;
  color: #fff;
  opacity: .4;
  text-align: left
}

@media only screen and (min-width:800px) {
  footer .acknowledgement .acknowledgement-of-country {
    font-size: 1.4rem;
    line-height: 2rem
  }
}

@media only screen and (min-width:1232px) {
  footer .acknowledgement .acknowledgement-of-country {
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: textAlign
  }
}

@media only screen and (min-width:800px) {
  footer .acknowledgement .acknowledgement-of-country {
    width: 50%;
    text-align: right
  }
}

footer .copyright {
  width: 100%;
  padding: 40px 0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: acumin-pro, sans-serif;
  font-weight: medium;
  color: #fff;
  opacity: .4;
  text-align: left
}

@media only screen and (min-width:800px) {
  footer .copyright {
    font-size: 1.4rem;
    line-height: 2rem
  }
}

@media only screen and (min-width:1232px) {
  footer .copyright {
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: textAlign
  }
}

@media only screen and (min-width:800px) {
  footer .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%;
    padding: 0
  }
}

footer .footer-logo {
  width: 100%
}

@media only screen and (min-width:800px) {
  footer .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%
  }
}

footer .footer-logo .logo {
  height: 100%;
  max-height: 25px
}

html {
  font-size: 10px;
  line-height: 10px
}

body {
  font-size: 1rem;
  line-height: 1rem;
  font-family: acumin-pro, sans-serif
}

/* Footer Css End */

/* Header CSS Start */
:focus {
  outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 95px;
  width: 100%;
  z-index: 100;
  isolation: isolate;
  background-color: transparent;
  padding: 20px 50px
}

header .logo {
  /* height:100%;
  width:auto;
  max-width:131px;
  max-height:20px; */
  padding-left: 20px;
  z-index: 3
}

@media only screen and (min-width:1232px) {
  header .logo {
    padding-left: 35px;
    max-height: 24px
  }
}

header .menu {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  padding: 0 20px 20px;
  -webkit-transform: translatex(-100%);
  transform: translatex(-100%);
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  background-color: #fff;
  z-index: 2
}

@media only screen and (min-width:1232px) {
  header .menu {
    display: none
  }
}

header .menu .links {
  height: calc(100% - 95px)
}

header .menu .links .link {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: medium;
  color: #0d2549;
  opacity: 1;
  text-align: left;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (min-width:800px) {
  header .menu .links .link {
    font-size: 2.2rem;
    line-height: 3rem
  }
}

@media only screen and (min-width:1232px) {
  header .menu .links .link {
    font-size: 2.2rem;
    line-height: 3rem
  }
}

header .menu .links .link:active,
header .menu .links .link:focus,
header .menu .links .link:hover {
  color: #2196f3
}

header .menu .links .link .icon {
  color: #2196f3;
  font-size: 2rem
}

header .menu .button-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 0;
  width: 100%
}

@media only screen and (min-width:640px) {
  header .menu .button-container {
    gap: 40px
  }
}

@media only screen and (min-width:1232px) {
  header .menu .button-container {
    padding: 0;
    position: absolute;
    bottom: 15px;
    left: 0
  }
}

header .menu .button-container .link {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #0d2549;
  opacity: 1;
  text-align: left;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

@media only screen and (min-width:800px) {
  header .menu .button-container .link {
    font-size: 2.2rem;
    line-height: 3rem
  }
}

@media only screen and (min-width:1232px) {
  header .menu .button-container .link {
    font-size: 1.5rem;
    line-height: 3rem
  }
}

header .menu .button-container .link:active,
header .menu .button-container .link:focus,
header .menu .button-container .link:hover {
  color: #0d2549
}

header .menu .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 144px;
  font-size: 1.6rem;
  font-weight: 600;
  color: black;
  background: linear-gradient(90deg, #0A66C2 0%, #11C6FF 100%);
  padding: 0;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  border-radius: 35px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .25098039215686274);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .25098039215686274);
  isolation: isolate
}

header .menu .button:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 35px;
  inset: 0;
  width: 100%;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  opacity: 0
}

header .menu .button:active,
header .menu .button:focus,
header .menu .button:hover {
  color: black
}

header .menu .button:active:before,
header .menu .button:focus:before,
header .menu .button:hover:before {
  background: transparent linear-gradient(103deg, #2199f0, #28deae) 0 0 no-repeat padding-box;
  opacity: 1
}

@media only screen and (min-width:800px) {
  header .menu .button {
    height: 50px
  }
}

@media only screen and (min-width:1232px) {
  header .menu .button {
    height: 50px;
    width: 144px
  }

  #blog-entries{
    padding: 5px!important
  }
}

header .menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

@media only screen and (min-width:1232px) {
  header .menu.active {
    display: none
  }
}

header.campaign .menu-desktop .links .link,
header.campaign .menu-desktop .links .link:hover,
header.home .menu-desktop .links .link,
header.home .menu-desktop .links .link:hover {
  color: black
}

header .menu-desktop {
  display: none
}

@media only screen and (min-width:1232px) {
  header .menu-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

header .menu-desktop .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

header .menu-desktop .links .link {
  position: relative;
  padding: 5px;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: medium;
  color: #0d2549;
  opacity: 1;
  text-align: left;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

@media only screen and (min-width:800px) {
  header .menu-desktop .links .link {
    font-size: 1.5rem;
    line-height: 3rem
  }
}

@media only screen and (min-width:1232px) {
  header .menu-desktop .links .link {
    font-size: 1.5rem;
    line-height: 3rem
  }

  
}

header .menu-desktop .links .link:active,
header .menu-desktop .links .link:focus,
header .menu-desktop .links .link:hover {
  color: #0d2549
}

header .menu-desktop .links .link:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: 0 auto;
  background-color: #2196f3;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

header .menu-desktop .links .link:hover:after {
  width: 50%
}

header .menu-desktop .links .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 44px;
  width: 130px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  background: #11C6FF;
  padding: 0;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  border-radius: 35px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  isolation: isolate;
  margin: 0 25px 0 10px
}

header .menu-desktop .links .button:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 35px;
  inset: 0;
  width: 100%;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  opacity: 0
}

header .menu-desktop .links .button:active,
header .menu-desktop .links .button:focus,
header .menu-desktop .links .button:hover {
  color: #fff
}

header .menu-desktop .links .button:active:before,
header .menu-desktop .links .button:focus:before,
header .menu-desktop .links .button:hover:before {
  background: #0960a5;
  opacity: 1
}

@media only screen and (min-width:800px) {
  header .menu-desktop .links .button {
    height: 44px
  }
}

@media only screen and (min-width:1232px) {
  header .menu-desktop .links .button {
    height: 44px;
    width: 130px
  }
}

header .mobile-menu-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (min-width:640px) {
  header .mobile-menu-navigation {
    gap: 30px
  }
}

@media only screen and (min-width:1232px) {
  header .mobile-menu-navigation {
    display: none
  }
}

header .mobile-menu-navigation .link {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  color: #0d2549;
  opacity: 1;
  text-align: left;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

@media only screen and (min-width:800px) {
  header .mobile-menu-navigation .link {
    font-size: 1.5rem;
    line-height: 3rem
  }
}

@media only screen and (min-width:1232px) {
  header .mobile-menu-navigation .link {
    font-size: 1.5rem;
    line-height: 3rem
  }
}

header .mobile-menu-navigation .link:active,
header .mobile-menu-navigation .link:focus,
header .mobile-menu-navigation .link:hover {
  color: #0d2549
}

header.campaign .link,
header.campaign .link:hover,
header.campaign .menu-toggle button,
header.home .link,
header.home .link:hover,
header.home .menu-toggle button {
  color: black
}

@media only screen and (min-width:1232px) {

  header.campaign .menu-toggle button:hover,
  header.home .menu-toggle button:hover {
    color: #0d2549
  }
}

header .menu-toggle {
  padding-right: 20px;
  z-index: 3
}

header .menu-toggle button {
  width: 30px;
  height: 30px;
  color: #0d2549;
  background-color: transparent;
  border: none;
  font-size: 2.4rem;
  padding: 0
}

header .menu-toggle button .close {
  display: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

header .menu-toggle button .open {
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

@media only screen and (min-width:1232px) {
  header .menu-toggle button:hover {
    color: #2196f3
  }
}

header .menu-toggle.active button {
  color: #0d2549
}

header .menu-toggle.active button .close {
  display: block
}

header .menu-toggle.active button .open {
  display: none
}

@media (max-width: 499px) {
  .home {
      padding: 0;
  }

  header .mobile-menu-navigation .link {
      display: none !important;
  }

  .features .sub-heading {
      line-height: 25px !important;
  }
  .features .section-1 p,
  .features .section-1 .text .heading{
      padding: 0!important;
      margin-bottom: 30px;
      font-size: 25px;
      line-height: 15px;
  }

  .features .section-2 .heading{
      max-width: unset !important;
  }

  .features .ft-one ul {
      padding: 0 43px;
  }

  .features ul li:first-child {
      font-size: 25px!important;
      line-height: 35px!important;
  }

  .features .ft-one ul li{
      width: 100%!important;
      height: unset !important;
      padding: 20px 0px 5px 20px!important;
  }

  #title {
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
    margin: 30px 0 20px 20px;
  }
  
}


#blog-entry {
  width: 80%;
  margin: 0 auto;
  margin-top: 125px;
  margin-bottom: 25px;
}

#title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
}

#author {
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 10px;
}

#header-image {
  width: 100%;
  max-height: 600px;
  margin-bottom: 20px;
  margin-top: 20px;
  object-fit: contain;
}

#body {
  text-align: justify;
  line-height: 1.6;
  font-size: 18px;
}