/***
Theme Name: 
Version: 1.1 
Created: 30.11.2021
Last Updates: 30.11.2021
***/

/***
1, HOME PAGE


1, STYLE STRUCTURE
-------------------
1.1, Common Style


2, INNER PAGES
-------------------
2.1, x

3, RESPONSIVE MEDIA QUERIES
----------------------------------------
3.1, Small devices (landscape phones, 576px and less)
3.2, Medium devices (tablets, 768px and less)
3.3, Large devices (desktops, 992px and less)
***/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');
html {
  scroll-behavior: smooth;
}
body{
    color: #001A0C;
}
/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #595348; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
h1,h2,h3,h4,h5,h6,.h1,.h3,.h4,.h5,.h6,p,a{
    font-family: 'Montserrat', sans-serif;
}
h2,h3,h4,h5,h6,.h1,.h3,.h4,.h5,.h6{
     line-height: 1.4;
}
 h1, .h1{
     font-size: 44px;
     font-weight: 500;
}
 h2,.h2{
     font-size: 48px;
}
 h3,.h3{
     font-size: 23px;
}
 h4,.h4{
     font-size: 22px;
}
 h5,.h5{
     font-size: 18px;
}
 h6,.h6{
     font-size: 16px;
}
 p{
     font-size: 16px;
     color: #565872;
     font-weight: 400;
}
 a{
     color: #231F20;
     transition: 0.3s;
     font-weight: 400;
}
 a:hover{
     color: #FD4F00;
     text-decoration: none;
}
img{
    width: 100%;
}
.space-top{
    padding-top: 80px;
}
.space-bottom{
    padding-bottom: 80px;
}
.text-green{
    color: #007F3A;
}
.navbar{
   background-color: #012D15;
   min-height: 80px;
}
.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: 5px;
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  max-height: 74px;
  width: auto;
  padding: 7px 14px;
}
.shadow{
    box-shadow: 0 .5rem 1rem rgb(0 26 12 / 32%)!important;
}
.navbar-light .navbar-nav .nav-link{
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link:hover{
    color: #9BA685;
}

/* ANIMATED X */
.navbar-toggler.x {
  border: none;
}
.navbar-toggler.x:focus {
  outline: none;
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 20% 50%;
  -ms-transform-origin: 20% 50%;
  transform-origin: 20% 50%;
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 38% 90%;
  -ms-transform-origin: 38% 90%;
  transform-origin: 38% 90%;
}
.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggler.x .icon-bar:nth-of-type(2) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* ANIMATED X END */
.carousel-item{
    max-height: 80vh;
}
.slide{
        margin-top: 80px;
    }
.carousel-caption{
    text-transform: uppercase;
    top: 30%;
}
.carousel-caption h1{
    font-size: 64px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    background-image: url(../images/next_arrow.png);
    width: 62px;
    height: 62px;
}
.carousel-control-prev-icon{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.carousel-control-prev, .carousel-control-next{
    bottom: 10%;
    top: auto;
    height: 62px;
    width: 62px;
}
.carousel-control-prev {
    left: 42%;
}
.carousel-control-next {
    right: 42%;
}
.bg-mat, .bg-mat-dark{
    background-image: url(../images/bg-mat.jpg);
    background-repeat: repeat;
    background-position: top;
}
.bg-mat-dark{
    background-image: url(../images/bg-mat-dark.jpg);
}
.wed-section h1, .wed-section h2{
    font-size: 44px;
    line-height: 1;
}
.wed-favor{
    background: url(../images/circle-bg.png) right -20% bottom 15px, url(../images/bg-white.jpg) left top, url(../images/bg-mat.jpg) left top;
    background-repeat: no-repeat, repeat-x, repeat;
}
.wed-favor h3{
    position: absolute;
    top: 30px;
    left: 50px;
    font-size: 48px;
    line-height: 1.3;
    font-weight: 200;
}
.wed-favor h3 b{
    font-weight: 500;
}
.circle-animation {
  width: 100px;
  height: 100px;
  background-color: #F2F2F2;
  position: absolute;
  animation-name: circle;
  animation-duration: 12s;
  animation-delay: 1s;
  border-radius: 100%;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes circle {
  0%   {right:0px; top:0px;}
  33%  {right:0px; top:560px;}
  66%  {right:40%; top:0px;}
  100%   {right:0px; top:0px;}
}
.circle-animation-lg {
  width: 160px;
  height: 160px;
  background-color: #D9D9D9;
  position: absolute;
  animation-name: circlelg;
  animation-duration: 12s;
  animation-delay: 1s;
  border-radius: 100%;
  animation-iteration-count: infinite;
}

@keyframes circlelg {
  0%   {left:-100px; top:700px;}
  33%  {left:5%; top:200px;}
  66%  {left:20%; top:700px;}
  100% {left:-100px; top:700px;}
}
.brand-col{
    height: 110px;
    border: 1px solid #ccc;
    text-align: center;
}
.brand-col img{
    max-height: 100%;
    height: auto;
    width: 100%;
}
.home-address h2{
    font-size: 32px;
}
.footer{
    border-top: 30px solid #F2F2F2;
}
.footer h2{
    font-size: 32px;
    color: #9BA685;
    font-weight: 600;
}
.footer .btn{
    background-color: #4E5343; /* For browsers that do not support gradients */
    background-image: linear-gradient(#9BA685, #4E5343);
    border: 0;
    font-weight: 500;
    font-size: 18px;
}
.bouton-image:after {
    content: "";
    width: 20px;
    height: 19px;
    margin-top: 3px;
    display: inline-block;
    margin-left: 6px;
    vertical-align: text-top;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;

}

.monBouton:after{
     background-image : url(../images/send-icon.png);
}
.footer p{
    font-size: 16px;
}
.bottom{
    background-color: #F2F2F2;
}
.bottom img{
    height: 24px;
    width: auto;
}
.bottom p{
    font-size: 18px;
    font-weight: 500;
    padding:0;
    margin:0;
}
.bottom .block{
    width: auto;
    padding: 0 15px;
}

.about-container{
    padding-top: 80px;
}
.photo-card{
    width:240px;
}

.circle-animation-about {
  width: 100px;
  height: 100px;
  background-color: #697353;
  position: absolute;
  animation-name: circleab;
  animation-duration: 18s;
  animation-delay: 1s;
  border-radius: 100%;
  animation-iteration-count: infinite;
  z-index: -1;
  bottom: 70px;
}

@keyframes circleab {
  0%   {left:0px; top:400px;}
  40%  {left:80%; top:400px;}
  60%  {left:80%; top:100px; width: 250px; height: 250px;}
  100% {left:0px; top:400px; width: 100px; height: 100px;}
}
.circle-animation-lg-about {
  width: 160px;
  height: 160px;
  background-color: #D9D9D9;
  position: absolute;
  animation-name: circlelgab;
  animation-duration: 12s;
  animation-delay: 1s;
  border-radius: 100%;
  animation-iteration-count: infinite;
}

@keyframes circlelgab {
  0%   {left:-100px; top:600px;}
  25%  {left:200px; top:600px; width: 200px; height: 200px;}
  50%  {left:70%; top:900px; width: 300px; height: 300px;}
  75% {left:-100px; top:900px;}
  100% {left:-100px; top:600px;}
}

.collections .item{
    position: relative;
    width:100%;
    height:460px;    
    overflow:hidden;
    border-radius: 35px;
}
.collections .item img{
    position: absolute;
    object-fit: cover;
    width:100%;
    height:460px;
    top: 0;
    object-position: left top;
}
.collections .item .name-print{
    position: absolute;
    height: 80px;
    width: 100%;
    bottom: -2px;
    border-radius: 0 0 26px 26px;
    background-image: url(../images/collection-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 10px;
}

.collections .item h3{
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    line-height: 100px;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-y: scroll;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 60px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay-content .row{
    margin:0 ;
}
.overlay a {
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 60px;
  right: 45px;
  font-size: 60px;
  z-index: 99;
}

.col-gallery .large img{
    max-width: 380px;
    max-height: 478px;
    width: 100%;
}
.col-gallery .thumb{
    padding: 0 25px 50px 25px;
    max-width: 90%;
}
.col-gallery .thumb img{
    width: 100%;
}
.col-gallery .arrow-right, .col-gallery .arrow-left{
    position: absolute;
    right: 60px;
    top: 40%;
}
.col-gallery .arrow-left{
    left: 60px;
    right: auto;
}
.col-gallery h3{
        font-size: 18px;
    }
.col-gallery p{
    font-size: 14px;
}

/*-------------------------------*/
/* RESPONSIVE MEDIA QUERIES */
/*-------------------------------*/
@media (max-width: 1660px){
.brand-col{
    height: 90px;
}

}

@media (max-width: 1380px){
.brand-col{
    height: 75px;
}
.collections .item, .collections .item img{
    height:340px;    
}

.gallery-slider__thumbnails .item .img-fill{
    height: 200px!important;
}

}

@media (max-width: 1320px){
.brand-col{
    height: 100px;
}
}
@media (max-width: 1280px){
.brand-col{
    height: 90px;
}
}
@media (max-width: 1024px){
.brand-col{
    height: 75px;
}
}
@media (min-width: 1320px){

.col-xl-br-1 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}


}

 @media (max-width: 992px) {

    h1, .h1 {
        font-size: 22px;
        font-weight: 500;
    }
    h3, .h3 {
        font-size: 14px;
    }
    h4, .h4 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    .space-top{
        padding-top: 40px;
    }
    .space-bottom{
        padding-bottom: 40px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }
    .wed-section h1, .wed-section h2, .home-address h2, .footer h2 {
        font-size: 20px;
    }
    
    .carousel-caption h1{
        font-size: 44px;
    }
    .carousel-control-prev {
        left: 40%;
    }
    .carousel-control-next {
        right: 40%;
    }
    .carousel-control-prev, .carousel-control-next, .carousel-control-next-icon, .carousel-control-prev-icon{
        height: 52px;
        width: 52px;
    }
    .wed-favor{
        background-size: 140px 140px;
    }
    .wed-favor h3 {
        font-size: 18px;
        top: 15px;
        left: 30px;
    }

    .circle-animation {
      width: 60px;
      height: 60px;
    }

    @keyframes circle {
      0%   {left:80%; top:0px;}
      33%  {left:80%; top:240px;}
      66%  {left:0px; top:0px;}
      100%   {left:80%; top:0px;}
    }
    .circle-animation-lg {
      width: 80px;
      height: 80px;
    }

    @keyframes circlelg {
      0%   {left:0px; top:300px;}
      33%  {left:50px; top:100px;}
      66%  {left:140px; top:300px;}
      100% {left:0px; top:300px;}
    }


    .circle-animation-about {
          width: 60px;
          height: 60px;
        }

@keyframes circleab {
  0%   {left:0px; top:300px;}
  40%  {left:70%; top:300px;}
  60%  {left:70%; top:50px; width: 100px; height: 100px;}
  100% {left:0px; top:300px; width: 60px; height: 60px;}
}
.circle-animation-lg-about {
  width: 100px;
  height: 100px;
}

@keyframes circlelgab {
  0%   {left:-100px; top:600px;}
  25%  {left:200px; top:600px; width: 80px; height: 80px;}
  50%  {left:60%; top:900px; width: 110px; height: 110px;}
  75% {left:-100px; top:900px;}
  100% {left:-100px; top:600px;}
}
.brand-col{
    height: 100px;
}

}
@media (max-width: 830px) {
.brand-col{
    height: 90px;
}
}
@media (max-width: 768px) {
   .navbar-brand{
        position: relative;
        top: 0;
    }
    .navbar-brand>img {
        height: 100%;
        max-height: 50px;
        width: auto;
        padding: 2px 0px;
    }
    .navbar-nav{
        margin-top: 50px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        font-weight: 500;
    }
    .navbar-nav li{
        padding: 5px 0;
    }
   .brand-col img {
        height: 100%;
    }
    .carousel-caption h1{
        font-size: 36px;
    }
    .carousel-control-prev {
        left: 38%;
    }
    .carousel-control-next {
        right: 38%;
    }
    .carousel-control-prev, .carousel-control-next, .carousel-control-next-icon, .carousel-control-prev-icon{
        height: 48px;
        width: 48px;
    }
    .brand-col{
        height: 110px;
    }
   .bottom .block{
        width: 100%;
        padding: 10px;
    }
    .bottom p {
        font-size: 15px;
    }
    .overlay .closebtn{
        top: 70px;
        right: 30px;
    }
    .col-gallery .thumb{
        padding: 10px 5px;
        max-width: 100%;
    }
    
    .col-gallery .arrow-right, .col-gallery .arrow-left{
        top: 50%;
    }

    .gallery-slider__thumbnails .item .img-fill {
        height: 180px!important;
    }
}


/* Small devices (Mobile phones, 576px and less) */
 @media (max-width: 576px) {
    .carousel-control-prev, .carousel-control-next, .carousel-control-next-icon, .carousel-control-prev-icon{
        height: 34px;
        width: 34px;
    }
    .carousel-caption h1{
        font-size: 22px;
    }
    .brand-col{
        height: 100px;
    }
    .col-xl-br-1{
        padding: 0 5px;
    }
    .photo-card{
        width:140px;
    }
    .collections .item{
        border-radius: 20px;
    }
    .collections .item .name-print {
       height: 42px;
       border-radius: 0 0 20px 20px;
    }
    .collections .item h3 {
        font-size: 10px;
        line-height: 57px;
    }

      .collections .item, .collections .item img{
        height:210px;    
    }
    .gallery-slider__thumbnails .item .img-fill {
        height: 140px!important;
    }
    }

    @media (max-width: 480px) {
    
    .brand-col{
        height: 80px;
    }
  

    }

    @media (max-width: 320px) {
    
    .brand-col{
        height: 60px;
    }

    }