/*
====================================
Medium Screen - Others
====================================
*/

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1090px !important;
  }

  header .container {
    max-width: 1300px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .feature_item {
    height: auto;
  }
}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header_wrapper,
  .header_right {
    display: block;
    width: 100%;
  }

  .header_right_left ul li {
    display: block;
  }

  .header_right {
    display: none;
  }

  .header_right ul li {
    margin: 10px 0px;
  }

  .header_right_right ul li {
    display: block;
    margin: 6px 0px;
  }

  .header_right_right ul li a {
    display: block;
    width: 160px;
    text-align: center;
    padding: 6px 0px;
  }

  .header_right_right {
    margin-top: 10px;
  }

  header {
    padding: 14px 0px;
  }

  .hero_wrapper h1 {
    font-size: 40px;
  }

  .hero_wrapper p {
    font-size: 17px;
  }

  .hero_wrapper > ul li a {
    width: auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero_wrapper > ul {
    margin-top: 25px;
    gap: 10px;
  }

  .img_oval ul li img {
    width: 50px;
  }

  .hero_img {
    margin-top: 20px;
  }

  #fanel,
  #videotab {
    margin-top: 50px;
  }

  .fanel_left img {
    width: 35px;
    margin: 0;
  }

  .fanel_right h2 {
    font-size: 30px;
    margin-bottom: 10px;
    width: 100%;
  }

  .fanel_right h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .fanel_right p {
    font-size: 14px;
  }

  #videotab {
    padding: 40px 0px;
  }

  .video_element h5 {
    font-size: 19px;
    margin-bottom: 20px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .video_element iframe {
    height: 285px;
  }

  .video_tab_heading {
    margin-top: 30px;
  }

  #feature,
  #explore,
  #int,
  #pricing,
  #loved,
  #start {
    padding-top: 50px;
  }

  .feature_block {
    margin-top: 25px;
    grid-template-columns: repeat(3, 1fr);
  }

  .feature_item {
    padding: 20px;
    height: auto;
  }

  .explore_marque {
    margin-top: 25px;
  }

  .int_logo ul {
    gap: 20px;
    row-gap: 20px;
  }

  .pricing_tab_heading h4 {
    color: #000;
    font-size: 25px;
  }

  #pricing .fanel_right h2 {
    margin-bottom: 40px;
  }

  .pricing_tab_heading p {
    font-size: 16px;
  }

  .pricing_tab_heading ul {
    margin-top: 20px;
  }

  .pricing_table {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .loved_video {
    margin-top: 20px;
  }

  .loved_video iframe {
    height: 285px;
  }

  .start_wrapper {
    padding: 30px;
    grid-template-columns: 1fr;
  }

  .start_left {
    order: 2;
  }

  .start_right {
    order: 1;
  }

  .start_right img {
    width: 280px;
    margin: auto;
  }

  .start_left {
    margin-top: 40px;
  }

  .start_left_heading h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
  }

  .start_left_heading p {
    text-align: center;
    font-size: 20px;
  }

  .start_left_heading p {
    margin-bottom: 40px;
  }

  .start_left {
    text-align: center;
  }

  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer_logo {
    margin-bottom: 20px;
  }

  .footer_copy {
    padding: 20px 0px;
  }

  .video_tab_heading ul {
    gap: 10px;
  }

  .video_tab_heading ul li {
    font-size: 14px;
  }

  .pc_table_link {
    padding: 0;
  }

  .pc_table_link a {
    font-size: 14px;
  }
}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (min-width: 576px) and (max-width: 767px) {
  .header_wrapper,
  .header_right {
    display: block;
    width: 100%;
  }

  .header_right_left ul li {
    display: block;
  }

  .header_right {
    display: none;
  }

  .header_right ul li {
    margin: 10px 0px;
  }

  .header_right_right ul li {
    display: block;
    margin: 6px 0px;
  }

  .header_right_right ul li a {
    display: block;
    width: 160px;
    text-align: center;
    padding: 6px 0px;
  }

  .header_right_right {
    margin-top: 10px;
  }

  header {
    padding: 14px 0px;
  }

  .hero_wrapper h1 {
    font-size: 40px;
  }

  .hero_wrapper p {
    font-size: 17px;
  }

  .hero_wrapper > ul li a {
    width: auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero_wrapper > ul {
    margin-top: 25px;
    gap: 10px;
  }

  .img_oval ul li img {
    width: 50px;
  }

  .hero_img {
    margin-top: 20px;
  }

  #fanel,
  #videotab {
    margin-top: 50px;
  }

  .fanel_left img {
    width: 35px;
    margin: 0;
  }

  .fanel_right h2 {
    font-size: 30px;
    margin-bottom: 10px;
    width: 100%;
  }

  .fanel_right h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .fanel_right p {
    font-size: 14px;
  }

  #videotab {
    padding: 40px 0px;
  }

  .video_element h5 {
    font-size: 19px;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .video_element iframe {
    height: 285px;
  }

  .video_tab_heading {
    margin-top: 30px;
  }

  .video_tab_heading ul {
    flex-direction: column;
  }

  #feature,
  #explore,
  #int,
  #pricing,
  #loved,
  #start {
    padding-top: 50px;
  }

  .feature_block {
    margin-top: 25px;
    grid-template-columns: repeat(2, 1fr);
  }

  .feature_item {
    padding: 20px;
    margin: 20px;
  }

  .explore_marque {
    margin-top: 25px;
  }

  .int_logo ul {
    gap: 20px;
    row-gap: 20px;
  }

  .pricing_tab_heading h4 {
    color: #000;
    font-size: 25px;
  }

  #pricing .fanel_right h2 {
    margin-bottom: 40px;
  }

  .pricing_tab_heading p {
    font-size: 16px;
  }

  .pricing_tab_heading ul {
    margin-top: 20px;
  }

  .pricing_table {
    grid-template-columns: 1fr;
  }

  .loved_video {
    margin-top: 20px;
  }

  .loved_video iframe {
    height: 285px;
  }

  .start_wrapper {
    padding: 30px;
    grid-template-columns: 1fr;
  }

  .start_left {
    order: 2;
  }

  .start_right {
    order: 1;
  }

  .start_right img {
    width: 280px;
    margin: auto;
  }

  .start_left {
    margin-top: 40px;
  }

  .start_left_heading h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
  }

  .start_left_heading p {
    text-align: center;
    font-size: 20px;
  }

  .start_left_heading p {
    margin-bottom: 40px;
  }

  .start_left {
    text-align: center;
  }

  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer_logo {
    margin-bottom: 20px;
  }

  .footer_copy {
    padding: 20px 0px;
  }
}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/
@media screen and (max-width: 576px) {
  .header_wrapper,
  .header_right {
    display: block;
    width: 100%;
  }

  .header_right_left ul li {
    display: block;
  }

  .header_right {
    display: none;
  }

  .header_right ul li {
    margin: 10px 0px;
  }

  .header_right_right ul li {
    display: block;
    margin: 6px 0px;
  }

  .header_right_right ul li a {
    display: block;
    width: 160px;
    text-align: center;
    padding: 6px 0px;
  }

  .header_right_right {
    margin-top: 10px;
  }

  header {
    padding: 14px 0px;
  }

  /* --- */

  .hero_wrapper h1 {
    font-size: 40px;
  }

  .hero_wrapper p {
    font-size: 17px;
  }

  .hero_wrapper > ul li a {
    width: auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero_wrapper > ul {
    margin-top: 25px;
    gap: 10px;
  }

  .img_oval ul li img {
    width: 50px;
  }

  .hero_img {
    margin-top: 20px;
  }

  #fanel,
  #videotab {
    margin-top: 50px;
  }

  .fanel_left img {
    width: 35px;
    margin: 0;
  }

  .fanel_right h2 {
    font-size: 30px;
    margin-bottom: 10px;
    width: 100%;
  }

  .fanel_right h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .fanel_right p {
    font-size: 14px;
  }

  #videotab {
    padding: 40px 0px;
  }

  .video_element h5 {
    font-size: 19px;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .video_element iframe {
    height: 285px;
  }

  .video_tab_heading {
    margin-top: 30px;
  }

  .video_tab_heading ul {
    flex-direction: column;
  }

  #feature,
  #explore,
  #int,
  #pricing,
  #loved,
  #start {
    padding-top: 50px;
  }

  .feature_block {
    margin-top: 25px;
    grid-template-columns: 1fr;
  }

  .feature_item {
    padding: 15px;
    margin: 10px;
  }

  .explore_marque {
    margin-top: 25px;
  }

  .int_logo ul {
    gap: 20px;
    row-gap: 20px;
  }

  .pricing_tab_heading h4 {
    color: #000;
    font-size: 25px;
  }

  #pricing .fanel_right h2 {
    margin-bottom: 40px;
  }

  .pricing_tab_heading p {
    font-size: 16px;
  }

  .pricing_tab_heading ul {
    margin-top: 20px;
  }

  .pricing_table {
    grid-template-columns: 1fr;
  }

  .loved_video {
    margin-top: 20px;
  }

  .loved_video iframe {
    height: 285px;
  }

  .start_wrapper {
    padding: 30px;
    grid-template-columns: 1fr;
  }

  .start_left {
    order: 2;
  }

  .start_right {
    order: 1;
  }

  .start_right img {
    width: 280px;
    margin: auto;
  }

  .start_left {
    margin-top: 40px;
  }

  .start_left_heading h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
  }

  .start_left_heading p {
    text-align: center;
    font-size: 20px;
  }

  .start_left_heading p {
    margin-bottom: 40px;
  }

  .start_left {
    text-align: center;
  }

  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer_logo {
    margin-bottom: 20px;
  }

  .footer_copy {
    padding: 20px 0px;
  }

  #gallery div {
    padding: 0 3px;
  }

  #gallery img {
    height: 400px;
  }

  .int_logo {
    margin-top: 30px;
  }
}
