body {
    margin: 0;
    font-family: 'Calibri' !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333 !important;
    text-align: left;
    background-color: #fff;
  }
 /*Animation Start*/
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -2600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
/*Animation end*/ 
.header-main{
       position: absolute;
    width: 100%;
    z-index: 9;
    text-align: center;border-bottom: 1px solid #ffffff2e;
}
.navbar-brand.logo{
 margin-right: 0 !important;   
}
.navbar-nav a {
        color: #683c11 !important;
    text-decoration: none !important;
     
      font-family: 'Calibri';
    font-size: 22px;
    font-weight: 400;
}
.navbar-nav p {
        color: #683c11;
    text-decoration: none !important;
      font-family: 'Calibri';
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.9px;
}
.navbar ul li{
    padding: 0 20px;
}
.logo img{
    width: 130px;    padding-top: 2px;
    opacity: 0.9;
}
.header-main .container{
     max-width: 1340px;   
}
.header-main .nav-item-icon{
float: right;
    margin-right: -60px;
    padding-left: 140px;
}
.header-main .nav-item-icon ul{
  padding-left: 0;
    list-style: none;  
}
.header-main .nav-item-icon ul li{
    display: inline-flex;
    padding: 0;
}
.header-main  .nav-item-icon img{
width: 30px;
}
.carousel-caption {
    top: 21%;
}
.slider-text{
text-align: left;    
}
.slider-text h3{
 font-family: 'Larianti';
 color: #ae9568;
    font-size: 18px;
    padding-bottom: 15px;
}
.slider-text h1{
 font-family: 'Futura';
 color: #fff;
    font-size: 44px;
}
.slider-text h1 span{
font-weight: 900;
}
.slider-text p{
 color: #fff;
 font-family: 'Calibri';

    margin-bottom: 35px;

    font-size: 22px;
}
.portfolio-section p{
     font-size: 24px;    padding-bottom: 15px;  
}
.portfolio-section h2 span{
    font-weight:900;
}
.slider-text ul{
     padding-left: 15px;
    padding-top: 15px;   
}
.slider-text ul li {
    color: #fff;
    font-family: 'Calibri';
    margin-bottom: 10px;
    font-size: 22px;
}
/* .readmore{
    color: #ffffff;
    font-family: 'Futura';
    font-size: 15px;
    background: #b69d70;
    padding: 12px 20px;
} */
.readmore img{
     width: 20px !important;
    margin: -8px 0 0px 10px;       display: inherit !important;filter: brightness(0) invert(1);
}
.readmore:hover{
    color: #683c11;
    box-shadow: none;
    text-decoration:none;
    transition: all .4s;
}
.readmore:hover img{
        filter: hue-rotate(60deg);
}
.carousel-indicators li {
    width: 15px !important;
    border-radius: 50%;
    height: 15px !important;
    background-color: #b9985d !important;
}
.carousel-indicators {
        bottom: 0% !important;
}
.section-bg{
    background:#fff; padding-top: 90px;    padding-bottom: 90px;
}
.portfolio-section ul li{
        list-style: none;
}
.portfolio-menu{
    display: none;
}
.dogsec{

}
.catsec{
     padding: 2% 0 4% 0;
}
.shopfor{
    padding: 7% 7% 10% 7%;
    background-color: #f8f7f4;    margin-top: 0;
}
.price-section .price h2 span{
font-family: 'Calibri' !important;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;    
}

.price-section .price ul li{
           font-size: 20px;
    padding-bottom: 8px;
}
.shopfor h3{
 font-family: 'Larianti';
 color: #bf9456;
    font-size: 18px;
    padding-bottom: 15px;
}
.shopfor h1{
 font-family: 'Futura';
 color: #683c11;
    font-size: 48px;padding-bottom: 25px;    letter-spacing: 1.5px;
}
.shopfor h1 span{
font-weight: 900;
}
.shopfor .box{
background: #fff;
    text-align: center;
    padding: 18px 10px;
    border-radius: 20px;
    box-shadow: #f4e0d9 2px 0px 8px;    margin-bottom: 15px;

}
.portfolio-section {
  padding: 80px 0;
  background-color: #f6f5f2;

}
.portfolio-section h2 {
font-family: 'Futura';
    color: #683c11;
    font-size: 48px;
    padding-bottom: 25px;
    letter-spacing: 1.5px;
}
.portfolio-menu {
  text-align: center;
}
.control {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #343a40;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}
.control:hover {
  background: #343a40;
}
.mixitup-control-active {
  color: #fff;
  background: #343a40;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
      padding:0 70px;
}
.pd {
  padding: 0;
  padding: 10px;
}
.pd img {
  transition: all 0.5s;    width: 100%;
}
.portfolio-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 57%);
    width: 93%;
    height: 93%;
    text-align: center;
    visibility: hidden;
    transition: all 0.5s;
    transform: scale(0);
    margin: 10px 0 4px 15px;
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #b69d70;
  border-right: 1px solid #b69d70;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #b69d70;
  border-left: 1px solid #b69d70;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #b69d70;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}
.shopfor p{
        margin-bottom: 40px;    font-size: 20px;
}
.cat-shop img{
  width: 490px;  
}
.shopfor .box img{
        width: 70px;
}
.shopfor .col-md-3 {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}
.panelline .text{
     display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;   
}
.panelline .icon img{
     width: 75px;   
}
.panelline .text h4{
 font-family: 'Calibri';
     font-weight: 600;    
}
.panelline{
    display: inline-flex;    margin-bottom: 50px;
}
.panelline-readmore{
padding-left: 108px;    
}
.discountsec{
 padding:2% 0 8% 0;   
}
.products{
  background: url(../img/prosuctsbg.jpg);  
      background-size: cover;
    background-repeat: no-repeat; 
}
.products .nav-tabs .nav-item {
padding-right: 90px;  
}
.products .nav-tabs {
    border-bottom: none;    margin-bottom: 50px;
}
.products .nav-tabs .nav-link{
    font-size: 24px;
    color: #683c11;
}
.products .nav-tabs .nav-link.active{
    color: #ff0101;      border: none;   border-bottom: 4px solid #ff2d43;     padding-left: 0;  
}
.products .owl-carousel .owl-item img {
      border-radius: 35px;
}
.products .owl-dots{
     padding-top: 50px;   
}
.products .owl-dots .owl-dot.active{
    color: #ed0101
}
.products .owl-dots .owl-dot span{
 background: #f37673 !important;   
 width: 13px !important;
    height: 13px !important;
}
.products .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
 background: #ed0101 !important;    
}
.customerrivew .owl-dots{
    display:none !important;
}
.howdowe{
    background: #faebe5;
    padding: 6% 0;
    margin-top: 70px;
}
.howdowe p{
    font-size: 18px;    font-weight: 600;
}
.howdowe h4{
    font-size: 34px;
    font-weight: 600;    padding-top: 0px;
    padding-bottom: 30px;  
}
.howdowe .owl-carousel .owl-item img{
    width: 320px;    margin: auto;
}
.howdowe h5{
font-size: 28px;
    text-align: center;
    font-weight: 600;
    padding-top: 25px
}

.howdowe .owl-dots{
     padding-top: 20px;   
}
.howdowe .owl-dots .owl-dot span{
 background: #f37673 !important;   
 width: 13px !important;
    height: 13px !important;
}
.howdowe .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
 background: #ed0101 !important;    
}
.blogs{
      background: url(../img/blogbg.jpg);  
      background-size: cover;
    background-repeat: no-repeat; 
    padding: 6% 0;
}
.blog{
        padding: 0 10px;
}
.blog img{
    width: 100%;
}
.blog h5{
        color: #ff0101;    padding-top: 28px;
}
.blog h3{
    font-weight: 600;

}
.blog p{
       font-size: 18px;
}

.customerrivew {
    background: url(../img/bg-img-02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3% 0;
}
.review{
    background: #fff;
    padding: 40px 25px;
    border-radius: 25px;
        box-shadow: #2e2e2e17 3px 0px 14px;    margin: 0 10px 30px 10px;    min-height: 385px;
}
.review p{
    font-size:22px;
}
.review h3{
    color: #683c11;
        font-size: 24px;font-family: 'Futura';
        margin-bottom: 0;    padding-top: 15px;
}
.review h4{
    font-size: 20px;
}
.review img{
    width: 150px !important;    padding-bottom: 20px;
}
.partner-img4 .owl-dots{
    display: none !important;
}

.partner-img4 .owl-dots{
     padding-top: 20px;   
}
.partner-img4 .owl-dots .owl-dot span{
 background: #f37673 !important;   
 width: 15px !important;
    height: 15px !important;
}
.partner-img4 .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
 background: #ed0101 !important;    
}
.instagram{
    padding-bottom: 80px;
}
.instagram img{
    width: 100%;
}
.socialmedia img{
width: 75px;
}

.socialmedia1{
    text-align: center;
}
.socialmedia{
    background: #fff;
    box-shadow: #00000014 0px 0px 25px;
    padding: 30px 0;
}

footer{
background:#f8f7f4;       padding: 70px 0 0px 0;
}
footer p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
.line-bottop {
    border-left: #81818152 solid 1px;
    height: 95px;
    width: 1%;
    padding-top: 24px;
    position: absolute;
    left: -15px;
}
footer img{
   width: 130px;     padding-bottom: 20px;
}
footer .media-icons {
    display: flex;
    margin-top: 20px;
}
footer .media-icons a {
height: 35px;
    width: 35px;
    margin: 10px 8px 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.4s ease;
    background: #9cb500;
}
.links h3{
font-size: 22px;
    padding-bottom: 10px;
    font-family: 'Futura';
    font-weight: 900;
}
.links ul{
    list-style: none;
    padding-left: 0;
}
.links ul li{
    padding-bottom: 15px;
}
.links ul li a{
    text-decoration: none;
    font-size: 18px;color: #683c11;
}
.links{
    border-top: 1px solid #81818152; 
}
.line-bot {
    border-left: #81818152 solid 1px;
    height: 315px;
    width: 1%;
    padding-top: 24px;
    position: absolute;
    left: -15px;
}
.footer-bot{
    background: #eeece8;
    padding: 15px 0;
    text-align: center;
    margin-top: 20px;
}
.footer-bot p{
    border: none;
    margin: 0;     padding: 0;     font-size: 20px;  
}
.contact-bg{
    background: #fff;
    margin: 0 5%;
    border-radius: 10px;
    margin-bottom: -5%;
    padding: 10px 20px 10px 20px;
    position: relative;box-shadow: #00000008 0px 0px 14px;
}
.contact-bg .inner-box {
    position: relative;
    padding: 40px 15px 20px 120px;
}
.contact-bg .inner-box .icon-box {
position: absolute;
    left: 30px;
    top: 32px;
    width: 60px;
    height: 60px;
    line-height: 59px;
    background: linear-gradient(to top, #4bad66 0, #0097ac 100%);
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    transition: all 500ms ease;
    color: #ffffff;
}
.contact-bg .inner-box h3 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.contact-bg .inner-box p {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    margin-bottom: 0;
}
.links a {
    text-decoration: none;
    font-size: 18px;
    color: #683c11;
}
.address-icon i{
    height: 35px;
    width: 35px;
    margin: 6px 8px 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.4s ease;
    background: #b59c70;    float: left;
}
.address-icon ul{
    list-style: none; padding-left: 0;    display: grid;
}
.address-icon h3{
       font-size: 20px;
    margin-top: 12px;
    margin-bottom: 10px;
}
.foot-form input{
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #e8cfc4;
    padding: 6px 15px;
    border-radius: 7px;
}
.foot-form textarea{
     width: 100%;
    margin-bottom: 15px;
    border: 1px solid #e8cfc4;
    padding: 6px 15px;
    border-radius: 7px;   
}
.foot-form button{
width: 100%;
    padding: 10px 15px;
    border-radius: 7px;
    background: #dd8f43;
    border: none;
    color: #fff;
}
#divider, #footer-divider {
    padding: 0px;
    width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
.slider-divider {
    position: relative;
    margin-top: -140px;
    transform: scaleX(-1);
    position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}
#divider path {
    fill: #faebe6;
}
.head-main{
background: #faebe6;    
}
.hero_area {
    position: relative;
}

.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
    bottom: 0;
    left: 0;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
/* no name */
.readmore {
    font-size: 18px;
    font-weight: bold;
    color: #b69d70;
    padding: 12px 30px;
    background: #fff;
    border: 2px solid;
    border-radius: 10px;
    box-shadow: 3px 4px 4px 0 #00000038;
}
/* no name */
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}


/*Shrinking for mobile*/

@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}

/* Waves Animation end*/
.price-section{
  padding: 60px 0;  
}
.price-section .price{
padding: 8% 3% 12% 3%;
    background-color: #f8f7f4;
    margin-top: 35px;
}
.price-section .price h3 {
    font-family: 'Larianti';
    color: #bf9456;
    font-size: 18px;
    padding-bottom: 15px;
}
.price-section .price h1 {
    font-family: 'Futura';
    color: #683c11;
    font-size: 48px;
    padding-bottom: 25px;
    letter-spacing: 1.5px;
}
.price-section .price h2 {
      font-family: 'Calibri';
    color: #008b4b;
    font-size: 52px;
    font-weight: bold;
    padding-bottom: 25px;
    letter-spacing: 1.5px;
}
.price-section .img img{
   
}
.w-1001{
    width:100%;
}
.checklist {
    margin-top: 0px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.checklist li {
    background-image: url(https://www.yourstyles.me/img/tick.png);
    background-repeat: no-repeat;
    background-position: 0px -2px;
    padding-left: 60px;
    margin: 9px 0;
    padding-bottom: 15px;
    padding-top: 3px;
    background-size: 40px;
    font-weight: 500;
}
@media only screen and (max-width: 767px)
{
.w-1001{
    width:auto !important;
    height: 100vh;
}
.right_hand_button {
    position: absolute ;
    right: 20px !important;
    top: 8px !important;
    font-size: 18px;
    font-weight: bold;
}
.logo img {
    width: 60px;
    padding-top: 2px;
    opacity: 0.9;
}
.portfolio-item {
    padding: 0 10px;
}
.price-section .price h1 {
    font-family: 'Futura';
    color: #683c11;
    font-size: 30px;
    padding-bottom: 25px;
    letter-spacing: 1.5px;
}
}