@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

/* reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* font family */
main{
    font-family:"Poppins", sans-serif;
}

header .heading{
    font-family: "Montserrat", sans-serif;
}
/* bar styles */
header .heading #check{
    width: fit-content;
    display: none;
}
label #btn, label #cancel{
    margin: 0 -10px;
    position: absolute;
    cursor: pointer;
    transition: all 0.5s ease;
}
label #cancel{
    position: fixed;
    opacity: 0;
    visibility: hidden;
}
#check:checked ~ label #btn{
    margin-left: o;
    opacity: 0;
    visibility: hidden;
}
#check:checked ~ label #cancel{
    margin-left:0px;
    opacity: 1;
    visibility: visible;
}
header .heading .icons img:hover, header .headbox .icons img:active{
        border-left:4px solid black ;
        background-color:#cdc6a5;

}
/* header design */
header .heading{
    display:flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin: 5px;
    padding: 10px;
}


header .heading .headpara{
    font-size:24px ;
    display: flex;
    margin-left:-5%;
    margin-top: -6px;
}
header .heading .headpara img{
    margin: -6px -1px;
    padding: 1px;
    width: 25px;
    height: 25px;
}
header .heading .searchbox{
    margin: -5px 0px;
    width: 45%;
    background-color: #efefef;
    align-self: center;
    padding: 8px;
    border: 0;
    border-radius: 25px;
}

.searchbox::placeholder{
    opacity: 0.6;
}

/* main styles */
/* features */
main .features{
    margin: 5px;
    padding: 2px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    max-width: 800px;
    width: 95%;
    
}

/* my cart styles */
.mycarthead{
    margin: 5px;
}
.productspay{
    margin: 15px 10px;

}
.productspay .pay1 .imgs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.productspay .pay1 .imgs img{
    max-width: 300px;
    width: 100%;
}
.productspay .pay1 .contents .heart .phead{
    margin: 10px 0px;
    font-weight: bold;
    font-size: 16px;
    
}
.productspay .pay1 .contents .heart p{
    font-size:14px;
    margin-bottom: 10px;
}
.productspay .pay1 .contents .count{
    display:flex;
    gap: 20px;
    margin-bottom: 10px;
}
.productspay .pay1 .contents .count button{
    border: 1px solid #00000080;
    border-radius:5px;
    padding: 2px 15px;
}
.productspay .pay1 .contents .count p{
    font-size: 14px;

}
.productspay .pay1 .contents .files .uploaded form input{
    display: none;

}
.productspay .pay1 .contents .files .uploaded form button{
    border: 1px solid #00000080;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 4px 10px;
}
.productspay .pay1 .contents .files .rates p{
    font-size: 16px;
    font-weight: bold;
    

}
.productspay .pay1 .contents .files .rates p span{
    font-size: 12px;
    text-decoration: line-through;
    color: #E71515;
}
.total{
    margin: 15px 0px;
}
.total label{
    margin-right: 25px;
    font-size:14px ;
    font-weight:700;
}
.total input{
    border: 1px solid #00000080;
    border-radius: 5px;
    padding: 5px;
}
.totdet{
    margin:15px 0px;
    display: flex;
    justify-content:space-between;
}
.bold{
    font-size: 14px;
    font-weight: 700;
}
.det p{
    margin-top: 5px;
}
.tot p{
    margin-top:3px;
}
.total button{
    display: flex;
    border: 1px solid #00000080;
    border-radius: 5px;
    background-color: black;
    color: white;
    letter-spacing: 0.8px;
    padding:5px 10px;
    justify-self: end;
}
.payings{
    display: flex;
    justify-content: center;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    margin-bottom: 10px;
}
.why i{
    font-size: 12px;
    color:#43A700;
    
}
.why p{
    display:inline-flex;
    font-size: 12px;
    margin-bottom: 5px;

}
/* E-mail styles */

main .subs{
    display:block;
    margin: 0;
    padding:10PX;
    background-color: #D7E6F9;

}

main .subs p{
    max-width: 500px;
    width:100%;
    text-align: center;
    align-self: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.35px;
}

main .subs input{
    display: flex;
    justify-self: center;
    margin-top: 10px;
    max-width: 400px;
    width: 80%;
    height: auto;
    background-color: #FFFFFF;
    padding: 12px;
    border: 0;
    border-radius: 25px;
}

main .subs input::placeholder{
    font-style: italic;
    opacity: 80%;
}

main .subs button{
    display: flex;
    justify-self: center;
    justify-content: center;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
    max-width:200px;
    width: 40%;
    height: auto;
    padding: 12px;
    background-color: black;
    color: #FFFFFF;
    border-radius: 50px;

}

/* contact styles */
#conhead{
    margin: 20px 5px;
    text-align: center;
    letter-spacing: 0.35px;

}

main .contact{
    margin: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    column-gap: 30px;
    gap: 20px;
    margin-top: 25px;

}

main .con{
    display: flex;
    position: relative;
    max-width:350px;
    width: 100%;
    border: 3px solid #D7E6F9;
    border-radius: 10px;
}

main .con img{
    margin: 10px;
    align-self: center;
    width:30px;
    height: 40px;
}

main .con figcaption{
    margin: 10px 30px 10px 10px;
    align-self: center;
    
}
 
main .con button{
    margin: 50px 0 50px 0;
    position: absolute;
    z-index: -1;
    align-self: center;
    right: 0;
    background: #D7E6F9;
    font-size: 15px;
    padding: 5px;
    border: 2.43px solid #FFFFFF;
    border-radius: 50%;
    color:#FFFFFF;

}

/* contact-details styles */
main .details{
    margin:25px 0;
    padding: 15px 10px 15px 10px;
    background-color: #D7E6F9;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    
}

main .details div{
    margin: 0 10px;
    max-width: 120px;
    width: 100%;
    margin-right: 20px;
    
}

main h5{
   margin: 10px 0;
   font-size: larger;
}

main h6{
    margin-bottom: 5px;
    font-size: medium;
}

main p{
    font-size: 12px;
}

/* disclaimer styles */
footer .copyrights{
    margin: 5px;
    display: block;
}
footer .dis1{
    display:flex;
    width: 100%;
    justify-content:space-around;
}
footer .img{
    margin: 5px;
    display: flex;
    justify-self: center;
    
}

footer .img1{
    margin-top: -5px;
    padding: 10px;

}

footer .img2{
    margin-top: -9px;
    padding: 10px;
        
}

@media screen and (max-width:480px) {
    /* hamberger styles */
    header .heading .icons{
        padding: 30px 0;
        position: fixed;
        top:0;
        left:-100px;
        z-index: 1000;
        background-color:#f0dccab3;
        width: 100px;
        height: 100%;
        transition: all .3s ease ;
    }
    header .heading .icons img{
        display: block; 
    }

   
    header .heading label{
        display:flex;
        z-index: 10000;
    }
    #check:checked ~ label #cancel{
        margin-left:50px;
        opacity: 1;
        visibility: visible;
    }
 
    #check:checked ~ .icons{
        left: 0;
    }

    /*  */
    main .cart .viewcart .dimension{
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    
    /* hamberger styles */
    label #btn, label #cancel{
        font-size: 20px;
    }
    header .heading .icons{
        padding: 30px 0;
        position: fixed;
        top:0;
        left:-150px;
        z-index: 1000;
        background-color:#f0dccab3;
        width: 150px;
        height: 100%;
        transition: all .3s ease ;
    }
    header .heading .icons img{
        display: block; 
    }

   
    header .heading label{
        display:flex;
        z-index: 10000;
    }
    #check:checked ~ label #cancel{
        margin-left:100px;
        opacity: 1;
        visibility: visible;
    }
 
    #check:checked ~ .icons{
        left: 0;
    }   
    /* header design */
    header{
        margin:0px 20px;
    }
    header .heading{
        margin:10px 0px;
        padding: 10px;
        width: 100%;
        gap: 20px;
        justify-content:space-between;
    }
    
    
    header .heading .headpara{
        font-size:30PX;
        margin-top: -10px;
        margin-left: -20px;
        
    }
        
    header .heading .searchbox{
        width:50%;
        padding: 10px;
    }
    
    header .heading .headpara img{
        margin: -6px -1px;
        padding: 1px;
        width: 25px;
        height: 25px;
    }
    /* features */
    main .features{
       
        margin: 20px;
        padding: 2px;
        gap: 10px;
        justify-content: space-between;
    }
    main .features p{
        font-size: 16px;
    }
    /* my cart styles */
    .mycarthead{
        margin: 20px;
    }
    .productspay{
        margin: 15px 20px;

    }
    .productspay .pay1{
        display: flex;
        gap: 100px;

    }
    .productspay .pay1 .imgs{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .productspay .pay1 .imgs img{
        max-width: 220px;
        width: 100%;
        height: auto;
    }
    .productspay .pay1 .contents .heart .phead{
        margin: 10px 0px;
        font-weight: bold;
        font-size: 20px;
        
    }
    .productspay .pay1 .contents .heart p{
        font-size:16px;
        margin-bottom: 10px;
    }
    .productspay .pay1 .contents .count{
        display:flex;
        gap: 20px;
        margin-bottom: 10px;
    }
    .productspay .pay1 .contents .count button{
        border: 1px solid #00000080;
        border-radius:5px;
        padding: 2px 15px;
    }
    .productspay .pay1 .contents .count p{
        font-size: 16px;

    }
    .productspay .pay1 .contents .files .uploaded form input{
        display: none;

    }
    .productspay .pay1 .contents .files .uploaded form button{
        border: 1px solid #00000080;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 4px 10px;
    }
    .productspay .pay1 .contents .files .rates p{
        font-size: 18px;
        font-weight: bold;
        

    }
    .productspay .pay1 .contents .files .rates p span{
        font-size: 14px;
        text-decoration: line-through;
        color: #E71515;
    }
    .total{
        margin: 15px 0px;
    }
    .total label{
        margin:0px 25px 0px 20px;
        font-size: 16px;
        font-weight:700;
    }
    .total input{
        margin-left:20px;
        max-width: 200px;
        border: 1px solid #00000080;
        border-radius: 5px;
        padding: 5px;
    }
    .totdet{
        margin:15px 20px;
        display: flex;
        gap: 50px;
        justify-content:stretch;
    }
    .totdet .bold{
        font-size: 20px;
        font-weight: 700;
    }
    .det p{
        margin-top: 5px;
        font-size: 16px;
        
    }
    .tot p{
        margin-top:3px;
        font-size: 16px;
        justify-self:end;
    }
    .total button{
        margin: 0px 0px 0px 20px;
        display: flex;
        border: 1px solid #00000080;
        border-radius: 5px;
        background-color: black;
        color: white;
        letter-spacing: 0.8px;
        padding:5px 10px;
        justify-self: start;
    }
    .payings{
        display: none;
        justify-content: center;
        border-top: 2px solid black;
        border-bottom: 2px solid black;
        margin-bottom: 10px;
    }
    .alltotdet{
        display: flex;
        justify-content: space-between;
    }
    .why{
        margin: 60px 20px;
        border: 3px solid #D7E6F9;
        padding:5px 20px;
    }
    .why i{
        font-size: 12px;
        color:#43A700;
        
    }
    .why p{
        display:inline-flex;
        font-size: 12px;
        margin-bottom: 5px;

    }


    /* E-mail styles */
    main .subs p{
        display: flex;
        justify-self: center;
        font-size: 24px;
    }

    /* contact styles */
    #conhead{
        font-size: 24px;
    }

    main .contact{
        margin: 0 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content:center;
        column-gap: 30px;
        gap: 20px;
        margin-top: 25px;

    }

    main .con{
        display: flex;
        position: relative;
        max-width:350px;
        width: 100%;
        border: 3px solid #D7E6F9;
        border-radius: 10px;
    }

    main .con img{
        margin: 10px;
        align-self: center;
        width:30px;
        height: 40px;
    }

    main .con figcaption{
        font-size: 18px;
        margin: 10px 30px 10px 10px;
        align-self: center;
        
    }
    main .con figcaption p{
        font-size: 16px;

    }
    
    main .con button{
        margin: 50px 0 50px 0;
        position: absolute;
        z-index: -1;
        align-self: center;
        right: 0;
        background: #D7E6F9;
        font-size: 15px;
        padding: 5px;
        border: 2.43px solid #FFFFFF;
        border-radius: 50%;
        color:#FFFFFF;

    }
    /* disclaimer styles */
    footer .copyrights{
        margin:5px 20px 5px 20px;
        display:flex;
        
    }
    footer .dis1{
        display:flex;
        gap: 20px;
        justify-content:start;
    }
    footer .img{
        margin: -10px 0px 10px 5px;
        display: flex;
        justify-content: end;
        
    }

    footer .img1{
        margin-top: 0px;
        padding: 10px;

    }

    footer .img2{
        margin-top: -9px;
        padding: 10px;
            
    }


}
@media screen and (min-width:769px) and (max-width:999px){
     /* header design */

    label #btn, label #cancel{
        font-size: 25px;
    }
    header{
        margin: 0px 30px;
    }
    header .heading{
        margin:10px 0px;
        padding: 10px;
        width: 100%;
        justify-content:space-between;
    }
    
    
    header .heading .headpara{
        font-size:35PX;
        margin-top: -10px;
        margin-left: 10px;
        
    }
        
    header .heading .searchbox{
        margin-top: -15px;
        padding: 12px;
    
    }
    
    header .heading .headpara img{
        margin: -6px -1px;
        padding: 1px;
        width: 25px;
        height: 25px;
    }
    header .heading .icons{
        margin-top: 0PX;
        display: block;
        
    }
    header .heading .icons img{
        width: 40px;

    }
    /* features */
    main .features{
        margin: 0px;
        padding: 2px;
        position: relative;
        justify-content: space-around;
    }
    main .features p{
        font-size: 16px;
    }
    
    /* my cart styles */
    .mycarthead{
        margin: 20px 40px;
        font-size: 24px;
    }
    .productspay{
        display: block;
        justify-content: space-between;
        margin: 15px 20px;

    }
    
    .productspay .pp .pay1{
        display: flex;
        gap: 100px;

    }
    .productspay .pp .pay1 .imgs{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .productspay .pp .pay1 .imgs img{
        width:320px;
        height: auto;
    }
    .productspay .pp .pay1 .contents .heart .phead{
        margin: 10px 0px;
        font-weight: bold;
        font-size: 24px;
        
    }
    .productspay .pp .pay1 .contents .heart p{
        font-size:18px;
        margin-bottom: 10px;
    }
    .productspay .pp .pay1 .contents .count{
        display:flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px;
    }
    .productspay .pp .pay1 .contents .count button{
        border: 1px solid #00000080;
        border-radius:5px;
        padding: 2px 25px;
    }
    .productspay .pp .pay1 .contents .count p{
        font-size: 18px;

    }
    .productspay .pp .pay1 .contents .files{
        margin-top: 60px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }
    .productspay .pp .pay1 .contents .files .uploaded form input{
        display: none;

    }
    .productspay .pp .pay1 .contents .files .uploaded form button{
        border: 1px solid #00000080;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 4px 10px;
    }
    .productspay .pp .pay1 .contents .files .rates p{
        font-size: 22px;
        font-weight: bold;
        

    }
    .productspay .pp .pay1 .contents .files .rates p span{
        font-size: 16px;
        text-decoration: line-through;
        color: #E71515;
    }
    .productspay .alltotdet{
        display: flex;
        margin: 0px 50px 0px 0px;
        justify-content: space-between;
    }
    .total{
        margin: 15px 0px;
    }
    .total label{
        margin:0px 25px 0px 20px;
        font-size: 22px;
        font-weight:700;
    }
    .total input{
        margin-left:20px;
        width: 62%;
        border: 1px solid #00000080;
        border-radius: 5px;
        padding: 5px;
    }
    .totdet{
        margin:15px 10px 0px 20px;
        display: flex;
        gap:200px;
        justify-content:safe;
    }
    .totdet .bold{
        font-size: 20px;
        font-weight: 700;
    }
    .det p{
        margin-top: 5px;
        font-size: 16px;
        
    }
    .tot p{
        margin-top:3px;
        font-size: 16px;
        justify-self:end;
    }
    .total button{
        margin: 10px 0px 0px 20px;
        width: 94%;
        display: flex;
        border: 1px solid #00000080;
        border-radius: 5px;
        background-color: black;
        color: white;
        letter-spacing: 0.8px;
        padding:5px 10px;
        justify-self: start;
    }
    .payings{
        display: none;
        justify-self: center;
        border-top: 0px;
        border-bottom: 0px;
        margin: 20px 0px 10px 20px;
    }
    .why{
        margin: 60px 20px;
        border:0px;
        padding:5px 0px;
    }
    .why i{
        font-size: 16px;
        color:#43A700;
        
    }
    .why p{
        display:inline-flex;
        font-size: 16px;
        margin-bottom: 5px;

    }


    /* E-mail styles */

    main .subs{
        padding: 25px 20px 25px 50px;
        width: 100%;
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }
    main .subs p{
        max-width: 500px;
        text-align: center;
        align-self: center;
        font-size: 1.5rem;
        font-weight: 700;
        letter-spacing: 0.35px;
    }
    main .subs .subbut{
        max-width:600px;
        width: 60%;
        height: 50px;
        display: flex;
    }
    main .subs .subbut input{
        max-width: 500px;
        width: 60%;
        height: 40px;
        padding: 15px;
    }
    main .subs .subbut button{
        max-width: 300px;
        width: 40%;
        margin-left: -50px;
        padding:15px;
        text-align:center;
    }

    /* contact styles */
    #conhead{
        font-size: 24px;
    }


    main .con{
        display: flex;
        position: relative;
        max-width:350px;
        width: 100%;
        border: 3px solid #D7E6F9;
        border-radius: 10px;
    }

    main .con img{
        margin: 10px;
        align-self: center;
        width:30px;
        height: 40px;
    }

    main .con figcaption{
        font-size: 18px;
        margin: 10px 30px 10px 10px;
        align-self: center;
        
    }
    main .con figcaption p{
        font-size: 16px;

    }
    
    main .con button{
        margin: 50px 0 50px 0;
        position: absolute;
        z-index: -1;
        align-self: center;
        right: 0;
        background: #D7E6F9;
        font-size: 15px;
        padding: 5px;
        border: 2.43px solid #FFFFFF;
        border-radius: 50%;
        color:#FFFFFF;

    }
    main .con button i{
        font-size: 20px;
    }

    /* contact-details styles */
    main .details{
        margin:25px 0;
        padding: 25px 50px 25px 50px;
       
    }

    main .details div{
        margin: 0 10px;
        max-width: 120px;
        width: 100%;
        margin-right: 20px;
        
    }
    main h5{
    margin: 10px 0;
    font-size: larger;
    }

    main h6{
        margin-bottom: 5px;
        font-size: medium;
    }

    main p{
        font-size: 14px;
        margin-top:4px

    
    }

    /* disclaimer styles */
    footer .copyrights{
        margin:10px 50px;
        display:flex;
    }
    footer .dis1{
        display:flex;
        width: 50%;
        gap: 30px;
        justify-content:start;
    }
    footer .img{
        margin-top:-5px;
        display: flex;
        width: 50%;
        gap: 10px;
        justify-content: end;
        
    }

    footer .img1{
        margin-top: -5px;
        padding: 10px;

    }

    footer .img2{
        margin-top: -9px;
        padding: 10px;
            
    }

    
}
@media screen and (min-width:1000px) {

     /* header design */

    label #btn, label #cancel{
        font-size: 25px;
    }
    header{
        margin: 0px 30px;
    }
    header .heading{
        margin:10px 0px;
        padding: 10px;
        width: 100%;
        justify-content:space-between;
    }
    
    
    header .heading .headpara{
        font-size:35PX;
        margin-top: -10px;
        margin-left: 10px;
        
    }
        
    header .heading .searchbox{
        margin-top: -15px;
        padding: 12px;
    
    }
    
    header .heading .headpara img{
        margin: -6px -1px;
        padding: 1px;
        width: 25px;
        height: 25px;
    }
    header .heading .icons{
        margin-top: 0PX;
        display: block;
        
    }
    header .heading .icons img{
        width: 40px;

    }
    /* features */
    main .features{
        margin: 0px;
        padding: 2px;
        position: relative;
        justify-content: space-around;
    }
    main .features p{
        font-size: 16px;
    }
    
    /* my cart styles */
    .mycarthead{
        margin: 20px 40px;
        font-size: 24px;
    }
    .productspay{
        display: flex;
        justify-content: space-between;
        margin: 15px 20px;

    }
    
    .productspay .pp .pay1{
        display: flex;
        gap: 100px;

    }
    .productspay .pp .pay1 .imgs{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .productspay .pp .pay1 .imgs img{
        width: 220px;
        height: auto;
    }
    .productspay .pp .pay1 .contents .heart .phead{
        margin: 10px 0px;
        font-weight: bold;
        font-size: 24px;
        
    }
    .productspay .pp .pay1 .contents .heart p{
        font-size:18px;
        margin-bottom: 10px;
    }
    .productspay .pp .pay1 .contents .count{
        display:flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px;
    }
    .productspay .pp .pay1 .contents .count button{
        border: 1px solid #00000080;
        border-radius:5px;
        padding: 2px 25px;
    }
    .productspay .pp .pay1 .contents .count p{
        font-size: 18px;

    }
    .productspay .pp .pay1 .contents .files{
        margin-top: 60px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }
    .productspay .pp .pay1 .contents .files .uploaded form input{
        display: none;

    }
    .productspay .pp .pay1 .contents .files .uploaded form button{
        border: 1px solid #00000080;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 4px 10px;
    }
    .productspay .pp .pay1 .contents .files .rates p{
        font-size: 22px;
        font-weight: bold;
        

    }
    .productspay .pp .pay1 .contents .files .rates p span{
        font-size: 16px;
        text-decoration: line-through;
        color: #E71515;
    }
    .productspay .alltotdet{
        margin: 0px 50px 0px 0px;
        justify-items: end;
    }
    .total{
        margin: 15px 0px;
        justify-self: end;
    }
    .total label{
        margin:0px 25px 0px 20px;
        font-size: 18px;
        font-weight:700;
    }
    .total input{
        margin-left:20px;
        max-width: 150px;
        border: 1px solid #00000080;
        border-radius: 5px;
        padding: 5px;
    }
    .totdet{
        margin:15px 10px 0px 20px;
        display: flex;
        gap: 50px;
        justify-content:stretch;
    }
    .totdet .bold{
        font-size: 20px;
        font-weight: 700;
    }
    .det p{
        margin-top: 5px;
        font-size: 16px;
        
    }
    .tot p{
        margin-top:3px;
        font-size: 16px;
        justify-self:end;
    }
    .total button{
        margin: 10px 0px 0px 20px;
        max-width: 275px;
        width: 90%;
        display: flex;
        border: 1px solid #00000080;
        border-radius: 5px;
        background-color: black;
        color: white;
        letter-spacing: 0.8px;
        padding:5px 10px;
        justify-self: start;
    }
    .payings{
        display: flex;
        justify-self: center;
        border-top: 0px;
        border-bottom: 0px;
        margin: 20px 0px 10px 20px;
    }
    .why{
        justify-self:start;
        margin: 0px 20px;
        border:0px;
        padding:5px 0px;
    }
    .why i{
        font-size: 16px;
        color:#43A700;
        
    }
    .why p{
        display:inline-flex;
        font-size: 16px;
        margin-bottom: 5px;

    }


    /* E-mail styles */

    main .subs{
        padding: 25px 20px 25px 50px;
        width: 100%;
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }
    main .subs p{
        max-width: 500px;
        text-align: center;
        align-self: center;
        font-size: 1.5rem;
        font-weight: 700;
        letter-spacing: 0.35px;
    }
    main .subs .subbut{
        max-width:600px;
        width: 60%;
        height: 50px;
        display: flex;
    }
    main .subs .subbut input{
        max-width: 500px;
        width: 60%;
        height: 40px;
        padding: 15px;
    }
    main .subs .subbut button{
        max-width: 300px;
        width: 40%;
        margin-left: -50px;
        padding:15px;
        text-align:center;
    }

    /* contact styles */
    #conhead{
        font-size: 24px;
    }


    main .con{
        display: flex;
        position: relative;
        max-width:350px;
        width: 100%;
        border: 3px solid #D7E6F9;
        border-radius: 10px;
    }

    main .con img{
        margin: 10px;
        align-self: center;
        width:30px;
        height: 40px;
    }

    main .con figcaption{
        font-size: 18px;
        margin: 10px 30px 10px 10px;
        align-self: center;
        
    }
    main .con figcaption p{
        font-size: 16px;

    }
    
    main .con button{
        margin: 50px 0 50px 0;
        position: absolute;
        z-index: -1;
        align-self: center;
        right: 0;
        background: #D7E6F9;
        font-size: 15px;
        padding: 5px;
        border: 2.43px solid #FFFFFF;
        border-radius: 50%;
        color:#FFFFFF;

    }
    main .con button i{
        font-size: 20px;
    }

    /* contact-details styles */
    main .details{
        margin:25px 0;
        padding: 25px 50px 25px 50px;
       
    }

    main .details div{
        margin: 0 10px;
        max-width: 120px;
        width: 100%;
        margin-right: 20px;
        
    }
    main h5{
    margin: 10px 0;
    font-size: larger;
    }

    main h6{
        margin-bottom: 5px;
        font-size: medium;
    }

    main p{
        font-size: 14px;
        margin-top:4px

    
    }

    /* disclaimer styles */
    footer .copyrights{
        margin:10px 50px;
        display:flex;
    }
    footer .dis1{
        display:flex;
        width: 50%;
        gap: 30px;
        justify-content:start;
    }
    footer .img{
        margin-top:-5px;
        display: flex;
        width: 50%;
        gap: 10px;
        justify-content: end;
        
    }

    footer .img1{
        margin-top: -5px;
        padding: 10px;

    }

    footer .img2{
        margin-top: -9px;
        padding: 10px;
            
    }

    
}
    
    





    

