*{
    margin: 0;
    padding: 0;
}

header{
    background-color:#771b1b;
    color: white;
}

nav{
    display: flex;
    align-items: center;
}

.img-logo img{
    height: 100%;
    width: 100%;
}
.img-logo .col-lg-12{
        height: 470px;
        text-align: center;
        position: relative;
        bottom: 12px;
    }

.logo a{
    font-weight: bold;
    font-size: 4rem;
    background-color: #151574;
    padding: 0px 20px;
    border-radius: 46px;
    font-family: serif;
    margin-left: 100px;
}
a{
        color: white;
    text-decoration: none;
}
.logo p {
    position: relative;
    margin-left: 100px;
    font-size: 19px;
    max-width: 500px;
  
}

.contact{
    margin-left: 51%;
    font-size: 22px;
}

.contact h5{
    font-size: 1.5rem;
    margin-top: 1rem;
    color: #c4f811;
    margin-bottom: 0.2rem;
}

.contact p{
    margin-top: 0;
    margin-bottom: 0;
}

.mobile-num p{
    font-size: 28px;

}

address p{
    margin-left: 100px;
    font-size: 30px;
    padding: 20px 0px 24px 0px;
}

.all-content h1{
    font-family: ui-monospace;
    font-weight: bold;
    font-size: 3rem;
    color: #771b1b;
    text-decoration: underline;
}

.all-content p{
    padding: 17px 6px;
    font-weight: 500;
    font-size: 22px;
    text-align: justify;
}

.all-content ul{
    list-style-type: none;
    font-size: 19px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 28px;
}

.saree-details img{
    width: 100%;
    height: 211px;
}

.saree-details {
    background-color: #771b1b1f;
    /*padding: 4px 16px;*/
}

.saree-types h1{
    text-align: center;
    font-weight: bold;
    font-family: ui-monospace;
    font-size: 3.5rem;
    margin: 0px 0px 25px 0px;
    color: #771b1b;
    text-decoration: underline;
}

.saree-types p{
    padding-left: 20px;
    font-size: 30px;
    font-weight: bold;
    font-family: math;
    margin: 20px 0px 10px 0px;
}
.saree-types th{
    background-color: #771b1b1f;
}

.saree-types td{
    background-color: #771b1b1f;
}

.images-sc{
    padding-top: 35px;

}

.images-sc h1{
    text-align: center;
    font-weight: bold;
    font-family: ui-monospace;
    font-size: 3.5rem;
    margin: 20px 0px 25px 0px;
    color: #771b1b;
    text-decoration: underline;
}



.view-more a{
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 20px;
}

.view-more {
    text-align: center;
    padding-top: 30px;
}

.view-more .btn{
    background-color: #771b1bd6;
    padding: 15px;
    border-radius: 27px;
    transition: .5s ;
}

.view-more .btn:hover{
    background-color: #771b1b;

}

.view-more i{
    color: white;
}



.content{
    padding-top: 20px;
}

.content p{
    padding-left: 100px;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: revert-layer;
}

i{
    margin-right: 20px;
    color: #0e3677;
}

.gal-heading{
    text-align: center;
    margin-top: 40px;

}

.gal-heading a{
    text-decoration: none;
    font-size: 45px;
    font-weight: bold;
    color: blue;
    font-family: emoji;
    text-shadow: 1px 1px 3px black;
    color: #771b1b;
    text-decoration: underline;
}

.gal-img{
    margin-top: 40px;
}

.gal-img img{
    width: 100%;
    height: 305px;
    box-shadow: 1px 0px 3px black;
    border-radius: 30px;
    margin-bottom: 30px;
}

footer{
    text-align: center;
    color: white;
    background-color: #2a2828d6;
    font-weight: bold;
    height: 59px;
    padding-top: 9px;
    font-size: 24px;
    margin-top: 44px;
}
    .contact {
        margin-left: 37%;
    }

    address p {
        margin-left: 0px;
        text-align: center;
        font-size: 28px;
        padding: 23px 0px 28px 0px;
    }

    .content {
        padding-top: 20px;
    }

    .gal-img img {
        height: 234px;
    }

@media only screen and (max-width: 1200px) {

    .logo{
        margin-top: 30px;
    }

    .logo a {
        font-size: 2.5rem;
        padding: 0px 15px;
        margin-left: 80px;
    }

    .logo p {
        position: relative;
        margin-left: 80px;
        font-size: 13px;
        max-width: 342px;
        bottom: 10px;
    }

    .contact {
        margin-left: 30%;
        font-size: 20px;
    }

    .contact h5 {
        font-size: 1.3rem;
        margin-top: 10px;
    }

    .mobile-num p {
        font-size: 25px;
    }

    address p {
        /*margin-left: 80px;*/
        font-size: 17px;
        padding: 15px 0px 13px 0px;
    }
    .img-logo .col-lg-12{
        height: 415px;
    }

    .all-content h1 {
        font-size: 2rem;
    }

    .all-content p {
        padding: 8px 5px;
        font-size: 16px;
    }

    .content p {
        padding-left: 80px;
        font-size: 21px;
    }

    .all-content ul {
        font-size: 16px;
        line-height: 33px;
    }

    .saree-types h1 {
        font-size: 2.5rem;
    }

    .saree-types p {
        font-size: 25px;
        margin: 14px 0px 10px 0px;
    }

    .saree-details img {
        height: 252px;
    }

    .images-sc h1 {
        font-size: 2.5rem;
    }

    .images-sc {
        padding-top: 10px;
    }

    .view-more a {
        font-size: 16px;
    }

    .gal-heading {
        margin-top: 20px;
    }

    .gal-img img {
        height: 165px;
    }

    footer{
        padding-top: 13px;
        font-size: 21px;
    }

  }


  @media only screen and (max-width: 800px) {

    .logo{
        margin-top: 0px;
    }

    .logo a {
        font-size: 1.8rem;
        padding: 0px 10px;
        margin-left: 50px;
    }

    .logo p {
        margin-left: 50px;
        font-size: 9px;
        max-width: 232px;
        bottom: 6px;
    }

    .contact {
        margin-left: 35%;
        font-size: 15px;
    }

    .contact h5 {
        margin-top: 10px;
    }

    .mobile-num p {
        font-size: 19px;
    }

    address p {
        margin-left: 80px;
        font-size: 15px;
        padding: 15px 0px 10px 0px;
        text-align: center;
        margin-left: auto;
    }

    
    .img-logo .col-lg-12{
        height: 298px;
    }
    .img-logo img{
        width: 100%;
    }
    .saree-types h1 {
        font-size: 2rem;
    }

    .images-sc h1 {
        font-size: 2rem;
    }

    .gal-img img {
        height: 130px;
        border-radius: 19px;
    }




    .content {
        padding-top: 10px;
    }

    .content p {
        padding-left: 50px;
        font-size: 19px;
    }

    .gal-heading {
        margin-top: 16px;
    }

    .gal-heading a {
        font-size: 37px;
    }

    .gal-img img {
        height: 140px;
    }

  }

  @media only screen and (max-width: 450px) {
    .logo a {
        font-size: 1.5rem;
        margin-left: 25px;
    }

    .contact {
        margin-left: 8%;
        font-size: 14px;
    }
    .img-logo .col-lg-12{
        height: 215px;
    }

    .logo p {
        margin-left: 25px;
        font-size: 7px;
        max-width: 185px;
        bottom: 5px;
    }

    .content p {
        padding-left: 10px;
        font-size: 14px;
    }

    .all-content h1 {
        font-size: 1.5rem;
    }

    .all-content p {
        padding: 6px 5px;
        font-size: 13px;
    }

    .all-content ul {
        font-size: 14px;
        line-height: 27px;
    }

    .saree-types h1 {
        font-size: 1.5rem;
    }

    .saree-types p {
        font-size: 20px;
        margin: 8px 0px 8px 0px;
    }

    .images-sc h1 {
        font-size: 1.5rem;
    }




    .gal-img img {
        /*height: 235px;*/
        margin-bottom: 20px;
    }

    .gal-img {
        margin: 0;
    }

    .gal-heading {
        margin: 16px 0px;
    }

    footer {
        padding-top: 14px;
        font-size: 17px;
        height: 70px;
    }


  }

  @media only screen and (max-width: 390px) {
    .contact {
        margin-left: 3%;
        font-size: 13px;
    }

    .contact h5 {
        font-size: 1rem;
    }

    .mobile-num p {
        font-size: 17px;
    }

    .contact {
        margin-left: 7%;
        font-size: 13px;
    }
    .img-logo .col-lg-12{
        height: 200px;
    }

    .logo p {
        font-size: 6px;
        max-width: 158px;
    }

    address p {
        font-size: 13px;
    }

    .content p {
        padding-left: 5px;
        font-size: 12px;
    }

    .table>:not(caption)>*>*{
        padding: 0px !important;
    }

  }
  
  @media only screen and (min-width: 1200px) {
    address p {
        margin-left: 0px;
        font-size: 25px;
        padding: 15px 0px 15px 0px;
    }

    .logo a {
        font-weight: bold;
        font-size: 45px;
    }

    .logo p {
        font-size: 14px;
        max-width: 363px;
        bottom: 11px;
    }

    .contact h5 {
        font-size: 1.2rem;
    }

    .contact {
        margin-left: 43%;
    }

    .mobile-num p {
        font-size: 24px;
    }

    .img-logo img {
        height: 100%;
        width: 92%;
    }


    
  }
