@import url('https://fonts.googleapis.com/css2?family=Lato&family=Shadows+Into+Light&display=swap');

:root{
	--primary-color : #000000;
    --second-color :#B8030A;
    --btn-hover : #1e2053;
    --grey-color : #979797;
    --title-color : #161515;
	--white : #fff;
    --gradient : linear-gradient(180deg, var(--yellow) 0%, #FDD503 100%);

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}
*:focus{
    outline: none;
}
.my-container{
    width: 90%;
    margin: 0 auto;
}
html {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
}
a {
    text-decoration: none;
}
a:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.btn:focus {
    box-shadow: none;
}
ul {
    padding: 0;
} 
button:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}
body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    background-color:#ffffff;
}
.topheader{
    height: 50px;
    background-color: #F2EDEB;
}
.topmenu{
    height: 100px;
    background-color:var(--white);
}
li.nav-item {
    margin-top: 3px;
}
.timing p{
    text-align: right;
    margin-left: 30px;
}
.logo {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 28px;
}
/* header */
header{
    width: 100%;
    background-color: #f2edeb;
  
}

.cont-icon{
    height: 50px;
    width: 50px;
    background-color:var(--second-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin: 15px 0;
}
.cont-details{
    background-color: #f8f8f8;
    padding: 50px 10px;
    border-radius: 10px;
}
.contact-form input[type="text"]{
    border-radius: 0;
    border:solid 1px lightgrey;
    height: 50px;
    margin-bottom: 20px;
    box-shadow: none;
}
.contact-form textarea,.contact-form textarea:FOCUS{
    border-radius: 0;
    border:solid 1px lightgrey;
    height: 120px;
    margin-bottom: 20px;
    box-shadow: none;
}
.contact-form button{
    background-color: var(--second-color);
    color: white;
    padding: 10px 40px;
    border:none;
    box-shadow: none;
}
.contact-form button:hover{
    background-color: var(--primary-color);

}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 10px !important;
}
.kit-block {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    margin: 15px 0px;
}
.kit-block img {
    border-radius: 10px;
    width: 100%;
}
.kit-img{
    border-radius: 10px;
    overflow: hidden;
    transition: ease-in-out 0.3s !important;
    height: 180px;
}
.kit-img:hover img{
    transform: scale(1.2,1.2);
    transition: ease-in-out 0.3s;

}
.cont-details h4{
    margin: 26px 0;
    font-size: var(--clamp22);
}
/* header */
.header-social ul li{
    float: left;
    list-style: none;
    margin: 0 8px;
}
.header-social ul{
    float: right;
    margin-top:80px ;
}
.header-social img {
    height: 22px;
}
.logo img {
    height: 115px;
}
.mainheader{
    background-color: rgba(0,0,0,0.1);
    padding: 10px 0;
    padding-bottom: -15px !important;
    height: 185px;
}
.menu1{
    border-bottom: solid 1px var(--second-color);
}
.slider-section{
    background-image: url("https://static.wixstatic.com/media/4b725e_518d465b17ff46c9abf3097d050a7a8b~mv2.jpg/v1/fill/w_1903,h_887,al_b,q_85,usm_0.66_1.00_0.01,enc_auto/4b725e_518d465b17ff46c9abf3097d050a7a8b~mv2.jpg");
    height: 100vh;
    background-position: center;
    background-size: cover;
}
.other-menu{
    background-color: #000000;
}
.t-design-content{
    padding: 20px;
    z-index: 2;
}
.t-design-content{
    background-color: #f9f9f9;
    z-index: 0;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

.my-menu ul{
    margin-left: 0px;
    padding: 15px 0;
    padding-bottom: -15px;
}
.my-menu ul li{
    float: left;
    list-style: none;
}
.my-menu ul li a{
    color: white;
    text-decoration: none;
    margin: 0px 10px;
}
.my-links ul{
    margin-right: -20px;
    padding: 15px;
    padding-bottom: 10px;
    float: right;
}
.my-links ul li{
    float: left;
    list-style: none;
}
.my-links ul li a{
    color: white;
    text-decoration: none;
    margin: 0px 10px;
}

.the-work-design{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 580px;
    overflow: hidden;
    border-radius: 10px;
    margin: 15px 0;
}
.theme-btn{
    position: relative;
    top: 30px;
}
.theme-btn a{
    background-color: var(--second-color);
    color: white;
    padding: 10px 60px;
    border-radius: 50px;
    text-decoration: none;
    transition: ease-in-out 0.3s;
}
.theme-btn a:hover{
    background-color: var(--primary-color);
}
.t-same{
    background-color: #f8f8f8;
}
.the-work-design .the-work-content{
    background-color: #f9f9f9;
    height: 100%;
    padding: 15px;
}
.the-work-design .the-work-img img {
    width: 100%;
    height: 225px;
}
.footer-li{
    list-style: none;
    text-align: center;
    width: 100%;
    margin: 10px 0;
}
.footer-li li{
    width: 100%;
}
.footer-li li a{
    color: white;
    background-color: var(--primary-color);
    padding: 10px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
}
.footer-li:hover li a{
    background-color: var(--second-color);
}
.t-same .theme-btn{
    margin-top: -50px;
    margin-bottom: 50px;
}
.the-work-design .the-work-content h4{
    font-size: var(--clamp20);
    font-weight: 600;
}
.theabt {
    padding: 20px 0;
}
.the-work-design .the-work-content h5{
    font-size: var(--clamp16);
    font-weight: 600;
}
.footer-social {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-left: -15px;
}
.footer-social li{
    list-style: none;
    float: left;
    margin: 0 10px;
}
.footer-form input[type="text"]{
    height: 50px;
    border-radius: 0;
    box-shadow: none;
}
.footer-form button{
    background-color: var(--primary-color);
    color: white;
    height: 100%;
    padding: 10px 30px;
    position: absolute;
    top: 0;
    right: 0;
}