/*//////////////////////////////////////////////////////////////////
[global style]*/
*,
*::before,
*::after {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  font-family: Jost, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  text-align: center;
}
svg {
  width: 30px;
}

/*//////////////////////////////////////////////////////////////////
[main secation style]*/
section {
  width: 100%;
  height: auto;
  background: black;
}
section #head {
  width: 100%;
  height: 800px;
  margin: auto;
  text-align: center;
  background: url("./image/1.jpg") center center / cover no-repeat;
}

/*//////////////////////////////////////////////////////////////////
[header menu style]*/
section #head #header {
  width: 1200px;
  height: 80px;
  margin: auto;
  text-align: center;
  display: inline-flex;
  flex-flow: row nowrap;
  place-content: center space-between;
  align-items: center;
}
section #head #header #logo {
  width: 140px;
  margin: 0px 0px 0px 55px;
}
section #head #header #logo h1 {
  font-size: 35px;
  color: white;
}
section #head #header #group18 {
  width: 500px;
}
section #head #header #group18 nav {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}
section #head #header #group18 nav ul {
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  text-align: center;
}
section #head #header #group18 nav ul li:nth-child(1) {
  width: 160px;
}
section #head #header #group18 nav ul li:nth-child(2) {
  width: 130px;
}
section #head #header #group18 nav ul li:nth-child(3) {
  width: 100px;
}
section #head #header #group18 nav ul li a {
  color: white;
  font-size: 20px;
  font-weight: 600;
}
section #head #header .search {
  width: 200px;
  display: inline-flex;
  flex-direction: row;
}
section #head #header .search .icon {
  width: 35px;
}
section #head #header .search .icon svg {
  width: 22px;
}
section #head #header .search .searchBox input {
  width: 130px;
  border: none;
  outline: none;
  background: none;
  font-size: 20px;
  color: white;
  height: 23px;
}

/*//////////////////////////////////////////////////////////////////
[header containtet style]*/
section #head .content {
  width: 700px;
  height: 200px;
  margin: 150px auto 0px;
  text-align: left;
}
section #head .content .group17 {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
section #head .content .group17 .rectangle {
  width: 50px;
  height: 2px;
  background: rgb(255, 193, 120);
}
section #head .content .group17 .textDiv h5 {
  font-size: 17px;
  color: rgb(255, 193, 120);
  margin: 0px 20px;
}
section #head .content .textDiv {
  color: white;
}
section #head .content .textDiv h1 {
  font-size: 65px;
  font-weight: 500;
}
section #head .content .textDiv h1::first-line {
  font-weight: 900;
}
section #head .move {
  width: 100%;
  height: 150px;
  text-align: center;
  padding: 30px 0px;
  margin: 30px 0px 0px;
}
section #head .move h5 {
  font-size: 24px;
  color: white;
  font-weight: 300;
}
section #head .move .downIcon {
  width: 50px;
  height: 40px;
  padding: 20px 0px 0px;
  margin: auto;
}
section #head .move .downIcon svg {
  width: 22px;
  height: 22px;
}

/*//////////////////////////////////////////////////////////////////
[header socal mideia style]*/
section #head .social {
  width: 29px;
  height: 200px;
  text-align: center;
  position: absolute;
  margin: -350px 0px 0px 50px;
}
section #head .social #facebook svg {
  width: 26px;
  padding: 5px;
}
section #head .social #twitter {
  padding: 5px;
}
section #head .social #twitter svg {
  width: 25px;
}
section #head .social #instagram {
  padding: 5px;
}
section #head .social #instagram svg {
  width: 25px;
}
section #head .social #followus {
  font-size: 24px;
  width: 120px;
  font-weight: 700;
  margin: 0px -45px 50px -44px;
  color: white;
  transform: rotate(90deg);
}

/*//////////////////////////////////////////////////////////////////
[ content style]*/
section #content {
  width: 1100px;
  height: auto;
  margin: -100px auto;
}
section #content main {
  width: 1100px;
  height: auto;
}

/*//////////////////////////////////////////////////////////////////
[first content  style]*/
section #content main .first-conten {
  width: 100%;
  height: 700px;
  display: inline-flex;
  flex-direction: row;
}
section #content main .first-conten .imageContent {
  width: 500px;
  display: inline-block;
}
section #content main .first-conten .imageContent img {
  width: 450px;
  height: 600px;
}
section #content main .first-conten .textContent {
  width: 500px;
  display: inline-block;
}
section #content main .first-conten .textContent .content {
  padding: 0px 0px 0px 40px;
}
section #content main .first-conten .textContent .content .talgine {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
section #content main .first-conten .textContent .content .talgine .line {
  width: 60px;
  height: 2px;
  background: rgb(255, 193, 120);
  display: inline-block;
}
section #content main .first-conten .textContent .content .talgine .tegtext {
  width: 400px;
  display: inline-block;
  padding: 0px 10px;
}
section #content main .first-conten .textContent .content .talgine .tegtext h4 {
  color: rgb(255, 207, 150);
  font-size: 20px;
}
section #content main .first-conten .textContent .content .heading {
  width: 500px;
  height: 260px;
}
section #content main .first-conten .textContent .content .heading h1 {
  color: white;
  font-size: 65px;
  padding: 30px 0px 0px;
}
section #content main .first-conten .textContent .content .article {
  width: 520px;
  height: 290px;
}
section #content main .first-conten .textContent .content article {
  color: white;
  font-size: 18px;
  line-height: 35px;
  padding: 40px 0px 20px;
}
section #content main .first-conten .textContent .content .readMore a {
  color: rgb(255, 210, 156);
  font-size: 20px;
}
section #content main .first-conten .textContent .content .readMore svg {
  width: 22px;
}

/*//////////////////////////////////////////////////////////////////
[second content  style]*/
section #content main .second-conten {
  width: 100%;
  height: 750px;
  background: url("./image/3.jpg") center center / cover no-repeat;
  margin-bottom: 50px;
}
section #content main .second-conten .leftAndRightArrow {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 250px 0px 0px;
}
section #content main .second-conten .leftAndRightArrow .leftArrow svg {
  width: 60px;
}
section #content main .second-conten .leftAndRightArrow .rightArrow svg {
  width: 60px;
}
section #content main .second-conten .contant .tagLine {
  width: 100%;
  height: 25px;
  text-align: center;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
section #content main .second-conten .contant .tagLine .line {
  width: 60px;
  height: 3px;
  background: rgb(250, 187, 113);
}
section #content main .second-conten .contant .tagLine .tag {
  font-size: 20px;
  font-weight: 600;
  margin: 0px 6px;
  color: rgb(250, 187, 113);
}
section #content main .second-conten .contant .taxtDiv {
  width: 100%;
  text-align: center;
  color: white;
}
section #content main .second-conten .contant .taxtDiv .hedingdiv {
  width: 100%;
  height: 220px;
}
section #content main .second-conten .contant .taxtDiv .hedingdiv h1 {
  font-size: 65px;
  padding: 30px 0px;
}
section #content main .second-conten .contant .taxtDiv .article {
  width: 800px;
  margin: auto;
  line-height: 30px;
}
section #content main .second-conten .contant .taxtDiv .article article {
  font-size: 18px;
}
section #content main .second-conten .contant .readMore {
  width: 100%;
  height: 45px;
  padding: 10px 0px;
}
section #content main .second-conten .contant .readMore a {
  color: rgb(255, 210, 156);
  font-size: 20px;
}
section #content main .second-conten .contant .readMore svg {
  width: 21px;
}

/*//////////////////////////////////////////////////////////////////
[third content  style]*/
section #content main .third-conten {
  width: 100%;
  height: 800px;
  display: inline-flex;
  flex-direction: row;
  color: white;
  padding: 100px 0px 50px;
}
section #content main .third-conten .textContent {
  width: 630px;
  height: 600px;
}
section #content main .third-conten .textContent .content {
  width: 600px;
  padding: 50px 0px 0px;
}
section #content main .third-conten .textContent .content .tagline {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
section #content main .third-conten .textContent .content .tagline .line {
  width: 60px;
  height: 2px;
  background: rgb(250, 187, 113);
}
section #content main .third-conten .textContent .content .tagline .tegtext h4 {
  font-size: 20px;
  color: rgb(250, 187, 113);
  padding: 0px 10px;
}
section #content main .third-conten .textContent .content .heading {
  width: 100%;
  height: 320px;
}
section #content main .third-conten .textContent .content .heading h1 {
  font-size: 65px;
  padding: 30px 0px;
}
section #content main .third-conten .textContent .content .article {
  width: 520px;
  height: 170px;
}
section #content main .third-conten .textContent .content .article article {
  font-size: 18px;
  line-height: 40px;
}
section #content main .third-conten .textContent .content .readMore a {
  color: rgb(255, 210, 156);
  font-size: 20px;
}
section #content main .third-conten .textContent .content .readMore svg {
  width: 22px;
}
section #content main .third-conten .imageContent {
  width: 470px;
  height: 600px;
}
section #content main .third-conten .imageContent img {
  width: 470px;
  height: 620px;
}

/*//////////////////////////////////////////////////////////////////
[footer content  style]*/
section #content main .footerDiv {
  width: 100%;
  color: white;
}
section #content main .footerDiv footer {
  width: 100%;
}
section #content main .footerDiv footer .row1 {
  width: 100%;
  height: 100px;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
}
section #content main .footerDiv footer .row1 .logo {
  width: 250px;
}
section #content main .footerDiv footer .row1 .logo h1 {
  font-size: 50px;
  color: white;
  font-weight: 800;
}
section #content main .footerDiv footer .row1 .ctaButton {
  width: 400px;
  height: 80px;
  display: inline-flex;
  flex-direction: row;
}
section #content main .footerDiv footer .row1 .ctaButton .qiDiv {
  width: 240px;
  height: 21px;
  font-family: cursive;
  margin-top: 12px;
}
section #content main .footerDiv footer .row1 .ctaButton .button {
  width: 160px;
  height: 45px;
  background: rgb(255, 153, 31);
  border-radius: 9px;
  box-sizing: border-box;
}
section #content main .footerDiv footer .row1 .ctaButton .button a {
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  margin-left: 44px;
}
section #content main .footerDiv footer hr {
  width: 100%;
  height: 0.1px;
  border: none;
  background: rgb(64, 64, 64);
}
section #content main .footerDiv footer .row2 {
  width: 100%;
  height: 220px;
  display: inline-flex;
  flex-direction: row;
  margin-top: 60px;
}
section #content main .footerDiv footer .row2 .newsLetter {
  width: 380px;
}
section #content main .footerDiv footer .row2 .newsLetter .heading {
  width: 100%;
  height: 100px;
}
section #content main .footerDiv footer .row2 .newsLetter .heading h1 {
  font-size: 31px;
}
section #content main .footerDiv footer .row2 .newsLetter .formDiv {
  width: 380px;
  height: 50px;
  display: inline-flex;
  flex-direction: row;
}
section #content main .footerDiv footer .row2 .newsLetter .formDiv form {
  width: 329px;
}
section #content main .footerDiv footer .row2 .newsLetter .formDiv form input {
  width: 250px;
  height: 46px;
  background: none;
  border: none;
  font-size: 15px;
}
section #content main .footerDiv footer .row2 .newsLetter .submitEmail svg {
  width: 50px;
  height: 50px;
  display: inline-block;
}
section #content main .footerDiv footer .row2 .services {
  width: 440px;
}
section #content main .footerDiv footer .row2 .services ul {
  width: 120px;
  margin: 0px 0px 0px 294px;
  list-style: none;
  font-size: 15px;
}
section #content main .footerDiv footer .row2 .services ul li:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 218, 174);
}
section #content main .footerDiv footer .row2 .services ul li {
  margin-bottom: 15px;
}
section #content main .footerDiv footer .row2 .about {
  width: 140px;
}
section #content main .footerDiv footer .row2 .about ul {
  width: 120px;
  margin: auto;
  font-size: 15px;
  list-style: none;
}
section #content main .footerDiv footer .row2 .about ul li:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 218, 174);
}
section #content main .footerDiv footer .row2 .about ul li {
  margin-bottom: 15px;
}
section #content main .footerDiv footer .row2 .help {
  width: 140px;
}
section #content main .footerDiv footer .row2 .help ul {
  width: 120px;
  margin: auto;
  list-style: none;
}
section #content main .footerDiv footer .row2 .help ul li:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 218, 174);
}
section #content main .footerDiv footer .row2 .help ul li {
  margin-bottom: 15px;
}
section #content main .footerDiv footer .row3 {
  width: 100%;
  height: 100px;
  display: inline-flex;
  justify-content: space-around;
  margin-top: 60px;
}
section #content main .footerDiv footer .row3 .termscondition {
  width: 195px;
}
section #content main .footerDiv footer .row3 .termscondition p {
  font-size: 14px;
  margin-top: 6px;
}
section #content main .footerDiv footer .row3 .privetpolicy {
  width: 725px;
}
section #content main .footerDiv footer .row3 .privetpolicy p {
  font-size: 14px;
  margin-top: 6px;
}
section #content main .footerDiv footer .row3 .social {
  width: 120px;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-around;
}
section #content main .footerDiv footer .row3 .social #facebook {
  width: 30px;
}
section #content main .footerDiv footer .row3 .social #facebook svg {
  width: 28px;
  height: 25px;
}
section #content main .footerDiv footer .row3 .social #twitter {
  width: 30px;
}
section #content main .footerDiv footer .row3 .social #twitter svg {
  width: 25px;
  height: 25px;
}
section #content main .footerDiv footer .row3 .social #instagram {
  width: 35px;
}
section #content main .footerDiv footer .row3 .social #instagram svg {
  width: 25px;
  height: 26px;
}
section #content main .footerDiv footer .row4 {
  width: 100%;
  height: 50px;
}
section #content main .footerDiv footer .row4 p {
  font-size: 14px;
  color: rgb(162, 162, 162);
  text-align: center;
}

/*//////////////////////////////////////////////////////////////////
[responsive style for laptop]*/
@media screen and (max-width: 1200px) {
  section #head {
    width: 100%;
    height: 800px;
    margin: auto;
    text-align: center;
    background: url("./image/1.jpg") center center / cover no-repeat;
  }
  section #head #header {
    width: 1000px;
    height: 80px;
    margin: auto;
    text-align: center;
    display: inline-flex;
    flex-flow: row nowrap;
    place-content: center space-between;
    align-items: center;
  }
  section #head #header #logo {
    width: 110px;
    margin: 0px 0px 0px 55px;
  }
  section #head #header #logo h1 {
    font-size: 30px;
    color: white;
  }
  section #head #header #group18 {
    width: 400px;
  }
  section #head #header .search {
    width: 165px;
  }
  section #head .content .textDiv {
    text-align: left;
  }
  section #head .move {
    width: 100%;
    height: 150px;
    text-align: center;
    padding: 30px 0px;
    margin: 30px 0px 0px;
  }
  section #content {
    width: 900px;
    height: auto;
    overflow: hidden;
    margin: -100px auto;
  }
  section #content main {
    width: 900px;
    height: auto;
  }
  section #content main .first-conten {
    width: 100%;
    height: 680px;
    display: inline-flex;
    flex-direction: row;
  }
  section #content main .first-conten .imageContent {
    width: 400px;
    display: inline-block;
  }
  section #content main .first-conten .imageContent img {
    width: 350px;
    height: 550px;
  }
  section #content main .first-conten .textContent .content .talgine .line {
    width: 40px;
    height: 2px;
    background: rgb(255, 193, 120);
    display: inline-block;
  }
  section
    #content
    main
    .first-conten
    .textContent
    .content
    .talgine
    .tegtext
    h4 {
    color: rgb(255, 207, 150);
    font-size: 17px;
  }
  section #content main .first-conten .textContent .content .heading h1 {
    color: white;
    font-size: 60px;
    padding: 20px 0px 0px;
  }
  section #content main .first-conten .textContent .content .article {
    width: 450px;
    height: 240px;
  }
  section #content main .first-conten .textContent .content article {
    font-size: 17px;
    line-height: 35px;
    padding: 0px;
  }
  section #content main .second-conten {
    height: 600px;
  }
  section #content main .second-conten .leftAndRightArrow {
    margin: 190px 0px 0px;
  }
  section #content main .second-conten .contant .taxtDiv .hedingdiv {
    width: 100%;
    height: 160px;
  }
  section #content main .second-conten .contant .taxtDiv .hedingdiv h1 {
    font-size: 50px;
    padding: 20px 0px;
  }
  section #content main .third-conten .textContent {
    width: 530px;
    height: 600px;
  }
  section #content main .third-conten .textContent .content {
    width: 500px;
    padding: 50px 0px 0px;
  }
  section #content main .third-conten .textContent .content .tagline .line {
    width: 40px;
  }
  section
    #content
    main
    .third-conten
    .textContent
    .content
    .tagline
    .tegtext
    h4 {
    font-size: 18px;
  }
  section #content main .third-conten .textContent .content .heading {
    height: 235px;
  }
  section #content main .third-conten .textContent .content .heading h1 {
    font-size: 50px;
  }
  section #content main .third-conten .textContent .content .article {
    width: 450px;
    height: 200px;
  }
  section #content main .third-conten .textContent .content .article article {
    font-size: 17px;
  }
  section #content main .third-conten .imageContent {
    width: 370px;
    height: 600px;
  }
  section #content main .third-conten .imageContent img {
    width: 370px;
    height: 550px;
  }
  section #content main .footerDiv footer .row2 .services {
    width: 300px;
  }
  section #content main .footerDiv footer .row2 .services ul {
    margin: 0px 0px 0px 100px;
  }
  section #content main .footerDiv footer .row2 .about {
    width: 120px;
  }
  section #content main .footerDiv footer .row2 .help {
    width: 120px;
  }
}

/*//////////////////////////////////////////////////////////////////
[responsive style for I-pad]*/
@media screen and (max-width: 1000px) {
  section #head #header {
    width: 800px;
  }
  section #head .content {
    width: 510px;
    height: 200px;
  }
  section #head .content .textDiv h1:last-child {
    font-size: 55px;
    font-weight: 500;
  }
  section #head .social {
    width: 25px;
  }
  section #head .social #facebook svg {
    width: 22px;
  }
  section #head .social #twitter svg {
    width: 20px;
  }
  section #head .social #instagram svg {
    width: 20px;
  }
  section #head .social #followus {
    font-size: 20px;
  }
  section #content {
    width: 500px;
  }
  section #content main {
    width: 500px;
  }
  section #content main .first-conten {
    width: 100%;
    height: 1320px;
    display: block;
  }
  section #content main .first-conten .imageContent {
    width: 500px;
    height: 680px;
  }
  section #content main .first-conten .imageContent img {
    width: 500px;
    height: 600px;
  }
  section #content main .first-conten .textContent {
    width: 500px;
    height: 560px;
  }
  section #content main .first-conten .textContent .content {
    padding: 0px;
  }
  section #content main .second-conten {
    height: 700px;
  }
  section #content main .second-conten .leftAndRightArrow {
    margin: 210px 0px 0px;
  }
  section #content main .second-conten .contant .taxtDiv .hedingdiv {
    height: 130px;
  }
  section #content main .second-conten .contant .taxtDiv .hedingdiv h1 {
    font-size: 40px;
  }
  section #content main .second-conten .contant .taxtDiv .article {
    width: 500px;
  }
  section #content main .second-conten .contant .taxtDiv .article article {
    font-size: 17px;
  }
  section #content main .third-conten {
    display: block;
    height: 1500px;
    padding: 50px 0px;
  }
  section #content main .third-conten .textContent {
    width: 100%;
    height: 550px;
  }
  section #content main .third-conten .textContent .content {
    width: 100%;
    padding: 0px;
  }
  section #content main .third-conten .textContent .content .heading {
    height: 250px;
  }
  section #content main .third-conten .textContent .content .heading h1 {
    font-size: 55px;
  }
  section #content main .third-conten .imageContent {
    width: 100%;
    height: 820px;
    padding: 50px 0px;
  }
  section #content main .third-conten .imageContent img {
    width: 500px;
    height: 700px;
  }
  section #content main .footerDiv footer .row1 {
    display: block;
    height: 200px;
  }
  section #content main .footerDiv footer .row1 .logo {
    width: 100%;
    height: 90px;
  }
  section #content main .footerDiv footer .row1 .ctaButton {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  section #content main .footerDiv footer .row2 {
    width: 100%;
    height: 750px;
    display: block;
  }
  section #content main .footerDiv footer .row2 .newsLetter {
    width: 460px;
    height: 250px;
  }
  section #content main .footerDiv footer .row2 .newsLetter .heading {
    width: 100%;
    height: 120px;
  }
  section #content main .footerDiv footer .row2 .newsLetter .heading h1 {
    font-size: 40px;
  }
  section #content main .footerDiv footer .row2 .newsLetter .formDiv {
    width: 100%;
  }
  section #content main .footerDiv footer .row2 .newsLetter .formDiv form {
    width: 410px;
  }
  section
    #content
    main
    .footerDiv
    footer
    .row2
    .newsLetter
    .formDiv
    form
    input {
    width: 100%;
    color: white;
    font-size: 25px;
    outline: none;
  }
  section #content main .footerDiv footer .row2 .services {
    width: 100%;
    height: 190px;
  }
  section #content main .footerDiv footer .row2 .services ul {
    margin: 0px;
  }
  section #content main .footerDiv footer .row2 .about {
    width: 100%;
    height: 190px;
  }
  section #content main .footerDiv footer .row2 .about ul {
    margin: 0px;
  }
  section #content main .footerDiv footer .row2 .help {
    width: 100%;
    height: 190px;
  }
  section #content main .footerDiv footer .row2 .help ul {
    margin: 0px;
  }
  section #content main .footerDiv footer .row3 .privetpolicy {
    width: 122px;
  }
}

/*//////////////////////////////////////////////////////////////////
[responsive style for tab]*/
@media screen and (max-width: 800px) {
  section #head #header {
    width: 500px;
  }
  section #head #header #logo {
    width: 80px;
    margin: 0px 0px 0px 20px;
  }
  section #head #header #logo h1 {
    font-size: 20px;
  }
  section #head #header #group18 {
    width: 310px;
  }
  section #head #header #group18 nav ul li:nth-child(1) {
    width: 110px;
  }
  section #head #header #group18 nav ul li:nth-child(2) {
    width: 90px;
  }
  section #head #header #group18 nav ul li:nth-child(3) {
    width: 60px;
  }
  section #head #header #group18 nav ul li a {
    font-size: 15px;
  }
  section #head #header .search {
    width: 110px;
  }
  section #head #header .search .icon {
    width: 25px;
  }
  section #head #header .search .icon svg {
    width: 20px;
  }
  section #head #header .search .searchBox input {
    width: 80px;
  }
  section #head .content {
    margin: 100px auto 0px;
    width: 370px;
    height: 150px;
  }
  section #head .content .group17 .rectangle {
    width: 32px;
  }
  section #head .content .group17 .textDiv h5 {
    font-size: 15px;
  }
  section #head .content .textDiv h1:last-child {
    font-size: 40px;
  }
  section #head .social {
    height: 170px;
    margin: -350px 0px 0px 30px;
  }
  section #head .social #followus {
    font-size: 15px;
    width: 78px;
    height: 17px;
    margin: 0px -50px 50px -24px;
  }
}

/*//////////////////////////////////////////////////////////////////
[responsive style for movile]*/
@media screen and (max-width: 500px) {
  section #head #header {
    width: 350px;
    display: block;
  }
  section #head #header #logo {
    width: 100%;
    margin: 0px;
  }
  section #head #header #logo h1 {
    font-size: 40px;
  }
  section #head #header #group18 {
    width: 245px;
    display: inline-block;
    margin: 20px 0px 0px;
  }
  section #head #header #group18 nav ul li:nth-child(1) {
    width: 100px;
  }
  section #head #header #group18 nav ul li:nth-child(2) {
    width: 90px;
  }
  section #head #header #group18 nav ul li:nth-child(3) {
    width: 20px;
  }
  section #head #header #group18 nav ul li a {
    font-size: 14.5px;
  }
  section #head #header .search {
    width: 80px;
  }
  section #head #header .search .icon svg {
    width: 16px;
  }
  section #head #header .search .searchBox input {
    font-size: 17px;
    width: 55px;
  }
  section #head .content {
    width: 285px;
    height: 130px;
  }
  section #head .content .group17 .rectangle {
    width: 20px;
  }
  section #head .content .group17 .textDiv h5 {
    font-size: 14px;
    margin: 0px 10px;
  }
  section #head .content .textDiv h1:last-child {
    font-size: 31px;
  }
  section #head .social {
    margin: -280px 0px 0px;
  }
  section #content {
    width: 320px;
    overflow: hidden;
  }
  section #content main {
    width: 330px;
  }
  section #content main .first-conten {
    height: 1200px;
  }
  section #content main .first-conten .imageContent {
    width: 330px;
    height: 500px;
  }
  section #content main .first-conten .imageContent img {
    width: 330px;
    height: auto;
  }
  section #content main .first-conten .textContent {
    width: 330px;
    height: 500px;
  }
  section #content main .first-conten .textContent .content .talgine .line {
    width: 25px;
  }
  section #content main .first-conten .textContent .content .talgine .tegtext {
    width: 225px;
  }
  section
    #content
    main
    .first-conten
    .textContent
    .content
    .talgine
    .tegtext
    h4 {
    font-size: 16px;
  }
  section #content main .first-conten .textContent .content .heading {
    width: 330px;
    height: 240px;
  }
  section #content main .first-conten .textContent .content .heading h1 {
    font-size: 45px;
  }
  section #content main .first-conten .textContent .content .article {
    width: 330px;
    height: 290px;
  }
  section #content main .first-conten .textContent .content article {
    font-size: 16px;
  }
  section #content main .second-conten {
    width: 330px;
    height: 300px;
    margin-bottom: 600px;
  }
  section #content main .second-conten .leftAndRightArrow {
    margin: 150px 0px 0px;
  }
  section #content main .second-conten .leftAndRightArrow .leftArrow svg {
    width: 30px;
  }
  section #content main .second-conten .leftAndRightArrow .rightArrow svg {
    width: 30px;
  }
  section #content main .second-conten .contant {
    margin: 170px 0px 0px;
  }
  section #content main .second-conten .contant .taxtDiv .hedingdiv h1 {
    font-size: 30px;
  }
  section #content main .second-conten .contant .taxtDiv .article {
    width: 100%;
    height: 250px;
  }
  section #content main .third-conten {
    width: 330px;
    padding: 0px;
    height: 1120px;
  }
  section #content main .third-conten .textContent .content .tagline .line {
    width: 20px;
  }

  section
    #content
    main
    .third-conten
    .textContent
    .content
    .tagline
    .tegtext
    h4 {
    font-size: 17px;
  }
  section #content main .third-conten .textContent .content .heading {
    height: 200px;
  }
  section #content main .third-conten .textContent .content .heading h1 {
    font-size: 35px;
  }
  section #content main .third-conten .textContent .content .article {
    width: 100%;
    height: 250px;
  }
  section #content main .third-conten .imageContent img {
    width: 330px;
    height: auto;
  }
  section #content main .footerDiv footer .row1 .ctaButton .qiDiv {
    width: 160px;
    font-size: 15px;
  }
  section #content main .footerDiv footer .row1 .ctaButton .button {
    margin: 0px 10px 0px 0px;
  }
  section #content main .footerDiv footer .row2 .newsLetter {
    width: 330px;
  }
  section #content main .footerDiv footer .row2 .newsLetter .heading {
    height: 100px;
  }
  section #content main .footerDiv footer .row2 .newsLetter .heading h1 {
    font-size: 30px;
  }
  section #content main .footerDiv footer .row2 .newsLetter .formDiv form {
    width: 270px;
  }
  section
    #content
    main
    .footerDiv
    footer
    .row2
    .newsLetter
    .formDiv
    form
    input {
    font-size: 17px;
  }
}
