@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');


body{
    font-family:"Poppins", sans-serif;
    background-color: #000000;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
  }
  ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  a{
    text-decoration: none;
  }
  
  
  :root {
    --pink:#C17818;
    --dark:#666666;
    --main-head:"Poppins", sans-serif;
    --main-line:"Roboto Serif", serif;
 
  }
  .topbar{
    padding: 13px 0px 15px;
    border-bottom: 1px solid #9f9f9fb0;
  }
.top-left a{
    color:var(--pink);
    font-family: var(--main-line);
    font-size: 14px;
    font-weight: 400;

}
.top-left a i{
    margin-right: 5px;
    color: #fff;
}
.facebook{
    color: #507cbe;
}
.twiter{
    color: #00abef;;
}
.google{
    color: #d93e2d;;
}
.linkdin{
    color: #3371b7;;
}
.social-icon a{
    margin: 0px 6px;
    

}
.social-icon a i{
    transform: .5s all;
    font-size: 14px;
}
.social-icon a:hover i{
    color: #fff !important;
}
.top-btn a{
    background: var(--pink);
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 5px;
    color: #fff;

}


.navbar-brand{
    position: relative;
    width: 200px !important;
}
.navbar-brand h1 {
    position: absolute;
    top: 4%;
    left: -6px;
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 900;
    font-family: var(--main-line);
    color: #ffffff;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.navbar-brand h1 span {
    position: absolute;
    top: 78%;
    left: 21%;
    display: block;
    font-family: var(--main-head);
    font-size: 23px;
    word-break: normal;
    color: #e0006c;
    letter-spacing: normal;
    font-weight: 500;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    margin-top: 20px;
    margin-bottom: 24px;
    top: 0;
}
.nav-tabs button.active{
    color: #000 !important;
}
.nav-link{
    text-transform: uppercase;
    font-size: 14px ;
    font-family: var(--main-head);
    font-weight: 400;
    padding: 10px 12px !important;
    color: #fff !important;

}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color:var(--pink);
}
.nav-link:hover{
    color: var(--pink) !important;
}
.nav-item{
    position: relative;
    display: inline-block;
}

.nav-item::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #e0006c;
    transition: width 0.35s ease;
    border-radius: 10px;
}

.nav-item:hover::before{
    width: 20px;
}

.head-contact{
    margin-top: -4px;
}
.head-contact h6{
    font-size: 14px;
    font-family: var(--main-line);
    font-weight: 400;
    color: #fff;
    margin:0;
}
.head-contact a{
    color: var(--pink);
    font-size: 16px;
    font-weight: 300;
    font-family: var(--main-head);
}
.navbar{
    background: #000;
    transition: .5s all linear;
    padding:5px 0px  !important;
}

.navbar-scrolled{
    z-index: 9999;
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: rgb(255 255 255 / 34%) 0px 3px 8px;
}
.about-content span{
    font-size: 14px;
    font-family: var(--main-head);
    font-weight: 600;
     color: var(--pink);
     position: relative;
     padding: 0 0 10px;
}
.about-content span::before{
    position: absolute;
    content: '';
    /* left: 0; */
    right: -50%;
    bottom: 50%;
    background: #fff;
    width:40px;
    height: 3px;
}
.about-content h6{
    font-size: 30px;
    font-family: var(--main-line);
    font-weight: 700;
     color: #fff;
     position: relative;
     padding: 0 0 5px;
    line-height: 40px;
    
}
.about-content p{
    font-size: 14px;
    font-family: var(--main-line);
    font-weight: 400;
     color: #9a9a9a;
     position: relative;
     padding: 0 0 10px;
    
}
.about-content a{
    background: #fff;
    border-radius: 10px;
    padding: 9px 19px;
    color: var(--pink);
    font-size: 15px;
    font-weight:700;
    font-family: var(--main-line);

}
.main-heading span{
    font-size: 14px;
    font-family: var(--main-line);
    font-weight: 600;
     color: var(--pink);
     position: relative;
     padding: 0 0 10px;
}
.main-heading h3{
    font-size: 40px;
    font-family: var(--main-head);
    font-weight: 700;
     color: #fff;
     position: relative;
     padding: 0 0 5px;
    line-height: 40px;


}
.main-heading{
    padding-top: 50px;
    position: relative;
}
.main-img{
    right:35% !important ;
}
.main-heading img{
    position: absolute;
    right: 39%;
    bottom: 3%;
    width: 80px;
    transform: rotate(7deg);
}
.model-img{
    position: relative;
}
.model-img:hover .about-model:before  {
    opacity: .5;
}
.about-model:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fd61e3;
    background: -webkit-linear-gradient(left, #fd61e3, #fd61e3 50%, #ff77b8);
    background: linear-gradient(to right, #fd61e3, #fd61e3 50%, #ff77b8);
    filter: alpha(opacity = 0);
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.model-parameters div {
    display: inline-block;
    padding: 5px 3.5%;
    margin: 5px 0;
    font-size: 14px;
    line-height: 20px;
}
.model-parameters {
    position: relative;
    z-index: 1;
    font-size: 0;
}
.bg_overlay {
    background: #fd61e3;
    background: -webkit-linear-gradient(left, #fd61e3, #fd61e3 50%, #ff77b8);
    background: linear-gradient(to right, #fd61e3, #fd61e3 50%, #ff77b8);
}
.bg_overlay {
    opacity: .6;
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.model-box{
    position: relative;
}
.model-content{
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
    opacity: 0;
    padding: 10px 0px 10px;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.model-box:hover .model-content{
        bottom: 0;
        opacity: 1;
}
.model-parameters h2 a{
    font-size: 18px;
    font-weight: 400;
    font-family: var(--main-line);
    color: #fff;

}
.model-parameters h2{
    margin: 0;
}
.model-parameters div .bold{
    font-size: 13px;
    font-family: var(--main-head);
    font-weight: 700;
    color: #fff;

}
.model-parameters div span{
    font-size: 13px;
    font-family: var(--main-head);
    font-weight: 500;
    color: #1c1c1c;

}
.misson-bg{
    background: linear-gradient(to left , #000000de ,#000000eb), url(../images/banner/mission-banner.jpg);
    width: 100%;
    height: 100%;
    padding: 50px 0px;
    background-attachment: fixed;
    margin-top: 30px;
}
.mission-box{
    border-radius: 10px;
    border: 7px solid #fff;
}
.main-heading-01 span{
    font-size: 30px;
    font-family: var(--main-line);
    font-weight: 600;
     color: var(--pink);
     position: relative;
     padding: 0 0 10px;
}
.main-heading-01 h3{
    font-size: 30px;
    font-family: var(--main-head);
    font-weight: 700;
     color: #fff;
     position: relative;
     padding: 0 0 5px;
    line-height: 40px;


}
.main-heading-01{
    margin-bottom:30px;
}
.miss-lyer{
    background: #fff;
    padding-bottom: 10px;
    padding: 40px 0px;
}
.mission-box{
    text-align: center;
    background: transparent;
}
.mission-text{

    /* min-height: 200px; */
}
.mission-img{
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: inline;
}
.mission-img img{
    width: 70px;
    height:70px;
    overflow: hidden;
}
.mission-text{
    padding: 20px 10px;

}
.mission-text h4{
    font-size: 20px;
    font-weight: 700;
    font-family: var(--main-head);
    color: #ffffff;
}
.mission-text p{
    font-size: 13px;
    font-weight:300;
    font-family:var(--main-head);
    color: #ffffff;
}

.cele-img{
    position: relative;
}
.cele-img:hover .cele-model:before  {
    opacity: .5;
}
.cele-model:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fd61e3;
    background: -webkit-linear-gradient(left, #fd61e3, #fd61e3 50%, #ff77b8);
    background: linear-gradient(to right, #fd61e3, #fd61e3 50%, #ff77b8);
    filter: alpha(opacity = 0);
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.cele-content{
    position: absolute;
    bottom:-20px;
    overflow: hidden;
    left: 0;
    background: #fff;
    padding-top: 10px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;

    right: 0;
}
.cele-box{
    position: relative;
    overflow: hidden;
}
.cele-content h6{
    font-size: 16px;
    font-family: var(--main-line);
    font-weight: 700;
    color: #000;
}
.cele-box:hover .cele-content{
    bottom: 0;
}
.sponsors{
    padding: 20px 0px;
}
.view-btn a{
    padding: 10px 30px;
    font-size: 15px;
    font-family: var(--main-head);
    font-weight: 600;
    color: #fff;
    
    background: var(--pink);
}
.view-btn{
    margin-top: 35px;
    margin-bottom: 20px;
}
.doyou{
    background: linear-gradient(to left , #000000de ,#000000eb), url(../images/mission/bgggg.png);
    width: 100%;
    height: 100%;
    padding: 90px 0px;
    background-attachment: fixed;
    margin-top: 30px;
}
.doyou-content h5{
    font-size:60px;
    font-family: var(--main-line);
    font-weight: 300;
    padding-bottom: 20px;
    color: #fff;

}
.doyou-content h5 span{
    font-size:60px;
    font-family: var(--main-line);
    font-weight: 300;
    padding-bottom: 20px;
    color:var(--pink);

}
.doyou-content p{
    font-size: 14px;
    font-family: var(--main-line);
    font-weight: 400;
    color: #bcbcbc;
    line-height: 20px;
    margin-bottom: 20px;
}
.hsuhw{
    background: #fff !important;
    color: var(--pink) !important;
    margin-right: 10px;
}
.doyou-content a{
    background: var(--pink);
    padding: 10px 25px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;

}
.team h3{
    position: relative;
}
.team h3::before{
    position: absolute;
    content: '';
    width: 80px;
    height:3px;
    top: 50%;
    left: 39%;
    background-color: var(--pink);
}
.team h3::after{
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    top: 50%;
    right: 39%;
    background-color: var(--pink);
}

.team span{
    position: relative;
}

.team span::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    top: 31px;
    right: -118px;
    background-color: var(--pink);
}
.team span::before {
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    top: 32px;
    left: -118px;
    background-color: var(--pink);
}
.team-box{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #1A1A1A;
    margin-top: 20px;
}
.team-content{
    padding: 20px 10px;
}
.team-content h6{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--main-line);
    letter-spacing:1px;
    margin: 0;
}
.team-content span{
    color:var(--pink);
    font-size: 14px;
    font-weight: 700;
    font-family: var(--main-head);
    letter-spacing:1px;
}
.team-content p{
    color: #a6a6a6;
    font-size: 12px;
    margin: 10px 0px;
    font-weight: 300;
    font-family: var(--main-head);
}
.founder{
    padding: 0px  0px 20px;
}

.team-01 h3{
    position: relative;
}
.team-01 h3::before{
    position: absolute;
    content: '';
    width: 80px;
    height:3px;
    top: 50%;
    left: 36%;
    background-color: var(--pink);
}
.team-01 h3::after{
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    top: 50%;
    right: 36%;
    background-color: var(--pink);
}

.team-01 span{
    position: relative;
}

.team-01 span::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    top: 31px;
    right: -172px;
    background-color: var(--pink);
}
.team-01 span::before {
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    top: 32px;
    left: -172px;
    background-color: var(--pink);
}

.teasti-box p{
    font-size: 16px;
    font-family: var(--main-line);
    font-weight: 400;
    color: #d1d1d1;
    line-height: 25px;
    margin: 0;
}
.teasti-box i{
    color: goldenrod;
    font-size: 13px;
}
.teasti-box h6{
    font-size: 16px;
    font-family: var(--main-head);
    font-weight: 600;
    color: #fff;

}
.contact-form form input{
    position: relative;
    background-color: #1a1a1a;
}
.form-control{
    background-color: #1a1a1a;
    margin: 7px 0;
    padding: 9px 0px 9px 30px;
    border: 1px solid #373737;
    font-size: 13px;
    font-weight: 500;
    color: var(--pink);
    font-family: var(--main-line);
}
.contact-form form a {
    position: absolute;
    font-size: 18px;
    color: #5b5858;
    margin-top: -32px;
    margin-left: 23px;
}
.resi-form form i {
    position: absolute;
    font-size: 15px;
    color: #5b5858;
    margin-top: -35px;
    margin-left: 10px;
}
.form-control::placeholder{
    color: #c1c1c1;
}

  .socialContainer:active {
    transform: scale(0.9);
    transition-duration: .3s;
  }
  
  .socialSvg {
    width: 17px;
  }
  
  .socialSvg path {
    fill: rgb(255, 255, 255);
  }
  
  .socialContainer:hover .socialSvg {
    animation: slide-in-top 0.3s both;
  }
  
  @keyframes slide-in-top {
    0% {
      transform: translateY(-50px);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .social{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  

 /* social media icons sections css  end*/

/* footer sections css start  */
.footer{
    background-color: #1a1a1a;
    padding-top: 70px;
    padding-bottom: 10px;
}
.footer-logo{
    width: 63%;
}
.footer-content p{
    color: #fff;
    font-size: 13px;
   font-family: var(--main-line);
   font-weight: 400;
   line-height: 18px;
}
.footer-content h5{
    color: #e3e3e3;
    font-size:25px;
   font-family: var(--main-head);
   font-weight: 600;
   margin-bottom: 20px;
}
.footer-link-head h3{
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}
.footer-content ul li{
    border-bottom: 1px dashed #eee;
    padding: 5px 0px;
}
.footer-content ul li a i{
    color: var(--pink);
    font-size: 17px;
    
    margin-right: 6px;

}
.footer-content ul li a{
    transition: .5s all;
    font-size: 13px;
    font-family: var(--main-line);
    font-weight: 600;
    color: #8f8f8f;
}
.footer-content ul li:hover a{
    color: #fff;
    letter-spacing: 1px;
}
/* end  */
 
.footer-img img{
   padding-left: 20px;
   height: 325px;
}
.footer-link-head h3{
    padding-left: 55px;
    padding-top: 38px;
}
.footer-pages ul li a {
    padding-left: 61px;
    transition: .5s all linear;
}
.footer-logo img{
    padding-top: 0px;
}
.footer-pages ul li a i{
    color: #fff;
    padding-right: 14px;
    
}
.footer-pages ul li a:hover {
   color: #fff;
}
.sponser{
    padding: 0px 0px 50px;
    background: #0b0b0b;
}


.resi{
    background:#ff2286;
    padding: 30px 0px;
}
.resi-text h6{
    font-size: 30px;
    font-family: var(--main-line);
    font-weight: 600;
    color: #fff;

}
.resi-text p{
    font-size: 13px;
    font-family: var(--main-line);
    font-weight: 400;
    color: #fff;

}
.resi-text a{
    background: #fff;
    color: var(--pink);
    font-size: 13px;
    font-weight: 700;
    font-family: var(--main-line);
    padding: 10px 20px;
    border-radius: 10px;

}
.about-content{
    padding-top: 30px;
}
.resi-head h3{
    font-size: 35px;
    color: #fff;
    font-family: var(--main-line);
    font-weight: 600;
    padding: 20px 0px ;
}
.resi-cre h4{
    text-transform: uppercase;
    font-size: 17px;
    font-family: var(--main-line);
    font-weight: 600;
    margin: 0;
    color: #000000;
}
.cre-box{
    border: 1px solid #EEE;
    position: relative;
    margin-top: 20px;
}
.cre-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background: var(--pink);
    top: 0;
    left: 0;
    text-align: center;
    line-height: 58px;
    bottom: 0;
    align-items: center;
}
.cre-icon i {
    font-size: 23px;
    color: #fff;
    text-align: center;
}
.cre-content{
    padding: 5px 0;
    padding-left: 60px;
}
.cre-content h5{
    font-size: 17px;
    font-family: var(--main-line);
    font-weight: 300;
    color: #cccccc;
    margin: 0;
}
.cre-content h4{
    font-size:12px;
    font-family: var(--main-head);
    font-weight: 600;
    color: #f4f4f4;
    margin:5px 0px 0px;
}

.upload-container {
    margin-top: 20px;
    border: 1px solid #5454549a;
    padding: 10px 20px 10px;
    position: relative;
    width: 100%; /* Ensure the container is responsive */
    height: 100%;
    margin: auto;
    border-radius: 5px;
    text-align: center;
}
.upload-container h4{
    font-size: 16px;
    font-family: var(--main-line);
    font-weight: 500;
    color: #aaaaaa;
}
.upload-input {
    display: none;
}

.upload-label {
    display: block;

    padding: 10px 20px;
    background-color: #007bff07;
    color: white;
    text-align: center;
    border: 1px solid #4c4c4c;
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.upload-label:hover {
    background-color:var(--pink);
}

.image-preview-container {
    width: 100%;
    height: 240px; /* Fixed height before image upload */
   
    border-radius: 5px 5px 0px 0px;
    background-color: #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: height 0.3s ease; /* Smooth transition for height change */
}

.image-placeholder-icon {
    font-size:150px !important; /* Adjust the icon size as needed */
    color: #888;
    position: absolute;
}

.image-preview {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    display: none; /* Hide image initially */
}


.video-preview-container {
    width: 100%;
    height: 240px; /* Fixed height before video upload */
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: height 0.3s ease; /* Smooth transition for height change */
}

.video-placeholder-icon {
    font-size: 100px !important; /* Adjust the icon size as needed */
    color: #888;
    position: absolute;
}

.video-preview {
    width: 100%;
    height: 100%; /* Fill container */
    display: none; /* Hide video initially */
}

.agreement-container {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.agreement-checkbox {
    margin-right: 10px;
}

.agreement-label {
    color: #bebebe;
    font-size: 16px;
}

.terms-link {
    color: #007bff;
    text-decoration: none;
}

.terms-link:hover {
    text-decoration: underline;
}



.submit-button, .clear-button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin: 10px;
}

.submit-button {
    background-color: #007bff;
    color: white;
}

.submit-button:hover {
    background-color: #0056b3;
}

.clear-button {
    background-color: #dc3545;
    color: white;
}

.clear-button:hover {
    background-color: #c82333;
}
#back-resi{
    background: #7878788d;
        padding: 20px 10px 30px;
    margin-bottom: 20px;
}
.resi-cre{
    background: #b8b8b8;
    padding: 8px 10px ;
    margin-bottom: 20px;
}
.form-control:focus + i,
.form-control.filled + i  {
    color:var(--pink);
}
.form-control:focus{
    background: #000 !important;
    border: 1px solid var(--pink) ;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#height option{
    color: #fff;
}
.form-control:not(:placeholder-shown) {
    color: var(--pink);
}
.res-btn{
    background-color: var(--pink);
    border:2px solid var(--pink);
    border-radius: 5px;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.agreement-container{
    margin-bottom: 10px;
}
.res-btn2{
    text-transform: uppercase;
    margin-left: 10px;
    background-color: transparent;
    border:2px solid #fff;
    border-radius: 5px;
    padding: 6px 20px;
    font-size: 14px;
    color: #fff;
}
.founder{
    background: linear-gradient(to left, #000000ae,#000000d4),url(../images/team/bg.png.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.sponsors{
    background: linear-gradient(to left, #000000ae,#000000d4),url(../images/celebrety/bggg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.resi-form{
    padding:3px 2px 50px;
}

/* Gallery Container */
.gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0px;
    padding: 20px;
}

/* Gallery Item */
.gallery-item {
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    cursor: pointer;
}

/* Gallery Image */
.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Hover Effect */
.gallery-item:hover .gallery-image {
    transform: scale(1.1);
}

/* Lightbox Modal */
.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

/* Lightbox Content */
.lightbox-content {
    max-width: 90%;
    max-height: 80%;
}

/* Close Button */
.lightbox .close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.resi-head span{
    color: var(--pink);
}
.con-img{
    position: relative;
}
.con-text{
    background: #dfdfdf;
    padding: 3px 0px;
}
.con-text h6{
    font-size: 18px;
    font-family: var(--main-head);
    font-weight: 600;
    color: #2b2b2b;
    margin: 0;
}
.new-contestant{
    padding: 20px 0px 40px;
}
.con-img:hover .cele-model:before{
    z-index: 1;
    opacity: .5;
}
.last-icon span a i {
    font-size: 20px;
    padding-right: 13px;
    color: var(--pink);
}
.eduHeaderRight a {
    font-family: var(--main-header);
    color: var(--blue);
    text-decoration: none;
    font-size: 15px;
}
.lgx-copyright p {
    color: #888888;
    font-size: 14px;
    font-weight: 400;
}
#line {
    border-top: 1px solid #000;
    margin-top: 20px;
    padding-top: 20px;
}
.contact-banner-text h3 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    font-family: var(--main-header);
}
.contact-banner-text {
    position: absolute;
    top: 250px;
    left: 10%;
}
.conatct-main{
    padding-top: 60px;
}
.contact-form input{
    padding: 10px  !important;
    margin-bottom: 30px !important;
}
.contact-form textarea{
    padding: 10px  !important;
    height: 100px !important;
    width: 100%;

    margin-bottom: 30px !important;
}
.cont-btn{
    background:var(--pink);
    padding: 10px 20px;
    color: #fff;
    font-family: var(--main-line);
    font-weight: 600;
    border-radius: 5px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    border: none;
}
.navbar-brand{
    display: flex;
}
.navbar-brand span{
    font-size: 16px;
    padding-top: 25px;
    font-family: var(--main-line);
    line-height: 22px;
    font-weight: 600;
    color: #fff;
}
.navbar-brand span h6{
    color: goldenrod;
    font-family: var(--main-head);
    text-align: center;
    font-size: 14px;
}
.navbar-brand img{
    padding-right: 10px;
    width: 50%;
}

@media screen and (max-width:769px) {

    .collapse:not(.show) {
        display: none !important;
    }

    .team-01 span::before,:after {
        display: none;
    }
    .top-left{
        display: none;
    }
    .top-btn a {
        font-size: 9px;
        padding: 5px 8px;
    }
    .topbar {
        padding: 2px 0px 5px;
    }
    .navbar-brand span h6 {
        font-size: 12px;
       
    }
    .navbar-brand span {
        font-size: 13px;
        padding-top: 15px;
        line-height: 20px;
    }
    .navbar-brand {
        position: relative;
        width: 158px !important;
    }
    .navbar-brand img {
        padding-right: 10px;
        width: 42%;
    }
    .hamburger {
        cursor: pointer;
      }
      .navbar-toggler {
        padding: 4px 6px;
        font-size: 9px;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: box-shadow .15s ease-in-out;
    }
      .hamburger input {
        display: none;
      }
      
      .hamburger svg {
        /* The size of the SVG defines the overall size */
        height: 25px;
        /* Define the transition for transforming the SVG */
        transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
      }
      
      .line {
        fill: none;
        stroke: #fff;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 3;
        /* Define the transition for transforming the Stroke */
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
                    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
      }
      
      .line-top-bottom {
        stroke-dasharray: 12 63;
      }
      
      .hamburger input:checked + svg {
        transform: rotate(-45deg);
      }
      
      .hamburger input:checked + svg .line-top-bottom {
        stroke-dasharray: 20 300;
        stroke-dashoffset: -32.42;
      }
      .head-contact{
        display: none;
      }
      .owl-carousel .owl-item img {
        min-height: 200px;
        display: block;
        width: 100%;
    }
    .about-content p {
        font-size: 10px;
        font-family: var(--main-line);
        font-weight: 400;
        text-align: justify;
        color: #9a9a9a;
        position: relative;
        padding: 0 0 10px;
    }
    .about-content h6 {
        font-size: 17px;
        font-family: var(--main-line);
        font-weight: 700;
        color: #fff;
        position: relative;
        padding: 0 0 5px;
        line-height: 21px;
    }
    .resi-text a {
        background: #fff;
        color: var(--pink);
        font-size: 10px;
        font-weight: 700;
        font-family: var(--main-line);
        padding: 6px 10px;
        border-radius: 10px;
    }
    .resi-text p {
        display: none;
        font-size: 11px;
        font-family: var(--main-line);
        font-weight: 400;
        color: #fff;
    }
    .resi-text h6 {
        font-size: 12px;
        font-family: var(--main-line);
        font-weight: 600;
        color: #fff;
    }
    .about-content {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .about-content a {
        background: #fff;
        border-radius: 10px;
        padding: 8px 12px;
        color: var(--pink);
        font-size: 10px;
        font-weight: 700;
        font-family: var(--main-line);
    }
    .about-content p {
        font-size: 10px;
        font-family: var(--main-line);
        font-weight: 400;
        text-align: justify;
        color: #9a9a9a;
        position: relative;
        padding: 0 0 10px;
    }
    .main-heading img {
        display: none;
        position: absolute;
        right: 39%;
        bottom: 3%;
        width: 80px;
        transform: rotate(7deg);
    }
    .main-heading h3 {
        font-size: 30px;
        font-family: var(--main-head);
        font-weight: 700;
        color: #fff;
        position: relative;
        padding: 0 0 5px;
        line-height: 40px;
    }
    .main-heading {
        padding-top: 20px;
        position: relative;
    }
    .model-box{
        margin-top: 10px;
    }
    .doyou-content h5 span {
        font-size: 32px;
        font-family: var(--main-line);
        font-weight: 300;
        padding-bottom: 20px;
        color: var(--pink);
    }
    .doyou-content h5 {
        font-size: 18px;
        font-family: var(--main-line);
        font-weight: 300;
        padding-bottom: 0px;
        color: #fff;
    }
    .doyou-content a {
        background: var(--pink);
        padding: 6px 12px;
        font-size: 10px;
        border-radius: 4px;
        text-transform: uppercase;
        color: #fff;
    }
    .resi-form {
        padding: 1px 0px 50px;
    }
    .doyou {
        background: linear-gradient(to left, #000000de, #000000eb), url(../images/mission/bgggg.png);
        width: 100%;
        height: 100%;
        padding: 29px 0px;
        background-attachment: fixed;
        margin-top: 30px;
    }
    .cele-box {
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
    }
    .team-01 h3::before {
        display: none;
    }
    .team h3::before{
        display: none;
    }
    .team span::before{
        display: none;
    }
    .new-con-box{
        margin-top: 20px;
    }
    .lgx-copyright p {
        text-align: center;
        color: #888888;
        font-size: 11px;
        font-weight: 400;
    }

}