@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@600;700;800&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    color: #000;
    
}
  
[id*="col-"] {
    float: left;
    transition:.5s;
    /*border: 1px solid red;*/
}
#col-1 {width: 8.33%;}
#col-1-a {width: 10%;}
#col-1-b {width: 15%;}
#col-2 {width: 16.66%;}
#col-2-a {width: 22.5%;}
#col-3 {width: 25%;}
#col-3-b {width: 25%;}
#col-3-a {width: 30%;}
#col-4 {width: 33.33%;}
#col-4-a {width: 37.5%;}
#col-5 {width: 41.66%;}
#col-5-0 {width: 45%;}
#col-5-a {width: 48.7%;}
#col-6 {width: 50%;}
#col-6-a {width: 50%;}
#col-7 {width: 58.33%;}
#col-7-0 {width: 55%;}
#col-7-a {width: 62.5%;}
#col-8 {width: 66.66%;}
#col-8-a {width: 77.5%;}
#col-9 {width: 75%;}
#col-9-a {width: 80%;}
#col-10 {width: 83.33%;}
#col-11 {width: 91.66%;}
#col-11-a {width: 94.5%;}
#col-12 {width: 100%;}  
#main-content {width: 100%;float: left;}

nav {
  height: 6rem;
  width: 100vw;
  background-color: #ffffff42;
  display: flex;
  position: fixed;
  z-index: 10;
  box-shadow: 1px 1px 50px rgba(0,0,0,.2);
}
.fade {
  opacity: 0;
}
.title-1{
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 600;
  font-family: fantasy;
}
/* Fading animation */
.intro-slideshow img {
  position: absolute;
  object-fit: cover !important;
  width: 100%;
/*  top: 96px;*/
  height: 970px;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}
/*Styling logo*/
.logo{
  padding:2vh 5vw;
  text-align: center;
}
.logo img {
  width: 90%;
}

/*Styling Links*/
.nav-links{
  display: flex;
  list-style: none;
  width: 30vw;
  padding: 0 0.7vw;
  align-items: center;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  text-shadow: 0px 2px 4px rgb(0 0 0);
}
.nav-links li a{
  text-decoration: none;
  margin: 0 0.7vw;
}
.nav-links li a:hover {
    color: #FF5722;
}

.nav-links li {
    position: relative;
}
.nav-links li a::before {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    position: absolute;
    transition: all ease-in-out 250ms;
    margin: 0 0 0 10%;
}
.nav-links li a:hover::before{
    width: 80%;
}
nav li a.active {
  color: #FF5722;
}

.text {
  /* -webkit-text-stroke: 1px #fbfbfb; */
  text-shadow: 0px 5px 0px rgba(0,0,0,0.38);
  font-size: 49px;
  position: absolute;
  display: block;
  top: 332px;
  margin-left: 100px;
}

.text span {
  font-weight: 700;
  color: #FF5722;
  text-transform: uppercase;
  border-right: solid var(--text-color) 10px; 
  animation: cursor 1s ease-in-out infinite;
}

@keyframes cursor {
    from { border-color: var(--text-color); }
    to { border-color: transparent; }
}
.h1-text{
  width: 100%;
  font-size: 96px;
  font-weight: 700;
  color: white;
  margin: 0;
  /*    opacity: 60%;*/
}
.h2-text {
  color: #ffffff;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 25px;
   width: 100%; 
  font-size: 30px;
}

.btn{
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  background: #FF5722;
  padding: 15px 40px;
  border-radius: 10px;
  border: 1px solid #e1420f;
  box-shadow: 0 2px 5px rgba(0,0,0,.5);
  color: white;
  text-decoration: none;
  margin-right: 20px;
  display: inline-block;
  width: 250px;
  font-weight: bold;
}
.btn:hover {
  background-color: transparent;
  color: white;
  font-size: 20px;
  font-weight: 700;
  border: 4px solid #FF5722;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  transition: all ease-in-out 350ms;
}
.button:hover {
  font-size: 20px;
  background: #000;
  color: #ffffff;
  box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.75);
  transition-duration: 0.3s;
  transition: all ease-in-out 350ms;
}
.button1:hover {
  font-size: 20px;
  background: #e35206;
  color: #ffffff;
  box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.75);
  border: 3px solid #e35206;
  transition-duration: 0.3s;
}
.button{
  background: none;
  border: 3px solid #000;
  padding: 8px 40px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  margin: 10px 20px;
  text-shadow: 0px 2px 4px rgb(0 0 0);
  box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.75);
}
.button1{
  background: none;
  border: 3px solid #e35206;
  padding: 8px 30px;
  border-radius: 10px;
  font-size: 15px;
  color: #e35206;
  font-weight: 700;
  margin: 10px 0px;
  text-shadow: 0px 2px 4px rgb(0 0 0);
  box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.75);
}
.btn-hdn{
  display: none;
}
/*Styling Hamburger Icon*/
.hamburger div{
    width: 30px;
    height:3px;
    background: #FF5722;
    margin: 5px;
    transition: all 0.3s ease;
}
.hamburger{
    display: none;
}

/*Animating Hamburger Icon on Click*/
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    transition: all 0.7s ease;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}
.logo2{
  display: none;
}
.lax {
  height: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-image: url(../img/lax.jpg);
}
.whitebg{
  background: #ffffffe0;
  margin-top: 1000px;
}
.whitebg1{
  background: #ffffffe0;
  margin-top: 30px;
}
/*===================*/
/* PULSE GROW
/*===================*/

@-webkit-keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.pulse-grow-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse-grow-on-hover:hover, .pulse-grow-on-hover:focus, .pulse-grow-on-hover:active {
  -webkit-animation-name: pulse-grow-on-hover;
  animation-name: pulse-grow-on-hover;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.long-text1{
  text-align: justify;
  margin: 0 80px;
  font-size: 26px;
}
.fade {
  opacity: 0;
}
.wrap{
  margin: 40px 80px;
}
.domain-grid{
  border-radius: 10px;
  background: whitesmoke;
  margin-bottom: 0px;
  width: 90%!important;
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.35);
  padding-bottom: 20px;
/*    height: 450px;*/
/*    padding: 30px;*/
}
.grid {
  grid-template-columns: repeat( 3, 1fr);
}
.grid {
  display: grid;
  justify-items: center;
  align-items: stretch;
  /*align-content: stretch;*/
  position: relative;
}
.grid1 {
  grid-template-columns: repeat( 4, 1fr);
}
.grid1 {
  display: grid;
  justify-items: center;
  align-items: stretch;
  /*align-content: stretch;*/
  position: relative;
}
.domain-grid1{
  margin-bottom: 0px;
}
.display-icon1{
  width: 90%;
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.35);
}
.display-icon1:hover{
  width: 95%;
}
.dom-img{
  display: flex;
  /* margin-top: 2rem; */
  padding-bottom: 2rem;
  justify-content: center;
}
strong{
    font-weight: bold;
}
.mrn{
    margin: 1rem 0;
}
.display-icon{
  width: 50%;
}
.ind-tit{
  margin: 50px;
}
.tit{
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  text-shadow: -2px 4px 4px rgba(0,0,0,0.5);;
}
.tit1 {
  text-align: center;
  font-weight: 900;
  font-size: 25px;
  color: #ff6500;
}
.tit2 {
  text-align: center;
  font-size: 20px;
  color: black;
  font-weight: 700;
}
.tit3 {
  text-align: center;
  font-size: 15px;
  color: black;
  font-weight: 600;
}
.space{
/*    padding: 30px;*/
margin: 30px;
}
.laptop {
/*    margin: 10% 0%;*/
  width: 88%;
}
.sp2{
  margin: 30px 0px;
}
.long-text1 {
    font-size: 45px;
    margin: 71px 112px;
}
/*.wrapper{
  display: flex;
  max-width: 1410px;
  position: relative;
  align-items: center;
  margin-top: 43px;
  margin-left: 253px;
}
.wrapper img{
  margin: 5px 0px 0 8px;
  width: 30px;
  height: 30px;
  transition: 0.4s;
}
.carousel img:hover{
  transform: scale(0.9);
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  cursor: pointer;
}
.wrapper i{
  top: 50%;
  height: 44px;
  width: 44px;
  color: white;
  position: absolute;
  line-height: 44px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
#right{
  margin-left: 1388px;
}

.wrapper i:active{
  transform: translateY(-50%) scale(0.9);
}
.wrapper i:hover{
  height: 40px;
  width: 40px;
  background: #e52b50;
  cursor: pointer;
}
.wrapper i:first-child{
  left: -22px;
  display: none;
}
.wrapper i:last-child{
  right: -22px;
}
.wrapper .carousel{
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.carousel.dragging{
  cursor: grab;
  scroll-behavior: auto;
}
.carousel.dragging img{
  pointer-events: none;
}
.carousel img{
  height: 400px;
  object-fit: cover;
  user-select: none;
  margin-left: 63px;
  width: calc(84% / 4);
}
.carousel img:first-child{
  margin-left: 0px;
}
.slide-con{
  width: 100%;
  max-width: 100%;
  max-height: 125vh;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.slide-con1{
  color: #116dff;
  font-size: 60px;
  margin-bottom: 40px;
  display: block;
  text-shadow: 3px 1px 2px rgb(255 255 255 / 100%);
}
input[type=radio] {
  display: none;
  }
.card {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.4s ease;
  cursor: pointer;
}
.cards {
  position: relative;
  width: 50%;
  height: 100%;
  margin-bottom: 20px;
}
.cards img {
  width: 100%;
  height: 76%;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: top;
}
#item-1:checked ~ .cards #song-4, 
#item-2:checked ~ .cards #song-5, 
#item-3:checked ~ .cards #song-1, 
#item-4:checked ~ .cards #song-2, 
#item-5:checked ~ .cards #song-3 {
  transform: translatex(-80%) scale(0.5);
  opacity: 0.2;
  z-index: 1;
}
#item-1:checked ~ .cards #song-5, 
#item-2:checked ~ .cards #song-1, 
#item-3:checked ~ .cards #song-2, 
#item-4:checked ~ .cards #song-3, 
#item-5:checked ~ .cards #song-4 {
  transform: translatex(-40%) scale(0.8);
  opacity: 0.5;
  z-index: 2;
}
#item-1:checked ~ .cards #song-1, 
#item-2:checked ~ .cards #song-2, 
#item-3:checked ~ .cards #song-3, 
#item-4:checked ~ .cards #song-4, 
#item-5:checked ~ .cards #song-5 {
  transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 3;
}
#item-1:checked ~ .cards #song-2, 
#item-2:checked ~ .cards #song-3, 
#item-3:checked ~ .cards #song-4, 
#item-4:checked ~ .cards #song-5, 
#item-5:checked ~ .cards #song-1 {
  transform: translatex(40%) scale(0.8);
  opacity: 0.5;
  z-index: 2;
}
#item-1:checked ~ .cards #song-3, 
#item-2:checked ~ .cards #song-4, 
#item-3:checked ~ .cards #song-5, 
#item-4:checked ~ .cards #song-1, 
#item-5:checked ~ .cards #song-2 {
  transform: translatex(80%) scale(0.5);
  opacity: 0.2;
  z-index: 1;
}
#item-1:checked ~ .cards #song-1 img, 
#item-2:checked ~ .cards #song-2 img, 
#item-3:checked ~ .cards #song-3 img, 
#item-4:checked ~ .cards #song-4 img, 
#item-5:checked ~ .cards #song-5 img {
  box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
}
.cards #song-1,
.cards #song-2,
.cards #song-3,
.cards #song-4,
.cards #song-5 {
  transition: .3s;
}
.cards #song-1:hover,
.cards #song-2:hover,
.cards #song-3:hover,
.cards #song-4:hover,
.cards #song-5:hover {
  opacity: 1!important;transition: .3s;
}*/
.carousel {
  margin-bottom: 50px;
/*  height: 60vh;*/
  display: grid;
  place-items: center;
}

.carousel-list {
  position: relative;
  width: 100%;
  height: 54vh;
  list-style-type: none;
  display: flex;
  justify-content: center;
}

.carousel-item {
  position: absolute;
  width: min(400px,35vw);
  height: inherit;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
  transition: transform 500ms;
  cursor: pointer;
}

.carousel-item::after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
}

.carousel-item:nth-of-type(1) { background-image: url(../img/sample3.png);}
.carousel-item:nth-of-type(2) { background-image: url(../img/sample2.png); }
.carousel-item:nth-of-type(3) { background-image: url(../img/sample1.png); }
.carousel-item:nth-of-type(4) { background-image: url(../img/sample4.png); }
.carousel-item:nth-of-type(5) { background-image: url(../img/sample5.png); }

li[data-pos='0'] { z-index: 9; }
li[data-pos='-1'], li[data-pos='1'] { z-index: 6; }
li[data-pos='-2'], li[data-pos='2'] { z-index: 3; }

li[data-pos='-1'] { transform: translateX(-100%) scale(0.9); opacity: 0.5;
    z-index: 2;}
li[data-pos='1']  { transform: translateX(100%) scale(0.9); opacity: 0.5;
    z-index: 2;}
li[data-pos='-2'] { transform: translateX(-150%) scale(0.8); opacity: 0.5;
    z-index: 1;}
li[data-pos='2']  { transform: translateX(150%) scale(0.8); opacity: 0.5;
    z-index: 1;}

/*li[data-pos='-1']::after, li[data-pos='1']::after { background-color: rgb(255 255 255); }
li[data-pos='-2']::after, li[data-pos='2']::after { background-color: rgb(255 255 255); }*/

.carousel #song-1:hover,
.carousel #song-2:hover,
.carousel #song-3:hover,
.carousel #song-4:hover,
.carousel #song-5:hover {
  opacity: 1!important;transition: .3s;
}
.link{
  position: relative;
  top: 545px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  transition: ease .5s;
}
.link:hover{
  transform: scale(1.05);
  color: orange;
}
.section-270 {
    background-color: #ffff;
    padding: 101px 9%;
}
.body.new {
    color: #2a2a2a;
    background-color: transparent;
    margin-bottom: 0;
}

.headline-standard {
    /* color: #1e1919; */
    text-align: center;
    margin-bottom: 173px;
    font-family: Poppins,sans-serif;
    font-size: 50px;
    font-weight: 900;
    text-shadow: -2px 4px 4px rgba(0,0,0,0.5)
}
.headline1 {
    color: #ff6500;
    margin: 0 0 42px;
    font-weight: 900;
}
.headline2 {
    color: #ff6500;
    text-align: center;
    margin-top: -100px;
     font-weight: 900;
}
.headline3 {
    color: #ff6500;
    text-align: end;
    margin-top: -198px;
     font-weight: 900;
}
.headline-small {
    color: #ff6500;
    margin-bottom: 0;
    font-family: Poppins,sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}
.vertical {
    border-left: 6px solid black;
    height: 200px;
    position: absolute;
    left: 35%;
    top: 30%;
}
.vertical1 {
    border-left: 6px solid black;
    height: 200px;
    position: absolute;
    left: 66%;
    top: 30%;
}
.subhead3 {
    text-align: end;
    margin-right: -66px;
    margin-top: 4%;
    font-weight: 600;
}
.subhead2 {
   /* text-align: center;
    margin-right: 35px;
    margin-top: 62px;
    font-size: 12px;*/
    margin: 58px 548px;
    font-weight: 600;
}
.subhead1 {
    /*margin-right: 35px;
    margin-top: 62px;
    font-size: 12px;*/
    font-size: 19px;
    margin: 0px -26px 0px -50px;
    font-weight: 600;
    }
    /*.body.new {
    color: #2a2a2a;
    background-color: transparent;
    margin-bottom: 0;
}
.body {
    color: #8492a6;
    background-color: #f9f9f9;
}
body {
    color: #8492a6;
    background-color: #f9f9f9;
    font-family: DM Sans,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}*/
.las1{
    height: 200px;
/*    background-color: red;*/
    border-right: 5px solid black;

  }
  .las2{
    height: 200px;
/*    background-color: blue;*/
    border-right: 5px solid black;
  }
  .las3{
    height: 100px;
/*    background-color: green;*/
  }
  .ri{
    margin: 0px 0px 60px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 100px
  }
  h2 {
    color: #ff6500;
    color: #ff6500;
    font-size: 35px;
    font-weight: 600;
  }
  h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    text-shadow: -2px 4px 4px rgba(0,0,0,0.5);
    margin: 10px 0;
  }
  p {
    margin: 21px 67px;
    font-size: 20px;
    font-weight: 600;
  }
@media screen and (max-width: 1366px), 
       screen and (max-height: 768px) {
        .domain-grid{
          width: 95%!important;
        }
        .logo {
          padding: 3vh 1vw;
        }
        .text {
          top: 300px;
        }
        .intro-slideshow img {
          height: 780px;
        }
        .h1-text {
          width: 100%;
          font-size: 40px;
        }
        .h2-text {
          width: 80%;
        }
        .long-text1 {
    font-size: 35px;
    margin: 60px 80px;
  }
  .carousel-item {
    width: min(330px,35vw);
  }
  .carousel-list {
    height: 48vh;
  }
  p {
    margin: 10px 15px;
  }
  .whitebg {
    margin-top: 805px;
  }
  .dom-img {
    padding-bottom: 0;
    margin: 10px;
  }
  .domain-grid {
    padding-bottom: 0;
  }
  .space {
    /* padding: 30px; */
    margin: 15px;
  }
  .wrap {
    margin: 40px 50px;
  }
}
@media screen and (max-width: 1000px){
  .text {
    top: 140px;
  }
  .h1-text {
    font-size: 70px;
  }
  .text{
    margin-left: 110px;
  }
}
@media screen and (max-width: 900px){
  .tit1 {
    font-size: 20px;
  }
  .tit2 {
    font-size: 16px;
  }
  .tit3 {
    font-size: 15px;
  }
  .mrn {
     margin: 0rem 0; 
  }
}
@media screen and (max-width: 800px){
  .btn-hdn{
    display: block;
    text-align: center;
  }
  .logo2 {
    display: block;
    position: relative;
  }
  .h1-text {
    width: 80%;
    font-size: 43px;
  }
  .text {
    font-size: 60px;
    margin-left: 80px;
  }
nav{
    position: fixed;
    z-index: 3;
  }
  .hamburger{
    display:block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease;
  }
  /*.logo img {
    width: 50%;
    margin-left: 7rem;
    margin-top: 7px;
  }*/
  .logo {
    padding: 3vh 1vw;
  }
  .third {
    margin: 17px 0 0 12px;
  }

  .second {
    margin: 17px 30px 30px 23px;
  }
  #col-11-b {
    width: 93.5%;
  }
  #col-11-a1 {
    width: 90.5%;
  }
  .nav-links {
    font-size: 16px;
    padding: 0 40px 0 0px;
  }
  .nav-links{
    position: absolute;
    background: #fff;
    height: 80vh;
    width: 95%;
    flex-direction: column;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
    font-size: 18px;
  }
  .nav-links.open{
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
    pointer-events: all;
  }
  .nav-links li{
    margin: 20px;
    opacity: 0;
  }
  .nav-links li:nth-child(1){
    transition: all 0.5s ease 0.2s;
  }
  .nav-links li:nth-child(2){
    transition: all 0.5s ease 0.4s;
  }
  .nav-links li:nth-child(3){
    transition: all 0.5s ease 0.6s;
  }
  .nav-links li:nth-child(4){
    transition: all 0.5s ease 0.7s;
  }
  .nav-links li:nth-child(5){
    transition: all 0.5s ease 0.8s;
  }
  .nav-links li:nth-child(6){
    transition: all 0.5s ease 0.9s;
    margin: 0;
  }
  .nav-links li:nth-child(7){
    transition: all 0.5s ease 1s;
    margin: 0;
  }
  li.fade{
    opacity: 1;
  }
    .intro-slideshow img {
    height: 681px;
  }
  .ipad-text1 {
    font-size: 42px;
  }
  .body2{
    display: block;
  }
  .image2, #col-7{
    width: 94%;
  }
  .blue-text1{
    font-size: 42px;
  }
  .body3{
    display: block;
  }
  .blue-text, #col-5{
    width: 80%;
  }
  .blue-text {
    margin: 0px 10%;
  }
  .body3 #col-7 img {
    width: 100%;
    height: auto;
  }
  .body4{
    display: block;
  }
  .phone1{
    font-size: 42px;
    margin-top: 40px;
  }
  .phone {
    margin: 0px 10%;
  }
  .slide-con {
    height: 70%;
  }
  .content img {
    top: 36px;
    left: 1px;
  }
  .f1 {
    margin-left: 120px;
  }
  .card {
    width: 90%;
  }
  .body4 #col-7 img {
    width: 100%;
    padding-left: 20%;
    height: 429px;
    scale: 1;
  }
  .tp, .tc, .f-r, .site{
    font-size: 13px;
  }
  .tp {
    margin: 0 25px;
  }
  .footer-text, .footer-text1{
    font-size: 40px;
  }
  .tel {
    width: 33px;
    transform: translate(-12px, 3px);
  }
  .ipad-text {
    margin: 0 59px;
    width: 85%;
  }
  .grid {
    grid-template-columns: repeat( 1, 1fr);
  }
  .domain-grid {
    margin: 10px;
    padding: 10px 0;
  }
  .grid{
    margin: 70px;
  }
  .whitebg {
    margin-top: 710px;
  }
  .tit {
    font-size: 38px;
  }
  .grid {
    margin: 0px;
  }
  .logo {
    padding: 4vh 10vw;
  }
  .logo2 img {
    width: 90%;
  }
}
@media screen and (max-width: 500px){
  .tit {
    font-size: 30px;
  }
  .logo img {
    width: 75%;
    margin-right: 35px;
  }
  .text {
    margin-left: 50px;
  }
}
@media screen and (max-width: 400px){
  .logo img {
    width: 90%;
  }
  p {
    margin: 10px 0px;
  }
  
}
@media screen and (max-width: 350px){
    .grid{
    grid-template-columns: repeat( 1, 1fr);
    margin: 0 13px;
  }
  .avail {
    font-size: 16px;
    padding: 5px 44px;
  }
  .price {
    font-size: 3rem;
  }
  .wrap {
    margin: 40px 13px;
  }
  .dom1 {
    margin-top: 700px;
  }
}