@import url('https://fonts.googleapis.com/css2?family=Kalam&family=Poppins&family=Kadwa&family=Kantumruy&display=swap');

* {
    font: inherit;
    margin: 0;
    padding: 0;
    outline: 0;
}

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

.container1 {
    max-width: 90%;
    margin: auto;
}

.container10 {
    max-width: 80%;
    margin: auto;
}

/*Navbar  hissesi*/
.allNavbarItems {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar {
    background-color: rgba(218, 155, 65);
    width: 100%;
    z-index: 1000;
}

.navBarList {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px 0;
}

.navBarList li {
    list-style-type: none;
}

.navBarList a {
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    font-family: 'Kantumruy', sans-serif;
    position: relative;
}

.navBarList a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 4px solid rgb(255, 255, 255);
    transition: .5s;
}

.navBarList a:hover:after {
    width: 100%;
}

.input-container {
    position: relative;
    display: inline-block;
}

.inputOfNavbar {
    padding: 15px;
    width: 300px;
    border-radius: 20px;
    border: 0;
    font-size: 18px;
    background: rgba(217, 217, 217, 0.55);
}

.btnInput {
    position: absolute;
    top: 0;
    right: 1.25rem;
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
}


/*Form hissesi*/
.formContact {
    height: 70vh;
    background-color: rgb(0, 0, 0);
    position: relative;
    width: 100%;
    z-index: 1;
    background: rgba(24, 68, 41, 0.7) url('https://res.cloudinary.com/dwwhktofm/image/upload/v1698515835/ConBack_tpsvjh.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;
}

.formContact h2,
h3,
p {
    /*margin: 20px 0;*/
    font-family: 'Kadwa', 'serif';
    color: #fff;
}

.formContact h3 {
    margin-top: 0;
    padding-top: 30px;
}

.formContact h2 {
    font-size: 24px;
}

.formContact h3 {
    font-size: 18px;
}

.formContact p {
    font-size: 14px;
}

.ramkaForm {
    padding: 40px;
    text-align: center;
}

.formHead h2 {
    font-size: 25px;
    margin-bottom: 50px;
    color: #143A23;
    text-align: left;
    padding-left: 6%;
    margin-top: 25px;
}

.formBack {
    border-radius: 40px;
    height: 65vh;
    background: rgba(255, 255, 255, 0.8) url('https://res.cloudinary.com/dwwhktofm/image/upload/v1698515840/ContactBoxPixUp_fmqjfg.jpg');
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    box-shadow: 3px 10px 5px 6px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 3px 10px 5px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 3px 10px 5px 6px rgba(0, 0, 0, 0.28);
}

.formCont {
    position: relative;
}

.Form {
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    z-index: 100;
    margin-top: 20px;
}

.usernamePhone {
    display: flex;
    justify-content: center;
}

.usernamePhone div {
    width: 50%;
}

.usernamePhone input {
    width: 70%;
}

.Form input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    border-bottom: 2px solid #143A23;
    margin-bottom: 50px;
}

.Form i {
    margin-right: 10px;
    color: #143A23;
    font-size: 20px;
}

.inputEmail {
    width: 100%;
}

.inputEmail input {
    width: 85%;
}

.inputMessage {
    width: 100%;
}

.inputMessage input {
    width: 78%;
}

.send {
    color: #fff;
    background-color: rgba(194, 115, 3);
    padding: 8px 20px;
    border: 0;
    border-radius: 20px;
    margin-left: 10px;
    cursor: pointer;
}



/*Iframe hissesi*/

.iframeRamka {
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 50vh;
}

.iframeHead h2 {
    font-size: 32px;
    color: rgba(194, 115, 3, 0.92);
    margin-top: 50px;
    font-family: 'Kadwa', serif;
}

iframe {
    height: 70vh;
    margin: 20px 0 40px 0;
}



/*Footer hissesi*/
.backFooter {
    background-image: url('https://res.cloudinary.com/dwwhktofm/image/upload/v1699532810/footer_relohu.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
    background-blend-mode: darken;
}
.footerContent {
    width: 100%;
    height: 100%;
    background: rgba(24, 68, 41, .7);
    background-blend-mode: darken;
}
.inputFooter {
    display: flex;
    align-items: center;
}

.inputWrapper {
    position: relative;
}

.footerInput {
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    border: 0;
}

.right-arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center; 
    text-decoration: none;
    color: rgba(194, 115, 3, 0.92);
}
.footerHeading {
    font-size: 18px;
    color: rgba(194, 115, 3, 0.92);
    font-family: 'Kadwa', sans-serif;
    line-height: 1.5;
    padding: 20px 0;
    width: 280px;
}
.footerContent .container1 {
    height: 100%;
    display: flex;
    justify-content: center;
}
.footerSide1 {
    display: flex;
    align-items: center;
}
.footerLogo img{
    width: 78px;
    height: 95px;
    flex-shrink: 0;
}
.footerSide2 {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    color: #fff;
    padding-left: 80px;
    padding-right: 80px;
}
.footerSide2 h3 {
    font-size: 25px;
    font-family: 'Kadwa', sans-serif;
    padding-top: 50px;
}
.footerSide2 li a {
    color: #fff;
    font-family: 'Kadwa', sans-serif;
    text-decoration: none;
}
.footerSide2 li {
    margin-bottom: 8px;
}
.footerSide3 {
    color: #fff;
    font-family: 'Kadwa', sans-serif;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.footerSide3 i {
    color: rgba(194, 115, 3, 0.92);
    padding-right: 7px;
}
.footerSide3 h3 {
    font-size: 25px;
    padding-top: 50px;
    padding-bottom: 5px;
}
.footerSide3 span {
    font-size: 14px;
}
.contactFooter {
    margin-bottom: 20px;
}