body {
  color: #333;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #0d3b66;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p,
ul,
ol {
  margin: 0 0 1.65em 0;
}
p,
li {
  line-height: 1.65;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}

.containerMenu {
  width: 8%;
  font-size:30px;
  cursor:pointer;
  color: rgb(148, 91, 87);
  text-decoration: none;
  font-weight: 450;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  height:8px;
  padding-top: 0px;
  margin-left: 20px;
  margin-right: -20px;
  margin-bottom:12px;

}

@media (max-width: 420px) {
  .containerMenu {
    font-size:22px;
  }
}

.containerLogo {
  max-width: 800px;
  height:8%;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-right: 5.2vw;
  width: 100%;
  transition: 0.2s;

}

@media (max-width: 440px) {
  .containerLogo {
    max-width: 140px;
    padding-top: 200px;
    height: 4%;

  }
}

.containerLogoOther {
  max-width: 800px;
  height:8%;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 75px;
  transition: 0.2s;
  width: 125px;
  padding-top: 20px;

}

@media (max-width: 40px) {
  .containerLogoOther {
    max-width: 90px;
  }
}

.container--narrow {
  max-width: 960px;
}

.section-break {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2.5rem 0;
}
.min-list {
  padding: 0;
  margin: 0;
}
.min-list li {
  list-style: none;
}
.p-top-small {
  padding-top: 1rem;
}
.p-top-large {
  padding-top: 1.6rem;
}
.p-bottom-large {
  padding-bottom: 1.6rem;
}
@media (min-width: 530px) {
  .p-top-large {
    padding-top: 3.5rem;
  }
  .p-bottom-large {
    padding-bottom: 3.5rem;
  }
}
.no-margin {
  margin: 0;
}
.nu {
  text-decoration: none;
}
.nu:hover {
  text-decoration: underline;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-center {
  text-align: center;
}

.t-small {
  font-size: 0.85rem;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.push-right {
  margin-right: 20px;
}
.container:before,
.container:after,
.group:before,
.group:after {
  content: " ";
  display: table;
}
.container:after,
.group:after {
  clear: both;
}
.hide {
  display: none;
}
.remove-favorite {
  display: inline-block;
  transition: all 0.3s;
  color: #999;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 3px;
}
.remove-favorite:hover {
  background-color: #dedede;
}
.page-section {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
@media (min-width: 530px) {
  .page-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.page-section--white {
  background-color: #fff;
}
.page-section--beige {
  background-color: #faf0ca;
}
.page-section p:last-of-type {
  margin-bottom: 0;
}
.school-logo-text {
  position: relative;
  z-index: 20;
  margin: 0;
  font-size: 1.75rem;
  font-weight: 100;
}
.school-logo-text strong {
  font-weight: 400;
}
.school-logo-text a {
  color: #fff;
  text-decoration: none;
}
.school-logo-text--alt-color a {
  color: #4b4b4b;
}
.school-logo-text--alt-color a:hover {
  color: #868686;
  text-decoration: underline;
}



@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-loader {
  margin-top: 45px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: #000;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.c-orange {
  color: #f95738;
}
.c-blue {
  color: #0d3b66;
}
.c-white {
  color: #fff;
}
.c-dark {
  color: #333;
}
.gray {
  color: #999;
}
.search-trigger {
  display: none;
  color: #fff;
  position: relative;
  cursor: pointer;
  top: 1px;
  margin-left: 20px;
}
@media (min-width: 960px) {
  .search-trigger {
    display: inline-block;
    top: 6px;
  }
}
.search-trigger:hover {
  opacity: 0.65;
}
.social-icons-list {
  max-width: 100px;
  display: flex;
  margin: 0 -8px;
}
.social-icons-list li {
  flex: 1;
  margin: 0 8px;
}
.social-icons-list li a {
  display: block;
  max-width: 35px;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
}
.social-icons-list li a:hover {
  opacity: 0.75;
}
.social-color-facebook {
  background-color: #4862a3;

}
.social-color-twitter {
  background-color: #55acee;
}
.social-color-youtube {
  background-color: #cc1e1f;
}
.social-color-linkedin {
  background-color: #0077b5;
}
.social-color-instagram {
  background-color: #d8226b;
}
.nav-list ul {
  padding: 0;
  margin: 0;
}
.nav-list li {
  list-style: none;
}
.nav-list a {
  font-size: 0.9rem;
  color: #999;
  text-decoration: none;

}

.nav-list a:hover {
  color: #0d3b66;
  text-decoration: underline;


}

@media (min-width:960px){
  .nav-listSubs ul{
    padding: 20px auto 0;
    display: grid;
    grid-auto-flow: row;
    float: left;
    position: absolute;
    min-width: 350px;
    top: 28px;
    left: 0;
    background-image: linear-gradient(#fff, #ececec);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  }

  .nav-listSubs{

    display: grid;
    grid-auto-flow: row;
    float: left;
    position: absolute;
    min-width: 350px;

    left: 0;

  }
}








@media (min-width:500px){
  .nav-listSubs{
    display: none;
  }
}

.nav-listSubss{
  padding: 20px auto 0;
  display: grid;
  grid-auto-flow: row;
  float: left;
  position: absolute;
  min-width: 350px;
  top: 28px;
  left: 0;
  background-image: linear-gradient(#fff, #ececec);
  box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

@media (min-width:500px){
  .nav-listSubss{
    display: none;
  }
}



@media (min-width:960px){
  .nav-listSubsss ul{
    padding: 20px auto 0;
    display: grid;
    grid-auto-flow: row;
    float: left;
    position: absolute;
    min-width: 350px;
    top: 28px;
    left: 0;
    background-image: linear-gradient(#fff, #ececec);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  }

  .nav-listSubsss{

    display: grid;
    grid-auto-flow: row;
    float: left;
    position: absolute;
    min-width: 350px;

    left: 0;

  }
}


.nav-listSubssss{
  padding: 20px auto 0;
  display: grid;
  grid-auto-flow: row;
  float: left;
  position: absolute;
  min-width: 350px;
  top: 28px;
  left: 0;
  background-image: linear-gradient(#fff, #ececec);
  box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

@media (min-width:500px){
  .nav-listSubssss{
    display: none;
  }
}







.nav-listSub ul {
  padding: 0;
  margin: 0;
}
.nav-listSub li {
  list-style: none;
}
.nav-listSub a {
  font-size: 0.9rem;
  color: #999;
  text-decoration: none;

}

.nav-listSub a:hover {
  color: #0d3b66;
  text-decoration: underline;

}


/*Reveal Hide style*/





  .toggle-btnHeader{
    display:none;


  }



  .toggle-btn{
    display:none;
  }

  .toggle-btn-visible{
    display: block;
  }

  .toggle-target-hidden{
    display:none
  }

  .toggle-target-expanded{
    display: inline;
  }





@media (max-width: 767px){



}

/* Site Navigation */
.site-nav {
  margin-top: 20px;
}

.site-nav ul {
  margin: 0;
  padding: 0;
}

.site-nav li {
  list-style: none;
  float: left;
  margin-right: 5px;
}

.site-nav a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  background-color: #365267;
  transition-property: color, background-color;
  transition-duration: 2s;
}

.site-nav a:hover {
  background-color: #fff;
  color: #2c465a;
}

@media screen and (max-width: 1023px) {
  .site-nav li {
    width: 33.332%;
    margin-right: 0;
  }

  .site-nav a {
    padding: 15px 0;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .site-nav li {
    width: 50%;
  }
}

/* End Site Navigation */


.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth {
  padding-bottom: 1.6rem;
}
@media (min-width: 960px) {
  .row {
    margin-right: -50px;
  }
  .one-half,
  .one-third,
  .two-thirds,
  .one-fourth,
  .one-fifth,
  .one-sixth {
    padding-bottom: 0;
    float: left;
    box-sizing: border-box;
    padding-right: 50px;
  }
  .two-thirds {
    width: 66.66%;
  }
  .one-half {
    width: 50%;
    padding-top: 2vh;
  }

  .oneOne {
    width: 100%;
  }
  .one-third {
    width: 33.33%;
  }
  .one-quarter {
    width: 25%;
  }
  .one-fifth {
    width: 20%;
  }
  .one-sixth {
    width: 16.66%;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.search-form {
  background-color: #dedede;
  padding: 20px;
  text-align: center;
}
.search-form label {
  display: block;
}
.search-form-row {
  display: flex;
}
.search-form .s {
  min-width: 20px;
  flex-basis: auto;
  flex-grow: 1;
  border: none;
  font-family: "Roboto", sans-serif;
  padding: 10px;
}
@media (min-width: 530px) {
  .search-form .s {
    font-size: 1.4rem;
  }
}
.search-submit {
  color: #fff;
  border: none;
  border-radius: 4px;
  outline: none;
  background-color: #0d3b66;
  font-family: "Roboto", sans-serif;
  padding: 0 20px;
  margin-left: 10px;
}
.note-limit-message {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  color: #c32929;
  font-weight: bold;
}
.note-limit-message.active {
  visibility: visible;
  opacity: 1;
}
.generic-content .like-box {
  float: right;
  font-size: 1rem;
  background-color: #ededed;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  color: red;
  padding: 10px 10px 10px 25px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 0 30px 30px;
  position: relative;
}
.generic-content .like-box:hover {
  background-color: #dedede;
}
.like-count {
  padding-left: 10px;
}
.like-box .fa-heart-o {
  transition: all 0.35s ease-out;
  position: absolute;
  left: 10px;
}
.like-box .fa-heart {
  left: 10px;
  transition: all 0.4s ease-out;
  position: absolute;
  visibility: hidden;
  transform: scale(0.2);
  opacity: 0;
}
.like-box[data-exists="yes"] .fa-heart {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.like-box[data-exists="yes"] .fa-heart-o {
  visibility: hidden;
  opacity: 0;
}
body.login .button-primary {
  background-color: #f95738;
  border-color: #f83e1a;
  text-shadow: 0 -1px 1px #f8320c, 1px 0 1px #f8320c, 0 1px 1px #f8320c, -1px 0 1px #f8320c;
  box-shadow: 0 1px 0 #ed2c07;
}
body.login .button-primary:active,
body.login .button-primary:focus,
body.login .button-primary:hover {
  background-color: #f8411d;
  border-color: #f95738;
  text-shadow: 0 -1px 1px #ed2c07, 1px 0 1px #ed2c07, 0 1px 1px #ed2c07, -1px 0 1px #ed2c07;
  box-shadow: 0 1px 0 #de2907;
}
body.login {
  background-color: #faf0ca;
}
.login h1 a {
  color: #004d96;
  font-size: 30px;
  font-weight: 300;
  background-image: none;
  width: auto;
  height: auto;
  text-indent: 0;
}
.btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 1.19rem;
  padding: 12px 24px;
  border: none;
  outline: none;
}

.btn-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1rem; /* Adjust as needed */
}

.btnParallax {
  display: inline-block;
  cursor: pointer;
  border: 2px solid black;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  color: #2d2d2d;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.5vh 1.8vw;
  background-color: #ececec;
}

.btnParallax:hover {
  border: 2px solid rgb(255, 255, 255);
  color: #c9c9c9;
  background-color: #000000;
}


.btn--small {
  font-size: 0.88rem;
  padding: 7px 13px;
  font-weight: 300;
}
.btn--with-photo {
  padding-left: 40px;
  position: relative;
}
.btn--orange {
  background-color: #ee964b;
}
.btn--orange:hover {
  background: linear-gradient(#ee964b, #eb6c00);
}
.btn--dark-orange {
  background-color: #f95738;
}
.btn--dark-orange:hover {
  background: linear-gradient(#f95738, #c62000);
}
.btn--blue {
  background-color: #0d3b66;


}
.btn--blue:hover {
  background: linear-gradient(#12518d, #0d3b66);
}

.btn--magenta {
  background-color: rgb(165, 33, 112);

}
.btn--magenta:hover {
  background: linear-gradient(rgb(168, 66, 128), rgb(165, 33, 112));
}

.btn--green {
  background-color: rgb(5, 100, 115);

}
.btn--green:hover {
  background: linear-gradient(rgb(32, 149, 167), rgb(5, 100, 115));
}

.btn--yellow {
  background-color: #f4d35e;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
}
.btn--yellow:hover {
  background: linear-gradient(#f4d35e, #f0bb00);
}
.btn--beige {
  background-color: #faf0ca;
  color: #173f58;
}
.btn--beige:hover {
  background-color: #f4d35e;
}
.btn--gray {
  background-color: #222;
}
.btn--white {
  background-color: #fff;
  color: #173f58;
}
.btn--white:hover {
  background-color: #ddd;
}
.btn--large {
  font-size: 1.3rem;
  padding: 16px 34px;
  border-radius: 7px;
}
@media (min-width: 530px) {
  .btn--large {
    font-size: 1.9rem;
  }
}
.btn--inactive {
  background-color: transparent;
  cursor: default;
  color: #333;
}
.edit-note,
.delete-note,
.submit-note {
  font-size: 0.9rem;
  background-color: #eee;
  padding: 8px 16px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 4px;
  cursor: pointer;
}
.submit-note {
  color: #fff;
  border: none;
  background-color: #f95738;
  line-height: 1.65;
}
.submit-note:hover {
  background-color: #dd3f21;
}
@media (min-width: 635px) {
  .edit-note,
  .delete-note {
    position: relative;
    top: -12px;
  }
}
.edit-note:hover,
.delete-note:hover {
  background-color: #ddd;
}
.delete-note {
  color: red;
}
.update-note {
  visibility: hidden;
}
.update-note--visible {
  visibility: visible;
}
.note-title-field {
  width: 40%;
  font-size: 1.85rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  color: #0d3b66;
  border: 1px solid transparent;
  padding: 7px;
  outline: none;
  position: relative;
  top: 1px;
}
@media (max-width: 400px) {
  .note-title-field {
    width: 100%;
  }
}
@media (min-width: 635px) {
  .note-title-field {
    width: 65%;
    font-size: 3.125rem;
  }
}
.note-body-field {
  color: #333;
  font-family: "Roboto", sans-serif;
  resize: none;
  display: block;
  width: 100%;
  line-height: 1.65;
  font-size: 1.15rem;
  padding: 7px;
  border: 1px solid transparent;
  height: 175px;
  outline: none;
}
.note-active-field {
  border: 1px solid #ddd;
  -webkit-animation: pulseBorder 0.75s alternate infinite;
  animation: pulseBorder 0.75s alternate infinite;
}
@-webkit-keyframes pulseBorder {
  0% {
    border: 1px solid #fff;
  }
  100% {
    border: 1px solid #ccc;
  }
}
@keyframes pulseBorder {
  0% {
    border: 1px solid #fff;
  }
  100% {
    border: 1px solid #ccc;
  }
}
.create-note {
  background-color: #ddd;
  padding: 20px;
  margin-bottom: 20px;
}
.new-note-title {
  width: 100%;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  border: none;
  margin-bottom: 10px;
  font-size: 1.15rem;
  box-sizing: border-box;
}
.new-note-body {
  width: 100%;
  box-sizing: border-box;
  resize: none;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  border: none;
  margin-bottom: 10px;
  height: 170px;
  font-size: 1.15rem;
  line-height: 1.65;
}
#my-notes {
  position: relative;
}
#my-notes li {
  transition: all 0.4s ease-out;
  opacity: 1;
}
#my-notes li.fade-out {
  height: 0px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0.5;
}
#my-notes li.fade-in-calc {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}
.site-header {
  z-index: 3;
  background-image: linear-gradient(#fff, #ececec);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;

}

@media (max-width: 960px) {
  .site-header {
    padding-bottom: 60px;
  }
}

.site-headerSticky {
  z-index: 3;
  background-image: linear-gradient( #ececec, #fff);
  border-bottom: 1px solid linear-gradient( #242424, #fff);
  top: -10px;
  left: 0;
  right: 0;
  padding-left: 20px 0;
  padding-right: 20px 0;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  position: sticky;
  height: 100px;
  text-decoration: none;
  font-weight: 450;
  font-family: "Poppins", sans-serif;
  font-style: normal;

}


.site-header__avatar {
  position: absolute;
  top: 0;
  left: 0;
}
.site-header__avatar img {
  display: block;
  width: 30px;
  height: 30px;
}
.site-header__menu {
  visibility: hidden;
  position: absolute;
  background-image: linear-gradient(#fff, #ececec);
  left: 0;
  right: 0;
  top: -20px;
  padding-top: 58px;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
  padding-bottom: 20px;
}
.site-header__menu--active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
@media (min-width: 960px) {
  .site-header__menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    position: static;
    background-color: transparent;
    background-image: none;
    float: right;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
  }
}
.site-header__search-trigger {
  cursor: pointer;
  color: #0f0505;
  font-size: 1.2rem;
  position: absolute;
  top: 6px;
  right: 16px;
}
@media (min-width: 530px) {
  .site-header__search-trigger {
    top: 4px;
    font-size: 1.4rem;
  }
}
@media (min-width: 960px) {
  .site-header__search-trigger {
    display: none;
  }
}
.site-header__menu-trigger {
  color: linear-gradient(rgb(32, 149, 167), rgb(5, 100, 115));
  cursor: pointer;
  font-size: 2.2rem;
  position: absolute;
  z-index: 10;
  top: 7px;
  right: 15px;
}
@media (min-width: 530px) {
  .site-header__menu-trigger {
    top: 5px;
    font-size: 1.4rem;
  }
}
@media (min-width: 960px) {
  .site-header__menu-trigger {
    display: none;
  }
}
.site-header__util {
  padding: 0 0 0 20px;
}
@media (min-width: 960px) {
  .site-header__util {
    padding: 0;
    float: right;
  }
}
.site-header__btn {
  margin-right: 20px;
}
@media (min-width: 960px) {
  .site-header__btn {
    float: left;
  }
}
.site-header .btn--with-photo {
  margin-right: 0;
}
.site-footer {
  padding: 2rem 0 3.5rem 0;
  background-image: linear-gradient(#fff, #ececec);
}
.site-footer p {
  font-size: 0.9rem;
}
.site-footer .headline {
  color: #666;
  margin-bottom: 0.33rem;
}
.site-footer__link {
  color: #999;
  text-decoration: none;
}
.site-footer__link:hover {
  color: #0d3b66;
  text-decoration: underline;
}
.site-footer__inner {

  padding-top: 3.5rem;
}
.site-footer__col-one {
  text-align: center;
}
@media (min-width: 960px) {
  .site-footer__col-one {
    text-align: left;
    width: 33%;
    float: left;
  }
}
.site-footer__col-two-three-group {
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .site-footer__col-two-three-group {
    text-align: left;
    float: left;
    width: 42%;
    margin: 0;
  }
}

.site-footer__col-three {
  width: 50%;
  float: left;
}

.site-footer__col-four {
  padding-top: 20px;
  width: 85%;
  margin: 0 auto;
  clear: both;
  text-align: center;
}
@media (min-width: 960px) {
  .site-footer__col-four {
    padding-top: 0;
    margin: 0;
    clear: none;
    text-align: left;
    width: 25%;
    float: right;
  }
}
.main-navigation {
  padding-top: 2px;

}
.main-navigation ul {

}
.main-navigation ul:before,
.main-navigation ul:after {
  content: " ";
  display: table;
}
.main-navigation ul:after {
  clear: both;
}
@media (min-width: 960px) {
  .main-navigation {
    float: left;
    margin-right: 2px;
  }
}
.main-navigation li {
  list-style: none;
}
@media (min-width: 960px) {
  .main-navigation li {
    float: left;
    padding-left: 8px;

  }
}


.main-navigation a {
  display: block;
  color: #282828;

  text-decoration: none;
  font-weight: 500;

}
@media (min-width: 960px) {
  .main-navigation a {
    display: inline-block;
    padding: 0;
  }
}

.main-navigation .current-menu-item a,
.main-navigation a:hover {
  color: #6f6f6f;

}

@media (min-width: 960px) {
  .main-navigation ul li:hover ul{
    padding: 0px auto 0;
    display: grid;
    grid-auto-flow: row;
    float: left;
    position: absolute;
    min-width: 350px;
    top: 28px;
    left: 0;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  }
}


.main-navigation ul li ul {
  display: none;
}



.page-banner {

  padding: 20px 0 20px 0;
  position:relative;

}
@media (min-width: 530px) {
  .page-banner {
    padding: 30px 0 20px 0;
  }
}

.page-bannerOnas {
  background-color: rgba(47, 92, 216, 0.542);
  padding: 20px 0 40px 0;
  position:relative;

}
@media (min-width: 530px) {
  .page-bannerOnas {
    background-color: rgba(47, 92, 216, 0.422);
    padding: 50px 0 20px 0;

  }
}

.page-bannerKontakt {

  padding: 40px 0 0 55px;
  margin-left: auto;
  margin-right: auto;
  position:relative;

}
@media (min-width: 960px) {
  .page-bannerKontakt {

    padding: 80px 0 0 20px;
    margin-left: auto;
    margin-right: auto;

  }
}


.page-banner__content {
  position: relative;
  z-index: 2;
}

.page-banner__title {

  font-weight: 300;
  font-size: 4.4rem;
  margin: 0.1rem 0 0 0;
  color: linear-gradient(#898989, #181818);
}


.page-banner__bg-image {
  opacity: 0.33;
  background-size:contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-banner__intro {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #ededed;
}
@media (min-width: 530px) {
  .page-banner__intro {
    font-size: 1.65rem;
  }
}
.page-banner__intro p {
  margin: 0;
}
.hero-slider {
  position: relative;
  cursor: pointer;
  div {
    outline: none;
  }
}
.hero-slider div {
  outline: none;
}
.hero-slider__interior {
  padding-top: 60px;
  padding-bottom: 60px;

}
@media (min-width: 960px) {
  .hero-slider__interior {
    padding-top: 100px;
    padding-bottom: 130px;
  }
}
.hero-slider__slide {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .hero-slider__slide {
    margin-top: 60px;

  }
}

.hero-slider__overlay {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.68);
  padding: 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 220;
  font-size: 1.0rem;
  border-radius: 9px;

}
@media (min-width: 960px) {
  .hero-slider__overlay {
    width: 90%;

  }
}



.hero-slider__overlayTitle {
  display: block;

}
@media (min-width: 960px) {
  .hero-slider__overlayTitle {
    width: 50%;
  }
}



.split-title {

  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 1.2; /* Adjust the line height as needed */
  max-height: 2.4em; /* Adjust the maximum height to control the number of lines */
}

.split-titleS {

  display: flex;
  justify-content: center; /* Center content horizontally */
  align-items: center;
  margin: 20px;
  white-space: initial;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2; /* Adjust the line height as needed */
  max-height: 2.4em; /* Adjust the maximum height to control the number of lines */
}



.slick-dots {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 15px;
}
@media (min-width: 960px) {
  .slick-dots {
    top: 50px;
  }
}
.slick-dots li {
  list-style: none;
  display: inline;
}
.slick-dots li button {
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  border: none;
  margin: 0 4px;
  padding: 0;
  outline: none;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background-color: #fff;
}
.glide__bullets {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 15px;
}
@media (min-width: 960px) {
  .glide__bullets {
    top: 50px;
  }
}
.glide__bullets button {
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  border: none;
  margin: 0 3px;
  padding: 0;
  outline: none;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
.glide__bullets button.glide__bullet--active {
  background-color: #fff;
}
.search-overlay {
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 110;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.96);
  visibility: hidden;
  opacity: 0;
  transform: scale(1.09);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  box-sizing: border-box;
}
.search-overlay p {
  padding-top: 15px;
}
.search-overlay .event-summary p {
  padding-top: 0;
}
.search-overlay .event-summary {
  margin-bottom: 0;
  margin-top: 20px;
}
body.admin-bar .search-overlay {
  top: 32px;
}
.search-overlay__top {
  background-color: rgba(0, 0, 0, 0.12);
}
.search-overlay__icon {
  margin-right: 10px;
  font-size: 1.8rem;
  color: #f95738;
}
@media (min-width: 960px) {
  .search-overlay__icon {
    font-size: 2.5rem;
  }
}
.search-overlay--active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.search-overlay__section-title {
  margin: 30px 0 1px 0;
  font-weight: 400;
  color: #0d3b66;
  font-size: 2rem;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.search-overlay__close {
  position: absolute;
  top: 13px;
  right: 16px;
  font-size: 2.1rem;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #fff;
  color: #f95738;
  line-height: 0.7;
}
@media (min-width: 530px) {
  .search-overlay__close {
    top: 18px;
    font-size: 2.1rem;
  }
}
@media (min-width: 960px) {
  .search-overlay__close {
    top: 26px;
    font-size: 2.8rem;
  }
}
.search-overlay__close:hover {
  opacity: 1;
}
.search-overlay .one-half {
  padding-bottom: 0;
}
.search-term {
  width: 75%;
  box-sizing: border-box;
  border: none;
  padding: 15px 0;
  margin: 0;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 300;
  outline: none;
  color: #f95738;
}
@media (min-width: 530px) {
  .search-term {
    font-size: 1.5rem;
  }
}
@media (min-width: 960px) {
  .search-term {
    width: 80%;
    font-size: 3rem;
  }
}
.body-no-scroll {
  overflow: hidden;
}
.professor-cards {
  margin: 0;
  padding: 0;
}
.search-overlay .professor-cards {
  padding-top: 21px;
}
.professor-card {
  position: relative;
  display: inline-block;
  width: 200px;
  margin-right: 15px;
  background-color: #f95738;
  overflow: hidden;
}
.search-overlay .professor-card {
  width: 180px;
}
.professor-card__image {
  display: block;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.professor-card:hover .professor-card__image {
  opacity: 0.8;
  transform: scale(1.1) rotate(4deg);
}
.professor-card__name {
  font-weight: 300;
  font-size: 0.9rem;
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  padding: 3px 10px;
  background-color: rgba(240, 54, 19, 0.85);
}
.professor-card:hover .professor-card__name {
  background-color: rgba(215, 46, 14, 0.85);
}
.professor-card__list-item {
  display: inline-block;
  list-style: none;
}
.headline {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
.headline--large {
  font-size: 3.6rem;
}
@media (min-width: 530px) {
  .headline--large {
    font-size: 6.25rem;
  }
}
.headline--large-medium {
  font-size: 5rem;
  margin: 0 0 1rem 0;
}
.headline--medium {
  font-size: 0.1 rem;
  margin-bottom: 0.75rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 420;

}
@media (min-width: 530px) {
  .headline--medium {
    font-size: 2.2rem;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 420;

  }
}

.headline--mediumTitle {
  font-size: 1.4em;
  line-height: 1.3em;
  margin:0;
  overflow: hidden;
   text-overflow: ellipsis;
   display:-webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2;
   -webkit-box-orient: vertical;
}
@media (min-width: 530px) {
  .headline--mediumTitle {
    font-size: 1.2rem;
  }
}


.headline--small-plus {
  font-family: "Roboto", sans-serif;
  font-size: 1.6875rem;
  font-weight: 400;
  margin-bottom: 1.9rem;
}
.headline--small {
  font-size: 1.2rem;
  margin-bottom: 1.9rem;
}


.headline--smallEmailContact {
  color: rgb(24, 51, 124);
  text-decoration: none;
  font-weight: 450;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 2.2rem;
  margin-bottom: 1.9rem;
  margin-left: 1.1rem;
}

@media (min-width: 530px) {
  .headline--small {
    font-size: 1.6875rem;
  }
}
.headline--smaller {
  font-size: 1.5rem;
}
.headline--tiny {
  font-family: "Roboto", sans-serif;
  font-size: 1.3875rem;
  margin-bottom: 0.25rem;
}
.headline--post-title a {
  color: #0d3b66;
  text-decoration: none;
}
.headline--post-title a:hover {
  text-decoration: underline;
}

.generic-content {
    font-family: "Poppins", sans-serif;
    font-style: normal;
  }


.generic-content p,
.generic-content li {
  font-size: 1.15rem;
}
.generic-content blockquote,
.generic-content blockquote p {
  font-size: 1.5rem;
  font-style: italic;
}
.generic-content h1,
.generic-content h2,
.generic-content h3,
.generic-content h4,
.generic-content h5,
.generic-content h6 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
}
.generic-content h1 {
  font-size: 3.6rem;
}
.generic-content h2 {
  font-size: 3.1rem;
}
.generic-content h3 {
  font-size: 2.6rem;
}
.generic-content h4 {
  font-size: 2.1rem;
}
.generic-content h5 {
  font-size: 1.6rem;
}
.generic-content h6 {
  font-size: 1.15rem;
}
@media (min-width: 530px) {
  .generic-content h1 {
    font-size: 6.25rem;
  }
  .generic-content h2 {
    font-size: 5rem;
  }
  .generic-content h3 {
    font-size: 3.125rem;
  }
  .generic-content h4 {
    font-size: 2.4rem;
  }
  .generic-content h5 {
    font-size: 1.9rem;
  }
  .generic-content h6 {
    font-size: 1.15rem;
  }
}
@media (min-width: 960px) {
  .full-width-split {
    display: flex;
  }
}
.full-width-split__one {
  flex: 1;
  padding: 1.6rem 16px;
}
@media (min-width: 960px) {
  .full-width-split__one {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .full-width-split__one .full-width-split__inner {
    float: right;
  }
}
.full-width-split__two {
  flex: 1;
  padding: 1.6rem 16px;
}
@media (min-width: 960px) {
  .full-width-split__two {
    padding: 40px;
  }
}
@media (min-width: 1350px) {
  .full-width-split__inner {
    width: 610px;
  }
}
.event-summary {
  position: relative;
  padding-left: 107px;
  min-height: 77px;
  padding-bottom: 1px;
  margin-bottom: 20px;
}
.event-summary__title a {
  color: #173f58;
}
.event-summary__date {
  text-decoration: none;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  padding: 14px 0 11px 0;
  color: #fff;
  border-radius: 50%;
  background-color: #0d3b66;
  width: 80px;
  line-height: 1;
  transition: opacity 0.33s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
}
.event-summary__date:hover {
  opacity: 0.75;
}
.event-summary__date--beige {
  background-color: #f4d35e;
}
.event-summary__month {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}
.event-summary__day {
  display: block;
  font-size: 2.02rem;
  font-weight: 700;
}
.page-links {
  position: relative;
  z-index: 1;
  background-color: #faf0ca;
  margin: 0 0 40px 0;
}
@media (min-width: 767px) {
  .page-links {
    margin: 0 0 40px 20px;
    width: 300px;
    float: right;
  }
}
.page-links__title {
  margin: 0;
  font-weight: normal;
  text-align: center;
  padding: 20px 0;
  background-color: #0d3b66;
  color: #fff;
}
.page-links__title a {
  color: #fff;
  text-decoration: none;
  background-color: #0d3b66;
}
.page-links li {
  border-top: 1px solid #f4de89;
}
.page-links li:first-child {
  border-top: none;
}
.page-links__active,
.page-links .current_page_item {
  text-align: center;
  background-color: #f4e6b1;
  color: #0d3b66;
  font-weight: bold;
}
.page-links li a {
  display: block;
  text-align: center;
  padding: 17px 10px;
  text-decoration: none;
  color: #0d3b66;
  transition: all 0.3s;
}
.page-links li a:hover {
  color: #0a2b4b;
  background-color: #f2e3aa;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.acf-map img {
  max-width: inherit !important;
}
.link-list li {
  padding: 1rem 0;
  font-size: 1.5rem;
  border-bottom: 1px dotted #dedede;
}
.search-overlay .link-list li {
  font-size: 1.3rem;
}
.link-list li:last-child {
  border-bottom: none;
}
.link-list a {
  color: #f95738;
}
.metabox {
  background-color: #faf0ca;
  border-radius: 3px;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 30px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.07);
}
.metabox--position-up {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.metabox--with-home-link {
  padding: 0;
}
.metabox__main {
  padding: 10px 15px 10px 11px;
}
.metabox p {
  margin: 0;
  font-size: 0.9rem;
  color: #a79038;
}
.metabox a {
  color: #a79038;
  text-decoration: none;
  font-weight: bold;
}
.metabox a:hover {
  text-decoration: underline;
}
.metabox .metabox__blog-home-link {
  background-color: #0d3b66;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px 0 0 3px;
  font-weight: normal;
}
.metabox .metabox__blog-home-link:hover {
  text-decoration: none;
  background-color: #0a2e4f;
}
.post-item {
  border-bottom: 1px dotted #dedede;
  padding-bottom: 1.7rem;
  margin-bottom: 1.7rem;
}
.post-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.sidenav {
  height: 8%;
  width: 0;
  position: fixed;
  z-index: 1;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 88px;

}

.sidenavMenu {
  width: 0;
  z-index: 1;
  font-size:18px;
  cursor:pointer;
  color: rgb(47, 92, 216);
  text-decoration: none;
  font-weight: 450;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  transition: 0.5s;
  height:37%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 2px;
  margin-left: -40px;
  margin-top:20px;


}

.sidenavMenu .closebtn {
  display: inline;
  top: -65;
  right: 25px;
  font-size: 27px;
  padding: 42px 4px 4px 8px;
}

.sidenavmenu .closebtn:hover {
  color: #3f49be;
}


.sidenav a {
  text-decoration: none;
  font-size: 18px;
  color: #3f49be;
  display: inline;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #0f3c66;
}

.sidenav .closebtn {
  display: inline;
  top: -65;
  right: 25px;
  font-size: 20px;
  padding: 42px 4px 4px 8px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.sidenavMobile{
  display: none;
}


@media (max-width: 1069px) {
  .sidenavMenu{
    display: none;
  }

  .sidenavMobile {
    display:block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    margin-left: -20px;
  }

  .sidenavMobile a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .sidenavMobile a:hover {
    color: #f1f1f1;
  }

  .sidenavMobile .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 26px;
    margin-left: 50px;
  }

  .containerLogo, .containerLogoOther{
    padding-right: 8vw;
  }
}


.fade-in-container {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s ease-out, transform 1s ease-out;
  padding: 330px 0 20px 0;
}

.fade-in-visible {
  opacity: 1;
  transform: translateY(0);
}

.headlineServices{
  padding-left: 165px;

}

.headlineServicesSplitter{
  font-size: 4rem;
  flex: 1;

  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;

}

.container2 {
  padding-left: auto;
  padding-right: auto;
  padding-top: 170px;
  padding-bottom: 10px;
  justify-content: space-between;
  width: 100%;

  transition: opacity 1s ease-in-out;

  display: flex;
  flex-wrap: wrap; /* Allow columns to wrap to the next line */
  align-items: flex-start; /* Align items to the start of the container */
  position: sticky;
  height: auto; /* Adjust height to fit content */
  max-height: 240px;
  text-decoration: none;
  font-weight: 450;

  font-style: normal;
}

.container3 {
  padding-left: auto;
  padding-right: auto;
  padding-top: 240px;
  padding-bottom: 400px;
  justify-content: space-between;
  width: 100%;


  transition: opacity 1s ease-in-out;

  display: flex;
  align-items: center;
  position: sticky;
  height: auto;
  text-decoration: none;
  font-weight: 450;

  font-style: normal;
}

.containerSluzby {
  padding-left: auto;
  padding-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  justify-content: space-between;
  width: 100%;
  background-image: url('../images/macCoffee.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease-in-out;
  display: flex;
  align-items: center;
  position: sticky;
  height: auto;
  text-decoration: none;
  font-weight: 450;
  font-style: normal;
}

.container404-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  text-align: center;
}

.container404 {
  padding-top: 240px;
  padding-bottom: 400px;
  justify-content: space-between;
  width: 100%;
  transition: opacity 1s ease-in-out;
  display: flex;
  align-items: center;
  position: sticky;
  height: 170px;
  text-decoration: none;
  font-weight: 450;
  font-style: normal;
}

.container404 img {
  display: block;
  margin: 0 auto;
}



.column2 {
  width: 32%; /* Default width for each column */
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px; /* Add some margin for spacing when wrapping */
}

.column2 h2 {
  text-align: center;
}

.column2:nth-child(1) {
  animation: slideInLeft 1s forwards;
}

.column2:nth-child(2) {
  animation: fadeIn 1s 0.5s forwards;
}

.column2:nth-child(3) {
  animation: slideInRight 1s forwards;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



.categories {
  text-align: center;
  padding-top: 240px;
}

.category {
  display: inline-block;
  margin: 0 20px;
}

.category h2 {
  margin: 0;
  font-size: 24px;
  cursor: pointer;
}

.sub-items {
  list-style-type: disc;
  margin: 10px 0 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 2s ease-out;
}

.sub-items li {
  margin: 5px 0;
  text-align: center;

}

.sub-items li:hover {
  font-size: 1.8rem;
}

.sub-items.expanded {
  max-height: 500px; /* Adjust as needed */
}

/* Specific styles for E-shop column */
#e-shop .sub-items {
  text-align: center; /* Center align sub-items in E-shop column */
}

#e-shop .sub-items li {
  padding-left: 0; /* Remove left padding for E-shop sub-items */
  text-align: center;
}

/* Media queries for responsive design */
@media (max-width: 900px),
       (max-height: 770px) and (orientation: portrait) {
  .column2 {
    width: 100%; /* Full width for small screens */
  }

  .column2 h2{
    font-size: 2rem;
  }

  .sub-items li {
    text-align: center; /* Center align text for small screens */
    padding-left: 0;
    font-size: 1.3rem;
  }

  .container2{
    max-height: 680px;
  }
}


@media (max-width: 480px) {
  .sub-items {
    text-align: center;
  }

  .sub-items li {
    padding-left: 0; /* Remove left padding for very small screens */
  }
}

/* Parallax Container */
.parallax-container {
  position: relative;
  height: 120vh;
  background-image: url('../images/history.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  font-family: Arial, sans-serif;

}

.parallax-content {
  position: relative;
  z-index: 2;
}

.parallax-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for better text readability */
  z-index: 1;
}

/* Parallax Container */
.parallax-container1 {
  position: relative;
  height: auto;
  background-image: url('../images/trumpTower.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  color: white;
  font-family: Arial, sans-serif;
}

.parallax-content1 {
  z-index: 2;
  padding: 2rem 0 2rem 10%;
}

.parallax-container1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for better text readability */
  z-index: 1;
}

.scroll-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.241);
  padding: 2%;
  padding-right: 4%;
  color: #eaeaea;
  font-family: "Montserrat", sans-serif;
  font-weight: 520;
  font-size: 1rem;

  overflow: hidden;
  white-space: normal;
  transform: translateX(-150%);
  transition: transform 1s ease;
  max-width: 95%;
  height: auto;
  box-sizing: border-box;
}

.scroll-content.in-view {
  transform: translateX(0);
}

.scroll-content h2 {
  color: #2b2b2b;
  font-family: "Montserrat", sans-serif;
  font-weight: 220;
  font-size: 2rem;
}

.scroll-content li {
  display: list-item;
  padding-left: 1rem;
}

.scroll-content.visible {
  opacity: 1;
}

@media (max-height: 430px) {
  .scroll-content {
    font-size: 0.6rem;
  }
}

.anchor1, .anchor2, .anchor3 {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}


/* Parallax Container */
.parallax-container2 {
  position: relative;
  height: auto;
  background-image: url('../images/equitable.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  color: white;
  font-family: Arial, sans-serif;
}


.parallax-content2 {
  z-index: 2;
  padding: 2rem 0 2rem 10%;
}

.parallax-container2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for better text readability */
  z-index: 1;
}

.scroll-content1 {
  position: sticky;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.241);
  padding: 2%;
  padding-right: 4%;
  color: #eaeaea;
  font-family: "Montserrat", sans-serif;
  font-weight: 520;
  font-size: 1rem;
  height: auto;
  overflow: hidden;
  white-space: normal;
  transform: translateX(-150%);
  transition: transform 1s ease;
  max-width: 95%;
  box-sizing: border-box;
}

.scroll-content1.in-view {
  transform: translateX(0);
}

.scroll-content1 h2 {
  color: #2b2b2b;
  font-family: "Montserrat", sans-serif;
  font-weight: 220;
  font-size: 2rem;
}

.scroll-content1 li {
  display: list-item;
  padding-left: 1rem;
}

.scroll-content1.visible {
  opacity: 1;
}


@media (max-width: 850px) and (max-aspect-ratio: 1/1) {
  .scroll-content, .scroll-content1 {
    font-size: 0.8rem;

  }

}

/* Parallax Container */
.parallax-container3 {
  position: relative;
  height: auto;
  background-image: url('../images/broadway.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  color: white;
  font-family: Arial, sans-serif;
}


.parallax-content3 {
  z-index: 2;
  padding: 2rem 0 2rem 10%;
}

.parallax-container3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for better text readability */
  z-index: 1;
}

.scroll-content2 {
  position: sticky;
  display: flex;
  flex-direction: column;
  background-color: rgba(79, 69, 69, 0.417);
  padding: 2%;
  padding-right: 4%;
  color: #eaeaea;
  font-family: "Montserrat", sans-serif;
  font-weight: 520;
  font-size: 1rem;
  height: auto;
  overflow: hidden;
  white-space: normal;
  transform: translateX(-150%);
  transition: transform 1s ease;
  max-width: 95%;
  box-sizing: border-box;
}

.scroll-content2.in-view {
  transform: translateX(0);
}

.scroll-content2 h2 {
  color: #2b2b2b;
  font-family: "Montserrat", sans-serif;
  font-weight: 220;
  font-size: 2rem;
}

.scroll-content2 li {
  display: list-item;
  padding-left: 1rem;
}

.scroll-content2.visible {
  opacity: 1;
}


@media (max-width: 850px) and (max-aspect-ratio: 1/1) {
  .scroll-content, .scroll-content1,  .scroll-content2  {
    font-size: 0.8rem;

  }

}

/* Parallax Container */
.parallax-container4 {
  position: relative;
  height: 45vh;

  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  color: white;
  font-family: Arial, sans-serif;
}

@supports (-webkit-touch-callout: none) {
  /* Target only iOS devices */
  .parallax-container4 {
    display: none;
  }
}

.parallax-content4 {
  z-index: 2;
  padding-left: 10%;
  padding-top: 2rem;
}

.parallax-container4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for better text readability */
  z-index: 1;
}

/* Parallax Container */
.parallax-container9 {
  position: relative;
  height: 34vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: block;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  color: white;
  font-family: Arial, sans-serif;
}

.parallax-content9 {
  z-index: 2;
  float: left;
}

.parallax-container9::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for better text readability */
  z-index: 1;

}

.scroll-content9 {
  position: sticky;
  display: flex;
  flex-direction: column;
  padding:10% 0 0 0;
  color: #c6c6c6;

  font-weight: 420;
  font-size: 2vh;
  height: 30vh;
  border-radius: 9px;
  overflow: hidden;
  justify-content: flex-end;
  flex-direction: column;
  white-space: normal;
  transition: transform 1s ease;
  box-sizing: border-box;

}

.scroll-content9.in-view {
  transform: translateX(0);
}

.scroll-content9.out-of-view {
  transform: translateX(-180%);
}

.scroll-content9 h2 {
  color: #2b2b2b;

  font-weight: 220;
  font-size: 2rem;
}

.scroll-content9 li {
  display: list-item;
  padding-left: 1rem;
}

.scroll-content9.visible {
  opacity: 1;
}

@media (max-width: 850px) and (max-aspect-ratio: 1/1) {
  .parallax-container9, .scroll-content9 {
    height: 10vh;
    padding: 1% 0 1% 0;

  }
  .scroll-content9.out-of-view {
    transform: translateX(0);
  }

  .page-banner__title{
    font-size: 2.4rem;
    padding-top: 8%;
  }
}


.scroll-content3, .scroll-content4, .scroll-content5, .scroll-content6, .scroll-content7 {
  position: absolute;
  display: flex;
  flex-direction: row; /* Changed to row to align items horizontally */
  justify-content: space-between; /* Added to space out text and image */
  background-color: rgba(255, 255, 255, 0.875);
  padding: 2%;
  padding-right: 4%;
  color: #4c4c4c;
  font-family: "Montserrat", sans-serif;
  font-weight: 420;
  font-size: 2vh;
  height: 30vh;
  border-radius: 9px;
  overflow: hidden;
  white-space: normal;
  transform: translateX(-400%);
  transition: transform 1s ease;
  max-width: 95%;
  box-sizing: border-box;
}

.scroll-content3.in-view, .scroll-content4.in-view, .scroll-content5.in-view, .scroll-content6.in-view, .scroll-content7.in-view {
  transform: translateX(0);
}

.scroll-content3 h2, .scroll-content4 h2, .scroll-content5 h2, .scroll-content6 h2 , .scroll-content7 h2  {
  color: #2b2b2b;
  font-family: "Montserrat", sans-serif;
  font-weight: 220;
  font-size: 2rem;
}

.scroll-content3 li, .scroll-content4 li, .scroll-content5 li, .scroll-content6 li, .scroll-content7 li  {
  display: list-item;
  padding-left: 1rem;
}

.scroll-content3.visible, .scroll-content4.visible, .scroll-content5.visible, .scroll-content6.visible, .scroll-content7.visible  {
  opacity: 1;
}

.scroll-content3 .image-container, .scroll-content4 .image-container, .scroll-content5 .image-container, .scroll-content6 .image-container, .scroll-content7 .image-container  {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2%; /* Adjust as needed for spacing */
}

.scroll-content3 .image-container img, .scroll-content4 .image-container img, .scroll-content5 .image-container img, .scroll-content6 .image-container img , .scroll-content7 .image-container img   {
  max-height: 100%; /* Ensures the image fits within the container */
  max-width: 100%;
  border-radius: 9px; /* Matches the border radius of the container */
}

@media (max-width: 850px) and (max-aspect-ratio: 1/1) {
  .scroll-content3, .scroll-content4, .scroll-content5, .scroll-content6, .scroll-content7 {
    font-size: 0.8rem;
    flex-direction: column; /* Stack text and image vertically on small screens */
    align-items: center;
  }

  .scroll-content3 .image-container, .scroll-content4 .image-container, .scroll-content5 .image-container, .scroll-content6 .image-container, .scroll-content7 .image-container {
    margin-left: 0; /* Remove margin for vertical layout */
    margin-top: 2%; /* Add margin above image */
  }

  .scroll-content3 .image-container img, .scroll-content4 .image-container img, .scroll-content5 .image-container img, .scroll-content6 .image-container img , .scroll-content7 .image-container img   {
    max-width: 80%; /* Adjust as needed for mobile view */
  }
}




.scroll-text, .scroll-text1, .scroll-text2, .scroll-text3, .scroll-text4, .scroll-text5 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 10;
}

.scroll-text h2, .scroll-text1 h2, .scroll-text2 h2, .scroll-text3 h2, .scroll-text4 h2, .scroll-text5 h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 220;
  font-size: 4rem;
}

.scroll-text.visible, .scroll-text1.visible, .scroll-text2.visible, .scroll-text3.visible, .scroll-text4.visible, .scroll-text5.visible {
  opacity: 1;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .scroll-text h2, .scroll-text1 h2, .scroll-text2 h2, .scroll-text3 h2, .scroll-text4 h2, .scroll-text5 h2 {
    font-size: 3.5rem;
  }
}

@media (max-width: 992px) {
  .scroll-text h2, .scroll-text1 h2, .scroll-text2 h2, .scroll-text3 h2, .scroll-text4 h2, .scroll-text5 h2 {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .scroll-text h2, .scroll-text1 h2, .scroll-text2 h2, .scroll-text3 h2, .scroll-text4 h2, .scroll-text5 h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {
  .scroll-text h2, .scroll-text1 h2, .scroll-text2 h2, .scroll-text3 h2, .scroll-text4 h2, .scroll-text5 h2 {
    font-size: 2rem;
  }
}

/* Additional Margin to Prevent Text Overlapping on Small Screens */
@media (max-width: 768px) {
  .scroll-text, .scroll-text1, .scroll-text2, .scroll-text3, .scroll-text4, .scroll-text5 {
    top: 60%;
    transform: translate(-50%, -60%);
  }
}

/* Increase the Opacity Transition Duration for Better Visibility */
.scroll-text.visible, .scroll-text1.visible, .scroll-text2.visible, .scroll-text3.visible, .scroll-text4.visible, .scroll-text5.visible {
  transition: opacity 1s ease;
}

@supports (-webkit-touch-callout: none) {
  /* Target only iOS devices */
  .parallax-container, .parallax-container1, .parallax-container2, .parallax-container3, .parallax-container4, .parallax-container9  {
    background-attachment: scroll;
  }
}


.detailed-description {
  background-image: url('../images/macCoffee.jpg');
  padding-top: 240px;
  padding-bottom: 40px;
  justify-content: space-between;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;

  display: flex;
  align-items: center;
  position: sticky;
  height: 170px;
  text-decoration: none;
  font-weight: 450;

  font-style: normal;

}

.detailed-description image {
  padding-top: 240px;
  padding-bottom: 40px;
  justify-content: space-between;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  align-items: center;
  position: sticky;
  height: 170px;
  text-decoration: none;
  font-weight: 450;
  font-style: normal;
}

.page-section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #ffffff;
}

.text-block {
  position:relative;
  white-space: nowrap;
  transform: translateX(-100%);
  transition: transform 1s ease;
  color: #2b2b2b;
  font-family: "Montserrat", sans-serif;
  font-weight: 220;
  font-size: 2rem;
}

.text-block.in-view {
  transform: translateX(0);
}

.text-block1 {
  position:relative;
  white-space: nowrap;
  transform: translateX(-100%);
  transition: transform 1s ease;
  color: #2b2b2b;
  font-family: "Montserrat", sans-serif;
  font-weight: 220;
  font-size: 2rem;
}

.text-block1.in-view {
  transform: translateX(0);
}

/* Custom styles for product pages */
.product-price {
  font-size: 1.5em;
  color: #333;
}
.product-sku {
  font-size: 1.2em;
  color: #777;
}

.category-container {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
}

.categorySpecial {
  position: relative;
  text-align: center;
}

.circle {
  width: 150px;
  height: 150px;
  border: 5px solid black;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}

.sub-itemsSpecial {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  transition: opacity 0.3s;
}

.categorySpecial:hover .sub-itemsSpecial {
  opacity: 1;
}

.sub-itemsSpecial li {
  position: absolute;
  transition: transform 0.3s;
  color: #2b2b2b;
  font-family: "Montserrat", sans-serif;
  font-weight: 220;
  font-size: 2rem;
}

.sub-itemsSpecial li:hover {
  transform: scale(1.1);
}

#product-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#product-gallery-main {
  position: relative;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
}
.product-gallery-image {
  display: none;
  width: 100%;
}
.product-gallery-image.active {
  display: block;
}
#product-gallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
.product-gallery-thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  margin: 5px;
  border: 2px solid transparent;
}
.product-gallery-thumbnail.active {
  border-color: #000;
}

.grid-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.grid-item {
  height: 15rem;
  flex-basis: 33.33%;
  -ms-flex: auto;
  width: 10rem;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}

.grid-itemR {
  height: 15rem;
  flex-basis: 50%;
  -ms-flex: auto;
  width: 10rem;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}

.grid-itemS {
  height: 12rem;
  flex-basis: 33.33%;
  -ms-flex: auto;
  width: 10rem;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}

.grid-row a {
  text-decoration: none;
}

.wrapping-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: currentColor;
}

.grid-item-wrapper {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  background-image: linear-gradient(#FFF, #ECECEC);
  border-radius: 9px;
  margin: 0;
  padding: 1.4vh 0 0 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
  transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
  position: relative;
}

@media(max-width: 425px) {
  .grid-item-wrapper  {
   margin: 4px;
  }
}



.grid-item-container {
  height: 80%;
  width: 100%;
  position: relative;
}

.grid-image-top {
  height: 95%;
  width: 120%;
  background-size:contain;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  left: -10.5%;
  top: -4.5%;
}

.grid-image-topS {
  height: 75%;
  width: 100%;
  background-size:contain;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.grid-image-topR {
  height: 95%;
  width: 100%;
  background-size:contain;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}


.grid-image-top .centered {
  text-align: center;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 54.5%;
  left: 50%;
  width: 60%;
  height: 60%;
  background-position: center;
}

.grid-image-top.rex-ray {
  background: -webkit-gradient(linear,left top, left bottom,from(#007DB8),to(#00447C));
  background: -webkit-linear-gradient(#007DB8,#00447C);
  background: -o-linear-gradient(#007DB8,#00447C);
  background: linear-gradient(#007DB8,#00447C);
}

.rex-ray-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/Rex-Ray-icon-209x300.png);
}

.grid-image-top.sputnik {
  background: -webkit-gradient(linear,left top, left bottom,from(#1AA9FB),to(#1785C4));
  background: -webkit-linear-gradient(#1AA9FB,#1785C4);
  background: -o-linear-gradient(#1AA9FB,#1785C4);
  background: linear-gradient(#1AA9FB,#1785C4);
}

.sputnik-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/sputnik-1-300x257.png);
}

.grid-image-top.edgex {
  background: -webkit-gradient(linear,left top, left bottom,from(#952f4c),to(#3e1a51));
  background: -webkit-linear-gradient(#952f4c,#3e1a51);
  background: -o-linear-gradient(#952f4c,#3e1a51);
  background: linear-gradient(#952f4c,#3e1a51);
}

.edgex-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/edge-x-300x287.png);
}

.grid-image-top.openswitch {
  background: -webkit-gradient(linear,left top, left bottom,from(#2db89a),to(#00793d));
  background: -webkit-linear-gradient(#2db89a,#00793d);
  background: -o-linear-gradient(#2db89a,#00793d);
  background: linear-gradient(#2db89a,#00793d);
}

.openswitch-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/open-switch-300x207.png);
}

.grid-image-top.scaleio {
  background: -webkit-gradient(linear,left top, left bottom,from(#2e96dd),to(#326de6));
  background: -webkit-linear-gradient(#2e96dd,#326de6);
  background: -o-linear-gradient(#2e96dd,#326de6);
  background: linear-gradient(#2e96dd,#326de6);
}

.scaleio-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/K8s_ScaleIO_Color-white-thumb-221x300.png);
}

.grid-image-top.csi {
  background: -webkit-gradient(linear,left top, left bottom,from(#464646),to(#000000));
  background: -webkit-linear-gradient(#464646,#000000);
  background: -o-linear-gradient(#464646,#000000);
  background: linear-gradient(#464646,#000000);
}

.csi-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/csi-1-300x99.png);
}

.grid-image-top.kubernetes {
  background: -webkit-gradient(linear,left top, left bottom,from(#09C1D1),to(#326DE6));
  background: -webkit-linear-gradient(#09C1D1,#326DE6);
  background: -o-linear-gradient(#09C1D1,#326DE6);
  background: linear-gradient(#09C1D1,#326DE6);
}

.kubernetes-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/kubernetes-300x293.png);
}

.grid-image-top.grpc {
  background: -webkit-gradient(linear,left top, left bottom,from(#0CC1C8),to(#2E838C));
  background: -webkit-linear-gradient(#0CC1C8,#2E838C);
  background: -o-linear-gradient(#0CC1C8,#2E838C);
  background: linear-gradient(#0CC1C8,#2E838C);
}

.grpc-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/grpc-300x105.png);
}

.grid-image-top.envoy {
  background: -webkit-gradient(linear,left top, left bottom,from(#290B54),to(#130229));
  background: -webkit-linear-gradient(#290B54,#130229);
  background: -o-linear-gradient(#290B54,#130229);
  background: linear-gradient(#290B54,#130229);
}

.envoy-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/envoy_logo-5028052-300x91.png);
}

.grid-image-top.istio {
  background: -webkit-gradient(linear,left top, left bottom,from(#4A73C0),to(#466BB0));
  background: -webkit-linear-gradient(#4A73C0,#466BB0);
  background: -o-linear-gradient(#4A73C0,#466BB0);
  background: linear-gradient(#4A73C0,#466BB0);
}

.istio-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/istio-203x300.png);
}

.grid-item-content {
  padding: 0 8px 20px 8px;
}

.item-title, .item-titleR {
  line-height: 30px;
  margin-bottom: 1.3px;
  margin-top: 2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 420;
  font-size: 1.1rem;
  text-align: center;
  display:grid;
  flex-wrap: wrap;
  justify-content: center;
}

.item-category {
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
  font-size: 8px;
}

.item-excerpt {
  margin-bottom: 10px;
  display: block;
  font-size: 10px;
}

.more-info {
  position: absolute;
  bottom: 0;
  margin-bottom: 14px;
  padding-left: 0;
  transition-duration: .5s;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.more-info i {
  padding-left: 5px;
  transition-duration: .5s;
}

.more-infoV2 {
  position: absolute;
  bottom: 0;
  right: 10px;
  margin-bottom: 14px;
  padding-left: 0;
  transition-duration: .5s;

  display: flex;

  font-family: "Montserrat", sans-serif;
  font-weight: 220;
  font-size: 4rem;
}

.more-infoV2 i {
  padding-left: 5px;
  transition-duration: .5s;
}

.grid-item:hover .more-info i {
  padding-left: 20px;
  transition-duration: .5s;
}

.more-info i::before {
  font-size: 16px;
}

.grid-item:hover .grid-item-wrapper {
  padding: 2% 2%;
  margin: -2% -2%;
}

.grid-itemS:hover .grid-item-wrapper {
  padding: 2% 2%;
  margin: -2% -2%;
}

.grid-itemR:hover .grid-item-wrapper {
  padding: 2% 2%;
  margin: -2% -2%;
}


@media(max-width: 1333px) {
  .grid-item, .grid-itemS {
    flex-basis: 33.33%;
  }
}

@media(max-width: 1073px) {
   .grid-item, .grid-itemS {
    flex-basis: 33.33%;
  }
}

@media(max-width: 815px) {
  .grid-item, .grid-itemS {
    flex-basis: 50%;
  }
  .container3{
    padding-top: 320px;
  }
  .parallax-container4{
    display:none;
  }
}


@media(max-width: 555px) {
  .item-title {
    line-height: 30px;
    margin-bottom: 1.3px;
    margin-top: 2px;

    font-family: "Montserrat", sans-serif;
    font-weight: 420;
    font-size: 1.2rem;

    display:grid;
    flex-wrap: wrap;
    justify-content: center;
  }

  .item-titleR {
    line-height: 30px;
    margin-bottom: 1.3px;
    margin-top: 2px;

    font-family: "Montserrat", sans-serif;
    font-weight: 420;
    font-size: 1rem;

    display:grid;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.iphone-TitleBox{



  color: #4c4c4c;


  font-family: "Montserrat", sans-serif;
  font-weight: 420;
  font-size: 1.4rem;



  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;


}

.iphone-TitleText{


    padding: 20px; /* Padding inside the text box */
    max-width: 1000px; /* Maximum width of the text box */
    width: 100%; /* Full width up to the max-width */
    box-sizing: border-box; /* Ensures padding and border are included in the width and height */


}

.iphone-TitleBox h2 {
  color: #2b2b2b;
  font-family: "Montserrat", sans-serif;
  font-weight: 220;
  font-size: 2rem;
}


/*The contact form styling*/

.breadcrumb {
  font-family: "Montserrat", sans-serif;
  font-weight: 440;
  font-size: 1.4rem;
  padding: 0 0 2rem 1rem;

}
