File: /home/durgeshpandey215/www/tattooz.skilladders.com/style.css
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
width: 100%;
height: 100%;
}
:root {
--black-color: black;
--white-color: white;
--red-color: red;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Vidaloka", serif;
}
/* whatsapp Icon open*/
.whatsappIcon {
position: fixed;
bottom: 20px;
z-index: 100;
left: 20px;
width: 60px;
}
.whatsappIcon a img {
width: 100%;
}
.CallIcon {
position: fixed;
bottom: 20px;
z-index: 100;
right: 20px;
width: 60px;
}
.CallIcon a img {
width: 100%;
}
/* whatsapp icon close */
#main {
width: 100%;
}
/* navigation open */
.nav {
width: 100%;
margin: 5px 0px;
z-index: 3;
}
.navInner {
width: 1300px;
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;
padding: 5px 50px;
}
#navlogo {
font-family: "Montserrat Alternates", sans-serif;
}
#navlogo img {
width: 250px;
height: 60px;
}
#navlist ul {
display: flex;
align-items: center;
justify-content: center;
list-style: none;
}
#navlist ul li {
margin: 0px 20px;
font-weight: 600;
font-family: "Inter", sans-serif;
}
#navlist ul li a {
text-decoration: none;
color: var(--black-color);
}
.responsiveMenu {
display: none;
}
#navlogo h1{
font-family: "Open Sans", sans-serif;
font-size: 25px;
padding: 20px 0px;
letter-spacing: -1px;
}
/* navigation close */
/* home open */
.Home {
width: 100%;
height: 600px;
position: relative;
color: var(--white-color);
}
.homeOverlay {
width: 100%;
height: 100%;
position: absolute;
background-color: rgba(0, 0, 0, 0.651);
z-index: 0;
}
.Home-Inner {
height: 100%;
background-image: url(./assets/home.jpg);
}
.Home-Inner p {
font-family: "Charm", cursive;
font-weight: 400;
font-size: 20px;
}
.Home-Inner h1 {
font-family: "Vidaloka", serif;
font-size: 50px;
margin-bottom: 10px;
}
.Home-Inner h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
}
.home-content {
width: 100%;
height: 100%;
margin: auto;
display: flex;
z-index: 1;
position: relative;
flex-direction: column;
align-items: center;
justify-content: center;
}
/* home close */
/* tatto types open */
.tatto-type {
width: 100%;
/* background-color: rgb(235, 235, 235); */
background-color: rgb(31, 31, 31);
padding: 0px 0px;
color: var(--white-color);
}
.tatto-type-inner {
width: 100%;
margin: auto;
font-family: "Abril Fatface", serif;
}
.tatto-type-section {
display: flex;
align-items: center;
justify-content: space-between;
}
.tatto-type-dets {
width: 33%;
height: 300px;
}
#tatto-type-content {
text-align: center;
height: 100%;
}
#tatto-type-content h1 {
font-family: "Vidaloka", serif;
font-size: 30px;
font-weight: 400;
}
#tatto-type-content p {
font-family: "Rethink Sans", sans-serif;
font-size: 13px;
color: gray;
width: 70%;
height: 140px;
font-weight: 400;
margin: 20px auto;
}
#tatto-type-content button {
padding: 10px 20px;
border: 0px;
cursor: pointer;
background-color: var(--black-color);
}
#tatto-type-content button:hover {
background-color: rgb(22, 22, 22);
}
#tatto-type-content button a {
text-decoration: none;
color: var(--white-color);
}
#tatto-type-img1 {
width: 33%;
}
#tatto-type-img1 img {
width: 100%;
align-items: center;
justify-content: center;
height: 100%;
object-fit: cover;
filter: grayscale(1);
transition: all 0.2s ease-in-out;
}
#tatto-type-img1 img:hover {
filter: grayscale(0);
}
/* tatto types close */
/* tattos more types open */
.tatto-m-type-outer {
width: 100%;
}
.tatto-m-type-section {
width: 1300px;
margin: auto;
padding: 70px;
display: flex;
align-content: center;
justify-content: center;
}
.tatto-m-type img {
width: 100%;
}
#tatto-m-left img {
margin-bottom: 100px;
}
#tatto-m-center-heading {
min-height: 500px;
width: 20%;
}
#tatto-m-center-heading h1 {
transform: rotate(90deg);
margin-top: 100px;
font-size: 100px;
white-space: nowrap;
font-family: "Kanit", sans-serif;
}
#tatto-m-left {
width: 40%;
}
#tatto-m-left button {
width: 40%;
margin-top: 20px;
padding: 20px 0px;
border: none;
background-color: var(--black-color);
cursor: pointer;
}
#tatto-m-left button a {
text-decoration: none;
color: var(--white-color);
}
#tatto-m-right {
width: 40%;
display: flex;
flex-direction: column;
}
#tatto-m-right img {
margin-top: 100px;
}
#tatto-m-right button {
width: 40%;
padding: 20px 0px;
margin-top: 10px;
border: none;
background-color: var(--black-color);
cursor: pointer;
}
#tatto-m-right button a {
text-decoration: none;
color: var(--white-color);
}
/* tattos more type close */
/* our team open */
.ourteam {
width: 100%;
background-color: rgb(20, 20, 20);
}
.ourteam-inner {
width: 1300px;
margin: auto;
color: var(--white-color);
padding: 50px 0px;
}
.ourteam-heading {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.ourteam-heading p {
font-family: "Charm", cursive;
}
.ourteam-heading h1 {
font-family: "Vidaloka", serif;
font-size: 35px;
}
.ourteam-info {
width: 100%;
margin-top: 40px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
flex-wrap: wrap;
}
.team-m-img {
width: 30%;
margin: 0px 10px;
height: 450px;
background-color: rebeccapurple;
}
.team-m-img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.2s ease-in-out;
}
.team-m-img img:hover {
filter: blur(4px);
}
.team-m-dets {
position: absolute;
bottom: 0;
padding: 30px 50px;
background-color: rgba(0, 0, 0, 0.363);
transform: translate(50px, 0%);
width: 290px;
display: none;
transition: all 0.5s ease-in-out;
}
.team-m-dets h1 {
font-size: 20px;
font-weight: 400;
margin-bottom: 5px;
}
.team-m-dets p {
font-size: 10px;
font-weight: 400;
color: gray;
letter-spacing: 3px;
}
.team-m-img:hover .team-m-dets {
display: block;
}
/* our team close */
/* our creatives open */
.our-tatto-outer {
width: 100%;
padding: 50px 0px;
}
.our-tattos-inner {
width: 1400px;
margin: auto;
color: var(--black-color);
}
.our-tattos-heading {
width: 100%;
text-align: center;
}
.our-tattos-heading h1 {
font-size: 35px;
letter-spacing: 2px;
margin-bottom: 20px;
font-family: "Vidaloka", serif;
}
.general-container {
display: flex;
height: 21rem;
margin: 0 auto;
max-width: 55vw;
width: 100%;
}
.radio {
display: none;
}
.content {
background: transparent;
background-image: url("./assets/works/img-10.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border-radius: 3rem;
cursor: pointer;
flex: 1;
margin-right: 0.8rem;
overflow: hidden;
position: relative;
transition: all 0.5s cubic-bezier(0.05, 0.6, 0.39, 0.94);
}
.content::before {
background: inherit;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
}
.content > * {
position: relative;
z-index: 1;
}
.content:hover {
box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.3);
}
.content:nth-of-type(2) {
background: transparent;
background-image: url("./assets/works/img-1.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.content:nth-of-type(3) {
background: transparent;
background-image: url("./assets/works/img-2.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.content:nth-of-type(4) {
background: transparent;
background-image: url("./assets/works/img-3.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.content:nth-of-type(5) {
background: transparent;
background-image: url("./assets/works/img-4.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.content:nth-of-type(6) {
background: transparent;
background-image: url("./assets/works/img-6.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.content:nth-of-type(7) {
background: transparent;
background-image: url("./assets/works/img-7.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.content:nth-of-type(8) {
background: transparent;
background-image: url("./assets/works/img-8.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.creative-tattos-info {
width: 50%;
opacity: 0;
height: 100px;
background-color: rgba(245, 245, 220, 0.486);
backdrop-filter: blur(5px);
padding: 20px 40px;
border-radius: 35px 0px 35px 0px;
}
.creative-tattos-info p {
font-family: Arial, Helvetica, sans-serif;
font-weight: 500;
font-size: 14px;
}
.creative-tattos-info h3 {
font-family: "Vidaloka", serif;
font-size: 20px;
}
.radio:checked + .content {
border-radius: 2rem;
box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
flex: 9;
}
.radio:checked + .content > .creative-tattos-info {
opacity: 1;
transform: translateX(0);
}
/* our creatives close */
/* our work open */
.page2-outer {
width: 100%;
background-color: rgb(24, 24, 24);
padding: 70px 0px;
}
#page2 {
width: 1200px;
margin: auto;
}
.page2-text {
display: flex;
}
.page2-heading {
width: 100%;
text-align: center;
}
.page2-heading h1 {
padding-top: 10px;
line-height: 35px;
color: var(--white-color);
}
.page2-imgslider {
width: 100%;
height: 400px;
margin-top: 30px;
overflow-y: hidden;
overflow-x: scroll;
}
.page2-imgslider::-webkit-scrollbar {
display: none;
}
.slider {
display: flex;
height: 100%;
transition: transform 0.5s ease-in-out;
}
.imgslider-items {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
color: var(--white-color);
flex-direction: column;
justify-content: center;
text-align: center;
background-color: rgba(255, 0, 0, 0.219);
opacity: 0;
visibility: hidden;
transition: all 0.5s linear;
}
.images:hover .imgslider-items {
opacity: 1;
visibility: visible;
}
.imgslider-items img {
width: 40px;
height: 40px;
margin: 10px auto;
}
.imgslider-items h3 {
margin: 10px 0px;
}
.imgslider-items p {
margin: 5px;
}
.imgslider-items button {
padding: 7px 0px;
width: 40%;
border: none;
margin: 10px auto;
}
.imgslider-items button a {
text-decoration: none;
color: var(--primary-color);
}
.slider .images {
position: relative;
min-width: 25%;
height: 100%;
margin: 0px 5px;
box-sizing: border-box;
}
.images .bg-image-slider {
width: 100%;
height: 100%;
background-repeat: no-repeat;
object-fit: cover;
background-position: center;
background-size: cover;
}
.sliderbtn {
margin: 10px 5px;
color: var(--white-color);
cursor: pointer;
}
/* page 2 close */
/* our work close */
/* page6 open */
#page6 {
width: 1200px;
margin: 70px auto;
text-align: center;
padding: 50px 0px;
background-color: #fafbfb;
}
#page6 .page6-p {
font-size: 20px;
margin-bottom: 5px;
color: var(--primary-color);
font-weight: 700;
}
#page6 h1 {
font-size: 40px;
margin: 0px 0px 30px 0px;
}
.client-feedbacks {
text-align: left;
width: 50%;
margin: auto;
}
.client-feedbacks .feedback-text {
margin-bottom: 10px;
font-weight: 500;
}
.about-feedback {
display: flex;
align-items: center;
}
.about-feedback h3 {
color: var(--primary-color);
margin: 0px 5px;
font-size: 16px;
}
.about-feedback p {
color: gray;
}
/* page6 close */
/* contact open */
.contactUs-outer {
width: 100%;
background-image: url(./assets/contactBG.jpg);
background-position: center;
object-fit: cover;
background-repeat: no-repeat;
background-size: cover;
padding: 100px 0px;
}
.contact-inner {
width: 1400px;
/* min-height: 500px; */
margin: auto;
color: var(--white-color);
display: flex;
align-content: center;
justify-content: center;
}
.contactUsdets {
width: 50%;
}
#contactInfo {
padding: 0px 0px 0px 20px;
}
#contactInfo .contact-headpara {
margin-bottom: 5px;
font-family: "Charm", cursive;
font-size: 20px;
}
.contact-heading {
font-size: 35px;
letter-spacing: 1px;
font-weight: 500;
margin-bottom: 10px;
}
.contact-head-para {
width: 70%;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
margin-bottom: 20px;
}
.contact-time {
display: flex;
align-items: center;
justify-content: space-between;
width: 80%;
margin: 10px 0px;
}
.contact-time h2 {
font-size: 17px;
font-weight: 400;
letter-spacing: 1px;
}
.contact-cal hr {
width: 80%;
}
.contact-address {
width: 80%;
margin: 30px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
letter-spacing: 1px;
font-weight: 400;
}
.contact-phone {
margin: 10px 0px;
font-size: 16px;
}
.contact-phone a {
text-decoration: none;
color: var(--white-color);
}
.contact-email {
margin: 10px 0px;
font-size: 16px;
}
.contact-email a {
text-decoration: none;
color: var(--white-color);
}
#contact-form form {
width: 80%;
}
#contact-form form input {
width: 100%;
padding: 20px 20px;
background-color: transparent;
border: 1px solid var(--white-color);
margin: 10px 0px;
color: var(--white-color);
}
#contact-form form textarea {
width: 100%;
padding: 20px 20px;
background-color: transparent;
border: 1px solid var(--white-color);
margin: 10px 0px;
color: var(--white-color);
}
#contact-form form button {
width: 25%;
margin-top: 20px;
background-color: transparent;
border: 1px solid var(--white-color);
color: var(--white-color);
padding: 20px 0px;
transition: all 0.3s ease-in-out;
cursor: pointer;
}
#contact-form form button:hover {
background-color: var(--white-color);
color: var(--black-color);
}
.contact-map {
width: 100%;
height: 500px;
}
.contact-map iframe {
width: 100%;
height: 100%;
}
/* contact close */
/* footer open */
.footer-container {
background: #080808;
color: #4c5166;
padding: 75px 15px;
}
.footer {
max-width: 1200px;
margin: 0 auto;
}
.footer-content {
margin-bottom: 45px;
}
.footer-row {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.footer-column {
flex: 1;
min-width: 250px;
}
.footer-about,
.footer-links,
.footer-contact {
margin-bottom: 30px;
}
.footer-about h3,
.footer-links h3,
.footer-contact h3 {
margin-bottom: 20px;
color: var(--white-color);
font-size: 22px;
}
.footer-links a,
.footer-contact p {
margin-bottom: 10px;
display: block;
color: #4c5166;
transition: 0.3s;
}
.footer-links a:hover,
.footer-contact p:hover {
font-weight: 400;
font-size: 15px;
line-height: 40px;
/* or 267% */
letter-spacing: -0.03em;
text-decoration-line: underline;
color: #06965c;
}
.footer-social a {
display: inline-block;
margin-right: 15px;
color: #0085ff;
}
.footer-social a:hover {
color: #dddddd;
}
.footer-menu {
text-align: center;
padding: 10px 0;
border-top: 1px solid rgba(255, 255, 255, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.f-menu a {
margin: 0 15px;
color: #4c5166;
text-transform: capitalize;
}
.f-menu a:hover {
color: #4c5166;
}
.footer-copyright {
text-align: center;
padding: 30px 15px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-copyright p {
margin: 0;
}
.footer-copyright a {
color: #4c5166;
text-decoration: none;
font-weight: 500;
}
.footer-copyright a:hover {
color: #fff;
}
.footer-social a{
text-decoration: none;
color: var(--white-color);
}
.footer-social a i{
font-size: 25px;
}
/* footer close */
/* Styles for mobile and tablets */
@media (max-width: 768px) {
.footer-row {
flex-direction: column;
}
}
@media only screen and (max-width: 425px) {
/* navigation open */
#navlogo h1{
font-family: "Open Sans", sans-serif;
font-size: 20px;
padding: 20px 0px;
letter-spacing: -1px;
}
.navInner {
width: 100%;
position: relative;
padding: 10px 20px;
}
#navlist {
position: absolute;
top: 0;
margin: 0;
left: -100%;
width: 70%;
height: 100vh;
z-index: 1;
background-color: var(--white-color);
transition: all 0.4s linear;
}
#navlist ul {
align-items: flex-start;
flex-direction: column;
margin-top: 50%;
}
#navlist ul li {
margin: 10px 20px;
}
#navlogo h1 {
font-size: 25px;
}
.responsiveMenu {
display: block;
font-size: 35px;
}
#menuclose {
display: none;
right: 0px;
}
/* navigation close */
/* home open */
.Home-Inner p {
font-size: 18px;
}
.Home-Inner h1 {
font-size: 30px;
text-align: center;
margin-bottom: 5px;
}
.Home-Inner h3 {
font-size: 16px;
}
/* home close */
/* tatto types open */
.tatto-type-section {
display: flex;
align-items: flex-start;
flex-direction: column;
justify-content: space-between;
}
.tatto-type-dets {
width: 100%;
height: 300px;
}
#tatto-type-content {
text-align: left;
}
#tatto-type-content h1 {
margin-top: 20px;
font-size: 30px;
}
#tatto-type-content p {
width: 100%;
}
#tatto-type-content button {
margin-bottom: 20px;
}
#tatto-type-img1 {
width: 100%;
}
/* tatto types close */
/* tattos more types open */
.tatto-m-type-outer {
width: 100%;
}
.tatto-m-type-section {
width: 100%;
margin: auto;
padding: 0px;
display: flex;
flex-direction: column;
}
#tatto-m-left img {
margin-bottom: 50px;
}
#tatto-m-center-heading {
min-height: 50px;
width: 100%;
}
#tatto-m-center-heading h1 {
display: none;
}
#tatto-m-left button {
width: 100%;
}
#tatto-m-left {
width: 100%;
}
#tatto-m-right {
width: 100%;
}
#tatto-m-right img {
margin-top: 100px;
}
#tatto-m-right h2 {
text-align: center;
}
#tatto-m-right button {
display: none;
}
/* tattos more type close */
/* our team open */
.ourteam-inner {
width: 100%;
}
.ourteam-heading {
width: 100%;
flex-wrap: wrap;
}
.ourteam-heading h1 {
font-size: 30px;
}
.team-m-img {
width: 100%;
margin: 30px 10px;
height: 350px;
position: relative;
}
.team-m-img img:hover {
filter: blur(4px);
}
.team-m-dets {
transform: translate(0px, 0%);
}
/* our team close */
/* our creatives open */
.our-tatto-outer {
width: 100%;
padding: 50px 0px;
}
.our-tattos-inner {
width: 100%;
}
.content:nth-of-type(6) {
display: none;
}
.content:nth-of-type(7) {
display: none;
}
.content:nth-of-type(8) {
display: none;
}
.creative-tattos-info {
display: none;
}
.general-container {
display: flex;
height: 21rem;
margin: 0 auto;
max-width: 100%;
width: 100%;
}
#page2 {
width: 100%;
text-align: center;
}
.page2-text {
flex-wrap: wrap;
}
.page2-heading {
width: 100%;
}
.page2-para {
width: 100%;
align-items: center;
}
.slider .images {
min-width: 90%;
}
/* page6 open */
#page6 {
width: 100%;
margin: auto;
}
#page6 .page6-p {
font-size: 15px;
}
#page6 h1 {
font-size: 30px;
}
.client-feedbacks {
text-align: center;
width: 90%;
}
.client-feedbacks p {
font-family: Arial, Helvetica, sans-serif;
}
/* page6 close */
/* contact open */
.contact-inner {
width: 100%;
flex-wrap: wrap;
}
.contactUsdets {
width: 100%;
}
#contact-form{
margin: 0px 0px 0px 20px;
}
}
@media only screen and (max-width: 1025px) {
/* navigation open */
.navInner {
width: 100%;
position: relative;
padding: 10px 20px;
}
#navlist {
position: absolute;
top: 0;
margin: 0;
left: -100%;
width: 70%;
height: 100vh;
z-index: 1;
background-color: var(--white-color);
transition: all 0.4s linear;
}
#navlist ul {
align-items: flex-start;
flex-direction: column;
margin-top: 50%;
}
#navlist ul li {
margin: 10px 20px;
}
#navlogo h1 {
font-size: 25px;
}
.responsiveMenu {
display: block;
font-size: 35px;
}
#menuclose {
display: none;
right: 0px;
}
/* navigation close */
/* tatto types open */
.tatto-type-dets {
height: 450px;
overflow: hidden;
}
#tatto-type-content button {
margin-top: 150px;
}
/* tatto types close */
/* tattos more types open */
.tatto-m-type-outer {
width: 100%;
}
.tatto-m-type-section {
width: 100%;
}
#tatto-m-center-heading h1 {
font-size: 70px;
}
/* tattos more type close */
/* our team open */
.ourteam {
width: 100%;
}
.ourteam-inner {
width: 100%;
}
.team-m-img {
height: 350px;
background-color: rgb(0, 0, 0);
}
.team-m-img{
position: relative;
}
.team-m-dets {
position: absolute;
bottom: 0;
padding: 30px 50px;
background-color: rgba(0, 0, 0, 0.363);
transform: translate(5px, 0%);
width: 200px;
left: 0;
display: none;
transition: all 0.5s ease-in-out;
}
/* our team close */
/* our creatives open */
.our-tatto-outer {
width: 100%;
}
.our-tattos-inner {
width: 100%;
}
.general-container {
display: flex;
height: 15rem;
margin: 0 auto;
max-width: 55vw;
width: 100%;
}
.creative-tattos-info{
display: none;
}
#page2 {
width: 100%;
}
.page2-imgslider {
height: 300px;
}
#page6 {
width: 100%;
}
.contact-inner {
width: 100%;
}
/* contact close */
}