body {
    margin: 0px;
    font-family: "calibri";
}

html {
    scroll-behavior: smooth;
}

.header {
    background-color: #474d53;
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
}

.menu {
    visibility: visible;
    font-size: 18px;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #474d53;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ffffc7;
    border-radius: 20%;
    font-size: 18px;
}

#myBtn:hover {
    background-color: rgba(22, 22, 23, .5);
}

button i {
    color: black;
}

.p1 img {
    float: left;
    width: 180px;
    height: auto;
    margin-top: -24px;
}

.p2 ul li {
    list-style: none;
    display: inline;
}

.p2 ul {
    padding-inline-start: 0px;
}

.p2 ul li a {
    text-decoration: none;
    padding: 10px 25px;
    color: white;
}

.p2 ul li a:hover {
    cursor: pointer;
    color: gray;
    border-radius: 10px;
    background-color: #ffffc7;
}

.banner {
    margin-bottom: -4px;
    padding-top: 60px;
}

.banner img {
    width: 100%;
    height: auto;
}

#AboutUs {
    margin-top: 0px;
    width: 100%;
    height: 100%;
    /* position: relative; */
    background-color: #ffffc7;
}

#Jewellery {
    background-color: #474d53;
}

.comman {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding-top: 49px;
    padding-bottom: 50px;
}

.comman h1 {
    color: #474d53;
    font-size: 50px;
    margin: 0px;
    /* text-shadow: 5px 5px 5px rgb(238, 77, 29 , 0.54); */
}

.comman p {
    font-size: 15px;
    color: #474d53;
}

.bold {
    font-weight: bold;
    font-size: 20px;
    color: #474d53;
}

.mv {
    display: flex;
    /* width: 90%; */
}

.mission h2 {
    color: #474d53;
    font-size: 30px;
    margin: 0px;
}

.mission hr {
    margin-top: 0px;
    width: 120px;
    height: 1px;
    background-color: brown;
}

.mission {
    width: 50%;
}

.comman1 {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding-top: 49px;
    padding-bottom: 50px;
}

.comman1 h1 {
    color: #ffffc7;
    font-size: 50px;
    margin: 0px;
    /* text-shadow: 5px 5px 5px rgb(238, 77, 29 , 0.54); */
}

.grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.grid img {
    margin-top: 10px;
    /* margin-bottom:5px; */
    width: 94%;
    height: auto;
    border: 1px solid grey;
    border-radius: 30px;
}

.grid img:hover {
    box-shadow: 0px 8px 20px #ffffc7;
}

.grid1,
.grid2 {
    display: flex;
}

.vi {
    width: 50%;
    text-align: left;
}

.vi video {
    width: 80%;
    border: 1px solid grey;
    border-radius: 30px;
    margin-top: 10px;
}

.s {
    font-size: 30px;
    color: #ffffc7;
    margin-bottom: 0px;
}

.vi1 {
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
}

.vi1 hr {
    width: 150px;
    margin-top: 0px;
}

.vi1 p {
    color: white;
}

.vi3 {
    width: 50%;
    text-align: right;
}

.vi3 video {
    width: 80%;
    border: 1px solid grey;
    border-radius: 30px;
    margin-top: 10px;
}

.vi2 {
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
}

.vi2 hr {
    width: 150px;
}

.vi2 p {
    color: white;
}

.grid4 {
    display: grid;
    grid-template-columns: auto auto auto;
}

.grid4 video {
    width: 95%;
    height: auto;
    border: 1px solid grey;
    border-radius: 30px;
    margin-top: 10px;
}

#gg {
    background-color: #faf9f8;
    /* height: 323px; */
}

#ggg {
    background-color: #e9e9e9;
}

#Factory {
    width: 100%;
    height: auto;
    background-color: #ffffc7;
}

#Factory img {
    border: 1px solid black;
    border-radius: 30px;
    width: 70%;
    height: auto;
}

#DiamondClarity {
    background-color: #474d53;
}

#DiamondClarity p {
    color: whitesmoke;
}

#DiamondClarity img {
    width: 100%;
    height: auto;
}

.diamond {
    padding-top: 49px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center;
    justify-content: center;
}

#GoldPurity {
    background-color: #ffffc7;
}

#GoldPurity img {
    width: 80%;
    height: auto;
}

#ContactUs {
    background-color: #474d53;
    /* background-image: url('./img/p.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
}

.contact {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding-top: 49px;
    padding-bottom: 0px;
}

.footer {
    display: flex;
}

.side1 {
    width: 50%;
    display: flex;
}

.right {
    width: 50%;
    text-align: left;
}
.right1{
    /* text-align: center; */
}
.right h1 {
    font-size: 30px;
    /* text-align: center; */
    margin: 5px;
    color: rgba(255, 255, 255, 0.788);
}
.s1 {
    display: flex;
}

.top {
    text-align: center;
    margin-top: 10px;
}

.mm {
    text-align: center;
    margin-top: -10px;
}

.margin {
    margin-top: 5px;
    justify-content: left;
}

.icon i {
    font-size: 15px;
    margin: 5px;
}

.pr {
    margin-top: 3px;
    padding-right: 10px;
}
.prr{
    margin-top: 3px;
    padding-right: 10px; 
}
.prr a {
    text-decoration: none;
    font-size: 15px;
    text-align: left;
    color: whitesmoke;
}
.pr a {
    text-decoration: none;
    font-size: 15px;
    text-align: left;
    color: whitesmoke;
}

.pra p {
    font-size: 15px;
    margin-top: 3px;
    text-align: left;
    color: whitesmoke;
}

.right hr {
    margin: 0px;
    margin-left: 5px;
    width: 120px;
    text-align: left;
}

.flex {
    display: flex;
    margin-top: 10px;
}

.lg {
    width: 40px;
    height: auto;
}

.lg1 {
    width: 40px;
    height: 30px;
}

span {
    margin-top: 9px;
    color: white;
    margin-left: 10px;
}

.f1 {
    text-align: left;
    margin-top: 5px;
    color: white;
    margin-left: 10px;
}

.m {
    margin-top: 10px;
}

.size {
    width: 200px;
    height: auto;
}

.left {
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
    /* padding: 20px; */
}

.left p {
    font-size: 15px;
}

.s2 p {
    color: whitesmoke;
    margin: 0px;
    margin-bottom: 10px;
}

.base {
    margin-top: 15px;
    border-top: 1px solid grey;
}

.base p {
    color: white;
    margin: 0px;
    padding-top: 10px;
}

.b {
    padding-bottom: 10px;
}

.base a {
    text-decoration: none;
    color: white;
}

#toggle {
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-color: #474d53;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#toggle::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    background: #fff;
    transform: translateY(-10px);
    transition: 0.4s;
}

#toggle::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #fff;
    box-shadow: 0 10px 0 #fff;
    transition: .4s;
}

#toggle.active::before {
    transform: rotate(45deg);
}

#toggle.active::after {
    transform: rotate(-45deg);
    box-shadow: none;
}

#sidebar {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background: #474d53;
    transition: 0.5s;
}

#sidebar.active {
    left: 0px;
}

#sidebar ul {
    position: relative;
    margin-top: 20px;
}

#sidebar ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
}

#sidebar ul li a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

#sidebar ul li a:hover {
    color: #ffffc7;
    cursor: pointer;
}

#sidebar img {
    width: 89%;
    height: auto;
}

@media (max-width:1024px) {
    .p2 ul li a {
        padding-right: 30px;
    }
}

@media (max-width:915px) {
    #toggle {
        visibility: visible;
    }

    .menu {
        visibility: hidden;
    }

    .header {
        height: 40px;
    }

    .banner {
        padding-top: 40px;
    }
}

@media (max-width:768px) {
    .footer {
        flex-direction: column;
        align-items: center;
    }

    .side1 {
        width: 100%;
    }
}

@media (max-width:425px) {
    .side1 {
        flex-direction: column;
        align-items: center;
    }

    .grid4 {
        grid-template-columns: auto;
    }

    .mv {
        flex-direction: column;
        align-items: center;
    }

    .pr1 {
        padding-left: 50px;
    }

    .right h1 {
        margin-top: 20px;
        text-align: center;
    }

    .right hr {
        width: 170px;
    }

    .size {
        width: 150px;
        height: auto;
    }

    .grid {
        grid-template-columns: auto auto;
    }

    .grid1 {
        text-align: center;
        flex-direction: column;
    }

    .vi {
        text-align: center;
        width: 100%;
    }

    .vi video {
        width: 99%;
    }

    .vi1 {
        width: 100%;
        text-align: center;
    }

    .grid2 {
        flex-direction: column-reverse;
    }

    .vi3 {
        text-align: center;
        width: 100%;
    }

    .vi3 video {
        width: 99%;
    }

    .vi2 {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:375px) {
    .right {
        width: 70%;
    }

    .right hr {
        width: 180px;
    }
    .pr1{
        padding-left: 60px;
    }
}

@media (max-width:320px) {}