html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #6cad06;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --primary: #770f11;
  --secondary: #00698c;
  --success: #6cad06;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f8f8;
  --dark: #1d2734;
  --text-dark: #333;
  --bg-light: #f5f5f5;
  --border-gray: #c5c5c5;
  --border-light: #e6e6e6;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --font-family-roboto: "Roboto", sans-serif;
  --font-family-cairo: "Cairo", sans-serif;
  --font-family-brandon-black: brandon-text-black, sans-serif;
  --font-family-brandon-bold: brandon-text-bold, sans-serif;
  --font-family-brandon-medium: brandon-text-medium, sans-serif;
  --font-family-brandon-regular: brandon-text-regular, sans-serif;
  --font-family-brandon-light: brandon-text-light, sans-serif;
}

.list-style-type-circle{
  list-style-type: circle;
}
 .modal-body::before {
  content: '';
  width: 70%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(/resources/i/graphics/bg-lines2.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: 100%;
  opacity: .2;
} 

@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1350px;
  }
}

.form-control {
  border-radius: 1rem;
  border: 0;
  padding: .3rem .7rem;
  height: auto;
}

.carousel-control-next, .carousel-control-prev{
  width:1em;
}

section{  
  display: block;
  position: relative;
  margin: 6em 0;
}


#giati-emas{
  margin: 3em 0;
}

.text-bold {
  font-weight: 400;
}
.text-faded {
  opacity: .7;
}

a:hover{
  color: #891014;
  text-decoration: none;
}

.nav-item-util {
  display: flex;
  align-items: center;
}
.nav-link {
  font-weight: 500;
  color: black;
}

.d-btn {
  display: inline-block;
  background: #891014;
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 1.4rem;
  line-height: 1rem;
  border: 0;
  transition: box-shadow 0.3s ease-in-out;  
}
.d-btn:active,
.d-btn:focus{
  border:0;
  outline: 0;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7em;
  height: 2.7em;
  background: #FAF0E6;
  border-radius: 50%;
  color: #891014;
}

.btn-shadow {
  -webkit-box-shadow: 0px 0px 23px 5px rgba(137,16,20,0.22);
  box-shadow: 0px 0px 23px 5px rgba(137,16,20,0.22);
}

.btn-shadow:hover{
  -webkit-box-shadow: px 0px 6px 1px rgba(48,48,48,0.79), 0px 0px 10px 5px rgba(148,148,148,0.34),0px 0px 23px 5px rgba(137,16,20,0.22);
  box-shadow: 0px 0px 6px 1px rgb(137 16 20), 0px 0px 10px 5px rgba(148,148,148,0.34),0px 0px 23px 5px rgba(137,16,20,0.22);
}

.d-btn:hover {
  color: white;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(48,48,48,0.79), 0px 0px 10px 5px rgba(148,148,148,0.34);
    box-shadow: 0px 0px 6px 1px rgb(137 16 20), 0px 0px 10px 5px rgba(148,148,148,0.34);
}


.navbar-container {
  background: white;
}

.navbar-collapse {
  background: #eee;
  margin: 0 -15px;
  padding: 0 15px;
}
@media (min-width: 992px){
  .navbar-collapse {
    justify-content: space-between;
    background: white;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1200px){
  .navbar-collapse {
    margin-left: 9em;
  }
}


.navbar-toggler {
  color: #891014;
  border-color: #891014;
}

.navbar-brand img {
  height: 90px;
}

@media (min-width: 992px){
  .navbar-brand img {
    height: 110px;
  }
}


.title-primary {
  font-weight: 700;
}

.text-primary {
  color: #891014!important;
}


.contact-phone,
.contact-email,
.contact-address {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-weight: 500;
}

.contact-phone:hover,
.contact-email:hover,
.contact-address:hover{
  color: #891014;
}


.contact-phone .icon,
.contact-email .icon,
.contact-address .icon {
  margin-right: .5em;
  font-size: 1.5em;
  color: #891014;
}


.contact-icon {
  width: 2em;
  height: 2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
  color: #891014;
}

.contact-icon:hover{
  color: black;
}


.giati-emas-bg {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(/resources/i/graphics/bg-lines1.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
  opacity: .3;
}


.intro-image img{
  width:100%;
  transform: translateY(25px);
}

@media (min-width: 992px){
  .intro-image img{
    width:auto;
  } 
}

.heading-flex-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.section-title {
  font-size: 1.7em;
  font-weight: 500;
}
.section-title span {
  font-weight: 300;
}

.apple-specialists {
  height: 20px;
}
@media (min-width: 768px){
  .apple-specialists {
    height: 45px;
  }
}


.about-icon {
  display: inline-flex;
  flex-flow: column;
  align-items: center;
}

.about-icon img {
  width: 70px;
}

.about-icon-text {  
  font-weight: 400;
}

@media (min-width: 768px){
  .about-icon {
    flex-flow: row;
  }
  .about-icon-text {
    margin-left: 1em;
  }
}



.service-block {
  display: flex;
  flex-flow: column;
  align-items: center;
  box-shadow: 0 1px 6px 0 rgba(0,0,0,.16);
  background-color: white;
  overflow: hidden;
  padding: 1rem;
  border-radius: .4rem;
  position: relative;
  cursor: pointer;
}

.service-block::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/resources/i/graphics/dots.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .3;
  z-index: 0;
}

.service-block-image {
  width: 50%;
  height: auto;
  z-index: 1;
}

@media (min-width: 992px){
  .service-block-image {
    width: 50%;
  }
}

.service-block-title {
  font-size: 1rem;
  margin-top: 1rem;
}


.service-issue-block {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  box-shadow: 0 1px 6px 0 rgba(0,0,0,.16);
  background-color: white;
  overflow: hidden;
  padding: 1rem;
  border-radius: .4rem;
  position: relative;
  margin-bottom: .5em;
}

.service-issue-block-title {
  margin-top: auto;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
}

.service-issue-block-image {
  height: 110px;
  width: auto;
  margin-bottom: 1.5rem;
}


.contact-form-left-bg {
  background: #891014;
  color: white;
  display: flex;
  padding: 3em;
  overflow: hidden;
}

.contact-form-left-bg .wrapper {
  width: 100%;
  display: flex;
  flex-flow: column;
  z-index: 3;  
}



.contact-form-right-bg {
  background: #F8F8F8;
  padding: 3em 1em;
  position: relative;
  overflow: hidden;
}

.contact-form-right-bg::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/resources/i/graphics/bg-lines2.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: 100%;
  opacity: .2;
  transform: translateX(30%);
}

.contact-form-right-bg .form {
  width: 100%;
}


@media (min-width: 992px){
  .contact-form-right-bg{
    padding: 3em;
  }
  .contact-form-left-bg::before {
    content: '';
    width: 11em;
    height: 11em;
    background: white;
    position: absolute;
    opacity: .1;
    border-radius: 50%;
    top: calc(0% - 6em);
    left: calc(36% - 6em);
  }
  .contact-form-left-bg::after {
      background-image: url(/resources/i/graphics/icon-iphone-repairs.png);
      content: '';
      background-repeat: no-repeat;
      width: 243px;
      height: 286px;
      position: absolute;
      bottom: -10px;
      right: -10px;
      z-index: 1;
      opacity: .8;
  }

  .contact-form-right-bg::before{
    transform: translateX(50%);
  }
}

@media (min-width: 1200px){
  .contact-form-left-bg .wrapper {
    width: 70%;
  } 
  .contact-form-right-bg .form {
    width: 70%;
  }
}


.carousel-indicators li {
  background-color: #891014;
}
.carousel-item-row {
  border-radius: 1rem;
  overflow: hidden;
}

.img-gallery-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.img-gallery{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f8f8f8;
}

.img-gallery-lg {
  width: 100%;
  height: 30em;
}


.img-gallery-wide {
  width: 100%;
  height: 12em;
  margin-bottom: 1em;
  border-radius: 1em;
  overflow: hidden;
}

.img-gallery-sm-narrow {
  width: 100%;
  height: 12em;
  margin-bottom: 1em;
  border-radius: 1em;
  overflow: hidden;
}

.img-gallery-narrow {
  width: 100%;
  height: 12em;
  border-radius: 1em;
  overflow: hidden;
}

.img-gallery-medium{
  width: 100%;
  height: 12em;
  border-radius: 1em;
  overflow: hidden;
}

.img-gallery-wide-narrow{
  width: 100%;
  height: 12em;
  margin-top: 1em;
  border-radius: 1em;
  overflow: hidden;
}



@media (min-width: 768px){
  .img-gallery-wide {
    width: 100%;
    height: 12em;
  }

  .img-gallery-sm-narrow {
    width: calc(50% - 1em);
    height: 12em;
    margin-bottom: 0;
  }

  .img-gallery-narrow {
    width: 50%;
    height: 12em;
  }

  .img-gallery-medium{
    width: 100%;
    height: 12em;
  }

  .img-gallery-wide-narrow{
    width: 100%;
    height: 12em;
    margin-top: 1em;
  }
}


@media (min-width: 992px){
  .img-gallery-wide {
    width: 100%;
    height: 12em;
  }

  .img-gallery-sm-narrow {
    width: calc(35% - 1em);
    height: 12em;
    margin-bottom: 1em;
  }

  .img-gallery-narrow {
    width: 65%;
    height: 12em;
  }

  .img-gallery-medium{
    width: 100%;
    height: 17em;
  }

  .img-gallery-wide-narrow{
    width: 100%;
    height: 7em;
    margin-top: 1em;
  }

}

.messenger-contact {
  padding: 1em;
  width: 16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border: 1px solid #007bff;
  border-radius: .4rem;
}
.messenger-contact:hover{
  color: black;
}

.messenger-contact .fab {
  font-size: 2.5em;
  margin-right: 1rem;
}

.map-wrapper {
  box-shadow: 0 1px 6px 0 rgba(0,0,0,.16);
  border-radius: .4rem;
}

.map-image {
  width: 100%;
}


.video-container {
  box-shadow: 0 1px 6px 0 rgba(0,0,0,.16);
  border-radius: 1.6em;
}

.video-overlay {
  position: relative;
}

.video-overlay-text {
  position: absolute;
  color: white;
  top: calc(50% - 80px);
  width: 100%;
  text-align: center;
}
.vide-overlay-text {
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 1em;
}

@media (min-width: 768px){
  .vide-overlay-text {
    font-size: 2.5em;
  }
}

.video-overlay-btn {
  color: white;
  font-size: 2.5em;
  border-radius: 50%;
  border: 3px solid white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
}

.video-overlay-btn:hover {
  background: white;
}


.footer-top {
  background: #f8f8f8;
}

.brand-footer-wrapper {
  background: white;
  display: inline-block;
  padding: .5em;
  box-shadow: 0 1px 6px 0 rgba(0,0,0,.16);
  border-radius: .4rem;
  transform: translateY(calc(-.5em - 40px));
  margin-bottom: -3em;
}


@media (min-width: 992px){
  .brand-footer-wrapper{
    margin-bottom: 0;
  }
}


.footer-links {
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
  display: flex;
  flex-flow: column;
  text-align: center;
}
@media (min-width: 768px){
  .footer-links{
    flex-flow: row;
    text-align: left;
  }  
}

.footer-bottom {
  background: #891014;
  color: white;
  padding: 1em;
}

.footer-bottom p{
  color: white;
  padding: 0;
  margin: 0;
  font-size: .8em;
}

