@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&family=Roboto:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Pacifico&family=Roboto:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Roboto+Slab:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Roboto+Slab:wght@300;400&family=Saira+Semi+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Crete+Round&family=Pacifico&family=Roboto+Slab:wght@300;400&family=Saira+Semi+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@200&family=Niconne&display=swap');

.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #000;
  }
  
  @-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}







*

{
    margin: 0;
    padding: 0;
}
body
{
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;  
}
.brand-name{
    font-family: 'Pacifico', cursive;
    color: wheat;
    margin-left: 20%;
    font-size: 50px;
}
@media (max-width: 1024px) {
    .brand-name {
     display: none;
    }
  }
.navbar .nav-item:not(:last-child) {
    margin-right: 35px;
  }

  .navbar-custom{
      background-color: black;
  }
  .navbar-custom a{
      color: white;
  }
  .dropdown-menu a{
      color: black;
  }
  .nav-item a{
      font-size: large;
      font-weight: 500;
  }
  .nav-item a:hover{
      color:wheat;
  }
  .dropdown-toggle::after {
     transition: transform 0.15s linear; 
  }
  
  .show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
  }
  
  .dropdown-menu {
    margin-top: 0;
  }
  .logo{
      width: 100px;
  }
  .custom-toggler.navbar-toggler {
    border-color:gray;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .home-feature{
      background-color: black;
  }
  .home-feature h2{
      padding: 20px;
      color: wheat;
      font-size: 50px;
  }
  .home-feature p{
      padding: 20px;
      color: white;
      font-size: 25px;
      text-align: center;
  }
  .home-feature img{
      height: 500px;
      padding: 20px;
  }
  .home-feature-2{
      background-color: #f4db8b;
  }
  .ml11 {
    font-family: 'Pacifico', cursive;
    text-align: center;
    font-weight: 600;
    font-size: 3.0em;
    padding-top: 50px;
    color: brown;
  }
  
  .ml11 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
  }
  
  .ml11 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #fff;
    transform-origin: 0 50%;
  }
  
  .ml11 .line1 { 
    top: 0; 
    left: 0;
  }
  
  .ml11 .letter {
    display: inline-block;
    line-height: 1em;
  }
  .home-feature-2 h2{
    font-family: 'Roboto Slab', serif;
      padding: 30px;
      text-align: center;
      font-size: 3.0em;
  }
  .home-feature-2 h3{
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 2.0em;
    text-align: center;
  }


  .home-feature-3 {
    color: white;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/img/taunton-4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
  }
  .ml2 {
    font-family: 'Pacifico', cursive;
    text-align: center;
    padding-top: 50px;
    font-weight: 900;
    font-size: 3.5em;
  }
  
  .ml2 .letter {
    display: inline-block;
    line-height: 1em;
  }
  
  

  .button-78 {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: Eina01,sans-serif;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 24px;
    min-height: 64px;
    outline: none;
    overflow: visible;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
    margin-top: 100px;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  @media (min-width: 375px) {
    .button-78 {
      padding: 19px 32px;
    }
  }
  
  .button-78:before,
  .button-78:after {
    border-radius: 80px;
  }
  
  .button-78:before {
    background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
  }
  
  .button-78:after {
    background-color: initial;
    background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
  }
  
  .button-78:hover:not(:disabled):before {
    background: linear-gradient(92.83deg, rgb(255, 116, 38) 0%, rgb(249, 58, 19) 100%);
  }
  
  .button-78:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  
  .button-78:active:not(:disabled) {
    color: #ccc;
  }
  
  .button-78:active:not(:disabled):before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  }
  
  .button-78:active:not(:disabled):after {
    background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
  }
  
  .button-78:disabled {
    cursor: default;
    opacity: .24;
  }

  #footer{
      padding-top: 50px;
  }

section .section-title {
    text-align: center;
    color: #007b5e;
    padding-top: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #000000 !important;
}
#footer h5{
	padding-left: 10px;
    padding-bottom: 6px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}

.products-banner {
    color: white;
    background-image: url("/img/taunton-products-banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 35vh;
  }
  .products-banner h1{
    font-family: 'Pacifico', cursive;
    padding-top: 90px;
    font-size: 77px;
    text-align: center;
    color: #8b0304;
  }

  @media (max-width: 1024px) {
    .products-banner{
     height:100px;
    }
    .products-banner h1{
    font-family: 'Pacifico', cursive;
    padding: 25px;
    font-size: 35px;
    text-align: center;
    color: #8b0304;
    }
  }

  .products-details{
      background-color: black;
  }


  .flip-card {
    padding: 10px;
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: #bbb;
    color: black;
  }
  .flip-card-front img{
      width: 280px;
      height: 280px;
  }
  
  .flip-card-back {
    background-color: #a00028;
    color: white;
    transform: rotateY(180deg);
  }
  .flip-card-back a{
    text-decoration: none;
    color: wheat;
}
.flip-card-back a:hover,
a:visited,
a:focus
{text-decoration: none !important;}

.flip-card-back a:hover{
    color: wheat;
}
@media (max-width: 1024px){
    .card-deck{
       margin-left: 25px;
    }
}

.about{
    background-image: url("/img/taunton-about-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200vh;
}
.about img{
    padding-top: 500px;
}
.about h3{
    font-family: 'Blinker', sans-serif;
    text-align: center;
    color:darkslategray;
    padding-top: 500px;
    font-size: 20px;
    line-height: 1.8;
    padding-left: 15px;
    padding-right: 15px;
}
.about h2{
    font-family: 'Roboto Slab', serif;
    padding: 20px;
    font-size: 35px;
    color: darkred;
    text-align: center;
}
@media (max-width: 1024px){
    .about{
    background-image: url("/img/taunton-about-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 120vh;
    }
    .about img{
        display: none;
    }
    .about h3{
        padding-top: 300px;
        font-size: 15px;
        line-height: 1.3;
    }
    .about h2{
        padding-top: 10px;
        font-size: 20px;
    }
}
.contact{
    background-color: black;
}
.contact img{
    width: 300px;
}
.contact h2{
    padding: 50px;
    color: wheat;
}
.contact h3{
    color: white;
}
.contact h4{
    color: lightskyblue;
}
.contact h5{
    font-size: 25px;
}
.contact i{
    color: blue;
}
@media (max-width: 1024px){
    .contact h3{
        padding: 20px;
        font-size: 21px;
    }
}


.box{
    padding: 20px;
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 15px;
    margin: 0 auto;
  }
  .card{
    position: relative;
    width: 300px;
    height: 350px;
    background: #fff;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow:0 2px 10px rgba(0,0,0,.2);
  }
  .card:before,
  .card:after
  {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #fff;
    transition: 0.5s;
    z-index:-1;
  }
  .card:hover:before{
  transform: rotate(20deg);
  box-shadow: 0 2px 20px rgba(0,0,0,.2);
  }
  .card:hover:after{
  transform: rotate(10deg);
  box-shadow: 0 2px 20px rgba(0,0,0,.2);
  }
  .card .imgBx{
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: #222;
  transition: 0.5s;
  z-index: 1;
  }
  
  .card:hover .imgBx
  {
    bottom: 80px;
  }

  .card .imgBx img{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .card .details{
      position: absolute;
      left: 10px;
      right: 10px;
      bottom: 10px;
      height: 60px;
      text-align: center;
  }

  .card .details h2{
   margin: 0;
   padding: 0;
   font-weight: 600;
   font-size: 20px;
   color: #777;
   text-transform: uppercase;
  } 

  .card .details h2 span{
  font-weight: 500;
  font-size: 16px;
  color: #f38695;
  display: block;
  margin-top: 5px;
   } 

   .products-bg{
       background-color: white;
   }

   @media (max-width: 400px){
       .box{
        padding: 20px;
        width: 375px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap: 15px;
        margin: 0 auto;
       }
   }
   @media (max-width: 768px){
    .box{
     width: 100px;
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
     grid-gap: 15px;
     margin: 0 auto;
    }
}