body {
    margin: 0%;
    padding: 0%;
}

/* @font-face{
    font-family:"pf-din-text-comp-pro-bold";
    src:url("https://dafonttop.com/wp-data/d/959/7959/file/z-PFDinTextCompPro-Bold.ttf") format("woff"),
    url("https://dafonttop.com/wp-data/d/959/7959/file/z-PFDinTextCompPro-Bold.ttf") format("opentype"),
    url("https://dafonttop.com/wp-data/d/959/7959/file/z-PFDinTextCompPro-Bold.ttf") format("truetype");
} */
.roundBtn {
    border-radius: 20px;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgb(68, 121, 182); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.header-c::before {
    background: url('01.png')no-repeat top center/cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 27%;
    z-index: -9;
    opacity: 1.2;
}

.BoldNotBold .boldText {
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    font-weight: bold;
}

.BoldNotBold .thinText {
    font-size: 50px;
    font-weight: 50;
}

.BoldNotBold .thinText2 {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 50;
}

.mainImg {

    /*background-image: url("07.png");*/
    background-image: linear-gradient(43deg, #000000b0, #0000009e), url(111.jpg);
    min-height: 680px;
    margin: 0px 35px;
    width: 95%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border: 5px rgb(233, 227, 227) solid;
    border-radius: 30px;
}

.Cdetails {
    padding: 10px;
    border: 3px transparent solid;
    border-radius: 10px;
}

.Cdetails:hover {
    display: block;
    border: 3px blue solid;
    border-radius: 10px;
    cursor: pointer;
}

.bigT {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
}

.bigT2 {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 17px;
}

input {
    font-size: 12px;
}

input[type='text'],
textarea {
    padding: 13px;
    border: 2px solid rgb(231, 228, 228);
    border-radius: 10px;
    width: 100%;
}

#cont {
    position: relative;
    top: 50px;
}

#contact-page {
    margin-top: 30% !important;
}

.sendBtn {
    background-color: rgb(29, 29, 196);
    padding: 9px;
    border: 1px solid white;
    border-radius: 20px;
    color: white;
}

.card {
    width: 28rem !important;
    position: relative;
    top: 100px;
}

#contactsgiven {
    margin-left: -14px !important;
}

@media only screen and (max-width:1200px) {
    .header-c::before {
        background: url('01.png')no-repeat top center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 14%;
        z-index: -9;
        opacity: 0.7;
    }

}

@media only screen and (max-width:786px) {
    .roundBtn {
        margin-top: 20px;
        border-radius: 20px;
    }

    .header-c::before {
        background: url('01.png')no-repeat top center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 20%;
        z-index: -9;
        opacity: 0.7;
    }

    .mainImg {

        /*background-image: url("07.png");*/
        background-image: linear-gradient(43deg, #000000b0, #0000009e), url(111.jpg);
        min-height: 680px;
        margin: 0px 35px;
        width: 95%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        border: 5px rgb(236, 231, 231) solid;
        border-radius: 30px;
    }

    .BoldNotBold .boldText {
        font-size: 36px;
        font-weight: bold;
    }

    .BoldNotBold .thinText {
        font-size: 36px;
        font-weight: 50;
    }

    .BoldNotBold .thinText2 {
        font-size: 20px;
        font-weight: 50;
    }

    .card {
        width: 30rem !important;
        position: relative;
        top: -100px;
        margin: 0 auto; /* Added */
        float: none; /* Added */
    }

    #contactsgiven {
        margin-left: -18px !important;
    }

}

@media only screen and (max-width:550px) {
    .header-c::before {
        background: url('01.png')no-repeat top center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 25%;
        z-index: -9;
        opacity: 0.7;
    }

    .card {
        width: 29rem !important;
        position: relative;
        top: -100px;
    }

    .BoldNotBold .thinText2 {
        font-size: 21px;
    }

    .mainImg {
        background-image: url("07.jpg")no-repeat top center/cover;
        min-height: 580px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        border: 5px rgb(236, 233, 233) solid;
        border-radius: 30px;
    }

}

@media only screen and (max-width:500px) {
    .header-c::before {
        background: url('01.png')no-repeat top center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 23%;
        z-index: -9;
        opacity: 0.7;
    }

    .card {
        width: 22rem !important;
        position: relative;
        top: -100px;
    }

    .BoldNotBold .thinText2 {
        font-size: 18px;
    }

    .mainImg {
        background-image: url("07.jpg")no-repeat top center/cover;
        min-height: 380px;
        width: 100%;
        margin: 0px 10px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        border: 5px rgb(238, 235, 235) solid;
        border-radius: 30px;
    }

}

@media only screen and (max-width:400px) {
    .header-c::before {
        background: url('01.png')no-repeat top center/cover;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 23%;
        z-index: -9;
        opacity: 1;
    }

}
