@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html {
    scroll-behavior: smooth;
  }
  body {
    /*background: #FCFCFC;
    background-image: url('https://zoomin-new.s3.ap-south-1.amazonaws.com/design/occasions/wedding-sale/21/mandala-pattern.gif');
    background-attachment: fixed;
    background-size: 750px;
    background-position: -90px center;*/
	font-family: 'Lato', sans-serif;
	background-color: #fff;
}
.banner-template {
    margin-bottom: 0px;
    /*box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);*/
    padding: 0px;
}
.body-container {
    /*max-width: 1370px;*/
    background-color: #ffffff;
    margin: 0 auto;
    /*box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);*/
    /*padding: 50px 20px;*/
    width: 100%;
}
.section-container {
	padding: 20px;
}
.section-colour {
	background-color: #f9f9f9;
}
.template-grid-5 {
    width: calc(20% - 30px);
}
.template-grid-2 {
	text-align: left;
	margin-bottom: 20px;
}
.contest {
    display: block;
}
.footer-terms {
    background: #fff;
    /*background: linear-gradient(180deg, rgba(255,250,241,1) 0%, rgba(245,245,245,1) 100%); */
    padding: 20px 0;
}
.blog {
    background-color: #f9f9f9;
    max-width: 780px;
    margin: auto;
    margin-top: 50px;
    padding: 20px !important;
}
.blog-grid {
    width: calc(50% - 20px);
    margin-bottom: 0px;
}
.template-grid ul {
    margin: 15px 0;
    padding-left: 35px;
}
.template-grid li {
    margin: 0 0 8px -20px;
}
.template-container {
    width: 85%;
}
.template-container h3 {
    letter-spacing: 1px;
    line-height: 25px;
    margin: 20px 0 10px;
}
.template-button {
    margin-right: 0px;
    letter-spacing: 1px;
	padding: 10px 15px;
}
.community-collage {
    margin-bottom: 0px;
}
.first-title {
    margin-top: 40px !important;
    /*letter-spacing: 2px;*/
    text-transform: capitalize;
	color: #802B45 !important;
}
.sub-title {
	font-weight: 400;
	margin-top: 0px !important;
}
.button-gradient{
    background-image: linear-gradient(225deg,#fb6446,#fb505f);
    font-weight: 600;
    letter-spacing: 1px;
}
.section-title h2 {
	font-family: 'mr-sopkin-pro', sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #111111;
    margin-bottom: 10px;
    line-height: 1.2em;
    font-size: 50px;
}
.template-grid-heading {
	font-family: poppins,sans-serif;
	font-weight: 400;
	font-style: normal;
    text-transform: capitalize;
    font-size: 16px;
    color: #444444;
}
.big-bold-text {
	font-family: poppins,sans-serif;
	font-weight: 200;
	font-style: normal;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 5px;
    font-size: 30px;
    margin-top: 50px;
	margin-bottom: 50px;
	line-height: 1.2;
}
.big-bold-text-partner {
    margin-bottom: 10px !important;
}
.product-oneliner {
	font-size: 14px;
	color: #666;
	text-transform: none;
}

.product-Name {
	font-weight: 400;
	color: #111;
    font-size: 20px;
    line-height: 1.2em;
}

@media (max-width: 1280px) {
    .template-container {
        width: 95%;
    }
    .footer-terms {
       /* margin-bottom: 260px;*/
    }
}
@media (max-width: 1024px) {
    .template-grid-3 {
        width: 48%;
    }
}
@media (max-width: 950px) {
    .template-grid-5 {
        width: calc(20% - 15px);
    }
    .footer-terms {
        margin-bottom: 0px;
    }    
}
@media (max-width: 768px) {
    .template-grid-5 {
        width: calc(30% - 5px);
    }
    .template-grid-3 {
        margin: 30px auto;
    }
    /*.body-container {
        width: 85%;
    }*/
    .footer-terms {
        margin-bottom: 0px;
    }

ul {
    font-size: .9rem;
}
.template-grid li {
    margin: 0 0 8px -20px;
}
.template-grid h4 {
    color: #444444;
    margin: 0 0 13px 0;
    font-weight: 300;
}
.template-grid h4 strong {
    font-weight: 500;
}
.template-grid h3 {
    margin: 5px 0 0 0;
    text-transform: capitalize;
    font-size: 24px;
}
	
}
@media (max-width: 667px) {
    .template-grid-5 {
        width: calc(50% - 10px);
    }
    .template-separator {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    /*.body-container {
        width: 80%;
    }*/
    .template-grid-3 {
        width: 100%;
    }
    .blog-grid {
        width: 100%;
    }
	.template-container h2 {
		font-size: 34px;
		line-height: 1.5em;
	}
    .footer-terms {
       /* margin-bottom: 260px;*/
    }
}

