/* @font-face {
  font-family: "centurygothic";
  src: url(../font/Century\ Gothic.ttf);
} */

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}
h1 {
  font-size: 50px;
  color: #ffcb05;
  font-weight: 600;
}
h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}
h3 {
  font-size: 30px;
  font-weight: 600;
}
h4 {
  font-size: 16px;
  font-weight: 600;
}
h5 {
  font-size: 20px;
  font-weight: 600;
}
p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
}
a {
  text-decoration: none !important;
  color: #20639b;
}
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.container {
  max-width: 1280px;
}
.navbar-light .navbar-brand {
  background-image: url(../img/logo-white.png);
  background-size: 100% 100%;
  height: 60px;
  width: 190px;
}
.navbar-dark .navbar-brand {
  background-image: url(../img/logo-black.png);
  background-size: 100% 100%;
  height: 60px;
  width: 190px;
}



/* 
============================
Section One
============================ */
.banner-right-pan {
  position: absolute;
  right: -70px;
  bottom: 0px;
  z-index: 999;
}
.banner-right-pan img {
  width: 70%;
}
.banner-border {
  position: relative;
  z-index: 1;
  background-image: url(../img/border.png);
  background-repeat: repeat;
  height: 35px;
  width: 100%;
  margin-top: -15px;
}
.carousel-caption {
  left: auto;
  right: 0;
  top: 0;
  width: 45%;
  text-align: left;
  z-index: 1;
  margin-top: 6%;
}
.banner-section {
  position: relative;
  z-index: 9;
}
.banner-section h1 {
  color: #000;
  font-weight: 600;
  padding-top: 120px;
  font-size: 40px;
}
.banner-01 h3 {
  color: #d8004a;
  font-weight: 600;
  padding-top: 10px;
}
.banner-02 h3 {
  color: #161b63;
  font-weight: 600;
}
.banner-03 h3 {
  color: #d8004a;
  font-weight: 600;
}
.carousel-item {
  padding-top: 80px;
}
.banner-01 {
  position: relative;
  z-index: 9;
  background-color: #f8e599;
  background-image: url(../img/banner-bg-01.png);
  background-size: 100% 100%;
}
.banner-02 {
  position: relative;
  z-index: 9;
  background-color: #8d9bc0;
  background-image: url(../img/banner-bg-02.png);
  background-size: 100% 100%;
}
.banner-03 {
  position: relative;
  z-index: 9;
  background-color: #ff7f99;
  background-image: url(../img/banner-bg-03.png);
  background-size: 100% 100%;
}
.carousel-item {
  position: relative;
}
.view {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.view .banner {
  width: 800px;
}

.banner-02 .view img {
  width: 820px;
}
.banner-03 .view img {
  width: 820px;
}
.banner-04 .view img {
  width: 900px;
}
.banner {
  width: 100%;
  height: 536px;
}
.carousel-indicators li {
  background-color: #d82c49;
}
/* 
============================
Bread-Menu
============================ */
.bread-menu {
  background-color: #b6fbed;
  padding: 50px 0;
  position: relative;
}
.bread-menu h2 {
  color: #0084b5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.bread-border {
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
.bread-border img {
  width: 100%;
}
.bread-border h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}
.bread-border p {
  color: #000;
}
.bread-bottom-border img {
  width: 100%;
}
.product-text {
  background-color: #fff;
  padding: 100px 20px 40px 20px;
  border-radius: 130px;
  margin-top: -100px;
  height: 350px;
  transition: all 0.4s;
}
.product-text:hover {
  background-color: #d82c49;
}
.product-text:hover h4 {
  color: #fff;
}
.product-text:hover p {
  color: #fff;
}
.product-border-btm {
  background-image: url(../img/product-border-bottom.png);
  background-repeat: repeat;
  height: 36px;
  width: 100%;
  margin-top: -20px;
  position: relative;
  z-index: 9;
}
.product-border-top {
  background-image: url(../img/product-border-bottom.png);
  background-repeat: repeat;
  height: 36px;
  width: 100%;
  margin-bottom: -15px;
  position: relative;
  z-index: 9;
}
/* 
============================
About
============================ */
.about-bg {
  position: relative;
  background-image: url(../img/about-bg.png);
  background-size: 100%;
  margin-top: -40px;
  padding-bottom: 100px;
}
.about-content {
  padding-top: 100px;
  padding-bottom: 500px;
  position: relative;
  z-index: 9;
}
.about-content h3 {
  color: #d82c49;
}
.about-content p {
  color: #000;
}
.about-left {
  position: absolute;
  top: 20px;
  z-index: 1;
}
.about-left img {
  width: 62%;
}
.about-bottom {
  position: absolute;
  bottom: 0px;
  right: 100px;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.about-bottom img {
  width: 45%;
}
.about-right {
  position: absolute;
  bottom: 0;
  right: -15%;
  z-index: 1;
}
.about-right img {
  width: 70%;
}
.about-left-cake {
  position: absolute;
  bottom: 300px;
  left: 12px;
  z-index: 1;
}
.about-left-cake img {
  width: 64%;
}
.about-content-pad {
  padding-right: 100px;
}
.about-content-pad-left {
  padding-left: 100px;
}
.about-content-pad-left h3 {
  font-size: 20px;
}
.birthday-cake h4 {
  color: #58b940;
}
.anniversary-cake h4 {
  color: #980606;
}
.photo-cake h4 {
  color: #d19d0f;
}
.model-cake h4 {
  color: #d10f80;
}
/* 
============================
Inner Pages
============================ */
.about-page-banner {
  position: relative;
  z-index: 9;
  background-color: #8d9bc0;
  background-image: url(../img/about-banner.png);
  background-size: 100%;
}
.about-banner-right-pan {
  position: absolute;
  right: -70px;
  bottom: 0px;
  z-index: 999;
}
.about-banner-right-pan img {
  width: 100%;
}
.inner-banner {
  position: relative;
  z-index: 9;
  background-color: #8d9bc0;
  background-image: url(../img/about-banner.png);
  background-size: 100% 100%;
}
.inner-banner img {
  width: 70%;
}
.inner-banner2 {
  position: relative;
  z-index: 9;
  background-color: #ff7f99;
  background-image: url(../img/product-banner.png);
  background-size: 100% 100%;
}
.inner-banner2 img {
  width: 70%;
}
.inner-banner3 {
  position: relative;
  z-index: 9;
  background-color: #C08765;
  background-image: url(../img/product-sub-banner.png);
  background-size: 100% 100%;
}
.inner-banner3 img {
  width: 70%;
}
.about-body {
  background-color: #dbfcff;
}
.product-body {
  position: relative;
  z-index: 9;
  background-image: url(../img/about-bg.png);
  background-size: 100%;
}
.about-footer {
  background-color: #1f5f9f;
  margin-top: 0;
  padding-top: 50px;
}
.product-footer {
  background-color: #b8172e;
  margin-top: 0;
  padding-top: 50px;
}
.about-banner-border {
  position: relative;
  z-index: 1;
  background-image: url(../img/about-border-bottom.png);
  background-repeat: repeat;
  height: 36px;
  width: 100%;
  margin-top: -17px;
}
.about-page-cont {
  padding: 70px 0;
  position: relative;
}
.about-page-cont h1 {
  font-weight: 500;
  color: #000;
  text-align: center;
}
.about-page-cont h3 {
  font-weight: 500;
  color: #052a81;
  text-align: center;
  margin-top: 50px;
}
.about-page-cont p {
  color: #000;
  text-align: center;
  margin-top: 15px;
}
.about-page-leftimg {
  position: absolute;
  left: -50px;
  bottom: 0;
}
.about-page-leftimg img {
  width: 70%;
}
.about-page-rightimg {
  position: absolute;
  right: -360px;
  bottom: 0;
}
.about-page-rightimg img {
  width: 50%;
}
.productpage-banner-border {
  position: relative;
  z-index: 1;
  background-image: url(../img/productpage-border-bottom.png);
  background-repeat: repeat;
  height: 36px;
  width: 100%;
  margin-top: -17px;
}

.product-part {
  padding-top: 60px;
}
.product-part img {
  width: 250px;
}
.product-part h5 {
  color: #ffcb05;
  margin-top: 20px;
}
.product-part .product {
  padding: 50px;
}
.product-part .pro-border1 {
  border-right: 1px dashed #000;
}
.product-part .pro-border2 {
  border-top: 1px dashed #000;
}
.product-part .bottm-border img {
  width: 100%;
}

.product-part .product {
  text-align: center;
}
.product-part .product p {
  color: #000;
  min-height: 60px;
}
.b-cake h5 {
  color: #f9172b;
}
.p-cake h5 {
  color: #066ba5;
}
.m-cake h5 {
  color: #8f7d02;
}
.a-cake h5 {
  color: #1f8800;
}
.btn-click {
  color: #fff !important;
  font-size: 14px;
  border-radius: 20px;
  padding: 3px 30px;
  font-weight: 500;
  background-image: linear-gradient(#77076f, #de2cc6);
  transition: 0.5s ease;
  margin-left: 10px;
  line-height: 24px;
}

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.bg-contact100 {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.container-contact100 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.wrap-contact100 {
  width: 100%;
  background: #d2d2d294;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 80px;
}

/*------------------------------------------------------------------
[  ]*/
.contact100-pic {
  width: 310px;
  padding-top: 55px;
}

.contact100-pic img {
  max-width: 100%;
}

/*------------------------------------------------------------------
[  ]*/
.contact100-form {
  width: 390px;
}
.contact-pag-con {
  margin-bottom: 30px;
}
.contact100-form-title {
  display: block;
  font-size: 20px;
  color: #d82c49;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 25px;
  font-weight: 600;
}
.contact100-form p {
  margin-bottom: 10px;
  color: #000;
}
input.input100 {
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 50px;
}

input.input100[name="email"] {
  padding: 0 30px 0 54px;
}

textarea.input100 {
  min-height: 150px;
  border-radius: 25px;
  padding: 14px 30px;
}

/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  display: block;
  width: 100%;
  background: #0000;
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
  border-width: 1px;
}

input:focus {
  outline: none !important;
}
textarea:focus {
  outline: none !important;
}
/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: #ffb209;
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 60px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 60px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  pointer-events: none;
  color: #aaaaaa;
  font-size: 15px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #ffb209;
  padding-left: 22px;
}

/*------------------------------------------------------------------
[ Button ]*/

.contact100-form-btn {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #c5c5c5;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background: #333333;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 1200px) {
  .contact100-pic {
    width: 33.5%;
  }

  .contact100-form {
    width: 44%;
  }
}

@media (max-width: 992px) {
  .wrap-contact100 {
    padding: 110px 80px 157px 90px;
  }

  .contact100-pic {
    width: 35%;
  }

  .contact100-form {
    width: 55%;
  }
}

.float {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 86px;
  right: 24px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 32px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float{
    margin-top:8px;
}
@media (max-width: 768px) {
  .float {
  position: fixed;
  width: 37px;
  height: 37px;
  bottom: 61px;
  right: 9px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.my-float{
    margin-top:6px;
}
  .wrap-contact100 {
    padding: 110px 80px 157px 80px;
  }

  .contact100-pic {
    display: none;
  }

  .contact100-form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 110px 15px 157px 15px;
  }
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Montserrat-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.contact-part h1 {
  font-weight: 500;
  color: #000;
  text-align: center;
  padding: 30px 0;
  padding-top: 100px;
}
.product-part h1 {
  font-weight: 500;
  color: #000;
  text-align: center;
  padding: 30px 0;
  padding-top: 40px;
}

/* 
============================
Footer
============================ */
footer {
  background-color: #d22d85;
  padding: 40px 0;
  padding-top: 100px;
  margin-top: -40px;
}
footer p {
  font-size: 14px;
}
footer h2 {
  font-size: 20px;
  font-weight: bold;
}
footer h3 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
footer .form-control {
  border-radius: 30px;
  border: none;
  font-size: 14px;
  font-weight: 500;
}
.btn-submit {
  color: #000 !important;
  font-size: 14px;
  border-radius: 20px;
  padding: 3px 20px;
  font-weight: 600;
  background-image: linear-gradient(#ffb209, #ffe601);
  transition: 0.5s ease;
  margin-left: 10px;
  line-height: 30px;
}
footer .social {
  margin-top: 10px;
}
footer .social a {
  text-align: center;
  cursor: pointer;
}
footer .social a i {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  padding: 5px;
  margin-right: 3px;
  font-size: 13px;
}
footer .social a:hover i {
  background-color: #fff;
  color: #5a0581;
  transition: all 0.3s;
}

/* 
============================
Page Loader
============================ */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 10000;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/loader.png);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

.contact-map {
  margin-top: 50px;
  margin-bottom: -10px;
}
