@font-face {
  font-family: 'Aileron';
  src: url('../fonts/fonts-transfonter/Aileron-Regular.woff2') format('woff2'),
    url('../fonts/fonts-transfonter/Aileron-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aileron-light';
  src: url('../fonts/fonts-transfonter/Aileron-Light.woff2') format('woff2'),
    url('../fonts/fonts-transfonter/Aileron-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron-light-italic';
  src: url('../fonts/fonts-transfonter/Aileron-LightItalic.woff2') format('woff2'),
    url('../fonts/fonts-transfonter/Aileron-LightItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron-semibold-italic';
  src: url('../fonts/fonts-transfonter/Aileron-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/fonts-transfonter/Aileron-SemiBoldItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Lovelace-italic';
    src: url('../fonts/lovelace/lovelace-italic-webfont.woff2') format('woff2'),
         url('../fonts/lovelace/lovelace-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Lovelace-bold-italic';
  src: url('../fonts/fonts-transfonter/LovelaceText-BoldItalic.woff2')
      format('woff2'),
    url('../fonts/fonts-transfonter/LovelaceText-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lovelace-regular';
  src: url('../fonts/fonts-transfonter/LovelaceText-Regular.woff2')
      format('woff2'),
    url('../fonts/fonts-transfonter/LovelaceText-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1200px) {
  .container {
/*    max-width: 1340px !important;*/
    /*max-width: 1920px !important;
    padding-left: 4vw;
    padding-right: 4vw;*/
  }
}

body,
html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  background-color: var(--background) !important;
  font-family: 'Aileron' !important;
  margin-top: 52px;
  scrollbar-color: var(--title) var(--background);
}
:root {
  --background: #fff8ed;
  --title: #f28482;
  --content: #393636;
  --white: #fff;
  --black: ;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  background-color: var(--background);
}
::-webkit-scrollbar-thumb {
  background-color: var(--title);
  border-radius: 6px;
}
h1, h2{
  font-family: 'Lovelace-regular';
}
.logo-size {
  width: 80px;
}

.text-black {
  color: var(--content) !important;
}

.bg-yellow {
  background-color: #ffef93;
}
.btn{
  transition: 0.3s ease all;
  border: 0px;
  width: 200px;
  height: 40px;
  margin-top: 15px;
}
.btn:hover{
  transform: scale(1.05);
}
.btn.btn-light {
  background: var(--background);
  border-radius: .25rem;
}
.btn.btn-dark {
  background: var(--title);
  border-radius: .25rem;
  width: auto;
}
.c-btn {
  height: 50px;
  width: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--title);
  background-color: transparent;
  border: 1px solid var(--title);
  transition: 0.3s ease all;
  border-radius: 0;
  margin-top: 0px;
}
.c-btn:hover {
  color: var(--white);
  background-color: var(--title);
  border: 1px solid var(--white);
  transform: scale(1.05);
}
.header-main {
  /*background-color: var(--bs-white);*/
  border-bottom: 0px solid var(--title);
  position: relative;
}
.header-main .c-btn {
  border-radius: .25rem;
  text-transform: uppercase;
  /*font-weight: bold;*/
  border: 1px solid var(--title);
}
.header-main ul.social-media {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-flex;
}
.header-main ul.social-media li{
  margin-right: 8px;
}
.header-main ul.social-media li a {
    border: 1px solid var(--title);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease all;
}
.header-main ul.social-media li a:hover{
  background-color: var(--title);
  color: var(--bs-white);
  transform: scale(1.10);
}
.navbar-nav li {
  margin: 0 15px 0 0;
}
.navbar-nav li a {
  color: var(--title);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
/*.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover{
  color: var(--title)!important;
}*/
.navbar-nav .nav-link.active:before, .navbar-nav .nav-link.show:before, .navbar-nav .nav-link:hover:before {
    content: '';
    border-bottom: 1.5px solid var(--bs-navbar-brand-hover-color);
    position: absolute;
    width: 100%;
    bottom: -8px;
    left: 0;
    right: 0;
}
.fixed-top.scrolled {
    background: var(--background);
    box-shadow: 0px 0px 6px 0px #ebd9bc;
}
.dropdown-menu[data-bs-popper]{
  margin-top: 0px;
  border-radius: 0px;
  background: var(--title);
  padding: 0px;
}
.dropdown-menu[data-bs-popper] li {
    margin: 0px;
    border-bottom: 1px solid var(--background);
}
.dropdown-menu[data-bs-popper] li:last-child{
  border-bottom: 0px;
}
.dropdown-menu[data-bs-popper] li a {
    padding: 4px 8px;
    color: var(--background);
}
.dropdown-menu[data-bs-popper] li a:hover{
  background: var(--background);
  color: var(--title);
}
h1 {
  font-family: 'Aileron-light';
  color: var(--title);
  font-size: 2.8rem;
  font-weight: normal;
}
h1 span {
  color: var(--bs-body-color);
  font-size: 18px;
  display: block;
  font-family: var(--bs-body-font-family);
}
.title {
  font-size: 4.013rem;
  color: var(--title);
  text-transform: uppercase;
  font-family: 'Lovelace-regular';
}
.sub-title {
  font-size: 3.013rem;
  color: var(--title);
  text-transform: uppercase;
  font-family: 'Lovelace-regular';
}
.title span {
  font-size: 4.013rem;
  font-family: 'Lovelace-italic';
  text-transform: capitalize;
  color: var(--title);
}
span.normal-title {
  font-size: 4.013rem;
  color: var(--title);
  text-transform: uppercase;
  font-family: 'Aileron';
  letter-spacing: 0.04em;
}
.text-copy p {
  font-size: 0.938rem;
  color: var(--content);
}

/* Banner */
.banner-main {
  position: relative;
}

.video-left-content {
  width: 100%;
  height: 350px;
  margin: 0;
  top: 0px;
  position: relative;
}
.video-left-content .video-container {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.video-left-content .video-container::before {
  content: '';
  background: var(--title);
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
}
.video-left-content .svg-img-container {
  position: absolute;
  left: 10%;
  bottom: 20px;
  display: block;
}
.video-left-content span.svg-img-container span {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -20px;
}
.video-left-content span.svg-img-container span:nth-child(2) {
  margin-left: 100px;
}
.video-left-content span.svg-img-container span:nth-child(3) {
  margin-left: 200px;
}
#videoBG {
    position:absolute;
    z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
    #videoBG {
        width:100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9) {
    #videoBG { 
/*        width:auto;*/
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.video-right-content p {
  font-size: 18px;
}
.video-right-content p.capital-name-text {
  font-size: 24px;
  display: flex;
  align-items: center;
}
.video-right-content p.capital-name-text span {
  background: var(--title);
  color: var(--background);
  width: 40px;
  height: 40px;
  display: inline-flex;
  border-radius: 50%;
  font-family: 'Lovelace-regular';
  font-size: 24px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

/* About Me */
.about-left {
  max-width: 720px;
}
.about-left-img {
  position: relative;
}
.about-left-img .svg-img-container {
  position: absolute;
  right: -54px;
  width: 110px;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: 9%;
  justify-content: space-around;
  height: 83%;
}
.about-left-img .svg-img-container span {
  position: absolute;
  width: 150px;
  height: 150px;
  display: contents;
}
.about-left-img .svg-img-container span img {
  position: relative;
  z-index: 9;
}
/* Pattern Image with Content */
.pattern-img-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pattern-img-container span {
  max-width: 120px;
  margin: 8px;
}
.image-title h1{
  font-family: 'Lovelace-regular';
  color: var(--bs-body-color);
  font-size: 1.7rem;
  font-weight: normal;
}
/* Services */
.packages-main .shadow-box .btn.btn-light:hover {
    background: var(--bs-body-color);
    color: var(--title);
}
.accordion-main-container {
  padding: 25px;
  border-radius: 5px;
  background-color: rgb(242 132 130 / 80%);
}

.accordion-main-container .accordion-item h2 {
  font-family: 'Lovelace-regular';
}
.accordion-main-container .accordion-item,
.accordion-main-container .accordion-button {
  background-color: transparent !important;
  border-radius: 0;
  border-right: 0;
  border-left: 0;
  outline: none;
  border-color: var(--bs-body-color);
  color: var(--bs-body-color);
}
.accordion-main-container .accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}
#accordionImage,
#accordionImage2 {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: max-width 0.3s ease;
}

.overflow-hidden {
  overflow: hidden;
}

.work-main h4 {
  font-size: 1.5rem !important;
}

.work-main {
/*  min-height: 70vh;*/
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
/*  border-bottom: 1px solid rgba(242, 132, 130, 0.5);*/
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.work-main .img-a {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  z-index: -1;
}

.work-main .img-b {
  position: absolute;
  right: 15%;
  top: 0;
  width: 25%;
}

.work-main .img-c {
  position: absolute;
  bottom: -2%;
  right: 15%;
  width: 30%;
}

.shadow-box {
  background: rgb(242 132 130 / 80%);
  padding: 16px;
  border-radius: .25rem;
  font-family: 'Aileron-light';
  letter-spacing: 0.02em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shadow-box h3 {
    font-size: 1.55rem;
}
p.notes{
  font-family: 'Aileron-semibold-italic';
}
.work-container .grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-template-rows: masonry;
}
.work-container .grid .item {
  height: 210px;
  overflow: hidden;
}
.work-container .grid .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work-image-container{
  display: block;
  overflow: hidden;
  margin-bottom: 24px;
/*  height: 300px;*/
}
.work-image-container img{
  /*width: 100%;
  height: 300px;
  object-fit: cover;*/
}
span.fix-work-image-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
}
span.fix-work-image-container img {
  position: absolute;
  max-width: 220px;
  top: 20%;
}
.full-image-container{
  height: 781px;
  display: flex;
}
.full-image-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/*.work-content{
  position: sticky;
  bottom: 40%;
  align-self: flex-end;
}*/
#web-work span.fix-work-image-container{
  width: 206px;
  height: 500px;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.fix-work-image-container span.img-text {
  position: absolute;
  width: 206px;
  height: 390px;
  background: rgb(242 132 130 / 90%);
  padding: 16px;
  overflow: auto;
  top: 21%;
  color: var(--background);
  display:none;
  transition: 0.5s ease all;
}
span.fix-work-image-container:hover span.img-text{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
span.img-text p, span.img-text h2 {
  text-align: center;
}
span.img-text h2 {
  font-size: 1.7rem;
}
.work-image-container span.img-text{
  width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: rgb(242 132 130 / 90%);
  color: var(--background);
  display: none;
  transition: 0.5s ease all;
  padding: 40px;
  position: absolute;
  top: 0px;
}
.work-image-container:hover span.img-text{
  display: flex;
}
.normal-img-container span.img-text, .full-image-container span.img-text{
  position: absolute;
  left: 0px;
  top: 0px;
  background: #ededed;
  height: 100%;
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgb(242 132 130 / 90%);
  color: var(--background);
}
.normal-img-container:hover span.img-text, .full-image-container:hover span.img-text{
  display: flex;
}
/*
#graphics-work{
  background: rgba(242, 132, 130, 0.8);
}
#graphics-work h1{
  color: var(--background);
}
*/
.contact-main{
  display: flex;
}
.contact-main .contact-left{
  width: 60%;
}
.contact-main .contact-right {
    width: 40%;
    background: url(../images/contact-img.jpg) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    position: relative;
}
.contact-main .contact-right:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 252 247 / 75%);
    content: "";
    top: 0px;
}
.contact-right-main-text {
    text-align: center;
    position: sticky;
    bottom: 40%;
    align-self: flex-end;
    max-width: 515px;
}
.contact-right-main-text p:first-child {
    font-size: 1.5rem;
    font-family: 'Lovelace-regular';
}
.contact-main h1 {
/*    font-size: 10.30vw;*/
    font-size: 5vw;
    font-family: 'Lovelace-regular';
    font-weight: normal;
    text-align: center;
    line-height: 22vh;
    margin-bottom: 0px;
    margin-left: -12px;
}
.contact-main .btn{
  padding: 8px 24px;
  height: 50px;
}
.form-control:focus, .form-check-input:focus, .form-select:focus, .btn:focus-visible {
    border-color: var(--title);
    box-shadow: 0 0 0 0.25rem rgba(242,132,130,.25);
}
.form-check-input:checked {
  background-color: var(--title);
  border-color: var(--title);
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select, .form-check .form-check-input{
  border-radius: 0px;
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  display: none;
  width: 50px;
  height: 50px;
  background: var(--title);
  z-index: 999;
  cursor: pointer;
}

nav.navbar.navbar-expand-lg .navbar-toggler {
    position: absolute;
    right: 12px;
    border-radius: 0px;
    border-color: var(--title);
    padding: 8px 12px;
}
nav.navbar.navbar-expand-lg .navbar-toggler i {
    color: var(--title);
}
.about-right{
  padding-left: 3rem;
}
.brands-container {
  max-width: 991px;
  margin: 0 auto;
}
.brands-container h2{
  color: var(--title);
}
/*.brands-container .col{
  max-width: fit-content;
}*/
.testimonial-container{
  max-width: 1024px;
  margin: 0 auto;
}
.testimonial-container .client-testimony{
  position: relative;
}
/* .testimonial-container .client-info:before {
  font-family: 'FontAwesome';
  content: "\f10e";
  font-size: 6rem;
  position: absolute;
  color: rgb(242 132 130 / 12%);
  text-align: center;
  right: 0;
  line-height: 0;
  margin: 0 auto;
} */
.testimonial-container p.client-info{
  /* font-family: 'Aileron-light'; */
  font-family: "Aileron-light-italic";
  color: var(--title);
  position: relative;
  font-size: 1.2rem;
}
.testimonial-container .carousel-inner .carousel-item .text-center {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out .1s;
     -moz-transition: 2s all ease-in-out .1s; 
      -ms-transition: 2s all ease-in-out .1s; 
       -o-transition: 2s all ease-in-out .1s; 
          transition: 2s all ease-in-out .1s; 
}
.testimonial-container .carousel-inner .carousel-item.active .text-center {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out .1s;
     -moz-transition: 2s all ease-in-out .1s; 
      -ms-transition: 2s all ease-in-out .1s; 
       -o-transition: 2s all ease-in-out .1s; 
          transition: 2s all ease-in-out .1s;    
}
.d-hide{
  display: none!important;
}
.output_message {
  text-align: center;
  color: var(--title);
}
@media only screen and (min-width: 1440px)
{ /* Your Styles... */ 
  .container{
    max-width: 1440px;
  }
  .about-left{
    margin-left: 1.5rem;
    padding-left: 3rem;
  }
  .about-right{
    padding-left: 0px;
    position: relative;
    left: -30px;
  }
}
@media only screen and (min-height: 900px)
{ /* Your Styles... */ }
@media only screen and (min-width: 1440px) and (orientation: landscape)
{ /* Your Styles... */ }
@media only screen and (min-width: 900px) and (orientation: portrait)
{ /* Your Styles... */ }
@media only screen and (-webkit-min-device-pixel-ratio: 2),
                    only screen and (min--moz-device-pixel-ratio: 2),
                    only screen and (-o-min-device-pixel-ratio: 2/1),
                    only screen and (min-device-pixel-ratio: 2)
{  /* Your Styles here */ }
@media (max-width: 991px){
  body, html{
    margin-top: 40px;
  }
  .d-hide{
    display: inline-flex!important;
  }
  .m-hide{
    display: none!important;
  }
   .m-pt-4{
       padding-top:1.5rem;
   }
  .navbar .row.col-12.justify-content-between.align-items-center.m-auto > .col:first-child{
    display: none;
  }
  .navbar .col.text-center.aos-init.aos-animate {
    text-align: left !important;
  }
  .navbar-nav .nav-link.active:before, .navbar-nav .nav-link.show:before, .navbar-nav .nav-link:hover:before{
    bottom: -1px;
  }
  /*.container{
    width: auto;
  }*/
  /*
  .navbar-expand-md .navbar-toggler {
      display: block;
  }
  .navbar-expand-md .navbar-collapse {
      display: flex!important;
  }
  .navbar-expand-md .navbar-nav {
      flex-direction: column;
  }*/
  .fixed-top{
    padding: 12px 0px!important;
  }
  ul.navbar-nav {
    position: absolute;
    background: var(--title);
    width: 100%;
    top: 40px;
    right: 0px;
    min-width: 200px;
  }
  ul.navbar-nav li {
    width: 100%;
    margin: 0px;
  }
  ul.navbar-nav li a {
    color: var(--background);
    padding: 8px;
    width: 100%;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
  }
  .navbar-toggler[aria-expanded="false"] .fa-bars{ display: block;}
  .navbar-toggler[aria-expanded="false"] .fa-xmark{ display: none;}
  .navbar-toggler[aria-expanded="true"] .fa-bars{ display: none;}
  .navbar-toggler[aria-expanded="true"] .fa-xmark{ display: block;}
  .header-main .c-btn {
    border-radius: 0.25rem;
    text-transform: uppercase;
    border: 1px solid var(--title);
    background: var(--background);
    height: 38px;
    margin: 12px 12px;
    width: 90%;
  }
  .header-main .c-btn:hover{
    border: 1px solid var(--background);
    background: var(--title);
  }
  .video-left-content .svg-img-container {
    left: 15%;
  }
  .video-right-content {
    margin-top: 60px;
    padding: 0px !important;
  }
  .brands-container h1{ font-size: 1.8rem;}
  .banner-main .title span {
    font-size: 2rem;
  }
  .m-pt-5{
    padding-top: 1rem!important;
  }
  .m-py-5{
    padding:1rem 0px!important;
  }
  .m-pb-0{
      padding-bottom: 0px!important;
  }
  .about-left-img .svg-img-container {
    position: relative;
    right: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    top: 0px;
    justify-content: space-around;
    left: 0px;
    margin: 15px 0px 5px 0px;
  }
  .about-left-img .svg-img-container span {
    position: relative;
    width: 80px;
    height: 80px;
    display: block;
  }
  .about-right-img {
    margin-top: 0px !important;
    padding-top: 1rem !important;
  }
  #full-image{
    min-height: auto!important;
    background-size: contain;
  }
  #image-title{
    padding-top: 1rem!important;
    padding-bottom: 0rem!important;
  }
  .pattern-img-container span {
    max-width: 120px;
    margin: 12px 10px 24px 10px;
  }
  .image-title h1{
    font-size: 1.2rem;
/*    margin: 0px -36px;*/
  }
  .accordion-main-container{
    padding: 0px;
    border-radius: 0px;
  }
  .work-main{padding-top: 0px!important;}
  .about-right.px-4 {
    padding: 0px 0px !important;
  }
  .about-right{
    position: relative;
    left: -25px;
  }
  .packages-main{
    padding-top:0px!important;
  }
  .contact-main {
    display: flex;
    flex-direction: column;
  }
  .contact-main h1 {
    font-size: 3rem;
    line-height: 100%;
  }
  .contact-main .contact-right {
    width: 100%;
  }
  .contact-main .contact-left {
    width: 100%;
  }
  .contact-main .contact-left .form-container {
    padding: 12px !important;
  }
  #web-work span.fix-work-image-container{
    width: 100%;
  height: 220px;
  }
  span.fix-work-image-container img {
    position: absolute;
    max-width: 120px;
    top: 0%;
  }
  .normal-img-container img{
    height: 220px;
  }
  .work-image-container img{
    object-fit: contain;
  }
  .full-image-container {
    height: 100%;
  }
  .full-image-container img{
    object-fit: contain;
  }
  .fix-work-image-container span.img-text{
    top: 0;
  }
  .testimonial-container #carouselExampleAutoplaying{
      min-height: 400px!important;
  }
    .brands-container .row {
    display: grid;
    grid-template-columns: 120px 170px;
    text-align: center;
    grid-gap: 12px;
  }
    .brands-container .col {
    text-align: center !important;
    width: 100%;
    max-width: 100%;
  }
  .brands-container .col img {
  max-width: 100%;
}
}

.form-container .loading{
    position: relative;
}
.loading:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(200 200 200 / 70%);
    content: '';
    z-index: 9;
}
.loading .output_message {
    position: absolute;
    z-index: 999;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%;
}