*{
    margin: 0;
    padding: 0;
    font-weight: bold;
}

body, h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0;
}




header {
    background-image: linear-gradient(rgb(0, 0, 0),rgb(49, 5, 92));
    height: 4rem;
    color: #fff;
    padding: 0px;
    padding-top: 5px;    
}
nav{
    margin-top: 0.7rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

nav ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

nav li {
    display: inline-block;
    margin-right: 20px;
}

nav a {
    color: #fff;
    text-decoration: none;
}

nav a:hover {
    color: #f0f0f0;
}


main {
    padding: 0px;
    background-image: linear-gradient(rgb(248, 248, 248),rgb(255, 249, 249));
    
    font-family: Arial, sans-serif;
    padding-bottom: 0;
}

.container {
    max-width: 800px;
    margin: 0;
    flex: 1 1 100px;
}
#b1
{
    background-color: rgb(47, 44, 44);
    
    display: flex;
    color:white;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap-reverse;
    padding-bottom: 50px;
}
#b4
{
    background-color:rgb(47, 44, 44);
    
    display: flex;
    color:white;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
#pht1
{
    width: 500px;
    height: 400px;
    background-image: url("https://t3.ftcdn.net/jpg/04/28/49/84/360_F_428498418_xheOYOrYQqjpErwdcT0zITtEBUwq3wIr.jpg");
    
    /*border-bottom: 5px solid white;*/
    background-repeat: no-repeat;
    
    padding-bottom: 40px;
    border-bottom: 5px solid white;
    
}
#c1{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 100px;
    padding-top: 10px;
    
}
#c1 h1{
    color: blueviolet;
}
.card
{
    height: 21rem;
    width: 21rem;
    
    margin: 15px;
    background-image: linear-gradient(white,rgb(47,44,44));
    color: black;
    border-radius: 10px;
}
.pc1{
    height: 10rem;
    width: 20rem;
    margin-left: 6px;
    margin-top: 6px;
    border: 1px solid blueviolet;
    background-image: url("https://cdn-developer-wp.arc.dev/wp-content/uploads/2022/06/coding-programming-project-ideas-1128x635.jpg");
    background-size: cover;
}
.bt
{
    font-weight: bold;
    color: white;
    width: 6rem;
    height: 2rem;
    background-color: blueviolet;
    border-radius: 5px;
    border: 0;
    margin-left: 15px;
}
#box
{
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#pht
{
    width: 500px;
    height: 400px;
    background-image: url("https://t3.ftcdn.net/jpg/04/28/49/84/360_F_428498418_xheOYOrYQqjpErwdcT0zITtEBUwq3wIr.jpg");
    
    
    /*border-bottom: 5px solid white;*/
    background-repeat: no-repeat;
    
    padding-bottom: 40px;
    border-bottom: 5px solid white;
    
}
#b2
{
    background-color: rgb(47, 44, 44);
   /* height: 42rem;*/
    display: flex;
    color:white;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
}
#b3
{
    background-color: rgb(47, 44, 44);
    display: flex;
    flex-direction: row;
    color:white;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-wrap: wrap-reverse;
}
footer
{
    color:white;
    height: 10rem;
    background-image: linear-gradient(rgb(0, 0, 0),rgb(49,5,92));
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

section {
    margin-bottom: 40px;
}

.c1{
    color: blueviolet;
}

h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

p {
    line-height: 1.6;
    margin-bottom: 15px;
}
.left
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2rem;
    font-weight: bold;
}
#b2 h1{
    color: blueviolet;
}
#contact h1{
    color: blueviolet;
}
#sm
{
    margin-left: 20px;
}
.smi
{
    margin-left: 10px;
    margin-right: 10px;
}
#cont1
{
    padding-top: 20px;
}
#fcf-form {
    display:block;
}

.fcf-body {
    width: 35rem;
    margin: 0;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-image: linear-gradient(rgb(170, 8, 165),blueviolet);
    padding: 30px;
    padding-bottom: 10px;
    
    border-radius: 1rem;
    max-width: 100%;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    background-color: #313131;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    /*background-color: #fff;*/
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    background-color: #313131;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}

.fcf-credit a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}
