@font-face {
    font-family: 'ownbold';
    src: url(Audrey-Bold.otf);
}
@font-face {
    font-family: 'ownnormal';
    src: url(Audrey-Normal.otf);
}
@font-face {
    font-family: 'oswald';
    src: url(Oswald-VariableFont_wght.ttf);
}
@font-face {
    font-family: 'mont';
    src: url(Montserrat-VariableFont_wght.ttf);
}
@font-face {
    font-family: 'oldfont';
    src: url(GOTHIC.TTF);
}

/* .header {
    position: relative;
    text-align: center;
    background: -o-linear-gradient(30deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);
    background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);
    color: #fff;
} */
.thf3{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'oldfont', Helvetica, sans-serif;
}
.thf5{
    font-size: 30px;
  
    font-weight: bold;
    font-family: 'oldfont', Helvetica, sans-serif;
}
.thf4{
    font-family: 'mont';
}
.jasheading{
    font-size: 70px;
    /* font-family: 'Berkshire Swash', cursive; */
    font-weight: 900;
    font-family: oswald;

}


.inner-header {
    height: 65vh;
    width: 100%;
    margin: 0;
    padding: 0;
}

.content {
    margin-top: 20px;
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: #fff;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 100px;
}
.mainborder{
    width: max-content;
    background-image: url(../images/border.png);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
}
.parallax>use {
    -webkit-animation: moveForever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    animation: moveForever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

@-webkit-keyframes moveForever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0);
    }
}

@keyframes moveForever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0);
    }
}


.glass {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.rectangle p{
   width: 80%;
    font-size: 80px;
}

.bigwe {
    width: 320px;
    height: 450px;
}

.we {
    width: 350px;
    height: 280px;
    transition: all 1s ease;
}

.bigwe:hover .we {
    transform: scale(1.2);
}

.we1 img {
    width: 100px;
}

.we2 img {
    width: 150px;
}

.we1 {

    transition: all 1s ease;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-image: url(../images/images/b66.jpg); */
    background-image: url(../images/images/m1.jpg);

}
.atlbg{
    transition: all 1s ease;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/images/atlbg.jpg);
}

.btlbg{
    transition: all 1s ease;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/images/btl6.png);
}

.we2 {
    transition: all 1s ease;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-image: url(../images/images/b7.jpg); */
    background-image: url(../images/images/m2.jpg);

}

.glasscircle {
    /* padding: 10px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba( 255, 255, 255, 0.2 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3px );
    
    border: 1px solid rgba( 255, 255, 255, 0.18 ); */
}

.glasscircle h4 {
    font-size: 50px;
    color: #fff;

}

.stroketext {


    background-image: linear-gradient(90deg, #ff00d2, #fed90f, #00a2ff, #09f1b8);
    background-clip: text;

    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: calc(1em / 16);

    -webkit-background-clip: text;

    background-clip: text;
    color: #000119;

    font-size: 12vmin;

    font-weight: 700;

    padding: calc(calc(1em / 16) / 2);

    letter-spacing: calc(1em / 8);


}

.gradiantbox {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 6px;
    background-image: linear-gradient(90deg, #ff00d2, #fed90f, #00a2ff, #09f1b8);
    border-radius: 20px;
}


.blackbox{
    
    background-color: #000119;
    padding: 10px;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 5px;
}

.aboutbox {
    /* width: 380px; */
    height: 480px;
    display: flex;
    justify-content: center;
   
    background-color: #000119;
    padding: 20px;
    border-radius: 20px;
    
    overflow: auto;
    text-align: start;

}
.abtbox{
    display: flex;
    justify-content: center;
   
    background-color: #000119;
    padding: 20px;
    border-radius: 20px;
    
    overflow: auto;
    text-align: start;
}

.aboutbox::-webkit-scrollbar {
    display: none;
}

.abttext{
    background-image: linear-gradient(90deg, #ff00d2, #fed90f, #00a2ff, #09f1b8);
    background-clip: text;

    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: calc(1em / 16);

    -webkit-background-clip: text;

    background-clip: text;
    color: #000119;

    font-size: 6vmin;

    font-weight: 700;

    padding: calc(calc(1em / 16) / 2);

    letter-spacing: calc(1em / 8);
}


.lgShadow {
    background: rgb(74, 201, 0);
    padding: 1rem;
    top: 100px;
    position: relative;
    height: 100px;
    width: 200px;
}

.aboutbox p {
    margin-top: 20px;
}

.overllaybg {
    padding: 20px;
    background-color: rgba(0, 0, 0, .3);
}

.zigzagcontainer {
    height: 300px;
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/images/event2.jpg);
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */

}

.zigzagcontainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 24px;
    background: linear-gradient(-135deg, #000 12px, transparent 0%),
        linear-gradient(135deg, #000 12px, transparent 0%);
    background-size: 24px;
}

.zigzagcontainer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    background: linear-gradient(-45deg, #000 12px, transparent 0%),
        linear-gradient(45deg, #000 12px, transparent 0%);
    background-size: 24px;
}

.slider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slided {
    width: 300px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* background-color: #fff;
    padding: 10px;
    border-radius: 10px;*/
    margin: 20px;

}

.slided img {
    width: 100%;
    border-radius: 20px;
}

.calltoactiondiv {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.review-card {
    border-radius: 25px;
    background-color: #FFF;
}

.review-image-content,
.review-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.review-image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.review-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
}

.review-overlay::before,
.review-overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
}

.review-overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

.review-card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

.review-card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
}

.review-name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.review-description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.review-button {
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.review-button:hover {
    background: #265DF2;
}

/* carousel */
.carouselbox {
    width: 400px;

}

.smooth-slider {
    height: 250px;
    margin: auto;
    position: relative;
    width: 90%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.smooth-slide-track {
    display: flex;
    width: calc(250px * 20);
    animation: smoothscroll 40s linear infinite;
}
@keyframes smoothscroll {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-250px * 10));
    }
   
    
}
.smooth-slide {
    height: 200px;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 15px;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    margin: 10px;

}
.smooth-slide img{
    width: 100%;
   
}
.servicebox{
    
    background-color: #000;
    border-radius: 20px;
    /* padding: 20px;
    margin: 20px; */
    /* border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-radius: 20px;
    border-image-source: linear-gradient(90deg, #ff00d2, #fed90f, #00a2ff, #09f1b8); */
    background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #ff00d2, #fed90f, #00a2ff, #09f1b8) border-box;
  border-radius: 20px;
  border: 4px solid transparent;
}

.goldenbox{
    
    background-color: #000;
 background: rgb(235,30,123);
    background: linear-gradient(90deg, rgba(235,30,123,1) 0%, rgba(255,193,38,1) 51%, rgba(235,30,123,1) 100%); 
  /* border-radius: 20px;
  border: 2px solid transparent; */
}

.serviceimage{
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
   
}

.serviceimage img{
    border-radius: 10px;
    width: 100%;
    background-size: contain;
    background-position: center;
    overflow: hidden;
    transition:all 1s ease;
}

.servicebox:hover img{
    transform: scale(1.2);

}

.servicename{
    
    background-color: #fff;
    
    padding: 20px;
    border-radius: 20px;
    

}
.abtflex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.feedback-input {
    color:white;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: transparent;
    border:2px solid #eb1e7b;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    width:100%;
    box-sizing: border-box;
    outline:0;
  }
  
  .feedback-input:focus { border:2px solid #CC4949; }
  
  .textarea {
    height: 150px;
    line-height: 150%;
    resize:vertical;
  }
  
  .submitform {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    width: 100%;
    background:#eb1e7b;
    border-radius:5px;
    border:0;
    cursor:pointer;
    color:white;
    font-size:24px;
    padding-top:10px;
    padding-bottom:10px;
    transition: all 0.3s;
    margin-top:-4px;
    font-weight:700;
  }
  .submitform:hover { background:#CC4949; }

  .socialicon{
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .facebook{
    background-image: url(../socialicons/facebookb.png);
    transition: all 1s ease;
  }
  .facebook:hover{
    background-image: url(../socialicons/facebookc.png);
  }

  .instagram{
    background-image: url(../socialicons/instagramb.png);
    transition: all 1s ease;
  }
  .instagram:hover{
    background-image: url(../socialicons/instagramc.png);
  }

  .whatsapp{
    background-image: url(../socialicons/whatsappb.png);
    transition: all 1s ease;
  }
  .whatsapp:hover{
    background-image: url(../socialicons/whatsappc.png);

  }
  .linkedin{
    background-image: url(../socialicons/linkedinb.png);
    transition: all 1s ease;
  }
  .linkedin:hover{
    background-image: url(../socialicons/linkedinc.png);

  }
  .twitter{
    background-image: url(../socialicons/twitterb.png);
    transition: all 1s ease;
  }
  .twitter:hover{
    background-image: url(../socialicons/twitterc.png);

  }
 

.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
	margin-top: 5px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid #e5c063;
  border-bottom: 2px solid #e5c063;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid #e5c063;
  top: 20px;
  /* background-color: #00a2ff; */
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #e5c063;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #e5c063;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

 
/* responsive */
@media (max-width : 768px) {
    .abtflex{
        flex-direction: column;
    }
    h1 {
        font-size: 24px;
    }

    .content {
        height: 30vh;
    }

    .waves {
        height: 40px;
        min-height: 40px;
    }

    .bigwe {
        height: 400px;
    }

    .we {
        width: 300px;
        height: 220px;
        transition: all 1s ease;
    }

    .we1 img {
        width: 70px;
    }

    .abtcontainer {
        flex-direction: column;
    }

    .gradiantbox {
        flex-direction: column;
    }

    .aboutbox {
       
    }

    .calltoactiondiv {
        flex-direction: column;
    }

    .carouselbox {
        width: 330px;

    }
    /* .abtbox{
        height: 400px;
    } */
    .rectangle p{
        font-size: 30px;
    }
    .mainborder{
        background-image: url(../images/border.png);
        background-size:contain;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 50px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 00px;
    }
    
  .socialicon{
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
  }
 

}