@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body{font-family: "DM Sans", sans-serif;}
.navbar-brand img { 
    height: 50px; 
}
.hero {
    background: url('https://doubledouble.ca/assets/promos/dd-double-treat-may2024.png') center/cover no-repeat; 
    color: white; 
    text-align: center; 
    padding: 160px 20px; 
    position: relative;
    z-index: 1;
}
.hero:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #0000009e;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.orderonline-btn {
    background-color: #0d7410;
    color: #fff;
    width: 200px;
    padding-left: 23px !important;
    position: relative;
    border-radius: 23px;
}
.orderonline-btn:before {
    content: "\f23d";
    position: absolute;
    right: 6px;
    top: 5px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.5s all;
    font-family: "Font Awesome 7 Brands";
    color: #fff;
    padding: 3px 5px;
}
.orderonline-btn:hover {
    text-align: right;
    color: #fff;
    padding-right: 16px;
}

.orderonline-btn:hover:before {
    right: 81%;
    color:#0d7410;
}
.orderonline {
    background-color: #0D7410;
    color: #fff;
    text-decoration: none;
    padding: 15px 38px;
    border-radius: 30px;
}
.inf-box {
    text-align: left;
    position: relative;
    border-radius: 21px;
    border:1px solid #aaaaaa;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f7f7f7;
    color: #000;
}
.inf-box .fa-star, .inf-box .fa-star-half {
    color: #0D7410;
    font-size: 15px;
}
.inf-box-sec {
    text-align: left;
}

a.btn.btn-outline-success {
    background-color: #fff;
    border: 1px solid;
    border-radius: 20px;
    width: 100%;
}
p.copright {
    margin-bottom: 0px;
    border-top: 1px solid;
    padding-top: 18px;
}
footer {
    background: #017340;
    color: #fff;
    padding: 4rem 0;
    position: relative;
    z-index: 1;
    /* background-image: linear-gradient(
3deg, #ffffff 21%, #017340); */
}

.inf-box .info-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #0d9f5f;
}
footer iframe {
    border-radius: 18px;
}
.top-bar {
    background-color: #0d9f5f;
    color: #Fff;
    font-size: 14px;
    padding-top: 3px;
}
li.nav-item a {
    font-weight: bold;
    text-transform: uppercase;
}
p.copyright {
    margin-bottom: 0px;
    border-top: 1px solid #a5a5a5;
    padding-top: 15px;
    font-size: 14px;
    margin-top: 1rem;
    padding-left: 15px;
    padding-right: 15px;
}
p.copyright a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}
.inf-box .fa-chevron-right {
    font-size: 10px;
    position: relative;
    top: -2px;
    color: #0d7410;
}
.calltoaction {
    background-color: #017340;
    color: #fff;
    padding-top: 2.2rem;
    padding-bottom: 2rem;
    background-image: linear-gradient(266deg, #017340 21%, #017340);

}
.calltoaction a.btn {
    color: #fff;
    background-color: #017340;
    padding: 18px;
    border-radius: 44px;
}
a.btn:hover {
    color: #fff;
    background-color: #0D9F5F;
    border-color: #fff;
}
.info-screen, .info-screen2 {
    height: 180px;
}
.img-box img {
    width: 100%;
    transition: 0.5s all;
}
.img-box:hover img {
    transform: scale(1.1);
}
img.footer-logo {
    width: 100%;
    border-radius: 20px;
    padding: 3px;
    background-color: #fff;
    height: 147px;
    object-fit: contain;
    margin-bottom: 15px;
}
.img-box h4 {
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
    background-color: #0d7410d9;
    color: #Fff;
    padding: 7px;
    z-index: 1;
}
.img-box {
    position: relative;
    margin-bottom: 20px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #adadad;
    display: block;
}
.img-box.center-box img, .img-box.center-box {
    object-fit: cover;
    height: 100%;
    object-position: 76%;
}
.info-screen .inf-box,
.info-screen2 .inf-box  {
    position: absolute;
    width: 100%;
    transition: 0.5s all;
}
.hidden,
.hidden2{transform: scale(0);opacity: 0;}
.info-screen .inf-box.active,
.info-screen2 .inf-box.active2 {
    transform: scale(1);
    opacity: 1;

}
.info-screen,.info-screen2 {
    position: relative;
}
header {
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: #fff;
    filter: drop-shadow(2px 4px 6px black);
}
.mobile-slide {
    display: none;
}
video {
    object-fit: cover;
}
.carousel-item img {
    width: 100%;
}
.calltoaction {
    width: 98%;
    margin: auto;
    border-radius: 13px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}
button.menu-btn {
    background-color: unset;
    border: unset;
    color: #fff;
    font-weight: bold;
}
.orderonline-box {
    border: 1px solid #ffffff;
    padding: 10px 25px;
    border-radius: 31px;
    padding-right: 3px;
    color: #fff;
}
.orderonline-box a {
    text-decoration: none;
    color: #000;
    background-color: #ffffff;
    padding: 10px 18px;
    border-radius: 20px;
    margin-left: 10px;
}
.heading {
    font-weight: 900;
    font-size: 50px;
}
.fasion-box {
    border: 1px solid;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border-radius: 21px;
    align-items: center;
}
.fasion-box i {
    font-size: 58px;
}
.fasion-box a {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
}
.fasion-box:hover i,.fasion-box a:hover {
    color: #d22830;
}
.menu-box {
    display: flex;
    border: 1px solid #d2d2d2;
    background-color: #f7f7f7;
    border-radius: 18px;
    overflow: hidden;
    padding: 11px;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    position: relative;
}
.menu-box .fa-cart-plus {
    position: absolute;
    right: 13px;
    top: 41px;
    font-size: 67px;
    opacity: 0.1;
}
.menu-box span {
    text-align: left;
}
.menu-box p {
    margin: 5px 0px;
}
.menu-box img {
    width: 170px;
    border-radius: 10px;
}
.menu-box h3 {
    text-align: left;
    font-weight: bold;
}
.menu-box a {
    border: 1px solid;
    align-items: center;
    background-color: #d22830;
    color: #fff;
    padding: 4px 20px;
}
section.inner-banner {
    background-image: url('https://doubledouble.webordering.ca/doubledouble/img/img01.jpg');
    color: #fff;
    padding: 4rem 0px;
    background-size: cover;
    position: relative;
    z-index: 1;
}
section.inner-banner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000073;
    z-index: -1;
}
nav.navbar.navbar-expand-lg {
    background-image: linear-gradient(91deg, #ffffff 21%, #017340);
}
a.navbar-brand img {
    width: 130px;
    height: auto;
}
ul#mypanel {
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 3rem;
    font-size: 16px;
    position: sticky;
    top: 0px;
    background-color: #fff;
    padding-top: 10px;
    z-index: 1;
}
ul#mypanel li {
    padding: 5px 15px;
    cursor: pointer;
}
li.nav-item.active a {
    color: #AF454E;
    font-weight: 600;
}
.search-box {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    display: block;
    z-index: 1;
    top: 25px;
}
.search-box i {
    position: absolute;
    left: 10px;
    top: 50%;
    color: #00A96C;
    transform: translateY(-50%);
    font-size: 16px;
}
#filter {
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    width: 100%;
    height: 35px;
    padding-left: 30px;
    font-size: 16px;
}
.tab-pane {
    position: relative;
    display: none;
}
.tab-pane.active {
    display: block;
    opacity: 9;
}
.sticky {
    position: sticky;
    top: 200px;
}
.item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h2.main-title {
    text-align: left;
    color: #32A878;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}
.product-box {
    background-color: unset;
    padding: 4px 0px;
}
.product-box {
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
    border-bottom: 1px dotted #AF454E;
    margin-left: auto;
    position: relative;
}
.product-box .title_box {
    width: 50%;
}
.product-title {
    font-size: 20px;
    color: #020202;
    font-weight: 400;
}
p.price {
    font-size: 17px;
    font-weight: 600;
    color: #017340;
    text-align: right;
    width: 30%;
    margin-bottom: 0px;
}
.product-box .btn {
    background-image: linear-gradient(91deg, #32A878 21%, #017340);
    width: 80px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    border: 0px;
}
a.nav-link {
    white-space: nowrap;
}
.variable-box {
    display: none;
    position: absolute;
    background-color: #f7f7f7;
    height: 100%;
    width: 88%;
    /* border: 1px solid; */
    padding-top: 38px;
}
.variable-box .variable-item {
    font-size: 18px;
    margin-right: 15px;
    color: #32A878;
    font-weight: 600;
}
img {
    max-width: 100%;
}
.offer-img {
    border-radius: 20px;
    transition: 0.5s all;
}
.offer-img:hover {
    transform: scale(1.1);
}
.inf-box h3 {
    font-size: 22px;
}
a.navbar-brand img {
    position: absolute;
    top: -38px;
    filter: drop-shadow(2px -8px 12px #FFF);
}
.error-msg {
    color: red;
    font-size: 14px;
    position: relative;
    top: -10px;
    left: 22px;
    background-color: #fff;
}
div#form1 {
    position: relative;
}
div#preLoder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background-color: #ffffff80;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}
div#preLoder img {
    width: 100px;
}
div#form1 p {
    margin-bottom: 0px;
}
input.form-control.submit-btn.text-center.order-btn.mb-3 {
    background-image: linear-gradient(91deg, #0d9f5f 21%, #017340);
    color: #fff;
    margin-top: 15px;
}
.offer-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}
.offer-box img {
    width: 100%;
}
.offer-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 35px;
    color: #fff;
}
.offer-content h3 {
    font-size: 24px;
    font-weight: bold;
}
.offer-content a.btn:hover {
    background-color: #077644;
}
.offer-content a.btn {
    background-color: #ddd;
    width: 100%;
    padding: 15px;
    border-radius: 36px;
}
.inf-box-sec .btn {
    padding: 15px;
    border-radius: 43px !important;
}
li.nav-item.active {
    background-color: #209664;
    border-radius: 28px;
}
li.nav-item.active a {
    color: #fff;
}
.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #000000e0;
}
.preloader img {
    width: 200px;
    animation: preloder_img 2s infinite;
}
@keyframes preloder_img {
  from {opacity: 0;}
  50% {opacity: 1;}
  to {opacity: 0;}
}
@media only screen and (max-width: 600px) {

.calltoaction {
    width: 100%;
    margin: 0px;
    border-radius: unset;
    background-image: unset;
    background-color: #0d9f5f;
    text-align: center;
}
h2.main-title {
    margin-bottom: 20px;
    border-bottom: 1px solid;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 6px;
}
.product-box .btn {
    width: 40px;
}
ul#mypanel {
    margin-bottom: 0px;
}
    .orderonline-box {
    border: 0px;
    text-align: center;
    padding: 8px;
}
.orderonline-box span {
    display: none;
}
.fasion-box a {
    font-size: 22px;
}
footer iframe {
    border-radius: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
}
    .dasktop-slide {
    display: none;
}
.mobile-slide {
    display: block;
}
footer iframe {
    border-radius: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
}
}