.navbar
{
    background-color: #47474a;
    border: 0px;
    border-radius: 0;
    color:white;
}
.navbar-toggler
{
    background-color: #9a9a98;
}
li
{
    padding-left: 5px;
    padding-right: 5px;
}
.nav-item
{
    transition: 0.6s;
}
.nav-item:hover
{
    
    background-color: #9a9a98;
    transition: 0.5s;
}

.p1
{
    font-size: 50px;
    color: black;
    text-align: center;
    font-family: Myriad Pro;
    font-weight: bold;
}
.about1,.products1
{
    font-weight: bold;
    font-family: Arial;
    font-size: 30px;
    color: black;
    text-align: center;
}

.about2
{
    font-family: Arial;
    padding: 20px;
    font-size: 20px;
    text-align: justify;

}
.product
{
    background: linear-gradient(to right,#f2ebe5,#e5d6ca);
}
.mens1,.womens1,.doll1,.sports1,.kids1,.pets1
{
    background-color: #47474a;
    font-family: arial;
    text-align: center;
    font-size: 30px;
    color: white;
}
.mens2,.womens2
{
    font-weight: bold;
    font-size: 20px; 
    text-align: center ;
}
.bg_color
{
    background-image:linear-gradient(to right,#fcf5f0,#e7d9cd);
    margin-top: -20px;
}

.btn1
{
    background-color: #436570;
    padding: 10px 30px 12px 30px;
    border: 0PX;
    font-size: 25PX;
    color: white;
    font-weight: bold;
    transition:0.7s;
}
.btn1:hover
{
    color: black;
    background-color: #5893a7;
    transition:0.7s;
}
footer
{
    background-color: #e9e9e9;
    margin-top: -20px;
}
.f_product,.f_link,.F_follow
{
    color: rgb(167, 167, 167);
    font-size: 16px;
    font-family: arial;
    line-height: 30px;
}
.f_info
{
    color: rgb(167, 167, 167);
    font-size: 15px;
    font-family: arial;
    line-height: 30px;
}
.foot_p1,.foot_p2,.foot_p3,.foot_p4
{
    color: rgb(104, 103, 103);
    font-size: 16px;
    font-family: arial;
}
.fa-facebook-f
{
    color: white;
    background-color: #4f66aa;
    padding: 13px 19px 13px 19px;
    font-size: 30px;
    border-radius: 50%;
    transition: 1s;
}
.fa-facebook-f:hover
{
    color: #4f66aa;
    background-color: #5a5a5a;
    padding: 13px 19px 13px 19px;
    font-size: 30px;
    border-radius: 50%;
    transition: 1s;
}   
.fa-twitter
{   
    margin-top: 10px;
    color: white;
    background-color: #5992cd;
    padding: 13px 12px 13px 13px;
    font-size: 30px;
    border-radius: 50%;
    transition: 1s;
    
}
.fa-twitter:hover
{
    color: #5992cd;
    background-color: #5a5a5a;
    padding: 13px 12px 13px 13px;
    font-size: 30px;
    border-radius: 50%;
    transition: 1s;
    
}

.fa-instagram
{
    color: white;
    background-color: #af1f23;
    padding: 13px 14px 14px 14px;
    font-size: 30px;
    border-radius: 50%;
    transition: 1s;

}
.fa-instagram:hover
{
    color: #af1f23;
    background-color: #5a5a5a;
    padding: 13px 14px 14px 14px;
    font-size: 30px;
    border-radius: 50%;
    transition: 1s;
}

.g_plus
{
    font-family: calibri;
    text-decoration: none;
    font-size: 38px;
    padding: 2px 7px 10px 10px;
    background-color: #ea684a;
    border-radius: 50%;
    color: white;
    transition: 1s;
  
}
.g_plus:hover
{
    font-family: calibri;
    text-decoration: none;
    font-size: 38px;
    padding: 2px 7px 10px 10px;
    background-color: #5a5a5a;
    border-radius: 50%;
    color: #7e6661;
    transition: 1s;
  
}
.mens_title
{
    padding: 20px;
    color: rgb(122, 122, 122);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;

}
.img1
{
    transition: 0.6s;
}
.img1:hover
{
    
    transform: scale(0.9);
    transition: 0.5s;
}
.contact_p1
{
    text-align: center;
    letter-spacing: 10px;
    font-family: calibri;
    padding: 20px;
    font-size: 45px;
}

@font-face
{
    font-family: "cinzel";
    src: url(font/Cirzel-Regular.ttf);
    font-weight: 100;
    font-style: normal;
}
@font-face
{
    font-family: "cinzel_bold";
    src: url(font/Cirzel-bold.ttf);
    
    font-style: normal;
}
.p1_about
{
    font-family: cinzel;
    font-weight: bold;
    font-size: 40px;
}
.p2_about
{
    letter-spacing: 13px;
    font-weight: 500;
}
.p3_about,.p4_about,.p5_about,.p6_about,.p7_about
{
    text-align: justify;
    font-size: 18px;
    line-height: 30px;  
    
}
.h2_about
{
    font-size: 30px;
    letter-spacing: 8px;
    font-family: cinzel;
    font-weight: bold;
    text-transform: capitalize;
}
.h3_mask
{
    font-size: 22px;
    letter-spacing: 3px;
    font-family: cinzel;
    font-weight: bold;
    text-transform: capitalize;
}
.p2_infra
{
    letter-spacing: 8px;
    font-family: arial;
    font-size: 30px;
}

.p1_infra
{
    text-align: justify;
    font-size: 18px;
    line-height: 30px;  
    
}
.p11_infra
{
    text-align: justify;
    font-size: 15px;
    line-height: 30px;  
    
}
.contact_form
{
    border: #48c7f1 solid 5px;
    border-color: transparent;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-radius: 30px;
    background-position: center;

}
.c1
{
    color: black;
    font-weight: bold;
    font-family: cinzel;
}
.c2
{   
   color: rgb(94, 94, 94);
}
.c3
{
    font-size: 23px;
    text-transform: uppercase;
    font-family: cinzel;
    color: #48c7f1;    
    font-weight: bold;
}

.f1,.f2,.f3,.f4,.f5
{
    background-image:linear-gradient(to right,#3b3b3b7a,#535353);
    border-radius: 0%;
    border: 0px;
    
    opacity: 0.9;
}
.c_form ::placeholder
{
    color: white;
}
#name,#email,#phone,#address,#message
{
    background-image:linear-gradient(to right,#00000059,#535353);
    border-radius: 0%;
    border: 0px;
}
.i_form ::placeholder
{
    color: white;
}
.footp2
{
    text-decoration: none;
    
    color: rgb(167, 167, 167);
    
}
.footp2:hover
{
    text-decoration: none;
    color: rgb(54, 49, 49);
}
.v1
{
    text-align: justify;
}
.v1-1
{
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    border-right: rgb(104, 103, 103) solid 4px;
    padding: 20px;
    background-color: rgb(225, 255, 255);
    border-radius: 20px;
    
}
.v1-2
{
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    border-left: rgb(104, 103, 103) solid 4px;
    padding: 20px;
    background-color: rgb(225, 255, 255);
    border-radius: 20px;    
}
.v2-1
{
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    border-right: rgb(104, 103, 103) solid 4px;
    padding: 20px;
    background-color: rgb(250, 211, 238);
    border-radius: 20px;
    
}
.v2-2
{
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    border-left: rgb(104, 103, 103) solid 4px;
    padding: 20px;
    background-color: rgb(250, 211, 238);
    border-radius: 20px;    
}
.v3-1
{
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    border-right: rgb(104, 103, 103) solid 4px;
    padding: 20px;
    background-color: #ffe3ba;
    border-radius: 20px;
    
}
.v3-2
{
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    border-left: rgb(104, 103, 103) solid 4px;
    padding: 20px;
    background-color: #ffe3ba;
    border-radius: 20px;    
}
.v4-1
{
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    border-right: rgb(104, 103, 103) solid 4px;
    padding: 20px;
    background-color: hsl(0, 0%, 80%);
    border-radius: 20px;
    
}
.v4-2
{
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    border-left: rgb(104, 103, 103) solid 4px;
    padding: 20px;
    background-color: hsl(0, 0%, 80%);
    border-radius: 20px;    
}
.v5-1
{
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    border-right: rgb(104, 104, 103) solid 4px;
    padding: 20px;
    background-color: rgb(255, 254, 196);
    border-radius: 20px;
    
}
.v5-2
{
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    border-left: rgb(104, 103, 103) solid 4px;
    padding: 20px;
    background-color: rgb(255, 254, 196);
    border-radius: 20px;    
}
.v6-1
{
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    border-right: rgb(104, 103, 103) solid 4px;
    padding: 20px;
    background-color: rgb(224, 229, 255);
    border-radius: 20px;
    
}
.v6-2
{
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    border-left: rgb(104, 103, 103) solid 4px;
    padding: 20px;
    background-color: rgb(224, 229, 255);
    border-radius: 20px;    
}
