﻿body {
  /*background: url(../img/bg.png) no-repeat center center fixed;*/ 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  justify-content:center;
  align-items:center;
  min-height:100vh;
  background:linear-gradient(to right top, #ddebf4, #eaf1f7, #ddebf4, #d9e7f2 );
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}

p {
  font-size: 1.25em;
  line-height: 1.6;
  color: #000;
}

hr {
  border-color: #999999;
  max-width: 400px;
}

.brand,
.address-bar {
  display: none;
}


.navbar-brand {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
}

.navbar-nav {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}

.img-full {
  min-width: 100%;

}

.brand-name {
  font-weight: 700;
  font-size: 0.7em;
  text-transform: capitalize;
  letter-spacing: normal;
  font-family: 'Times New Roman', serif;
  
}



/*.footer {
  background-color: #1e1e2f;
  
  padding: 40px 0 20px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.footer-column {
  flex: 1 1 200px;
  margin: 20px;
  font-size:17px;
}

.footer-column h3 {
  color:black;
  margin-bottom: 15px;
  font-size:20px; 
  font-family:sans-serif;
}

.footer-column ul {
  list-style: square;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #1e1e2f;
  text-decoration: none;
  transition: color 0.3s;

}

.footer-column ul li a:hover {
  color: #428bca;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  color: #ccc;
  transition: transform 0.3s, color 0.3s;
}

.social-icons a:hover {
  transform: scale(1.2);
  color: #fff;
}

.footer-bottom {
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid #333;
  color: #999;
  font-size: 14px;
}*/

/*3d image slider*/

#slider {
    position:relative;
    width:50%;
    height:32vw;
    margin:150px auto;
    perspective:1400px;
    transform-style:preserve-3d;
}

    #slider label,
    #slider label img {
        position:absolute;
        width:100%;
        height:100%;
        left:0;
        top:0;
        display:flex;
        align-items:center;
        font-size:70px;
        justify-content: center;
        transition: transform 400ms ease;
    }
.navbar img {
    border: 5px;
}
img {
    border: 5px solid #fff;
}

/*radio button*/

input[type=radio] {
    position:relative;
    top:110%;
    left:50%;
    width:18px;
    height:18px;
    margin: 0 15px 0 0;
    opacity:0.4;
    transform:translateX(-83px);
    cursor:pointer;
}

    input[type=radio]:checked {
        opacity:1;
    }

/*slider functionality*/
/*normal position*/

#s1:checked ~ #slider1,
#s2:checked ~ #slider2,
#s3:checked ~ #slider3,
#s4:checked ~ #slider4,
#s5:checked ~ #slider5 {
    box-shadow : 0px 13px 26px rgba(0,0,0,0.3),
                   0 12px 6px rgba(0,0,0,0.2);
        transform: translate3d(0%, 0, 0px);
}

/*next image*/

#s1:checked ~ #slider2,
#s2:checked ~ #slider3,
#s3:checked ~ #slider4,
#s4:checked ~ #slider5,
#s5:checked ~ #slider1 {
   transform:translate3d(20%, 0, -100px);
   box-shadow: 0px 13px 26px rgba(0,0,0,0.3),
                   0 12px 6px rgba(0,0,0,0.2);
}
/*next stop next image slider*/


#s1:checked ~ #slider3,
#s2:checked ~ #slider4,
#s3:checked ~ #slider5,
#s4:checked ~ #slider1,
#s5:checked ~ #slider2 {
   transform:translate3d(40%, 0, -250px);
   box-shadow: 0px 13px 26px rgba(0,0,0,0.3),
                   0 12px 6px rgba(0,0,0,0.2);
}

/*previous image of slider*/

#s1:checked ~ #slider5,
#s2:checked ~ #slider1,
#s3:checked ~ #slider2,
#s4:checked ~ #slider3,
#s5:checked ~ #slider4 {
   transform:translate3d(-20%, 0, -100px);
   box-shadow: 0px 13px 26px rgba(0,0,0,0.3),
                   0 12px 6px rgba(0,0,0,0.2);
}

/*previous to previous image of slider*/

#s1:checked ~ #slider4,
#s2:checked ~ #slider5,
#s3:checked ~ #slider1,
#s4:checked ~ #slider2,
#s5:checked ~ #slider3 {
   transform:translate3d(-40%, 0, -250px);
   box-shadow: 0px 13px 26px rgba(0,0,0,0.3),
                   0 12px 6px rgba(0,0,0,0.2);
}


/*card css start*/

.wrapper{
    padding:10px 10%;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  justify-content: center;
}

.card {
  position: relative;
  width: 400px;
  height: 450px;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  flex-direction: column;
  text-align: center;
}

.card:hover .card-overlay {
  opacity: 1;
}

.card:hover img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .card-container {
    justify-content: space-around;
  }
}

@media (max-width: 480px) {
  .card-container {
    flex-direction: column;
  }
  .card {
    width: 100%;
  }
}

/*end card*/

/*testimonial image slider start*/

 .testimonial-container {
  position: relative;
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

.testimonial-carousel {
  display: flex;
  transition: transform 0.5s ease;
}

.testimonial {
  flex: 0 0 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.round-img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

.quote {
  font-style: italic;
  color: #555;
  margin: 10px 0;
}

.name {
  font-weight: bold;
  margin: 5px 0;
}

.position {
  font-size: 0.9em;
  color: #777;
}


/*testimonial image slider end*/

/*gallery wraping start*/

.gallery-wrapper {
  overflow: hidden;
  width: 100%;
  background: #fff;
  padding: 20px 0;
}

.gallery-track {
  display: flex;
  width: auto;
  animation: scrollLeft 20s linear infinite;
}

.gallery-content {
  display: flex;
}

.gallery-content img {
  width: 250px;
  height: 200px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 30px;
  /*border-color:antiquewhite;*/
}

/* Animation for looping */
@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-80%);
  }
}

/*gallery wraping end*/

/*footer1 class start*/


footer {
    position:relative;
    width:100%;
    background:#3586ff;
    min-height:100px;
    padding: 20px 50px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    margin-top:120px;
}

 footer .social-icon,
 footer .menu
  {
     position:relative;
     display:flex;
     justify-content:center;
     align-items:center;
     margin: 10px 0;
     flex-wrap: wrap;
    }
    footer .social-icon li,
    footer .menu li
     {
        list-style:none;
    }
        footer .social-icon li a {
            font-size:2em;
            color:#fff;
            margin: 0 10px;
            display: inline-block;
            transition:0.5s;
        }
            footer .social-icon li a:hover {
                transform:translateY(-10px);
            }
footer .menu li a {
            font-size:1.2em;
            color:#fff;
            margin: 0 10px;
            display: inline-block;
            text-decoration:none;
            opacity:0.75;
        }
        footer .menu li a:hover {
            opacity:1;
        }
    footer p {
        color:#fff;
        text-align:center;
        margin-top: 15px;
        margin-bottom:10px;
        font-size:1.1em;
    }

    footer .wave {
        position: absolute;
        top: -100px;
        left: 0;
        width: 100%;
        height: 100px;   
        background-image: url('../img/wave.png');
        background-size: 1000px;
    }
        footer .wave#wave1 {
            z-index:1000;
            opacity: 1;
            bottom: 0;
            animation: animateWave 4s linear infinite;
        }

         footer .wave#wave2 {
            z-index:999;
            opacity: 0.5;
            bottom: 10px;
            animation: animateWave_02 4s linear infinite;
        }
          footer .wave#wave3 {
            z-index:1000;
            opacity: 0.2;
            bottom: 15px;
            animation: animateWave 3s linear infinite;
        }

         footer .wave#wave4 {
            z-index:999;
            opacity: 0.7;
            bottom: 20px;
            animation: animateWave_02 3s linear infinite;
        }

@keyframes animateWave {
    0% {
        background-position-x: 1000px;
    }
    100% {
        background-position-x: 0px;
    }
}
@keyframes animateWave_02 {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: 1000px;
    }
}

/*footer1 class end*/

.tagline-divider {
  margin: 15px auto 3px;
  border-color: #999999;
  max-width: 250px;
}

.box {
  background: #fff;
  background: rgba(255,255,255,0.9);
  margin-bottom: 20px;
  padding: 30px 15px;
}

.intro-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.25em;
  font-weight: 400;
}

.img-border {
  float: none;
  margin: 0 auto 0;
  border: #999999 solid 1px;
}

.img-look {
    width: 500px;
    height: 300px;
}

.img-left {
  float: none;
  margin: 0 auto 0;
}

.side-img {
    border-radius:10px;
   
}

/*footer {
  background: #fff;
  background: rgba(255,255,255,0.9);
}*/

/*footer p {
  margin: 0;
  padding: 50px 0;
}*/

@media screen and (min-width: 768px) {

.brand {
  display: inherit;
  font-weight: 700;
  font-size: 5em;
  line-height: normal;
  text-align: center;
  margin: 0;
  padding: 30px 0 10px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.top-divider {
  margin-top: 0;
}

.img-left {
  float: left;
  margin-right: 25px;
}

.address-bar {
  display: inherit;
  text-align: center;
  margin: 0;
  padding: 0 0 40px;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.navbar {
  border-radius: 0;
}

/*nav animation start*/

    /*.navigation {
        width:400px;
        height:70px;
        background:#fff;
        display:flex;
        justify-content:center;
        align-items:center;
        border-radius:10px;
        margin-top:35px;
    }
        .navigation ul {
            display:flex;
            width:350px;
        }
            .navigation ul li {
                position:relative;
                list-style:none;
                width:70px;
                height:70px;
                z-index:1;
            }
                .navigation ul li a {
                    position:relative;
                    display:flex;
                    justify-content:center;
                    align-items:center;
                    flex-direction:column;
                    width:100%;
                    text-align:center;
                    font-weight:500;
                }
                    .navigation ul li a .icon {
                        position:relative;
                        display:block;
                        line-height:75px;
                        font-size:1.5em;
                        text-align:center;
                        transition:0.5s;
                        color:#222327;
                       
                    }
                    .navigation ul li:active a .icon {
                        transform:translateY(-35px);
                    }

                .navigation ul li a .text {
                    position:absolute;
                    color:#222327;
                    font-weight:400;
                    font-size:0.75em;
                    letter-spacing:0.05em;
                    transition:0.5s;
                    opacity:0;
                    transform:translateY(20px);
                }

                .navigation ul li:active a .text {
                    opacity:1;
                    transform:translateY(10px);

                }

    .indicator {
        position:absolute;
        top:-50%;
        width:70px;
        height:70px;
        background: #3586ff;
        border-radius:50%;
        border:6px solid #222327;
    }*/

                  

   /*nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    column-gap: 10px; 
}

nav li {
    position: relative;
}

nav ul {
    position: relative;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    padding: 6px 20px;
    transition: 0.5s;
    color: #555;
    display: inline-block;
}

nav ul:hover {
    color: #3586ff;
    text-decoration: none;
}

nav ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-bottom: 4px solid #3586ff;
    border-radius: 15px;
    transform: scale(0) translateY(50px);
    opacity: 0;
    transition: 0.5s;
}

nav ul:hover li {
    transform: scale(1) translateY(0);
    opacity: 1;
}*/

/*nav animation end*/

.navbar-header {
  display: none;
}

.navbar {
  min-height: 0;
}

.navbar-default {
  background: #fff;
  background: rgba(255,255,255,0.9);
  border: none;
}

.nav>li>a {
  padding: 35px;
}

.navbar-nav>li>a {
  line-height: normal;
}

.navbar-nav {
  float: none;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  font-size: 1.25em;
}

}

@media screen and (min-width: 1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
 
