@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
  --sc-blue: #053297;
  --sc-dark-blue: #042d8b;
  --sc-darker-blue: #0A2558;
  --sc-orange: #FB6602;
  --sc-text-blue: #0c1730;
  --sc-dark-orange: #e35c02;
  --sc-white: #f8f9fa;
}

* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: var(--sc-text-blue);
}

html {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: var(--sc-text-blue);
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: 'Inter', sans-serif;
}

.navbar {
  z-index: 3;
}

.navbar-brand img,
.navbar {
  /* add easing effect to navbar*/
  transition: all 0.5s ease-in-out;
}

.text-white {
  color: #fff;
}

.nav-link {
  font-weight: 500;
  color: #f1f1f1;
}

.sky-nav {
  background-color: #f1f1f1 !important;
  box-shadow: 1px 1px 4px rgb(12, 23, 48, 0.2);
}

.sky-nav .nav-link {
  color: var(--sc-text-blue) !important;
}

.sky-nav .navbar-brand img {
  width: 140px !important;
}

.nav-link:hover {
  color: var(--sc-orange) !important;
}





.btn-sc-primary {
  font-weight: 500;
  background-color: var(--sc-orange);
  color: var(--sc-white);
}

.btn-sc-primary:hover {
  background-color: var(--sc-dark-orange);
  color: var(--sc-white);
}

.btn-sc-primary-outline {
  font-weight: 500;
  border-color: var(--sc-orange);
  color: var(--sc-orange);
  border-width: 2px;
  background-color: var(--sc-white);
}

.btn-sc-primary-outline:hover {
  background-color: var(--sc-dark-orange);
  border-color: var(--sc-dark-orange);
  border-width: 2px;
  color: var(--sc-white);
}

.btn-sc-secondary {
  font-weight: 300;
  background-color: var(--sc-blue);
  color: var(--sc-white);
  padding: 12px;
}

.btn-sc-secondary:hover {
  background-color: var(--sc-dark-blue);
  color: var(--sc-white);
}


.btn-oval {
  border-radius: 20px;
  padding-left: 50px;
  padding-right: 50px;
}


.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  height: auto;
}

.swiper {
  width: 100%;
  height: auto;
}


.hero {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}

/*Landing hero section*/
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.overlay-blur::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero .container .row {
  padding-top: 10%;
  padding-bottom: 15%;
}

.hero .container h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #f1f1f1;
}

.hero .container p {
  font-size: 1.2rem;
  color: #f1f1f1;
}

.map {
  background-image: url('../images/map.webp');
}

.slide1-img {
  background-image: url('../images/read.webp');
}

.slide2-img {
  background-image: url('../images/hero.webp');
}

.slide3-img {
  background-image: url('../images/skycoast.jpg');
}
.slide4-img {
  background-image: url('../images/products/chishona.webp');
}
.slide5-img{
  background-image: url('../images/library.webp');
}
.slide6-img{
  background-image: url('../images/contacts.webp');
}
.slide7-img{
  background-image: url('../images/officesupplies.webp');
}
.slide8-img{
  background-image: url('../images/products/stationary.webp');
}
.img-values{
  background-image: url('../images/values.webp');
}
.img-shelf{
  background-image: url('../images/shelf.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.img-stationary{
  background-image: url('../images/stationary_diverse.webp');
}

.bg-top{
  background-position: top;
}
.card-mh{
  min-height: 280px;
}

.txt-shadow {
  color: transparent;
  -webkit-text-stroke: 1px var(--sc-orange);
  text-shadow: -1px 1px 2px var(--sc-orange), 1px 1px 2px var(--sc-orange), 1px -1px 0 var(--sc-orange), -1px -1px 0 var(--sc-orange);
}

.social-icons {
  width: 26px;
  aspect-ratio: 1/1;
}

.logos {
  max-width: 250px;
  aspect-ratio: 16/9;
  object-fit: fill;
  mix-blend-mode: color;
}

.img-serice-link:hover > .img-service, .img-serice-link:hover > .img-service-banner {
    box-shadow: 1px 1px 10px var(--sc-dark-orange);
}

.img-service {
  transition: all 0.5s;
  max-width: 310px;
  aspect-ratio: 305/322;
  border: 1px solid var(--sc-orange);
  object-fit: cover;
}

.img-service-banner {
  transition: all 0.5s;
  width: 260px;
  margin-top: -20%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.year-box{
    display: block;
    width: 22%;
    position: absolute;
    text-align: center;
    align-content: center;
    margin-top: -18%;
    margin-left: -5%;
}
/*Product Page Slider*/
.product-image-slider {
    overflow: hidden;
}

.slidecontrol {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.slidecontrol.x4 {
    font-size: 4rem;
}

.slidecontrol.x4:hover {
    color: var(--sc-dark-orange);
}

.slidecontrol.left-control {
    left: 0;
}

.slidecontrol.right-control {
    right: 0;
}

.product-image-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    display: none;
}

.product-image-slider img:first-child {
    display: block;
}

.product-image-slider .colors {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
/*Product Page Ends Here*/
/*utilities*/
.mx-width-80 {
  max-width: 80%;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

/**/

.bg-transparent {
  background-color: transparent !important;
}

.bg-orange {
  background-color: var(--sc-orange);
}
.bg-orange-light {
  background-color: rgba(251, 102, 2, 0.151);
}

.bg-grey-light {
  background-color: #E6E6E6;
}

.bg-bluesc {
  background-color: var(--sc-dark-blue);
}
.bg-bluesc-light {
  background-color: rgba(4, 45, 139, 0.151);
}

.bg-darker-bluesc {
  background-color: var(--sc-darker-blue);
}

.text-bluesc {
  color: var(--sc-blue);
}

.text-orange {
  color: var(--sc-orange) !important;
}
.bg-grey{
  background-color: #f1f1f1;
}

.square {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: fill;
  max-width: 240px;
}

.img-square {
  aspect-ratio: 1/1;
  object-fit: cover;
}

footer a:hover {
  color: var(--sc-orange) !important;
}

.icon-box {
  border-radius: 10px;
}

.text-50 {
  font-size: 50px;
}

.text-40 {
  font-size: 40px;
}

.text-30 {
  font-size: 30px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-20 {
  font-size: 20px;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}
.fw-600 {
    font-weight: 600;
  }

.fw-700 {
  font-weight: 700;
}

.form-shadow {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
}

.white-shadow-text {
  text-shadow: 0px 1px 4px rgba(255, 255, 255, 0.8);
}

.orange-shadow-text {
  text-shadow: 0px 1px 5px var(--sc-orange);
}
.white-shadow{
    box-shadow: 0px 1px 8px var(--sc-white);
}

.orange-shadow {
  box-shadow: 0px 1px 5px var(--sc-orange);
}
.bluesc-shadow {
  box-shadow: 0px 1px 5px var(--sc-blue);
}
.bg-attach-fixed{
    background-attachment: fixed;
}


.py-10 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pt-10 {
  padding-top: 6rem !important;
}

.pt-15 {
  padding-top: 9rem !important;
}
.pt-20 {
  padding-top: 12rem !important;
}
.pt-25 {
  padding-top: 15rem !important;
}



/*E-SHOP Styles*/
.categories a{
    transition: all 0.3s ease-in-out;
}
.mx-width{
    max-width: 416px;
}
.mr-4{
    margin-right: 8px;
}
.border-tag{
    border-right: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.categoryactive {
    color: var(--sc-white);
    font-weight: bold;
    background-color: var(--sc-orange) !important;
}

@media only screen and (max-width: 768px) {
    /* CSS rules for screens 720px wide and below */
    .year-box{
        width: 34%;
        margin-top: -48%;
    }

    .mx-width{
        max-width: 208px;
    }
  }
