@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600;1,700;1,800&display=swap');/*===== default css  =====*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

:root {
    --black: #0D0D0D;
    --lblack: rgb(24, 24, 24);
    --lblue: #5EC9E3;
    --blue: #3DC6EF;
    --dblue: #1F2970;
    --shadow: 0px 5px 30px rgba(0, 0, 0, 0.123);
    --gray: rgb(158, 158, 158);
    --btn: linear-gradient(45deg, var(--dblue), var(--blue));
    --gradient: linear-gradient(45deg, rgb(255, 23, 185), rgb(23, 143, 255));
    --tgradient: linear-gradient(45deg, rgba(255, 23, 185, 0.815), rgba(23, 143, 255, 0.753));
    --dgradient: linear-gradient(45deg, rgb(32, 32, 32), rgb(14, 14, 14));
}

body {
    background-color: white;
}

ul {
    list-style: none;
    padding-left: 0;
}

a {
    text-decoration: none;
    color: white;
}

ul li a{
    font-weight: 400;
    transition: 0.6s;
}

ul .links li{
    background-color: #1919cf;
    border-radius: 6px;
    padding: 7px 20px;
    transition: 0.4s;
}
ul .links li:hover{
    background-color: #0f0fa2;
}

ul .links li a{
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.sec-main {
    padding: 5em 0em;
    overflow-x: hidden !important;
    z-index: -1;
}

nav {
    background-color: #000;
    padding: 0.5em 0em;
    box-shadow: var(--shadow);
}

.nav-bar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
}

.nav-bar .logo {
    width: 90px;
    font-size: 40px;
    margin-right: 400px;
}

img {
    width: 100%;
}

.mb {
    display: none;
}

.pc {
    display: block;
}

.links {
    width: 420px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-active {
    background: var(--btn) !important;
}

/* banner */

.big-size{
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.size{
    max-width: 1400px;
    width: 80%;
    margin: auto;
}

#myBtn {
  display: none;
  position: fixed;
  height: 50px;
  width: 50px;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  font-weight: 300;
  border: none;
  outline: none;
  background-color: #1919cf;
  color: white;
  cursor: pointer;
  transition: 0.4s;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.contact-banner{
    background:url(...assets/images/04a.jpg); 
    background-size: cover; 
    background-position: center;
    height: 400px;
}

.con{
    text-align: center;
    padding: 10% 0 2% 0;
}
.con h2{
    font-size: 32px;
    font-weight: 600;
    color: #212b36;
}
.con p{
    padding: 3% 10%;
    letter-spacing: 1px;
    color: #333;
    line-height: 40px;
}
.banner{
    background: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    padding: 10% 0;
}

.gap h1{
    color: white;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 70px;
    text-align: center;
    font-weight: 600;
}

.gap h4{
    color: white;
    font-size: 40px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
}
.about{
    text-align: center;
    padding: 10% 0 1% 0;
}

.about h2{
    font-size: 35px;
    color: black;
}

.wraper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5%;
    padding: 8%  0;
    align-items: center;
}

.wrap-text{
    font-size: 18px;
    letter-spacing: 1px;
    color: #666;
    line-height: 30px;
}

footer{
    background-color: black;
    padding: 2% 0;
    text-align: center;
}

.foot{
    color: white;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
}
.desk{
    display: block;
}
.phone{
    display: none;
}

.contact{
    padding: 0  0 2% 0;
    margin: auto;
}
.popa h1{
    text-transform: capitalize;
    padding: 4% 0;
}
.sath{
    display: grid;
    grid-template-columns: 0.1fr 1fr;
    align-items: center;
}
.sath i{
    font-size: 30px;
}
.popa p a{
    font-size: 20px;
    color: #666;
}

.form-control{
    width: 100%;
    padding: 2% 2%;
    border-radius: 10px;
    border: 1px solid #999;
    margin: 3% 0;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
}
.form-control:hover{
    border: 1px solid #1919cf;
}
.text-aria{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    border: 1px solid #999;
    font-size: 14px;
    margin: 3% 0;
    padding: 2% 2%;
}
.text-aria:hover{
    border: 1px solid #1919cf;
}
.btnn{
    width: 100%;
    background-color: #1919cf;
    color: white;
    text-align: center;
    font-size: 16px;
    padding: 2% 0;
    border: none;
    border-radius: 10px;
    margin: 3% 0;
    outline: none;
    transition: 0.4s;
    cursor: pointer;
}

.btnn:hover{
    background-color: #0f0fa2;
}

.contact p font{
    color: #1919cf;
}








@media (max-width:991px) {
    .container {
        padding: 0% 5%;
    }
    .pc {
        display: none;
    }
    .mb {
        display: block;
    }
    nav {
        position: fixed;
        width: 100%;
        z-index: 99999;
        top: 0;
    }
    .btns {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .btns button {
        width: 100%;
    }
    .mmm {
        display: none;
    }
    .active {
        display: block;
    }
    .menu {
        height: 87vh;
        position: fixed;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: var(--black);
        width: 100%;
        left: 0;
        top: 13vh;
        z-index: 9999;
        justify-content: space-around;
        padding: 5em 0em;
    }
    .toggle i {
        color: white;
        font-size: 2rem;
    }
    .close {
        display: none;
    }
    .close i {
        color: white;
        font-size: 2rem;
    }
    .nav-bar .logo {
        width: 70px;
        margin-right: 0px;
    }
    .title-s {
        font-size: 2rem;
    }
    .size{
        width: 85%;
    }
    
    .none {
        display: none;
    }
    .tab-btn {
        width: 120px;
        padding: 0.8em 1em;
        font-size: 1rem;
        margin: 5px;
    }
    .title {
        font-size: 2.5rem;
        margin-top: 2em;
    }
    .menu {
        padding: 12em 0em;
    }
    .gap h1{
        font-size: 40px;
        font-weight: 500;
        padding-top: 30%;
    }
    .gap h4{
        font-size: 30px;
        font-weight: 300;
    }
    .wraper{
        grid-template-columns: 1fr;
    }
    .hap img{
        width: 100%;
    }
    .desk{
        display: none;
    }
    .phone{
        display: block;
    }
    .sikder{
        height: 100px;
    }
    footer{
        padding: 5% 0;
    }
    .con p{
    padding:3% 0;
   }
   .contact{
    padding: 0;
   }
   .sath{
    grid-template-columns: 1fr 1.3fr;
    text-align: center;
    }
    .popa{
        text-align: center;
    }

}