body{
    font-family: "Poppins", sans-serif;
    overflow-x:hidden;
    background: #FCF8F5;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
  }
  .logorow li
  /* Track */
  
  
  
 
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
a{
    text-decoration: none;
    color: #F65326;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Barlow", sans-serif;
}
h2{
    color: #1B0D43; 
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
 }
 h3{ 
    font-size: 18px;
    font-weight: 600;
 }
 p{
     color: #070707;
     font-size: 16px;
     line-height: 28px;
 }
.navbar button{
    border:0px solid #1E1E21;
    outline: none!important;
}
.navbar{
    padding-top: 15px;
}
.hdr{
    position: fixed;
    top:0;
    left: 0;
    z-index: 1000;
    height: 80px;
    background: #FCEEE7;
}
.hdr .navbar-brand{
    text-align: center;
}
.hdr .navbar-brand img{
    transition: all 0.4s ease-in-out 0s;
    width: 200px;
}
.socialicon a{
    width: 38px;
    height: 38px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.socialicon a img{
    width: auto;
    height: 20px;
}
.nav-item a{
    font-size: 30px;
    font-weight: 900;
    color: #1B0D43!important;
    padding: 0;
}
.nav-item span{
    font-size: 26px;
    font-weight: 900;
    color: #1B0D43!important;
}
.nav-item a:hover{
    color: #F65326!important;
}
.primarybtn{
    width: 140px;
    height:40px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:14px;
    background:linear-gradient(90.04deg, #FF5729 0.03%, #DA461E 101.88%);
}


.primarybtn{
    width: 140px;
    height:40px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:14px;
    background:linear-gradient(90.04deg, #FF5729 0.03%, #DA461E 101.88%);
}
.primarybtn.large{
    width: 180px;
}
.primarybtn:hover{
    background: linear-gradient(0deg, #CA3224, #CA3224) ;
    color: #fff;
}

.primarybtn1 {
    display: none; /* Skjuler knappen som standard */
    width: 140px;
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    background: linear-gradient(90.04deg, #FF5729 0.03%, #DA461E 101.88%);
    text-decoration: none; /* Fjern understregning fra linket */
        z-index: 999; /* Sørger for, at knappen vises oven på andre elementer */

}

/* Kun mobilvisning */
@media (max-width: 768px) {
    .primarybtn1 {
        display: flex; /* Gør knappen synlig på mobil */
        position: absolute;
        top:98%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* Standardstil for mobil */
.custom-container {
  position: relative;
}

/* For større skærme (fx tablet og desktop) */
@media (min-width: 769px) {
  .custom-container {
    top: -50px; /* Flytter elementet opad kun på skærme større end 768px */
  }
}


.primarybtn1.large {
    width: 180px;
}

.primarybtn1:hover {
    background: linear-gradient(0deg, #CA3224, #CA3224);
    color: #fff;
}

.navbar-toggler:focus{
    outline: none!important;
    box-shadow: 0px 0px 0px 0px #000!important;
}
.herosection{
    margin-top: 80px;
}
.herosection::before{
    content: "";
    width: 130px;
    height: 301px;
    display: block;
    position: absolute;
    bottom:-100px;
    left:0px;
    background: url("../images/right.png") no-repeat;
    background-size: contain;
}
.herosection::after{
    content: "";
    width: 130px;
    height: 301px;
    display: block;
    background: url("../images/left.png") no-repeat;
    background-size: contain;
    bottom:-100px;
    right:0px;
    position: absolute;
}
.herosection h1{
    color: #F65326;
    font-size: 50px;
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.herosection h3{
    color: #FCF8F5;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
}
.herosection h4{
    color: #FCF8F5;
    font-size: 18px;
    font-weight: 400;
}
.counterBanner{
    border-radius: 10px;
    border: 1px solid #F65326;
    width: 350px;
    height: 112px;
    padding: 0 30px;
    background: rgba(255,2555,255, 0.1);
    margin-top: -60px;
}
.counterTop{
    font-size: 14px;
    background: #F65326;
    width: 100%;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: -18px auto 0;
    text-transform: uppercase;
}
.counterBanner span{
    font-size: 12px;
    color: #F65326;
    text-transform: uppercase;
}
.counts{
    display: flex;
    flex-direction: column;
    font-size:30px;
    font-weight: 500;
    color: #181818;
    text-align: center;
    position: relative;
}
.counts::after{
    content: ":";
    position: absolute;
    top:15px;
    right:-17px;
}
.counts:last-child::after{
    content: none;
}
.custombtn{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 92%;
    left: 0;
    margin: 0 auto;
}
.navfull{
    height: 100vh;
    background:#FCEEE7 ;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
}
.navbar-nav{
    margin-top: -50px;
}
.textsection{
    background-color:#fcf8f5;
    padding-bottom: 53px;
    position: relative;

}
.bg-none1{
    background: none;
}
.textsection::after{
    content: "";
    background:url("../images/bg1.png") no-repeat bottom left;
    position: absolute;
    z-index: 1;
    height: 35px;
    width: 100%;
    display: block;
    background-size: cover;
    bottom: 0;
    left: 0;
}
.textsection1::after{
    content: "";
    position: absolute;
    z-index: 1;
    height: 35px;
    width: 100%;
    display: block;
    background-size: cover;
    bottom: 0;
    left: 0;
}
.textsection p span{
    color: black;
}
.btnsecondary{
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    width: 230px;
    height: 40px;
    color: #F65326;
    border: 1px solid #F65326;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
}
.btnsecondary:hover{
    background:#F65326;
    color: #fff;
}
.textsectionBtm{
    position: relative;
    background: #FCEEE8;
}
.textsectionBtm h5{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.textsectionBtm h6{
    font-size: 14px;
}
.icon img{
    height: 40px;
}
.gallery{
    width: 100%;
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
}
.gallery::after{
    content: "";
    background:url("../images/bg2.png") no-repeat bottom left;
    position: absolute;
    z-index: 1;
    height: 35px;
    width: 100%;
    display: block;
    background-size: cover;
    top: 0;
    left: 0;
}
.gallery img{
    width: 100%;
}
.bg-sec{
    background: #FCEEE7;
    width: 100%;
    height: 132px;
    display: flex;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.bg-sec h5{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.bg-sec p{
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
.bg-sec img{
    margin-right: 15px;
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.bg-sec1{
    background: rgba(253, 86, 40, 0.8);
    width: 100%;
    height: 132px;
    display: flex;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.bg-sec1 h5{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}
.bg-sec1 p{
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    color: #fff;
}
.bg-sec1 img{
    margin-right: 15px;
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.footeriner{
    background: url("../images/imgbg.png") no-repeat;
    background-size: cover;
    height: 450px;
}
.footerdiv h2{
    color: #F65326;
}
footer{
    background: #1D0842;
    position: relative;
    padding: 50px 0 0px;
    text-align: center;
    margin-top: 0px;
}
footer::before{
    content: "";
    width: 100px;
    height: 301px;
    display: block;
    position: absolute;
    top:-140px;
    left:0px;
    background: url("../images/right.png") no-repeat;
    background-size: contain;
}
footer::after{
    content: "";
    width: 100px;
    height: 301px;
    display: block;
    background: url("../images/left.png") no-repeat;
    background-size: contain;
    top:-140px;
    right:0px;
    position: absolute;
}
.absolute{
    position: absolute;
}
.footerTop{
    position: relative;
}
.footerTop::before{
    content: "";
    width: 100%;
    height: 355px;
    display: block;
    position: absolute;
    top:-85px;
    left:0px;
    background: url("../images/ftr.png") no-repeat;
    background-size: contain;
}
.ftrinner{
    width: 75%;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #492982;
    padding-bottom: 50px;
}
.ftrinner h2{
    color: #fff;
}
.ftrinner p {
    color: #fff;
}
.ftrinner .large{
    width: 250px;
}
.footerBottom ul{
    list-style: none;
}
.footerBottom ul li{
    position: relative;
    padding: 0 15px;
}
.footerBottom ul li::after{
    content: "|";
    position: absolute;
    right:-10px;
    top:0;
    font-size: 16px;
    color: #492982;
}
.footerBottom ul li:last-child::after{
    content: "";
}
.footerBottom ul li a{
    font-size: 16px;
    color: #F65326;
    text-transform: uppercase;
    font-weight: 500;
}
.footerBottom p{
    color:#fff;
}
.footerBottom svg{
    height: 20px;
    fill: #fff;
}
.footerBottom{
    position: relative;
    padding-bottom: 20px;
}
.footerBottom::before{
    content: "";
    width: 300px;
    height: 250px;
    display: block;
    position: absolute;
    bottom:0px;
    left:0px;
    background: url("../images/left1.png") no-repeat;
    background-size: contain;
}
.footerBottom::after{
    content: "";
    width: 218px;
    height: 239px;
    display: block;
    background: url("../images/right1.png") no-repeat;
    background-size: contain;
    bottom:0px;
    right:0px;
    position: absolute;
}
.mobilesec{
    background: url("../images/mobilebg.png") no-repeat left bottom;
    background-size: cover;
    padding-bottom: 100px;
}
.mobilesec h2{
    color: #F65326;
}
.mobilesec .imgsec img{
    width: 150px;
    object-fit: contain;
}
.custmbl{
    width: 75%;
}

/***programing ***/

.textsection2 h4{
    font-size: 20px;
    line-height: 30px;
    color: #F65326;
}
.text-content h4{
    font-size: 20px;
    line-height: 30px;
    color: #F65326;
}
.text-content h2{
    color: #F65326;
}
.text-content p {
    font-size: 16px;
    line-height: 24px;
}
.text-content p span{
    color: #F65326;
}

.mobilesec1{
    background: url("../images/mobilebg.png") no-repeat left bottom;
    background-size: 100% auto;
    padding: 120px 0 100px;
    position: relative;
}
.mobilesec1::after {
    content: "";
    background: url(../images/bg2.png) no-repeat bottom left;
    position: absolute;
    z-index: 1;
    height: 35px;
    width: 100%;
    display: block;
    background-size: cover;
    top: 0;
    left: 0;
}
.mobilesec-none::after{
    content: none;
}
.bg-none::after{
    content: none;
}
.mobilesec1 h2{
    color: #1B0D43;
}
.clr-blue{
    color: #1B0D43!important;
}

.footerTop1::before {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    top: -85px;
    left: 0px;
    background: url(../images/ftr.png) no-repeat;
    background-size: contain;
}
.footerTop1 .container{
    position: relative;
    z-index: 1;
}
.bg-none{
    background: none;
}
.teamdiv img{
    width: 100%;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
}
.teambtm{
    width: 100%;
    height: 128px;
    background: rgba(253, 86, 40, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.teambtm h3{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.teambtm p{
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
}
.teambtm a{
    width: auto;
    border: 0px;
    padding: 0;
}
.teambtm a img{
    border-radius: 0px;
}
.textsectionBtm h1{
    font-size: 50px;
    color: #F65326;
    font-weight: 900;
    text-transform: uppercase;
}
.bg-wave{
    background:none;
}

.bg-wave::after{
    content: "";
    background:url("../images/bg2.png") no-repeat bottom left;
    position: absolute;
    z-index: 1;
    height: 35px;
    width: 100%;
    display: block;
    background-size: cover;
    top: 0;
    left: 0;
}
.toplink ul{
    list-style: none;
    max-width: 1000px;
    width: 100%;
    padding: 0;
}
.toplink ul li{
    width: 33.33%;
    padding: 0 15px;
}
.toplink ul li a{
    width: 100%;
    height:63px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #131313;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
}
.innertext h2{
    color: #fff;
    margin-bottom: auto;
}
.innertext img{
    width: 150px;
    margin-bottom: auto;
}
.innertext1{
    height: 455px;
    background: #FCEEE7;
    border-radius: 30px;
}
.innertext1 h2{
    color: #141414;
    margin-bottom: auto;
    text-align: center;
}
.innertext1 img{
    width: 150px;
    margin-bottom: auto;
}
.infosec{
    margin-top: 80px;
    position: relative;
}
.infosec h1{
    font-size: 50px;
    color: #F65326;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.infosec p{
    font-size: 18px;
    color: #fff;
}
.infosec::before{
    content: "";
    width: 130px;
    height: 301px;
    display: block;
    position: absolute;
    bottom:-100px;
    left:-1px;
    background: url("../images/right2.png") no-repeat;
    background-size: contain;
}
.infosec::after{
    content: "";
    width: 130px;
    height: 301px;
    display: block;
    background: url("../images/left2.png") no-repeat;
    background-size: contain;
    bottom:-100px;
    right:0px;
    position: absolute;
}
.accordion{
    border-radius: 30px;
    overflow: hidden;
}
.accordion-button:not(.collapsed){
    color: #F65326;
    background-color: #fff;
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);
}
.accordion-button:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0);
}
.accordion-button{
    font-weight: 600;
    font-size: 18px;
}
.accordion-body{
    font-size: 14px;
    padding-top: 0px;
}
.accordion-item{
    border: 0px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.accordion-button::after{
    background-image: url("../images/add-square.svg");
    background-repeat: no-repeat;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus-square.svg");
    background-repeat: no-repeat;
}
.colapsSec h2{
    font-size:34px;
}
.colapsSec h3{
    font-size: 16px;
    color: #F65326;
    text-transform: uppercase;
    font-weight: 600;
}
.camping{
    background: #250C43 url("../images/bgcamp.png") no-repeat top right;
    border-radius: 30px;
    padding: 30px;
}
.camping h2{
    font-size: 38px;
    color: #fff;
    text-align: center;
}
.camping h3{
    font-size: 18px;
    color: #F65326;
    text-align: center;
}
.camping2 h3{
    font-size: 18px;
    color: #F65326;
    text-align: center;
}
.camping2 h2{
    font-size: 38px;
    text-align: center;
}
.camping p{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.camping p span{
    color: #F65326;
}
.camping a{
 
    color: #fff;
}
.campinimg{
    width: 75%;
    margin-bottom: 16px;
}
.toplink1{
    position: relative;
    margin-top: -47px;
}
.toplink1 ul{
    list-style: none;
    width: 100%;
    padding: 0;
}
.toplink1 ul li{
    width: 25%;
    padding: 0 15px;
}
.toplink1 ul li a{
    width: 100%;
    height:63px;
    background: #FCEEE7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #131313;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
}
.broderarea{
    width: 400px;
    border: 1px solid #fff;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background: rgba(255,255,255,0.1);
}
.broderarea img{
    width: 39px!important;
    height: 39px!important;
}
.broderarea p{
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
.broderarea h6{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
}
.proarea{
    height: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.proarea span{
    border-bottom: 1px solid #F3987F;
}
.border-right{
    border-right: 1px solid #F3987F;
}
.teams{
    width: 50%;
    padding: 10px 0;
}
.teams p{
    font-size: 12px;
}
.teams img{
    width: 13px;
    height: 13px;
}
.orang{
    color: #F65326;
}
.galleri{
    background: url("../images/image10.png") no-repeat;
    position: relative;
}
.galleri img{
    padding: 5px 0;
}
.galleri::after{
    content: "";
    position: absolute;
    top:5px;
    right:0;
    background: url("../images/bgcamp.png") no-repeat;
    width:128px;
    height:300px ;
    display: inline-block;
    opacity:0.6;
}
.col-md-2{
    width: 20%;
    padding: 0 5px;
}
.z1{
    z-index: 1;
}
.btnfoursec p{
    font-size: 14px;
    line-height: 22px;
}
.br-10{
    border-radius: 10px;
}
.btnfoursec a{ 
    margin-top: -20px;
    height: 42px;
}
.hoverdiv img{
    width:65px;
    margin-bottom: 16px;
}
.hoverdiv{
    background: #fff;
    height: 285px;
}
.hoverdiv:hover{
    background: #250C43;
}
.hoverdiv:hover h3{
    color: #fff;
}
.hoverdiv:hover p{
    color: #fff;
}
.hoverdiv:hover ~ a{
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.colsec{
    margin-top: -63px;
    position: relative;
    z-index: 1;
}
.innercol{
    width: 100%;
    border-radius: 30px;
    background: #fff;
}
.innercol h3{
    color: #F65326;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position:relative;
    width:306px;
}
.innercol b{
    font-size: 16px;
}
.innercol p{
    font-size: 14px;
    margin-bottom: 5px;
}
.innercol img.iconimg{
    height: 90px;
    width: 90px;
    object-fit: contain;
}
.contact h3{
    font-size: 20px;
    font-weight: 900;
    text-align: left;
    margin-bottom: 20px;
}
.contact label{
    font-size: 15px;
    color: #fff;
    margin-bottom: 8px;
}
.contact input{
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 0px;
    padding:10px 15px;
    font-size: 14px;
}
.contact textarea{
    width: 100%;
    height: 120px;
    border-radius: 8px;
    border: 0px;
    padding:10px 15px;
    font-size: 14px;
}
.contact button{
    width: 200px;
    height: 42px;
    border-radius: 6px;
    border: 0px;
    padding:10px 15px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 4px;
    margin-top: 5px;
}
.ftrinner1 {
    position: relative;
    top: -120px;
    margin-bottom: -120px;
}
.ftrinner1 ul li{
    width: 364px;
    height: 216px;
    background: url("../images/imgbg1.png") no-repeat;
    background-size: contain;
    list-style: none;
    transition: all 0.4s ease-in-out 0s;
}
.ftrinner1 ul li:hover{
    background-size: contain;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
}
.border-blue{
    border-top: 1px solid #492982;
}
.ftrinner1 h4{
    font-size: 26px;
    color: #1B0D43;
    margin: 0;
    transition: all 0.4s ease-in-out 0s;
}
.ftrinner1 h6{
    font-size: 12px;
    color: #1B0D43;
}
.ftrinner1 h3{
    font-size: 18px;
    color: #FD5628;
    font-weight: 700;
    margin: 0;
    transition: all 0.4s ease-in-out 0s;
}
.ftrinner1 h3 span{
    font-size: 40px;
    color: #FD5628;
    transition: all 0.4s ease-in-out 0s;
}
.ftrinner1 h5{
    font-size: 12px;
    color: #FD5628;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
}
.ftrinner1 p{
    font-size: 11px;
    line-height: 15px;
    color: #1D0842;
    margin: 0;
}
.innerftr1{
    height: 153px;
}


.logosec{
    display: inline-block;
    margin-top: 80px;
}
.logosec .infosec::after{
    bottom: -200px;
}
.logosec .infosec::before{
    bottom: -200px;
}
.bannerFtr{
    height: 125px;
    background: #DA5936;
}
.bannerFtr h3{
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}
.bannerFtr p{
    font-size: 18px;
    color: #fff;
    margin: 0;
}
.bannerFtr a{
    border:1px solid #fff!important;
    background: none!important;
}
.bannerFtr a:hover{
    background: #fff!important;
    color: #000!important;
}
.br-30{
    border-radius: 30px;
}
.logorow{
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
}
.logorow li{

    list-style: none;
    width: 33.33%;
    padding: 16px;
    text-align: center;
    background: #fff;
}
.logorow li img{
     width: auto;
            max-width: 317px;
            object-fit: contain;
            margin: 0 auto;
            display: block;
}
.logoarea h3{
    font-size: 28px;
    color: #1B0D43;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}
.colblur{
    background: #FCEEE7;
    border-radius: 30px;
}
.colblur h3{
    font-size: 28px;
    color: #1B0D43;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}
.colblur li{
    width: 16.66%;
}

#error-message {
    color: red;
    margin-left: 0px;
    font-size: 14px;
    display: none; 
  }


.gallery-image {
    height: 250px;  
    object-fit: cover;  
    width: 100%;  
    border-radius: 10px; 
}

.close_modal_btn {
    background: linear-gradient(90.04deg, #FF5729 0.03%, #DA461E 101.88%);
}
.modal_footer_div, .modal_header_div {  background: #FCEEE7; }
.team_title { font-size: 19px !important; line-height: 30px !important;}
.second_team_title { font-size: 22px !important; }
.year-filter {     position: relative;  bottom: 74px;}
.gallery-item {transition: opacity 0.3s ease, transform 0.3s ease;}
.gallery-item[style="display: none;"] { opacity: 0;    transform: scale(0.95);}


 
 
.artist-box:hover img {
    /* transform: scale(1.1); */
    border-radius: 23px;
}

.artist-box .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Dark transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    
  
}

.artist-box:hover .hover-overlay {
    opacity: 1;
    border-radius: 23px;
}

.hover-overlay h3 {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    margin: 0;
    padding: 0 20px;
}
